I am very new to Unity and just trying to get my barings. When I create a few objects ( a plane and a cube) and add a first person controller prefab. I click play in the game window and my camera falls through the floor and keeps falling. How do I set the camera to collide with the floor?
You need to add a Colldier (Physics>Collider). For reference, there is a Prefab under StanderdAssets>CharterControllers>FirstPersonController. It will help you out!
If you have any other questions, feel free to ask!
-Gibson
-Edit-
Sorry Shawn,
I didn't notice you already put down the prefab... There are two things you should check... 1. That your plate is right-side-up (Its only one-sided). 2. That your First Person Controller Prefab has a collider... It should unless you messed with it at all... Then, if it still doesn't work, make sure all your other objects have colliders... If non of this works, post something more specific...