Unity 2D Games Developer Question:

What is animator Controller?

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

Answer:

The Animator Controller controls animation through Animation Layers with Animation State Machines and Animation Blend Trees, controlled by Animation Parameters. The same Animator Controller can be referenced by multiple models with Animator components.


Previous QuestionNext Question
Tell me why deferred lighting optimizes scenes with a lot of lights and elements?What is TPS?