2D tiles problem while moving the camera

Hello there I am having problem with my tiles, when I move my camera, the tiles will leave after images in the blank area every frame, here is a screenshot.

Anyone has any idea how to solve this?

Check what the camera clear mode is set to. Set it to solid color black… it looks like it might be set to clear depth only.

Hi, thank you for your reply, do you mean the background type in the camera inspector, I changed it to solid color from skybox, it is working now. I just created a test project with background type set to skybox, but there is no problem with my test project, why is the problem happening in my project but not a new one, is there any default project setting I can edit?

Are you using 2D Renderer? It doesn’t support Skybox. If your new project doesn’t use 2D Renderer but your old one does, then that would explain the difference.