Search Unity

is this possible to change animator parameter through exit time

Discussion in 'Animation' started by Mannoomalviya, Jun 14, 2016.

  1. Mannoomalviya

    Mannoomalviya

    Joined:
    Jan 27, 2015
    Posts:
    3
    just want to know is there any way to exit from one parameter to another when time is up to that parameter,
    like transitions happened when time elapsed
    :):)
     
  2. SethMeshko

    SethMeshko

    Joined:
    Sep 20, 2014
    Posts:
    109
    You can use an event. An event is like a keyframe that you put on an animation timeline that can be used to trigger something with code.

     
  3. TonyLi

    TonyLi

    Joined:
    Apr 10, 2012
    Posts:
    12,697
    Or use State Machine Behaviors. But if you're not handy with coding, animation events (as mentioned above) are easier.