- Home /
Camera Moving Problem
Hi,
I'm currently working on a project in Unity and I can move my camera around in my 3d Model. That's fine, but the camera should stop when it touches the Ground. At the moment, the camera can move through objects in my Scene. Does somebody know, how to disable this behaviour?
Greetings
Use the search bar. This question has been asked a trillion times.
Answer by DayyanSisson · Aug 02, 2011 at 10:15 PM
Add a collider to the ground and/or add a physic material.
Your answer
Follow this Question
Related Questions
move camera when it collides with a trigger 1 Answer
How to make camera position relative to a specific target. 1 Answer
Display 1 No cameras rendering when player collides with enemy 1 Answer
Character Controller being pushed or not colliding with Plane Collider 0 Answers
Stop camera when wall hit 2D game 2 Answers