Ortographic camera Not rendering 3d Effect ?

Hi, I’m trying to do a 2d game and using sprite objects. Thats why i picked Ortographic cam. But I encounter a problem. I want to use 3d effects cuz i don’t have 2d of. So i used and noticed it’s not rendering.

It only renders when i set position.z of Effect to (-50). Can you help me to work it. I really need to use 3d effect for my project cuz effects are good and i can’t buy new ones. Thanks…

(I’ve shared screenshots of inspector and game view.)

You have to place camera above everything and maybe increase the size.

Camera fits the canvas so i don’t think it’s cuz of size. And i also tried to move camera back along z so it could see effect and render but failed.

Set Clear flags to Skybox

1 Like

I solved it by particle side(Rendering tab). I changed “sorting fudge” of particle from 0 to -1 and it now appears on game view. I don’t know what it exactly changed by this but it now works. I also did what you said. Thank you…