Recently I downloaded Universal RP and changed Render Pipeline Settings:
After this, all of my sprites in a scene started going insane in PlayMode:
Could you help, how such a type of bug is called? I just can't find any info about this.
CodePudding user response:
It looks like your camera has the clear flags of "Nothing". Maybe change it to "depth" or "color". https://docs.unity3d.com/Manual/class-Camera.html https://docs.unity3d.com/ScriptReference/Camera-clearFlags.html