Answer the question
In order to leave comments, you need to log in
Play animation with script and animator?
There is a button on the stage - by clicking on which the script is triggered
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.
Answer the question
In order to leave comments, you need to log in
ah stop re-reading.
you made a transaction in the animator. transition to the next state (this arrow)
in it you added some kind of condition, with a parameter.
and then the roofing felts were removed the parameter, roofing felts were somehow canceled - and the animator now swears at this.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question