How do i set an item say armor or a weapon or even a tree to get damaged each time its hit and change the item object to show progressively more damaged versions?
RF
  • Probably best to use equipment/item variables and conditional prefabs.

    Each hit has to reduce the variable (e.g. health float variable) on the equipment/item and the conditional prefabs use the variable to display different prefabs based on that.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.