Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
1. Understand what you want. Programmatic animation is too general.
If you want to programmatically animate the movement of a cube in space - this is one thing, if you want to programmatically animate a model based on bones, this is another... . For example, in the Update method, write something like
gameObject.transform.position.x = gameObject.transform.position.x * Time.deltaTime;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question