Obi Official Forum

Full Version: On trigger
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I am trying to activate some effect with OntriggerEnter for exemple, but i can't seem to find how to let my trigger know my actor entered in the space of the trigger.
(05-06-2021, 04:36 PM)ReaperQc Wrote: [ -> ]Hi, I am trying to activate some effect with OntriggerEnter for exemple, but i can't seem to find how to let my trigger know my actor entered in the space of the trigger.

Unity’s OnCollision/OnTrigger functions only work with built-in colliders.

Obi uses collision callbacks instead. See:
http://obi.virtualmethodstudio.com/tutor...sions.html