Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: mpaul0055 on October 30, 2013, 05:32:37 PM

Title: Trigger Exit Not Working
Post by: mpaul0055 on October 30, 2013, 05:32:37 PM
Hi All.

Im having a few issues with a FSM i have made for a door. Its using raycasting and triggers, but the trigger exit will not work.

If i look away from the door, and move out of the trigger, the FSM stays in the Raycast Check State and does not go back to the start state.

My brain seems to think this is logical and should work, but its not.

Any help would be awesome!!!
Title: Re: Trigger Exit Not Working
Post by: Lane on October 30, 2013, 05:39:57 PM
collide tag isnt set?
Title: Re: Trigger Exit Not Working
Post by: mpaul0055 on October 30, 2013, 06:13:06 PM
Ah ok, I haven't had to use collide tags for the triggers before.

So should I setup a new trigger layer?

Cheers :)
Title: Re: Trigger Exit Not Working
Post by: Yanifska on November 01, 2013, 10:49:59 AM
should be working without tag, it should be reacting to any trigger, not only those specified in the tag. isn't it ?
Title: Re: Trigger Exit Not Working
Post by: Lane on November 01, 2013, 10:59:34 AM
http://hutonggames.com/playmakerforum/index.php?topic=4070
http://hutonggames.com/playmakerforum/index.php?topic=4285

That should clarify.
Title: Re: Trigger Exit Not Working
Post by: Yanifska on November 03, 2013, 05:28:51 PM
thanks Lane, it seems I misunderstood this action. I use global events most of the time.