Please help with boundaries please!!!!!!

Ok, can ANYONE PLEASE PLEASE PLEASE HELP ME with boundaries? For the past few days, I’ve doing research and asking questions but I get NO answer. I’ve created some boundaries (top, bottom, left, right) from a tutorial and then drag the first person controller to test it out. But the FPC just goes through the terrain and I’m extremely frustrated with this.

I’ve attached on what I have done on my scene. Can anyone PLEASE help me on what to know step by step to have my first person controller start moving on the terrain

Thank you

If you are simply dragging the FPC object around in the scene, yeah it’s gonna go through shit. Drive the character using some simple Input to validate your colliders.

Also, show the Heirarchy pane in your screenshot. Showing the Project view gives nobody any useful information to help.

ok, how do you “Drive the character using some simple Input”? Now I cant attach a new picture with the Heirarchy -_-

Here is all the API info starting point: Unity - Scripting API: Input

Here is a simple example that will let you move a character controller with the arrow keys on your keyboard: Unity - Scripting API: Input.GetAxis