Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: RC on April 07, 2015, 12:36:01 AM
-
Hello,
I was wondering how can i wait for an animation to complete before moving on to the next animation?
Thanks.
-
Use an Animator Controller. It lets you specify how and when animations should play in relation.
Or you can use Animation Events directly inside your animation timeline to fire an event when your animation reaches a certain point.
/Bad