public Animator anim; public void Load() { anim.PlayInFixedTime("planet animation"); //Application.LoadLevel(1); } But an error occurs
Controller 'Sphere': Transition '' in state 'planet animation' uses the parameter 'which does not exist in controller.
or
Animator does not have an AnimatorController
