#character floats above the ground for some reason

1 messages · Page 1 of 1 (latest)

quartz mason
#

im making a 3rd person controller with character controller and have also implemented gravity, for some reason, my player floats off the ground. I tried adjusting the height of the character controller, but it floats from the ground by the same amount, no matter the height of the character controller.

#

this is the inspector of my player and the heirarchy

#

the "Player" parent object in the heirarchy is just an empty with a character controller on it

tender violet
#

Adjust the skin width

lime notch
tulip robin
#

Looks like the character controller is sitting on top of the GroundCheck. Is it supposed to be a trigger?

quartz mason
quartz mason
#

so should i give the playercontroller and character controller to one of the childs and just keep the parent empty ?

#

and by one of i mean the bigger cube

#

here's my player controller if its any help

tender violet
quartz mason
#

yeah that seems to have worked

#

strange, ive never had to do that before

#

thank you so much

tender violet
#

I would suggest checking the scale of your objects, the default values shouldn't cause this issue.