ZXP 2 лет назад
Родитель
Сommit
cbcb2c698f

+ 29 - 0
Assets/AnimatorControl.cs

@@ -0,0 +1,29 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class AnimatorControl : MonoBehaviour
+{
+    public Animator animator;
+    [Header("是否显示老师模型")]
+    public bool modelActive;
+    [Header("是否播放动画")]
+    public bool animatonPlay;
+    void Start()
+    {
+        animator.gameObject.SetActive(modelActive);
+        animator.SetBool("S1", false);
+        animator.SetBool("S2", false);
+        animator.SetBool("S3", false);
+        animator.SetBool("Hold", false);
+        if (animatonPlay)
+        {
+            animator.SetBool("S" + Random.Range(1, 4), true);
+        }
+        else
+        {
+            animator.SetBool("Hold", true);
+        }
+
+    }
+}

+ 11 - 0
Assets/AnimatorControl.cs.meta

@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 8ef82772a5fc34b479a3729082749f9a
+MonoImporter:
+  externalObjects: {}
+  serializedVersion: 2
+  defaultReferences: []
+  executionOrder: 0
+  icon: {instanceID: 0}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

+ 9 - 11
Assets/Prefabs/SelectPrefab.prefab

@@ -199,7 +199,7 @@ MonoBehaviour:
     m_HorizontalOverflow: 0
     m_VerticalOverflow: 0
     m_LineSpacing: 1
-  m_Text: "\u9898\u76EE\u58EB\u5927\u592B\u58EB\u5927\u592B\u901F\u5EA6\u53D1\u5C04\u70B9\u53D1\u5C04\u70B9\u53D1\u5C04\u70B9\u98DE\u6D12\u5730\u65B9\u963F\u65AF\u8482\u82AC\u901F\u5EA6\u4E0Bvxc\u53D1VS\u5730\u65B9\u963F\u65AF\u8482\u82AC\u513F\u554A\u4E09\u4E2A\u7684\u6210\u529F\u662F\u7684\u4EBA\u5DE5\u8D39\u963F\u6587\u662F\u901A\u8FC7\u7684"
+  m_Text: 
 --- !u!1 &5943149763234368312
 GameObject:
   m_ObjectHideFlags: 0
@@ -220,7 +220,7 @@ GameObject:
   m_Icon: {fileID: 0}
   m_NavMeshLayer: 0
   m_StaticEditorFlags: 0
-  m_IsActive: 1
+  m_IsActive: 0
 --- !u!224 &5943149763234368313
 RectTransform:
   m_ObjectHideFlags: 0
@@ -294,14 +294,12 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: 2266347391f647d408d77197435f3e00, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  index: 0
-  topicName: asd
-  topicText: 3456
+  topicName: "\u9AD8\u7EA7\u8BA4\u77E5\u63D0\u95EE"
+  topicText: "\u9488\u5BF9\u6211\u4EEC\u521A\u521A\u5B66\u4E60\u7684\u300A\u5356\u706B\u67F4\u7684\u5C0F\u5973\u5B69\u300B\uFF0C\u540C\u5B66\u4EEC\u53EF\u4EE5\u7528\u81EA\u5DF1\u7684\u8BDD\u8BB2\u4E00\u904D\u8FD9\u4E2A\u6545\u4E8B\u5417\uFF1F"
   answerTexts:
-  - qwerwqe
-  - qtrtdxf
-  - qtrtdxf
-  answers: 010000
+  - "\u9AD8\u7EA7\u8BA4\u77E5\u63D0\u95EE"
+  - "\u4F4E\u7EA7\u8BA4\u77E5\u63D0\u95EE"
+  answers: 0001
   nameText: {fileID: 5943149763677828825}
   text: {fileID: 5943149762888284046}
   answerParent: {fileID: 5943149763872498518}
@@ -330,7 +328,7 @@ AudioSource:
   m_Enabled: 1
   serializedVersion: 4
   OutputAudioMixerGroup: {fileID: 0}
