Particles not Show in UI

1.4k views Asked by At

I want to show Particle System or Ellipsoid Particle System in my scene (2D Game). My Background is a sprite and when I show explosion from particle system it does not display.

It only comes to display when I reduce the Alpha of my Background sprite. Which makes Bg faint and that is not anyone will want. Any suggestions?

1

There are 1 answers

0
vblazhnov On

It may have several reasons for this:

  1. Your particle system may use Z-coordinate and locate behind sprite.
  2. You shader particle shader have queue value less than background's shader queue