Unity 2D Games Developer Question: Download Unity 2D Games Developer PDF

What is animation Layer?

Tweet Share WhatsApp

Answer:

An Animation Layer contains an Animation State Machine that controls animations of a model or part of it. An example of this is if you have a full-body layer for walking or jumping and a higher layer for upper-body motions such as throwing an object or shooting. The higher layers take precedence for the body parts they control.

Download Unity 2D Games Developer PDF Read All 52 Unity 2D Games Developer Questions
Previous QuestionNext Question
Explain me arrange the event functions listed below in the order in which they will be invoked when an application is closed:

Update()
OnGUI()
Awake()
OnDisable()
Start()
LateUpdate()
OnEnable()
OnApplicationQuit()
OnDestroy()?
What is inverse Kinematics (IK)?