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

@@ -449,7 +449,7 @@ MonoBehaviour:
m_Start: 80.56666666666666 m_Start: 80.56666666666666
m_ClipIn: 0 m_ClipIn: 0
m_Asset: {fileID: 4674024635053442591} m_Asset: {fileID: 4674024635053442591}
m_Duration: 56.63118773506335 m_Duration: 54.33333333333334
m_TimeScale: 1 m_TimeScale: 1
m_ParentTrack: {fileID: -4150429269391175459} m_ParentTrack: {fileID: -4150429269391175459}
m_EaseInDuration: 0 m_EaseInDuration: 0

View File

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

View File

@@ -108,7 +108,7 @@ public class GrabItem : MonoBehaviour
{ {
if (other.gameObject.CompareTag("RightHand")) 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"); SetTriggerParameter("DisTrigger");
SceneMgr.Instance.isTrigger=true; SceneMgr.Instance.isTrigger=true;
//if (m_catch == null) //if (m_catch == null)