Project Update: New Animations
Jul 11, 2021
even if lately I’m working more I managed to add some new animations to my player.
My animator is taking more and more shape, now we have a jump from idle and a somersault forward, the animations always come from Mixamo.
For the jump, I added the animation and modified the transition parameters.
For the somersault instead of having inserted the new animation, I had to write some code.
I chose to use a coroutine that is started when the shift key is pressed.
Now I have to add some game elements and fix the movement of the main camera.