playMaker

Author Topic: Trigger Not Working - PlayMaker 1.8.5 [SOLVED]  (Read 1987 times)

Slice

  • Playmaker Newbie
  • *
  • Posts: 3
  • Visual Designer & Developer
Trigger Not Working - PlayMaker 1.8.5 [SOLVED]
« 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 ) ???  ???
« Last Edit: December 21, 2017, 02:39:59 AM by Slice »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Trigger Not Working - PlayMaker 1.8.5
« Reply #1 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

Slice

  • Playmaker Newbie
  • *
  • Posts: 3
  • Visual Designer & Developer
Re: Trigger Not Working - PlayMaker 1.8.5
« Reply #2 on: December 21, 2017, 02:38:43 AM »
Thank you, I confused with Collision Action and i totally forgot Trigger Action.