This commit is contained in:
kridoo
2025-11-17 17:25:11 +08:00
parent 83eeb61088
commit 6bcbc56c2d
7 changed files with 10 additions and 25 deletions

View File

@@ -56,8 +56,7 @@ public class PlayJiaGuAnimator : MonoBehaviour
{
for (int i = 0; i < childAnimator.Count; i++)
{
Destroy(childAnimator[i]);
childAnimator[i] = null;
childAnimator[i].transform.localScale = Vector3.zero;
}
}
private void OnTriggerEnter(Collider other)