- Home /
Particle effect don't show in the game view
So I tried to add this rain effect on my scene all good until I want to test it. In the scene view the particle effect is visible but when I go in game view there is no effect. This is my particle system:
If I make a new project and I tried to place a particle effect it can be seen on the scene. In my current project I have a canvas with a button on it, I am not sure if this can affect my game.
Animated is an object which have a collider which interact with the particles. Canvas contain a button which trigger an animation for the object from above.
Answer by Nancy963 · May 31 at 09:10 AM
You need to check the materials used in your particle system to see if they are using URP/Particles/Lit shader or not. If they are “Unlit”, then this is what is causing the problem. When they are unlit, the particle system will become invisible to the camera. My Fortiva Account
I am using the Sprite-default component where I add a text as particles. "Change this" is the the text which I added. I am not sure how to check the material.
Your answer
