The sprites would appear both in the scene and in the game itself. The problem is that in some sprites, they would disappear near the edge of the camera. This only happens in some sprites but it is constant that it happens to the specific sprites.
1 Answer
1Good day.
This is because the object is so close to the camera, and the camera is configured to only render objects from X distance up to Y distance (Near and Far).
You can configiure this 2 distances in the camera inspector, with the “Clipping Planes” property.

Byee!

I think this answer only works if the entire sprite is not showing. But with my problem, it is perfectly fine while the entire sprite is in the camera view and if you move a tiny bit to the right you will see the tree.[123333-ca121pture.png|123333]
– Snaiel