24-12-2020, 01:44 PM
(24-12-2020, 01:42 PM)meryemekinci Wrote: I have different objects with ObiCollider component on them. I need to understand if these objects collide with each other, not with the rope. Is this possible?
Thanks in advance.
Regards
Yes, but this is not Obi's responsibility. Obi only simulates particles.
Collision detection between regular colliders is done by Unity. See:
https://docs.unity3d.com/ScriptReference...Enter.html