public void ResetHook() { transform.SetPositionAndRotation(hookBase.transform.position, hookBase.transform.rotation); UniversalFunctions.SetGlobalScale(transform, new Vector3(0.1f, 0.1f, 0.2f)); transform.SetParent(joint.transform); }