Home > other >  Sprite leaves a tail behind it in PlayMode
Sprite leaves a tail behind it in PlayMode

Time:01-17

Recently I downloaded Universal RP and changed Render Pipeline Settings:

enter image description here

After this, all of my sprites in a scene started going insane in PlayMode:

enter image description here

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

  •  Tags:  
  • Related