I am trying to replace the tutorial player with a character from another asset and everything works fine, except that the new character is floating well above the ground. I have tried several different characters but they all do the same and I cannot find an option to lower them. I have enabled place on ground in the spawn point inspector, but this does not cure the problem. Is there something i have missed?
  • You probably didn't add a Character Controller and use one of the built-in player controls. They require a character controller and will automatically add one if none is found - which probably places them too low, leading to your character seeming to float.

    Add a Character Controller to your character's prefab and place it correctly.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Thank you. That has cured the problem. Thanks for your help.
Sign In or Register to comment.