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 Animation order help!

Discussion in 'Animation' started by DeadMod9, Oct 3, 2022.

  1. DeadMod9

    DeadMod9

    Joined:
    Nov 8, 2020
    Posts:
    2
    Hello,

    I am new to animations in unity and am having some difficulty. In the below set of animations, I want the "DoorOpen" to play first when I hit the LeftCtrl key, then when I hit the key again, it plays the "DoorClosed" animation. It currently works now, however it always plays the "DoorClosed" animation first, then when I hit the key again, it will play the "DoorOpen". How do I switch these so that the "DoorOpen" animation plays first?

    Thanks

    upload_2022-10-3_9-32-46.png