This commit is contained in:
kridoo
2025-11-17 18:32:04 +08:00
parent 6bcbc56c2d
commit 3fd801a055
3 changed files with 4 additions and 2 deletions

View File

@@ -66,5 +66,7 @@ public class CatchManager : MonoBehaviour
{
Destroy(child.gameObject);
}
start = true;
m_collider.enabled = true ;
}
}

View File

@@ -108,7 +108,7 @@ public class GrabItem : MonoBehaviour
{
if (other.gameObject.CompareTag("RightHand"))
{
//Debug.Log("Ent<6E><74><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:"+other.gameObject.name);
//Debug.Log("Ent<6E><74><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:"+other.gameObject.name);0
SetTriggerParameter("DisTrigger");
SceneMgr.Instance.isTrigger=true;
//if (m_catch == null)