- Home /
Camera Problem
Hey, I have a problem where when the Camera is near a model it will go inside the model and the model then disappears. Here is an example of what I mean.
Answer by william9518 · Oct 06, 2013 at 08:19 PM
How is this a glitch? Have you even LOOKED at the Camera component in the inspector?!
Clipping Planes Near: Far:
Abate the near so it doesn't get CLIPPED OUT!
As @william9518 pointed out, this is not a glitch at all. What you are seeing is the near clipping plane of the camera intersecting the model. You can either constrain the distance that the camera can be from the object or modify the near clipping plane location in the camera settings. The reference manual has a good explanation of clip planes on this page: Unity - Camera
Sorry about the harsh explanation. I was quite mad at that time.