This commit is contained in:
kridoo
2025-11-19 14:48:52 +08:00
parent 3fd801a055
commit 0ba6ef05dd
7 changed files with 163 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ public class GrabItem : MonoBehaviour
{
if (childAnimator != null)
{
childAnimator.transform.localScale = Vector3.zero;
Destroy(childAnimator);
}
}