Comments

Log in with itch.io to leave a comment.

Hi there, I really like your game, and I wanna know how to make that scarbard animation or effect in your game.

Thanks!!
The scabbard physics are done by script. In lateUpdate, after animation is applied, I have a point (a variable Vector3) that "follows" the end of the scabbard (With Vector3.Lerp). Then I get the direction between that point and the scabbard origin. That is the new direction the scabbard would face.