1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -66,5 +66,7 @@ public class CatchManager : MonoBehaviour
|
|||||||
{
|
{
|
||||||
Destroy(child.gameObject);
|
Destroy(child.gameObject);
|
||||||
}
|
}
|
||||||
|
start = true;
|
||||||
|
m_collider.enabled = true ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user