比如说你的中心是在(0,0,0),你把他设置成(0,-1.0,0)之类的就可以了,就是降低重心啦~
rigidbody.centerOfMass = new Voctor3(rigidbody.centerOfMass.x,-1.5F,rigidbody.centerOfMass.z);