Пример #1
0
 void OnDestroy()
 {
     if (_grabbedBy != null)
     {
         // Notify the hand to release destroyed grabbables
         _grabbedBy.ForceRelease(this);
     }
 }