-  m_audioClip: {fileID: 8300000, guid: e3c7a3b3887d3cb4aab8d47b997c26b5, type: 3}
+  m_audioClip: {fileID: 8300000, guid: f624ac793e758474b8c0285146704333, type: 3}
   m_PlayOnAwake: 1
   m_Volume: 1
   m_Pitch: 1
@@ -573,7 +571,7 @@ MonoBehaviour:
     m_HorizontalOverflow: 0
     m_VerticalOverflow: 0
     m_LineSpacing: 1
-  m_Text: "\u4E3B\u9898\uFF1A13213124214"
+  m_Text: 
 --- !u!1 &5943149763872498537
 GameObject:
   m_ObjectHideFlags: 0

+ 13 - 0
Assets/Prefabs/Text.prefab

@@ -12,6 +12,7 @@ GameObject:
   - component: {fileID: 7348448353842151867}
   - component: {fileID: 7348448353842151868}
   - component: {fileID: 7348448353842151866}
+  - component: {fileID: 2284666436553386149}
   m_Layer: 5
   m_Name: Text
   m_TagString: Untagged
@@ -176,3 +177,15 @@ AudioSource:
     m_PreInfinity: 2
     m_PostInfinity: 2
     m_RotationOrder: 4
+--- !u!114 &2284666436553386149
+MonoBehaviour:
+  m_ObjectHideFlags: 0
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_GameObject: {fileID: 7348448353842151870}
+  m_Enabled: 1
+  m_EditorHideFlags: 0
+  m_Script: {fileID: 11500000, guid: 8ef82772a5fc34b479a3729082749f9a, type: 3}
+  m_Name: 
+  m_EditorClassIdentifier: 

+ 2 - 2
Assets/Prefabs/VR.prefab

@@ -1128,7 +1128,7 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  m_Material: {fileID: 0}
+  m_Material: {fileID: 2100000, guid: 1d1b20c3709b35e4d9b18688941d1acc, type: 2}
   m_Color: {r: 1, g: 1, b: 1, a: 1}
   m_RaycastTarget: 1
   m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
@@ -2118,7 +2118,7 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  m_Material: {fileID: 0}
+  m_Material: {fileID: 2100000, guid: 1d1b20c3709b35e4d9b18688941d1acc, type: 2}
   m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
   m_RaycastTarget: 1
   m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}

+ 124 - 0
Assets/Scenes/Main.unity

