J.Wujeck
J.Wujeck

Reputation: 280

Character controller unity

I found a tutorial in youtube which is third person controller. The problem is, why does the character controller of my character is on the bottom? The green one (I don't know what is it), it should cover the player's body right? Most of the tutorials that I watched, the character controller covers the player body. How can I fix that? Help me guys. Thanks in advance.

This what I'm talking about:

enter image description here

My Character: enter image description here

Character Body: enter image description here

Inspector

enter image description here

Upvotes: 0

Views: 1216

Answers (1)

Technivorous
Technivorous

Reputation: 1712

click the game object(player) in the inspector on the right find the capsule collider, and click edit collider. this will cause little blocks to appear on the collider in scene. if your having a hard time seeing the collider just double click the player object. once your in the edit collider mode you can grab the little squares on the collider and resize it with the mouse.

Upvotes: 1

Related Questions