Can anyone explain why objects are moved by a pivot not center? I have choose center but still move the object using the pivot. Iam using this script objekt.GetComponent<Rigidbody>().MovePosition(hitt.point);
Scripts always deal with pivot. “Center” option is for editing only.