Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: 9bitjared on March 24, 2015, 08:33:58 PM

Title: [SOLVED] Collision Event not working
Post by: 9bitjared on March 24, 2015, 08:33:58 PM
I need a a cube when touched with another object to send an event,A trigger will not work for what I am doing and I the event won't send. here's what I have set up: http://imgur.com/cROrK7p (http://imgur.com/cROrK7p)

Thank you in advance, also I am using unity 5
Title: Re: Collision Event not working
Post by: hunz on March 24, 2015, 10:14:31 PM
Hey 9bitjared,

These things always confuse the crap outta me.  I still get moments when my colliders are not working right.  I have one right now and it's doing my head in ..

I follow these rules pretty much each time.  I put everything on layers (which I see you have).  Then I make sure both objects contain a collider and a rigid body.  I untick trigger from both colliders (you are testing for a collide not a trigger) and then I set the rigid bodies to kinematic.

And then I say a little prayer.

Hope that helps.

Title: Re: Collision Event not working
Post by: 9bitjared on March 24, 2015, 10:38:03 PM
You are a truly great human being, The problem was I didn't have a rigidbody, even though I tried putting one on before and it gliched out. Anyways, thank you so much