Hello,
On my game, I want to add a gadget to the hero. It is a belt (+backpack) with custom animation, but i want it to play his own animation, while the player play his own. how should i do that ?
i'm using unity Animator, my heroes have a lot of animations
Can i mix 2 objets in unity ? (for sorting issue, i cannot just put a belt object before the character)
Could i use a skin for the belt, and make it move his own animation on another Layer on the animator ?