Ad-Hoc/Sequential Animation System Using Unity Playable API

State machines are widely used in video game engines to control complex animations of objects such as characters etc. The two major commercial engines, Unity and Unreal implement their own version of state machines to facilitate constructing complex animations. Unity’s Mecanim , a visual FSM tool, for example, provides an easy way to define animation […]

Read More…