Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ObiCloth - Possible to Collide with Unity Particles (Shuriken)?
#1
Wondering if I can make ObiCloth collide with Unity Particles.

Thanks!
Reply
#2
(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.
Reply
#3
(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 =)
Reply