Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: RC on April 07, 2015, 12:36:01 AM

Title: How can I wait for an animation to complete before moving on.
Post 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.
Title: Re: How can I wait for an animation to complete before moving on.
Post by: TheBadFeeling on April 07, 2015, 12:28:37 PM
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