Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  OnTriggerEnter like detection
#1
Hello there, I would like to know if there is any method like OnTriggerEnter in Unity I can use for detection?  More precisely to know which particle has detected a Trigger/Collider
Thank you!
Reply
#2
(23-11-2019, 04:26 AM)Lokeyyyy Wrote: Hello there, I would like to know if there is any method like OnTriggerEnter in Unity I can use for detection?  More precisely to know which particle has detected a Trigger/Collider
Thank you!

Hi,

Yes, use the solver's OnCollision event:
http://obi.virtualmethodstudio.com/tutor...sions.html
Reply