Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: kimsama on April 20, 2012, 11:01:01 AM

Title: [SOLVED] Animation Event doesn't appear
Post by: kimsama on April 20, 2012, 11:01:01 AM
Hello,

I've tried to add animation event and send an event to FSM as the following page:

https://hutonggames.fogbugz.com/default.asp?W181

But I can't find any event in Events Browser window.

Is there any other things to be specified?

The version of PlayMaker is 1.3.2(24788) on Unity 3.5.1

-Kim
Title: Re: Animation Event doesn't appear
Post by: Alex Chouls on April 20, 2012, 11:23:22 AM
You have to add the event. Type a descriptive event name into the Add Event field and hit enter.

System events like collision, trigger, mouse events etc. are predefined, but other events are game specific and completely up to you to define. E.g., if you want to send an animation event to spawn particle fx, make an event called "Spawn Particle FX" and hook that up in your animation/FSM.
Title: Re: Animation Event doesn't appear
Post by: kimsama on April 20, 2012, 11:50:04 AM
Ooops, just figured out.

Simply typing 'AnimEvent' in 'Add Event' is what I wanted.

 :)