Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question How to properly plan a large animation tree?

Discussion in 'Animation' started by Zimaell, Apr 25, 2023.

  1. Zimaell

    Zimaell

    Joined:
    May 7, 2020
    Posts:
    351
    I have many different directions of animations, for example - crawling, crouching, walking, running, jumping, falling.
    and it can have different states - normal, wounded, tired.
    All this creates a huge web of trees and conditions.
    How to correctly build a scheme for such an animation?
     
  2. XJonOneX

    XJonOneX

    Joined:
    Dec 19, 2017
    Posts:
    78
    Use layers for your different states. Use sub-state machines or blend trees to organize all of it.