AnimationState: Advancing Animations by X in Unity3D
Advancing animations by X amount of seconds is quite a common occurrence for me in Unity3D. It can be done with the built in AnimationState class. In the game I’m currently developing, I needed to develop a method of managing these animations. In my case, I have a ‘lever’ that I’d like to ‘flip’ in [...]