Simple question:
How do I get the Particle system working in 2D mode with Collider active!?
I’m trying to make a sparks effect, but unsuccessful so far.
Any tips on what should I go to archieve this?
Simple question:
How do I get the Particle system working in 2D mode with Collider active!?
I’m trying to make a sparks effect, but unsuccessful so far.
Any tips on what should I go to archieve this?
Hi
Particle collision currently only works with colliders (not Collider2Ds).
To have it to work, you will need to enable collision in the particle system component.
We are currently working on collision detection with Collider2Ds. Hang tight, it’s coming soon!
Cheers
Thank you so much!!!