Search Unity

[Solved] Menu Animator transitioning to an empty state after X seconds?

Discussion in 'Animation' started by Deleted User, May 25, 2017.

  1. Deleted User

    Deleted User

    Guest

    Here's my setup:

    I have an animator used for a Menu, after X seconds in Y state, I would like it to transition to state Z. All my states are empty states with an empty animation. I set Y state's Transition HasExitTime = true, and set the ExitTime = 60, FixedDuration = true, but nothing happens after 60 seconds.

    Well just realised the problem was because I also had a Condition on the transition as well as the Exit Time so I just separated the transition into two, one for the Condition and one for the Exit Time.