Obi Official Forum

Full Version: ObiCloth - Possible to Collide with Unity Particles (Shuriken)?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Wondering if I can make ObiCloth collide with Unity Particles.

Thanks!
(27-11-2018, 06:21 AM)threeguys Wrote: [ -> ]Wondering if I can make ObiCloth collide with Unity Particles.

Thanks!

Hi there,

No, it cannot. It can only collide against colliders.

Technically speaking you could add a spherical collider to all cloth vertices to enable shuriken particles to collide with it, or update a MeshCollider every frame using the cloth mesh, but tunneling would be huge issue and performance wouldn't be good at all.
(27-11-2018, 08:50 AM)josemendez Wrote: [ -> ]Hi there,

No, it cannot. It can only collide against colliders.

Technically speaking you could add a spherical collider to all cloth vertices to enable shuriken particles to collide with it, or update a MeshCollider every frame using the cloth mesh, but tunneling would be huge issue and performance wouldn't be good at all.

Thanks for the reply!  I actually need it on a pretty small scale so adding a spherical collider to the cloth vertices might work =)