Search Unity

Why does animation play in blend tree but not in transition?

Discussion in 'Animation' started by DerrickLau, Jul 25, 2017.

?

Do you use Mecanim features in your games?

  1. Yes

    5 vote(s)
    100.0%
  2. No

    0 vote(s)
    0.0%
  1. DerrickLau

    DerrickLau

    Joined:
    Sep 29, 2013
    Posts:
    70
    Currently running Unity 2017.

    Created an animation controller with a transition from walk (a blend tree) state to run (also another blend tree) state. The transition uses a parameter Speed and is triggered when Speed > 200.

    Transition inspector window:
    I use exit time of .97.
    I have fixed duration check box checked.
    Transition duration set to 0.25.
    Transition offset 0.
    Interruption source is set to none.
    Ordered interrupt is greyed out but checked.

    The run animation clip plays fine when I select the run state in the blend tree.

    But when I select the play in the transition inspector window my character first walks, but when it comes time to transition to run, my character freezes.



    What have I done wrong?
     

    Attached Files:

  2. DerrickLau

    DerrickLau

    Joined:
    Sep 29, 2013
    Posts:
    70
    And what does the horizontal line I circled in red mean?