private void GripUp(SteamVR_Action_Boolean fromAction, SteamVR_Input_Sources fromSource) { gripInput = 1f; if (IsGrabbing) { assignedController.GrabObject(null); currentGrab.Clear(); //model.SetActive(true); } }