Particle effect draw order issue

I’m trying to figure out how to make particle effects play on top of everything else. My effect currently gets obstructed by anything in front of it. I’ve tried to set “Sorting Layer ID” on the effect to a new layer but still no luck. Any tips?

You can use layers and two cameras to overlay the particles on one camera on top of all the other stuff.

1 Like

Thanks for the reply. I’ll look into the two camera solution. Is there any other method that doesn’t require two cameras? I had assumed the Sorting Layer ID option would just work easily, but not sure why it doesn’t.