- Home /
Identify particle on OnParticleCollision
I have a particleSystem that is reused by different weapons to do "Emit(1)". These weapons have different damage. When a particle collides I need a way to detect from which weapon it was emitted. How can I identify one emitted particle?
Comment