Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Resolved What setting do I need to tweak, or is this bugged?

Discussion in 'Animation' started by Were_Elf, Apr 7, 2022.

  1. Were_Elf

    Were_Elf

    Joined:
    Feb 25, 2022
    Posts:
    53
    Basically I've set the transition time between 2 animations to 0,2 seconds, but within the game it's about 1 full second. I tried setting the transition duration to lower values as well, such as 0,1 seconds, but it's the same...
     
  2. Were_Elf

    Were_Elf

    Joined:
    Feb 25, 2022
    Posts:
    53
    Okay, I figured it out. I had to add another condition to another transition. Apparently it was trying to transition to "Idle" animation, which does have 1 second of transition time, instead of to "Moving" animation. So I prohibited it from making the other transition when the "Moving" boolean was true.