- Home /
Is it possible to create a particle destroyer?
I was wondering if I could be able to create a shield of some sorts that destroyers particles that collide with it.
Answer by Strixie13 · Jul 15, 2018 at 02:21 AM
You can do that with any object. Create a particle system and the shield object. Put a collider on the shield and set it to be a trigger. Then go to the particle system and down to the "Trigger" category. Drag and drop your object in the colliders component and set inside to kill. Also an option to do it with colliders above.
Your answer
Follow this Question
Related Questions
using Contains(gameObject) to find and destroy a gameObject from a list 2 Answers
Destroy Particles if they are outside their emitter 2 Answers
Particle gets destroyed, and gameObject can no longer referenced = no more particles spawning 1 Answer
Particle System lifetime not affecting particles 0 Answers
How do i destroy a character and have a particle effect after? 3 Answers