ParticleSystem Sorting Layer Unity 5

The particle system sorting layer option isn’t making any difference on my 2D game. I’ve attached some pictures, as you can see the Particles sorting layer should be behind the Player layer, but it still renders in front…

Any ideas?




Particles aren’t sprites, and thus don’t respect sorting layers. You’ll have to actually place them behind the player in Z space.

I tried that and still no luck