- Home /
Problem with shuriken particle collision!
Hi everybody,
I'm working on unity 4.3.3 free version! And I have problem with shuriken particle collision. I know unity 4.2 supported OnParticleCollision for shuriken particle. But when i try it, nothing happen! I enable Collision on particle, and change Planes to World, then checked on Send Collision Messages. After that, i add script on wall object. But when i shoot particle to wall, nothing happen!
Here is my script:
void OnParticleCollision(GameObject other) {
Debug.LogWarning("Particle enter");
}
In Shuriken Particle / Collision panel, do you have "Collides with" set?
In Inspector of Particle, I enabled Collision. But it doesn't work.
In Shuriken Particle / Collision panel, do you have "Collides with" set?
Are you using 2D collider? Remember that 2D Collider can't collide with 3D collider.
I'm using 3D collider. @getyour411 : Where is Shuriken Particle / Collision panel? In Inspector or unity tool bar? I don't know it. In my Inspector of Particle, I see only Collision with some option