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