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. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Question Instant Animation Transition

Discussion in 'Animation' started by Palmiii, Jan 26, 2022.

  1. Palmiii

    Palmiii

    Joined:
    Dec 22, 2020
    Posts:
    100
    Like the title says I want my animations to transition instantly. I have been playing around with the settings for a while now and searched for solutions on the internet, but there is always a delay between animations.

    What I mean with delay is that I have enemies that stand still and display their Idle animation. When the game calls them to hunt the player they start walking, but the walking animations starts 1-3s later.

    This is how my animator controller looks, I'm using integers to swap between different animations from any state, because this seems to work best for my game.



    This is how every transition looks. I double checked and they all have the same settings.



    My question is what settings do I need to have zero delay between animations or what else can cause this delay?

    If you need more information I'm happy to help this has been bothering me for so long.
     
  2. unity_2cdeity

    unity_2cdeity

    Joined:
    Dec 19, 2020
    Posts:
    17
    Have you unchecked 'Has Exit Time?'


    '
     
    sstrong likes this.