Trigger Event using another game object

Hey everyone,

Sorry if this question is stupidly simple but I’m new and can’t find an answer on google.

What I have done so far is create a draggable object. I have also created another object that is just a cube collider with the trigger checked.

How do I trigger an event by dragging the first object into the cube collider? All the tutorials and help i’ve found is only relavent to a character controller.

Thank you

W

Ok Im pretty sure this should be working but it’s not. I’m using playmaker and have a trigger event on enter on the first cube… then a colider on a TK2D sprite. When the sprite enters the trigger area absolutely nothing happens.

Fixed using a Ridgidbody

1 Like