@@ -357,6 +357,18 @@ PrefabInstance:
   m_Modification:
     m_TransformParent: {fileID: 1870327475}
     m_Modifications:
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animator
+      value: 
+      objectReference: {fileID: 2048452213}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: modelActive
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animatonPlay
+      value: 1
+      objectReference: {fileID: 0}
     - target: {fileID: 7348448353842151866, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
       propertyPath: m_audioClip
       value: 
@@ -569,6 +581,18 @@ PrefabInstance:
   m_Modification:
     m_TransformParent: {fileID: 1870327475}
     m_Modifications:
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animator
+      value: 
+      objectReference: {fileID: 2048452213}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: modelActive
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animatonPlay
+      value: 1
+      objectReference: {fileID: 0}
     - target: {fileID: 7348448353842151866, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
       propertyPath: m_audioClip
       value: 
@@ -1366,6 +1390,14 @@ PrefabInstance:
       propertyPath: m_LocalEulerAnglesHint.z
       value: 0
       objectReference: {fileID: 0}
+    - target: {fileID: 4653106685561220614, guid: 871a7b97842872a439ae9b9ce483209e, type: 3}
+      propertyPath: m_IsActive
+      value: 0
+      objectReference: {fileID: 0}
+    - target: {fileID: 7373364547955376079, guid: 871a7b97842872a439ae9b9ce483209e, type: 3}
+      propertyPath: m_IsActive
+      value: 1
+      objectReference: {fileID: 0}
     m_RemovedComponents: []
   m_SourcePrefab: {fileID: 100100000, guid: 871a7b97842872a439ae9b9ce483209e, type: 3}
 --- !u!4 &686404611 stripped
@@ -1473,6 +1505,26 @@ PrefabInstance:
   m_Modification:
     m_TransformParent: {fileID: 0}
     m_Modifications:
+    - target: {fileID: 5374442942190148193, guid: 7429b175130f24842803ffe5f563587d, type: 3}
+      propertyPath: m_PositionInput.m_Action.m_Id
+      value: d95744aa-2a0e-4c3a-9475-cba5b4800b05
+      objectReference: {fileID: 0}
+    - target: {fileID: 5374442942190148193, guid: 7429b175130f24842803ffe5f563587d, type: 3}
+      propertyPath: m_RotationInput.m_Action.m_Id
+      value: 213f1ec8-2b50-40b1-b003-04c2eb387103
+      objectReference: {fileID: 0}
+    - target: {fileID: 5374442942190148193, guid: 7429b175130f24842803ffe5f563587d, type: 3}
+      propertyPath: m_PositionInput.m_Action.m_Name
+      value: Position Input
+      objectReference: {fileID: 0}
+    - target: {fileID: 5374442942190148193, guid: 7429b175130f24842803ffe5f563587d, type: 3}
+      propertyPath: m_RotationInput.m_Action.m_Name
+      value: Rotation Input
+      objectReference: {fileID: 0}
+    - target: {fileID: 5374442943249206179, guid: 7429b175130f24842803ffe5f563587d, type: 3}
+      propertyPath: m_IsActive
+      value: 1
+      objectReference: {fileID: 0}
     - target: {fileID: 5374442944130642816, guid: 7429b175130f24842803ffe5f563587d, type: 3}
       propertyPath: m_RootOrder
       value: 2
@@ -1628,6 +1680,18 @@ PrefabInstance:
   m_Modification:
     m_TransformParent: {fileID: 1870327475}
     m_Modifications:
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animator
+      value: 
+      objectReference: {fileID: 2048452213}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: modelActive
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animatonPlay
+      value: 1
+      objectReference: {fileID: 0}
     - target: {fileID: 7348448353842151866, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
       propertyPath: m_audioClip
       value: 
@@ -2396,6 +2460,18 @@ PrefabInstance:
   m_Modification:
     m_TransformParent: {fileID: 1870327475}
     m_Modifications:
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animator
+      value: 
+      objectReference: {fileID: 2048452213}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: modelActive
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animatonPlay
+      value: 1
+      objectReference: {fileID: 0}
     - target: {fileID: 7348448353842151866, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
       propertyPath: m_audioClip
       value: 
@@ -2650,6 +2726,18 @@ PrefabInstance:
   m_Modification:
     m_TransformParent: {fileID: 1870327475}
     m_Modifications:
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animator
+      value: 
+      objectReference: {fileID: 2048452213}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: modelActive
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animatonPlay
+      value: 1
+      objectReference: {fileID: 0}
     - target: {fileID: 7348448353842151866, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
       propertyPath: m_audioClip
       value: 
@@ -2956,6 +3044,18 @@ PrefabInstance:
   m_Modification:
     m_TransformParent: {fileID: 1870327475}
     m_Modifications:
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animator
+      value: 
+      objectReference: {fileID: 2048452213}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: modelActive
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animatonPlay
+      value: 1
+      objectReference: {fileID: 0}
     - target: {fileID: 7348448353842151866, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
       propertyPath: m_audioClip
       value: 
@@ -3595,6 +3695,18 @@ PrefabInstance:
   m_Modification:
     m_TransformParent: {fileID: 1870327475}
     m_Modifications:
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animator
+      value: 
+      objectReference: {fileID: 2048452213}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: modelActive
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animatonPlay
+      value: 1
+      objectReference: {fileID: 0}
     - target: {fileID: 7348448353842151866, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
       propertyPath: m_audioClip
       value: 
@@ -3709,6 +3821,18 @@ PrefabInstance:
   m_Modification:
     m_TransformParent: {fileID: 1870327475}
     m_Modifications:
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animator
+      value: 
+      objectReference: {fileID: 2048452213}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: modelActive
+      value: 1
+      objectReference: {fileID: 0}
+    - target: {fileID: 2284666436553386149, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
+      propertyPath: animatonPlay
+      value: 1
+      objectReference: {fileID: 0}
     - target: {fileID: 7348448353842151869, guid: 2ecdf7b89b60a414eb458a91b9dafed7, type: 3}
       propertyPath: m_Pivot.x
       value: 0.5

+ 240 - 6
Assets/教室/motion/教师.controller

@@ -1,5 +1,30 @@
 %YAML 1.1
 %TAG !u! tag:unity3d.com,2011:
+--- !u!1101 &-8800738806912047757
+AnimatorStateTransition:
+  m_ObjectHideFlags: 1
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_Name: 
+  m_Conditions:
+  - m_ConditionMode: 1
+    m_ConditionEvent: Hold
+    m_EventTreshold: 0
+  m_DstStateMachine: {fileID: 0}
+  m_DstState: {fileID: -943674017607270174}
+  m_Solo: 0
+  m_Mute: 0
+  m_IsExit: 0
+  serializedVersion: 3
+  m_TransitionDuration: 0.25
+  m_TransitionOffset: 0
+  m_ExitTime: 0.97159094
+  m_HasExitTime: 0
+  m_HasFixedDuration: 1
+  m_InterruptionSource: 0
+  m_OrderedInterruption: 1
+  m_CanTransitionToSelf: 1
 --- !u!1107 &-8031090436695508195
 AnimatorStateMachine:
   serializedVersion: 6
@@ -11,13 +36,16 @@ AnimatorStateMachine:
   m_ChildStates:
   - serializedVersion: 1
     m_State: {fileID: 1136211939486135295}
-    m_Position: {x: 160, y: 210, z: 0}
+    m_Position: {x: 330, y: 280, z: 0}
   - serializedVersion: 1
     m_State: {fileID: -575679592519576606}
-    m_Position: {x: 90, y: 360, z: 0}
+    m_Position: {x: 60, y: 370, z: 0}
   - serializedVersion: 1
     m_State: {fileID: 8610494498436301050}
-    m_Position: {x: 430, y: 360, z: 0}
+    m_Position: {x: 640, y: 360, z: 0}
+  - serializedVersion: 1
+    m_State: {fileID: -943674017607270174}
+    m_Position: {x: 330, y: 120, z: 0}
   m_ChildStateMachines: []
   m_AnyStateTransitions: []
   m_EntryTransitions: []
@@ -27,7 +55,7 @@ AnimatorStateMachine:
   m_EntryPosition: {x: 50, y: 120, z: 0}
   m_ExitPosition: {x: 800, y: 120, z: 0}
   m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
-  m_DefaultState: {fileID: 1136211939486135295}
+  m_DefaultState: {fileID: -943674017607270174}
 --- !u!1101 &-3412767810189025330
 AnimatorStateTransition:
   m_ObjectHideFlags: 1
@@ -50,6 +78,85 @@ AnimatorStateTransition:
   m_InterruptionSource: 0
   m_OrderedInterruption: 1
   m_CanTransitionToSelf: 1
+--- !u!1101 &-1752682389964989809
+AnimatorStateTransition:
+  m_ObjectHideFlags: 1
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_Name: 
+  m_Conditions:
+  - m_ConditionMode: 1
+    m_ConditionEvent: Hold
+    m_EventTreshold: 0
+  m_DstStateMachine: {fileID: 0}
+  m_DstState: {fileID: -943674017607270174}
+  m_Solo: 0
+  m_Mute: 0
+  m_IsExit: 0
+  serializedVersion: 3
+  m_TransitionDuration: 0.25
+  m_TransitionOffset: 0
+  m_ExitTime: 0.9734982
+  m_HasExitTime: 0
+  m_HasFixedDuration: 1
+  m_InterruptionSource: 0
+  m_OrderedInterruption: 1
+  m_CanTransitionToSelf: 1
+--- !u!1101 &-1196601672465322185
+AnimatorStateTransition:
+  m_ObjectHideFlags: 1
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_Name: 
+  m_Conditions:
+  - m_ConditionMode: 1
+    m_ConditionEvent: S2
+    m_EventTreshold: 0
+  m_DstStateMachine: {fileID: 0}
+  m_DstState: {fileID: -575679592519576606}
+  m_Solo: 0
+  m_Mute: 0
+  m_IsExit: 0
+  serializedVersion: 3
+  m_TransitionDuration: 0.25
+  m_TransitionOffset: 0
+  m_ExitTime: 0.89285713
+  m_HasExitTime: 0
+  m_HasFixedDuration: 1
+  m_InterruptionSource: 0
+  m_OrderedInterruption: 1
+  m_CanTransitionToSelf: 1
+--- !u!1102 &-943674017607270174
+AnimatorState:
+  serializedVersion: 6
+  m_ObjectHideFlags: 1
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_Name: Hold
+  m_Speed: 1
+  m_CycleOffset: 0
+  m_Transitions:
+  - {fileID: 7177019367650713525}
+  - {fileID: -1196601672465322185}
+  - {fileID: 1668164215966007553}
+  m_StateMachineBehaviours: []
+  m_Position: {x: 50, y: 50, z: 0}
+  m_IKOnFeet: 0
+  m_WriteDefaultValues: 1
+  m_Mirror: 0
+  m_SpeedParameterActive: 0
+  m_MirrorParameterActive: 0
+  m_CycleOffsetParameterActive: 0
+  m_TimeParameterActive: 0
+  m_Motion: {fileID: 1827226128182048838, guid: 3b8c5a854756ab94b81ecb3f81b389c8, type: 3}
+  m_Tag: 
+  m_SpeedParameter: 
+  m_MirrorParameter: 
+  m_CycleOffsetParameter: 
+  m_TimeParameter: 
 --- !u!1102 &-575679592519576606
 AnimatorState:
   serializedVersion: 6
@@ -62,6 +169,7 @@ AnimatorState:
   m_CycleOffset: 0
   m_Transitions:
   - {fileID: 8706557423372263213}
+  - {fileID: 3530919892260480792}
   m_StateMachineBehaviours: []
   m_Position: {x: 50, y: 50, z: 0}
   m_IKOnFeet: 0
@@ -85,7 +193,31 @@ AnimatorController:
   m_PrefabAsset: {fileID: 0}
   m_Name: "\u6559\u5E08"
   serializedVersion: 5
-  m_AnimatorParameters: []
+  m_AnimatorParameters:
+  - m_Name: S1
+    m_Type: 4
+    m_DefaultFloat: 0
+    m_DefaultInt: 0
+    m_DefaultBool: 0
+    m_Controller: {fileID: 0}
+  - m_Name: S2
+    m_Type: 4
+    m_DefaultFloat: 0
+    m_DefaultInt: 0
+    m_DefaultBool: 0
+    m_Controller: {fileID: 0}
+  - m_Name: S3
+    m_Type: 4
+    m_DefaultFloat: 0
+    m_DefaultInt: 0
+    m_DefaultBool: 0
+    m_Controller: {fileID: 0}
+  - m_Name: Hold
+    m_Type: 4
+    m_DefaultFloat: 0
+    m_DefaultInt: 0
+    m_DefaultBool: 0
+    m_Controller: {fileID: 0}
   m_AnimatorLayers:
   - serializedVersion: 5
     m_Name: Base Layer
@@ -111,6 +243,7 @@ AnimatorState:
   m_CycleOffset: 0
   m_Transitions:
   - {fileID: 5868301852269676002}
+  - {fileID: -8800738806912047757}
   m_StateMachineBehaviours: []
   m_Position: {x: 50, y: 50, z: 0}
   m_IKOnFeet: 0
@@ -126,6 +259,56 @@ AnimatorState:
   m_MirrorParameter: 
   m_CycleOffsetParameter: 
   m_TimeParameter: 
+--- !u!1101 &1668164215966007553
+AnimatorStateTransition:
+  m_ObjectHideFlags: 1
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_Name: 
+  m_Conditions:
+  - m_ConditionMode: 1
+    m_ConditionEvent: S3
+    m_EventTreshold: 0
+  m_DstStateMachine: {fileID: 0}
+  m_DstState: {fileID: 8610494498436301050}
+  m_Solo: 0
+  m_Mute: 0
+  m_IsExit: 0
+  serializedVersion: 3
+  m_TransitionDuration: 0.25
+  m_TransitionOffset: 0
+  m_ExitTime: 0.89285713
+  m_HasExitTime: 0
+  m_HasFixedDuration: 1
+  m_InterruptionSource: 0
+  m_OrderedInterruption: 1
+  m_CanTransitionToSelf: 1
+--- !u!1101 &3530919892260480792
+AnimatorStateTransition:
+  m_ObjectHideFlags: 1
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_Name: 
+  m_Conditions:
+  - m_ConditionMode: 1
+    m_ConditionEvent: Hold
+    m_EventTreshold: 0
+  m_DstStateMachine: {fileID: 0}
+  m_DstState: {fileID: -943674017607270174}
+  m_Solo: 0
+  m_Mute: 0
+  m_IsExit: 0
+  serializedVersion: 3
+  m_TransitionDuration: 0.25
+  m_TransitionOffset: 0
+  m_ExitTime: 0.9709302
+  m_HasExitTime: 0
+  m_HasFixedDuration: 1
+  m_InterruptionSource: 0
+  m_OrderedInterruption: 1
+  m_CanTransitionToSelf: 1
 --- !u!1101 &5868301852269676002
 AnimatorStateTransition:
   m_ObjectHideFlags: 1
@@ -148,6 +331,53 @@ AnimatorStateTransition:
   m_InterruptionSource: 0
   m_OrderedInterruption: 1
   m_CanTransitionToSelf: 1
+--- !u!1101 &7177019367650713525
+AnimatorStateTransition:
+  m_ObjectHideFlags: 1
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_Name: 
+  m_Conditions:
+  - m_ConditionMode: 1
+    m_ConditionEvent: S1
+    m_EventTreshold: 0
+  m_DstStateMachine: {fileID: 0}
+  m_DstState: {fileID: 1136211939486135295}
+  m_Solo: 0
+  m_Mute: 0
+  m_IsExit: 0
+  serializedVersion: 3
+  m_TransitionDuration: 0.25
+  m_TransitionOffset: 0
+  m_ExitTime: 0.89285713
+  m_HasExitTime: 0
+  m_HasFixedDuration: 1
+  m_InterruptionSource: 0
+  m_OrderedInterruption: 1
+  m_CanTransitionToSelf: 1
+--- !u!1101 &7285050743484908805
+AnimatorStateTransition:
+  m_ObjectHideFlags: 1
+  m_CorrespondingSourceObject: {fileID: 0}
+  m_PrefabInstance: {fileID: 0}
+  m_PrefabAsset: {fileID: 0}
+  m_Name: 
+  m_Conditions: []
+  m_DstStateMachine: {fileID: 0}
+  m_DstState: {fileID: 8610494498436301050}
+  m_Solo: 0
+  m_Mute: 0
+  m_IsExit: 0
+  serializedVersion: 3
+  m_TransitionDuration: 0.25
+  m_TransitionOffset: 0
+  m_ExitTime: 0.9709302
+  m_HasExitTime: 1
+  m_HasFixedDuration: 1
+  m_InterruptionSource: 0
+  m_OrderedInterruption: 1
+  m_CanTransitionToSelf: 1
 --- !u!1102 &8610494498436301050
 AnimatorState:
   serializedVersion: 6
@@ -160,6 +390,7 @@ AnimatorState:
   m_CycleOffset: 0
   m_Transitions:
   - {fileID: -3412767810189025330}
+  - {fileID: -1752682389964989809}
   m_StateMachineBehaviours: []
   m_Position: {x: 50, y: 50, z: 0}
   m_IKOnFeet: 0
@@ -182,7 +413,10 @@ AnimatorStateTransition:
   m_PrefabInstance: {fileID: 0}
   m_PrefabAsset: {fileID: 0}
   m_Name: 
-  m_Conditions: []
+  m_Conditions:
+  - m_ConditionMode: 1
+    m_ConditionEvent: S3
+    m_EventTreshold: 0
   m_DstStateMachine: {fileID: 0}
   m_DstState: {fileID: 8610494498436301050}
   m_Solo: 0

粤ICP备19079148号