Nuacht

An animation player for Unity, to replace the Animator/AnimatorController. Very much WIP! I'm developing this to use in a real Unity game, to ease the workload for implementing animations in that game ...
While Unity animation events provide ability to call method from specific time point of animation clip, there is no Unity API for binding such method at runtime from code. So it was decided to ...