- Home /
 
GameObject pivot vs center
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);

               Comment
              
 
               
              Answer by qabal · Dec 21, 2016 at 02:14 PM
Scripts always deal with pivot. "Center" option is for editing only.
Your answer