Scale character to be smaller

chris56728

New member
My question is simple - but I can't seem to find an answer by going through the documentation and searching the forums.

My first-person character is a child so I'm trying to reduce the height of the character. I'm trying this out on the default norman character that comes with the tutorials.
Is there a proper way to scale a character?

Thanks,
Chris
 
You'd normally just have the model matching the size you need obviously, but you can scale down the rig (and make sure to scale down the CapsuleCollider to match). If you're using a first-person view, you'd then probably also have to re-position various things like the camera offset and maybe even the on-screen position of items to match the new height/size.
 
Top