diff --git a/Assets/Scripts/HandCatch/GrabItem.cs b/Assets/Scripts/HandCatch/GrabItem.cs index 08770da3..f9025264 100644 --- a/Assets/Scripts/HandCatch/GrabItem.cs +++ b/Assets/Scripts/HandCatch/GrabItem.cs @@ -133,9 +133,7 @@ public class GrabItem : MonoBehaviour { if (other.gameObject.CompareTag("RightHand")) { - SceneMgr.Instance.isTrigger = false; - } } private void OnTriggerStay(Collider other) @@ -190,8 +188,7 @@ public class GrabItem : MonoBehaviour { if (childAnimator != null) { - Destroy(childAnimator); - childAnimator = null; + childAnimator.transform.localScale = Vector3.zero; } }