Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
On trigger
#1
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.
Reply
#2
(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
Reply