Sprite Maske and trails/particles?
I tried to apply a sprite mask to a trail render and particle system but couldn't come up with a solution? I added a sprite mask component but that didn't do anything?
I Tried to get the same effect with my trail or particles, (could be either of one or both).
Answer by richardkettlewell · May 02, 2019 at 08:05 AM
It should work exactly the same way as it does for Sprite Renderers. e.g. follow this guide, but, where it uses a Sprite Renderer, use a Particle System instead. The Particle System Renderer module has the sprite mask interaction options.
Your answer
Follow this Question
Related Questions
How to make a trail particle effect for an object that zig zags on the screen? 0 Answers
How do you use emission.rate? 2 Answers
Some question about ParticleSystem.emit() rendering 0 Answers
Can I shoot a ray from a particle that hit a collider? 1 Answer
ParticleSystem.Bake() not working with specific particle 0 Answers