Esempio n. 1
0
 void LateUpdate()
 {
     if (IsCarryingObject)
     {
         carriedObject.MoveTo(rb2d.position + currentHoldOffset);
     }
 }