Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: Slice on December 20, 2017, 03:39:37 PM

Title: Trigger Not Working - PlayMaker 1.8.5 [SOLVED]
Post by: Slice on December 20, 2017, 03:39:37 PM
PlayMaker 1.8.5 - If enable trigger the collision is not working, if disable trigger collision enter is working ?

if Player ( with no trigger enable and rigidbody) Then collision box ( with trigger enable ) Then ( Collision is NOT Working ) ???  ???
Title: Re: Trigger Not Working - PlayMaker 1.8.5
Post by: djaydino on December 20, 2017, 06:24:33 PM
Hi,
If a collider component is set as trigger it will not collide.
there are trigger actions and collider actions

You need to use the trigger actions if your collider component is set as trigger.

You can also have 2 colliders on your game object (for example 1 with trigger enabled and set bigger than the the other one.

There might be some tutorials that can help to get to know playmaker and colliders/triggers on the user tutorial wiki page (https://hutonggames.fogbugz.com/default.asp?W548)
Title: Re: Trigger Not Working - PlayMaker 1.8.5
Post by: Slice on December 21, 2017, 02:38:43 AM
Thank you, I confused with Collision Action and i totally forgot Trigger Action.