Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: wetcircuit on December 10, 2021, 11:16:56 AM
-
Does anyone have a tutorial for the Event Proxy Creator…?
thank you
-
Hi.
you mean this ? :
https://hutonggames.com/playmakerforum/index.php?topic=11172.0
-
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.
-
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)