Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: wetcircuit on December 10, 2021, 11:16:56 AM

Title: Event Proxy Creator tutorial?
Post by: wetcircuit on December 10, 2021, 11:16:56 AM
Does anyone have a tutorial for the Event Proxy Creator…?

thank you
Title: Re: Event Proxy Creator tutorial?
Post by: djaydino on December 10, 2021, 12:19:21 PM
Hi.

you mean this ? :

https://hutonggames.com/playmakerforum/index.php?topic=11172.0
Title: Re: Event Proxy Creator tutorial?
Post by: wetcircuit on December 11, 2021, 07:09:25 AM
Ahhh, thank you!. I searched yt, but that video didn't come up…

It is not what I thought it was…, but it might be worth studying the script it creates.
Title: Re: Event Proxy Creator tutorial?
Post by: djaydino on December 11, 2021, 09:10:40 AM
Hi.
if you use animator and you have a fsm on the object where the animator is, then you can send event or set state to it from animation events.

it will do that only to the top fsm component in the hierarchy tho.

Also its better to use set state (state name) than Send event (with the animator it seems to work faster)