- Home /
Destroy multiple GameObject when Particles collide
Hi, I'm using OnParticleCollision to detect collision between my particle system and the GameObjects I want to destroy and it works fine.
The problem is that I've different particle systems and I would like some of them to damage and destroy more than one GameObject, but OnParticleCollision (as far as I know) only works with one GameObject.
Is there any way to destroy all the GameObjects that collide with my particle sysyem?
Answer by sathish_ravi62 · May 14, 2018 at 05:34 AM
adria can you help in detection collision between particle system and player using OnParticleCollision.,adria can you help we with how to destroy the player when collision with particle system using OnParticleCollision
Your answer
Follow this Question
Related Questions
Transforming and playing particle effects? Help! 1 Answer
Finding Particle Information Upon Collision 2 Answers
Particle system world collision problem in unity3D 4.3 1 Answer
How to make OnParticleCollision affect multiple GameObject 1 Answer
Particles causing a weird effect on the surface they collide with 0 Answers