2D Character Falling Through Ground
For my 2D character I attempted making a script so the gamepad can operate within the game. This script involved me needing a character controller component, however I cannot keep the player from falling through the ground. The ground has a collider and I can see the collider on the player from the character controller. So how do I fix the character from falling?
is your character placed well above the ground?
does the character shift points at all during the editor until you press play?
Your answer
Follow this Question
Related Questions
Why is the FPSController's Character Controller not working as a Collider? 1 Answer
Flying character rigidbody - can't see any static collider 1 Answer
Character controller going through walls? 1 Answer
Need help with GameObject placement 2 Answers
How to Parent a Camera to the Head Bone with No Camera Shake? 0 Answers