playMaker

Author Topic: [SOLVED] Collision Event not working  (Read 3486 times)

9bitjared

  • Playmaker Newbie
  • *
  • Posts: 5
[SOLVED] Collision Event not working
« 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

Thank you in advance, also I am using unity 5
« Last Edit: March 24, 2015, 10:40:03 PM by 9bitjared »

hunz

  • Playmaker Newbie
  • *
  • Posts: 35
Re: Collision Event not working
« Reply #1 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.


9bitjared

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Collision Event not working
« Reply #2 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