Thursday, 6 June 2013

Unity On Screen Animation Debugger


On-Screen animation debugger is created by programmer who works closely with animators in AAA and mobile game development studio. It helps animator to pinpoint code/animation problem down to frame by frame level.

It is extremely easy to use. Just add one component to any game object, information related to currently playing animations will magically appear on screen.

Advantages:
  • visualise how animations blend and cross fade in Unity environment.
  • works on all platform supported by Unity.
  • debug multiple game objects.
  • extremely easy to setup; just add a script/component.

Screenshots: