Trigger Action not working

Since there’s no documentation I have no idea how to set this up.

What I have:

  1. Object with box collider, set to Trigger, with Trigger Action component added, with “Enter” action set to activate other game object with a timeline. Nothin in the “Event” list

  2. Object with Dolly cart object, which traverses path and suppose to hit collider at last waypoint - it clearly intersects with the 1st. object box collider. I tried to add kinematic rigidbody to this one, or just box collider - it just not triggers 1st object no matter what.

How this supposed to work?

Everything is on Default layer, there’s no tags specified on both 1 and 2 objects.

Does the Trigger object have a RigidBody? That’s required for the OnTriggerEnter event (though you might want to disable gravity if that’s not desired).

1 Like