- Home /
OnParticleCollision equivalent as a trigger
Hi, I have a ParticleSystem and have set OnParticleCollision on it. Right now it works as intended, it collides with objects and fires the event.
The problem is, though I want the event, I need my particles to behave like triggers, that is, my particles need to go through the object, instead colliding.
I had tried to put the colliders of the objects I need to pass through as triggers, but it happens the same as OnCollisionEnter and OnTriggerEnter with normal objects, colliders set as triggers dont fire Collision Events.
TL-DR: Is there anyway to make particles behave as triggers?
Your answer
Follow this Question
Related Questions
Particles colliding/triggering Particles. Is it possible? 2 Answers
activate gui on trigger enter 1 Answer
Trigger collision not working on Unity PSM 0 Answers
Performance: How expensive are Trigger Collisions? How many collision layers should be used? 1 Answer
Weird OnTriggerEnter / Exit behavior 1 Answer