02-03-2022, 09:47 AM
(01-03-2022, 09:56 AM)josemendez Wrote: You've subscribed to solver.OnParticleCollision. This returns a list of contacts between particles (simplex vs simplex), not contacts between particles and colliders (simplex vs collider).
You want to subscribe to solver.OnCollision instead. Check the manual for details:
http://obi.virtualmethodstudio.com/manua...sions.html
Thank you!