Search Unity

CrossFade broblem

Discussion in 'Animation' started by Orr10c, Mar 5, 2017.

  1. Orr10c

    Orr10c

    Joined:
    Sep 11, 2016
    Posts:
    45
    HI guys,
    I wanna know if there's a way to cut off CrossFade between animations.
    For those of you who don't know CrossFade is a function which makes a dynamic transition between 2 animations by a given time, so my question is : is there a way to cut off this transition in the middle with crossfadeonfixedtime or something?
    Thanks for all your help!
     
  2. LastKnightXZ

    LastKnightXZ

    Joined:
    Sep 20, 2021
    Posts:
    3
    one way is to use Animator.play() to stop that crossfade,
     
    Last edited: Feb 22, 2022