Pivot of Game Object

Hi,
I have a game object. Actually it is the Capsule from KCC tool. When it is in crouch position it hovers above the ground. I think it is because the pivot of the capsule is in the middle of the object and needs to be set on the lowest point of the capsule. But could neither make pivot visible (Gizmo already activated) nor could I set it different. Could you help ? Thanks

You have a few options

  1. change the pivot in modeling tool like blender
    1b) or change it in probuilder

  2. set the capsule as a child of another game object, then position it so that the pivot is where you want it. You will have to use the parent for transforms (such as rotation, movement, etc)

1 Like