Unity 2D Games Developer Question:

What is root Motion?

Unity 2D Games Developer Interview Question
Unity 2D Games Developer Interview Question

Answer:

Motion of character’s root, whether it’s controlled by the animation itself or externally.


Previous QuestionNext Question
Explain me which of the following examples will run faster?

1000 GameObjects, each with a MonoBehaviour implementing the Update callback.
One GameObject with one MonoBehaviour with an Array of 1000 classes, each implementing a custom Update() callback.
What is avatar?