Navigtion Agent Trigger

Is there a way to have a NPC trigger a trigger box? In Unity I can add a rigid body and the npc will trigger the event. when i try this in flax i do not get anything.

Thanks

Here is a simple example in the docs about using triggers. https://docs.flaxengine.com/manual/physics/tutorials/use-trigger.html

Thank you for that information. I understand how to do the Trigger but my question is I cannot get the trigger to activate when using an AI actor. For example, if I have a Behavior Tree running and the Actor goes through the trigger it does not detect it where it would if it was just a Character Controller. I have tried putting a rigid body on the Behavior Tree actor but that still does not trigger the event.

Regards!