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.

Feedback Animatior Transition Conditions

Discussion in 'Animation' started by FGPArthurVII, Mar 7, 2020.

  1. FGPArthurVII

    FGPArthurVII

    Joined:
    Jan 5, 2015
    Posts:
    105
    Currently, on the Animator, when you make a transition, you can set conditions for that transition to be true. Those conditions have a relationship of "and" between each other (If A and B then transition). But sometimes, only by one of a series of conditions be true should be enough for the transition to happen. So I suggest Unity would add an "or" type conditions field (If A or B happen then transition). It could make workflow much easyer, simpler, and faster..

    Yours Trully,
    Arthur
     
  2. Kybernetik

    Kybernetik

    Joined:
    Jan 3, 2013
    Posts:
    2,340
    You can do "or" by simply making multiple transitions with different conditions.
     
    FGPArthurVII likes this.