How to change the pivot point of a 3d game object in unity

I was tring to make a 3d game in unity and I need to change pivot point of a object

You can create a root gameobject, set that object to main object’s parent and arrange your child object. Use the root as your main object afterwards.