Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: MarkD on November 10, 2020, 09:36:18 PM

Title: Timeline - Send Event [SOLVED]
Post by: MarkD on November 10, 2020, 09:36:18 PM
Hey everyone,

I'd like to send events from my Timeline and I'm not sure about how to do it.  I read this thread (https://hutonggames.com/playmakerforum/index.php?topic=15465.0) started a couple of years ago but I don't see the action or understand how to send an event from the Timeline. 

To be clear, this isn't the animation timeline, this is the cutscene Timeline added in 2017. 

Can anyone give me an idea on the steps, actions, and UI needed to do this?
Title: Re: Timeline - Send Event
Post by: nFighter on November 11, 2020, 01:45:37 AM
You don't need special playmaker actions to send events from a timeline. Just check this 5-minute guide
In two words: you create "signal", put this "signal" on your timeline, add signal receiver, and this is it. You got a native unity event field that can be used as usual. Now you can add the desired playmaker FSM to this event and call FSM events, or use SetState action...
Title: Re: Timeline - Send Event
Post by: MarkD on November 11, 2020, 11:32:47 PM
Excellent - thank you, nFighter!

I'd love to see a tutorial on how to use all of the options available, but I've got the basic thing I needed (to send an event) so I'm good.

If anyone wants to make a tutorial or knows of any good ref out there for how to use the other actions for Playmaker in the Signal emitter, I'd love to hear about it.
Title: Re: Timeline - Send Event [SOLVED]
Post by: nFighter on November 12, 2020, 03:05:56 AM
I'm not ready for the proper tutorials, but I'm using timelines and playmaker intensively, so feel free to ask any particular questions if you'll stuck