When I use Unity, when Objects are too far away, they disappear, and slowly start to appear as you get closer. Obviously, this is a problem because I want the player to see a huge Game World. The fog is not on in the render settings, and I don’t know if this is a bug, or it’s designed to this. If it is, then I would like to know how to turn this function off. This is a really frustrating problem so help would be appreciated. Thanks in advance.
Hi, it appears you are encountering Clipping What this basically does is ‘clips’ of stuff that’s too far away from the camera. In the inspector, if you select your main camera, there will be a section underneath field of view called clipping planes, the higher you set the ‘Far’ value, the farther away an object will be before it’s ‘clipped’ off. I recommend setting the far value to something like 100000. Also, another way to keep your objects from disappearing would be to scale down your entire scene. I hope this helps! ![]()