diff options
101 files changed, 7101 insertions, 38 deletions
diff --git a/Assets/ActionTool/Editor/ActionData.cs b/Assets/ActionTool/Editor/ActionData.cs index 33bb5c71..4465d314 100644 --- a/Assets/ActionTool/Editor/ActionData.cs +++ b/Assets/ActionTool/Editor/ActionData.cs @@ -30,7 +30,9 @@ namespace ActionTool private const string kStateName = "Action";
- public void Initialize(Animator animator, AnimationClip clip)
+ private RootMotionData m_RootMotion;
+
+ public void Initialize(Animator animator, AnimationClip clip, RootMotionData rootmotion)
{
m_Animator = animator;
m_Clip = clip;
@@ -43,6 +45,7 @@ namespace ActionTool m_CurAnimFrame = 0;
m_PrevLocalTime = 0;
m_Animator.Play(kStateName, 0, 0);
+ m_RootMotion = rootmotion;
}
public void SetCurrentAnimTime(float time)
@@ -136,17 +139,17 @@ namespace ActionTool if (m_Animator == null)
return;
- m_Animator.speed = 1;
-
float normalizeTime = m_CurAnimFrame / m_TotalFrame;
+ m_Animator.speed = 1;
m_Animator.Play(kStateName, 0, normalizeTime);
- m_Animator.Update((float)dt);
-
- m_Animator.transform.position += m_Animator.deltaPosition;
- m_Animator.transform.rotation *= m_Animator.deltaRotation;
-
+ m_Animator.Update(0);
m_Animator.speed = 0;
+
+ if(m_RootMotion)
+ {
+ m_Animator.transform.position = m_RootMotion.GetRootMotion(normalizeTime);
+ }
}
public int GetCurrentFrame()
diff --git a/Assets/ActionTool/Editor/ActionEditor.cs b/Assets/ActionTool/Editor/ActionEditor.cs index 90c8bfc9..71942d34 100644 --- a/Assets/ActionTool/Editor/ActionEditor.cs +++ b/Assets/ActionTool/Editor/ActionEditor.cs @@ -15,7 +15,7 @@ namespace ActionTool ActionManager.AnimationWindow = GetWindow<ActionEditor>();
}
- private string m_SearchText;
+ private string m_SearchText = "";
public void OnEnable()
{
diff --git a/Assets/ActionTool/Editor/ActionManager.cs b/Assets/ActionTool/Editor/ActionManager.cs index e894d32c..32c71434 100644 --- a/Assets/ActionTool/Editor/ActionManager.cs +++ b/Assets/ActionTool/Editor/ActionManager.cs @@ -10,7 +10,7 @@ namespace ActionTool public static string s_AnimFolder = "Assets/Art/Animations/";
public static string s_Controller = "Assets/ActionTool/controller_temp.controller";
public static string s_AnimationDataFolder = "Assets/Data/AnimationData/";
- public static string s_UnitDataFolder = "Assets/Data/UnitData/";
+ static string s_RootMotionDataFolder = "Assets/Data/RootMotionData/";
public static ActionEditor AnimationWindow;
public static ActionPreviewEditor PreviewWindow;
@@ -49,6 +49,8 @@ namespace ActionTool public static Quaternion s_InitRotation = Quaternion.identity;
+ private static RootMotionData s_RootMotion;
+
private static bool s_IsPlay;
public static bool IsPlay { get { return s_IsPlay; } }
@@ -66,20 +68,28 @@ namespace ActionTool public static void OnSelectAnimation(string animation)
{
s_CurrentAnimationName = animation;
- if(PreviewWindow == null)
+ if (PreviewWindow == null)
PreviewWindow = EditorWindow.GetWindow<ActionPreviewEditor>();
PreviewWindow.Repaint();
string animpath = s_AnimFolder + s_CurrentUnit.name + "/" + animation + ".anim";
AnimationClip clip = AssetDatabase.LoadAssetAtPath(animpath, typeof(AnimationClip)) as AnimationClip;
- if(clip)
+ if (clip)
{
s_OverrideContorller["EmptyAction"] = clip;
}
- if(s_CurActionData == null)
+ string rootmotionData = s_RootMotionDataFolder + s_CurrentUnit.name + "/" + animation.Replace(' ', '_') + ".asset";
+ s_RootMotion = AssetDatabase.LoadAssetAtPath<RootMotionData>(rootmotionData);
+ if (s_RootMotion == null)
+ {
+ Debug.LogError("[ActionTool] 没有对应的rootmotion, " + rootmotionData);
+ }
+
+ if (s_CurActionData == null)
s_CurActionData = new ActionData();
- s_CurActionData.Initialize(s_Animator, clip);
+ s_CurActionData.Initialize(s_Animator, clip, s_RootMotion);
+
}
public static bool HasSelectObj()
@@ -130,8 +140,7 @@ namespace ActionTool s_OverrideContorller.name = "override controller";
s_Animator.runtimeAnimatorController = s_OverrideContorller;
- UnitRootMotion rootMotion = s_UnitInstance.GetComponent<UnitRootMotion>();
- Object.DestroyImmediate(rootMotion);
+ s_Animator.applyRootMotion = false;
}
public static void UpdateFrame()
diff --git a/Assets/Data/RootMotionData/Erika/2Handed_HitReaction_Front_04.asset b/Assets/Data/RootMotionData/Erika/2Handed_HitReaction_Front_04.asset new file mode 100644 index 00000000..ed9bab29 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/2Handed_HitReaction_Front_04.asset @@ -0,0 +1,59 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: 2Handed_HitReaction_Front_04 + m_EditorClassIdentifier: + animationName: 2Handed_HitReaction_Front_04 + frameCount: 40 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 1.835368e-12, y: 1.264639e-19, z: 8.2509666e-11} + - {x: 5.4569682e-11, y: 3.903128e-18, z: 0.0000000032014214} + - {x: -0.00021057861, y: -1.4509674e-11, z: -0.009466618} + - {x: -0.00080698135, y: -5.5604108e-11, z: -0.036278583} + - {x: -0.0021364284, y: -1.472081e-10, z: -0.09604507} + - {x: -0.002992241, y: -2.061769e-10, z: -0.13451903} + - {x: -0.0039494615, y: -2.721331e-10, z: -0.17755169} + - {x: -0.00536571, y: -3.6971806e-10, z: -0.24122022} + - {x: -0.0065147816, y: -4.4889353e-10, z: -0.29287788} + - {x: -0.0077240076, y: -5.3221383e-10, z: -0.34723943} + - {x: -0.009409693, y: -6.483641e-10, z: -0.42302123} + - {x: -0.010715381, y: -7.38331e-10, z: -0.4817197} + - {x: -0.012044708, y: -8.2992674e-10, z: -0.54148024} + - {x: -0.01383697, y: -9.534203e-10, z: -0.6220531} + - {x: -0.015184539, y: -0.000000001046273, z: -0.6826348} + - {x: -0.016524868, y: -0.0000000011386266, z: -0.7428901} + - {x: -0.018286038, y: -0.000000001259978, z: -0.8220648} + - {x: -0.019577375, y: -0.0000000013489562, z: -0.88011837} + - {x: -0.020834366, y: -0.0000000014355676, z: -0.93662727} + - {x: -0.02244365, y: -0.0000000015464534, z: -1.008974} + - {x: -0.023591284, y: -0.0000000016255297, z: -1.060567} + - {x: -0.024679594, y: -0.0000000017005184, z: -1.1094933} + - {x: -0.026025673, y: -0.0000000017932684, z: -1.1700076} + - {x: -0.026947437, y: -0.0000000018567813, z: -1.2114457} + - {x: -0.027785499, y: -0.000000001914527, z: -1.2491215} + - {x: -0.028759785, y: -0.0000000019816593, z: -1.2929217} + - {x: -0.029373791, y: -0.0000000020239668, z: -1.3205249} + - {x: -0.029878894, y: -0.0000000020587703, z: -1.3432322} + - {x: -0.030369049, y: -0.000000002092544, z: -1.3652672} + - {x: -0.030587828, y: -0.0000000021076187, z: -1.3751023} + - {x: -0.030670246, y: -0.0000000021132978, z: -1.378808} + - {x: -0.030672994, y: -0.0000000021134872, z: -1.3789315} + - {x: -0.030672727, y: -0.000000002113469, z: -1.3789307} + - {x: -0.030672725, y: -0.0000000021134687, z: -1.3789315} + - {x: -0.030672729, y: -0.000000002113469, z: -1.3789315} + - {x: -0.030672729, y: -0.000000002113469, z: -1.3789315} + - {x: -0.030672729, y: -0.000000002113469, z: -1.3789315} + - {x: -0.030672729, y: -0.000000002113469, z: -1.3789315} + animationLength: 1.3000001 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/2Handed_HitReaction_Front_04.asset.meta b/Assets/Data/RootMotionData/Erika/2Handed_HitReaction_Front_04.asset.meta new file mode 100644 index 00000000..796a3e32 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/2Handed_HitReaction_Front_04.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 47565e28d300f07498733010b2b1c28e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Air_Attk_1.asset b/Assets/Data/RootMotionData/Erika/Air_Attk_1.asset new file mode 100644 index 00000000..72955972 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Air_Attk_1.asset @@ -0,0 +1,72 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Air_Attk_1 + m_EditorClassIdentifier: + animationName: Air_Attk_1 + frameCount: 53 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.12699535, y: -0.01402582, z: 0.11685909} + - {x: 0.23595473, y: 0.0038920105, z: 0.050758235} + - {x: 0.3023105, y: 0.11796358, z: -0.06331767} + - {x: 0.28250015, y: 0.21808325, z: -0.11098495} + - {x: 0.2608413, y: 0.25915137, z: -0.1213006} + - {x: 0.22565332, y: 0.26800933, z: -0.12404956} + - {x: 0.19108194, y: 0.2634602, z: -0.11028596} + - {x: 0.14496365, y: 0.25310424, z: -0.07641025} + - {x: -0.06699754, y: 0.23083779, z: 0.19682369} + - {x: -0.2577904, y: 0.20173267, z: 0.3930518} + - {x: -0.44904938, y: 0.15070085, z: 0.55050194} + - {x: -0.63032115, y: 0.040102724, z: 0.7932583} + - {x: -0.68360394, y: 0.071150176, z: 0.932498} + - {x: -0.7589805, y: 0.075168416, z: 1.0559745} + - {x: -0.83582944, y: 0.066910096, z: 1.1716164} + - {x: -0.86976534, y: 0.06367336, z: 1.2199003} + - {x: -0.8906176, y: 0.060092162, z: 1.2481261} + - {x: -0.90600735, y: 0.05498358, z: 1.2668005} + - {x: -0.9118312, y: 0.051000208, z: 1.2732397} + - {x: -0.9170065, y: 0.04704179, z: 1.2797265} + - {x: -0.92313766, y: 0.041952938, z: 1.2877746} + - {x: -0.92709, y: 0.03846906, z: 1.2931858} + - {x: -0.9305983, y: 0.035379164, z: 1.2981355} + - {x: -0.93470055, y: 0.031971373, z: 1.3040972} + - {x: -0.9372984, y: 0.02997342, z: 1.3079934} + - {x: -0.93957984, y: 0.028182762, z: 1.3114661} + - {x: -0.9422269, y: 0.026064284, z: 1.3155124} + - {x: -0.94387335, y: 0.024700003, z: 1.3180403} + - {x: -0.94526684, y: 0.023484299, z: 1.3202254} + - {x: -0.94679, y: 0.02204976, z: 1.3226889} + - {x: -0.9476459, y: 0.02112166, z: 1.3241562} + - {x: -0.9483049, y: 0.020283677, z: 1.325366} + - {x: -0.94892806, y: 0.019269932, z: 1.3266507} + - {x: -0.9491827, y: 0.018580655, z: 1.3273462} + - {x: -0.94929665, y: 0.01792303, z: 1.3278702} + - {x: -0.94927245, y: 0.0170668, z: 1.3283615} + - {x: -0.94911516, y: 0.016418856, z: 1.3285741} + - {x: -0.94887334, y: 0.0157441, z: 1.328701} + - {x: -0.9484544, y: 0.014782238, z: 1.328784} + - {x: -0.9480746, y: 0.013978141, z: 1.328803} + - {x: -0.9480836, y: 0.013088894, z: 1.3285437} + - {x: -0.9486459, y: 0.011408583, z: 1.3273901} + - {x: -0.9314171, y: -0.010511359, z: 1.2994208} + - {x: -0.9131219, y: -0.03489442, z: 1.270081} + - {x: -0.89152354, y: -0.056588635, z: 1.2604274} + - {x: -0.87656856, y: -0.06323844, z: 1.2758833} + - {x: -0.86181486, y: -0.06393176, z: 1.2996848} + - {x: -0.8417936, y: -0.057790566, z: 1.3334041} + - {x: -0.8246136, y: -0.04804385, z: 1.3512549} + - {x: -0.8085891, y: -0.03563547, z: 1.3570504} + - {x: -0.7927967, y: -0.016693156, z: 1.3502839} + - {x: -0.78426665, y: -0.0016701594, z: 1.3371003} + animationLength: 1.7333335 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Air_Attk_1.asset.meta b/Assets/Data/RootMotionData/Erika/Air_Attk_1.asset.meta new file mode 100644 index 00000000..cee3b73f --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Air_Attk_1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eb5eed7aa545dad4b870a8d82d411231 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Air_Attk_2.asset b/Assets/Data/RootMotionData/Erika/Air_Attk_2.asset new file mode 100644 index 00000000..b45b223b --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Air_Attk_2.asset @@ -0,0 +1,72 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Air_Attk_2 + m_EditorClassIdentifier: + animationName: Air_Attk_2 + frameCount: 53 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.059126582, y: 0.0018861138, z: -0.04854639} + - {x: 0.13093856, y: 0.012846799, z: -0.1101374} + - {x: 0.22306478, y: 0.0015018163, z: -0.17578407} + - {x: 0.2713141, y: -0.028406397, z: -0.19903976} + - {x: 0.29314348, y: -0.04665906, z: -0.21013288} + - {x: 0.28866994, y: -0.04474539, z: -0.20978637} + - {x: 0.26330295, y: -0.037252817, z: -0.18312216} + - {x: 0.22599973, y: -0.03326225, z: -0.1352357} + - {x: 0.14556232, y: -0.008963844, z: -0.053721294} + - {x: 0.06648941, y: 0.1275394, z: -0.0027054865} + - {x: -0.02620773, y: 0.43164122, z: 0.040732197} + - {x: -0.21637408, y: 0.3585973, z: 0.073963635} + - {x: -0.22564879, y: 0.37098595, z: 0.06797156} + - {x: -0.22845596, y: 0.37685382, z: 0.067121446} + - {x: -0.23113908, y: 0.38595954, z: 0.06697993} + - {x: -0.23304272, y: 0.38893205, z: 0.06705002} + - {x: -0.23482043, y: 0.38973457, z: 0.06723177} + - {x: -0.2369786, y: 0.38767517, z: 0.06759858} + - {x: -0.23836626, y: 0.38330376, z: 0.06795449} + - {x: -0.2395471, y: 0.3778126, z: 0.06834112} + - {x: -0.24079497, y: 0.3703796, z: 0.06886641} + - {x: -0.24139379, y: 0.3658281, z: 0.06923498} + - {x: -0.24179079, y: 0.36269203, z: 0.06949621} + - {x: -0.24211346, y: 0.35987496, z: 0.06958355} + - {x: -0.24220939, y: 0.35796067, z: 0.06944587} + - {x: -0.24224603, y: 0.35625613, z: 0.06922995} + - {x: -0.24221535, y: 0.35430285, z: 0.0688363} + - {x: -0.24212322, y: 0.35313854, z: 0.06844817} + - {x: -0.24198249, y: 0.35228208, z: 0.067993954} + - {x: -0.24173048, y: 0.3516473, z: 0.06729962} + - {x: -0.24148637, y: 0.35176915, z: 0.06670193} + - {x: -0.24120435, y: 0.35227165, z: 0.06605019} + - {x: -0.24077904, y: 0.3532607, z: 0.06510962} + - {x: -0.24041903, y: 0.35421696, z: 0.06434318} + - {x: -0.2400318, y: 0.35528222, z: 0.063534774} + - {x: -0.23948137, y: 0.3567973, z: 0.062402554} + - {x: -0.2390415, y: 0.35795915, z: 0.061508168} + - {x: -0.23858517, y: 0.35908535, z: 0.060583938} + - {x: -0.23795778, y: 0.3604764, z: 0.059314404} + - {x: -0.23747422, y: 0.36135572, z: 0.058332957} + - {x: -0.23714334, y: 0.3620568, z: 0.057226755} + - {x: -0.23160739, y: 0.3561774, z: 0.05014567} + - {x: -0.22256425, y: 0.34039822, z: 0.043719105} + - {x: -0.21060386, y: 0.31813625, z: 0.04028285} + - {x: -0.19058566, y: 0.2901694, z: 0.038049486} + - {x: -0.17230016, y: 0.2731339, z: 0.036833107} + - {x: -0.15170099, y: 0.26048222, z: 0.03530604} + - {x: -0.12116099, y: 0.2520463, z: 0.032893203} + - {x: -0.09600258, y: 0.2435742, z: 0.030141117} + - {x: -0.06970567, y: 0.16602795, z: 0.02606} + - {x: -0.03365498, y: 0.070604876, z: 0.018332018} + - {x: -0.0070669632, y: 0.0070991367, z: 0.010698992} + animationLength: 1.7333335 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Air_Attk_2.asset.meta b/Assets/Data/RootMotionData/Erika/Air_Attk_2.asset.meta new file mode 100644 index 00000000..d2be3821 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Air_Attk_2.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aabb3839926fed144ad7b0fb80f710a6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Air_Combo.asset b/Assets/Data/RootMotionData/Erika/Air_Combo.asset new file mode 100644 index 00000000..4bf95079 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Air_Combo.asset @@ -0,0 +1,70 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Air_Combo + m_EditorClassIdentifier: + animationName: Air_Combo + frameCount: 51 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.21336576, y: -0.049949616, z: -0.07886212} + - {x: 0.2878585, y: -0.13038023, z: -0.110037416} + - {x: 0.31786394, y: -0.23517597, z: -0.1861736} + - {x: 0.3081307, y: -0.23930942, z: -0.19177134} + - {x: 0.32459345, y: -0.12379871, z: -0.15675585} + - {x: 0.44970593, y: 0.21848512, z: -0.07740321} + - {x: 0.6024664, y: 0.44529167, z: -0.06577522} + - {x: 0.7710495, y: 0.5497054, z: -0.062845536} + - {x: 0.9169116, y: 0.5814877, z: -0.22969133} + - {x: 0.86224174, y: 0.65417933, z: -0.28882262} + - {x: 0.87795573, y: 0.72984433, z: -0.16443893} + - {x: 1.174694, y: 0.67122144, z: -0.088019624} + - {x: 1.3065596, y: 0.6073418, z: -0.27297053} + - {x: 1.2281199, y: 0.64797133, z: -0.393876} + - {x: 1.2339512, y: 0.7222652, z: -0.19900557} + - {x: 1.4982421, y: 0.6234649, z: -0.12969355} + - {x: 1.6467862, y: 0.49789464, z: -0.31867868} + - {x: 1.5786463, y: 0.4730276, z: -0.44698483} + - {x: 1.5738328, y: 0.47988537, z: -0.39989018} + - {x: 1.6172688, y: 0.44131356, z: -0.36933082} + - {x: 1.4282191, y: 0.6071055, z: -0.41787484} + - {x: 1.1908736, y: 0.90861833, z: -0.30112758} + - {x: 1.0888797, y: 1.000705, z: -0.2519911} + - {x: 0.99352235, y: 1.0826713, z: -0.21575572} + - {x: 0.94138366, y: 1.1257055, z: -0.19874425} + - {x: 0.9008252, y: 1.1548585, z: -0.18759231} + - {x: 0.85601175, y: 1.1755775, z: -0.1767772} + - {x: 0.82246625, y: 1.1802139, z: -0.16766654} + - {x: 0.7873121, y: 1.1850711, z: -0.15724318} + - {x: 0.7432037, y: 1.1957897, z: -0.14540625} + - {x: 0.71172965, y: 1.1933498, z: -0.13776866} + - {x: 0.6812616, y: 1.1697284, z: -0.13084033} + - {x: 0.6418979, y: 1.0864661, z: -0.12235105} + - {x: 0.6132633, y: 0.9736964, z: -0.11633298} + - {x: 0.57198006, y: 0.7184422, z: -0.10630431} + - {x: 0.51136965, y: 0.17702444, z: -0.08333522} + - {x: 0.50323915, y: -0.20846517, z: -0.09361906} + - {x: 0.48791492, y: -0.2809676, z: -0.09352908} + - {x: 0.4738431, y: -0.31321397, z: -0.09657228} + - {x: 0.46876982, y: -0.3156399, z: -0.101231515} + - {x: 0.46580723, y: -0.3034301, z: -0.10639236} + - {x: 0.46253037, y: -0.2705926, z: -0.11110949} + - {x: 0.45970082, y: -0.24082156, z: -0.11283821} + - {x: 0.4561953, y: -0.21296683, z: -0.1129405} + - {x: 0.45077035, y: -0.1872487, z: -0.11095592} + - {x: 0.44830093, y: -0.17333648, z: -0.10881388} + - {x: 0.44723916, y: -0.16171381, z: -0.1064918} + - {x: 0.4470786, y: -0.14825103, z: -0.1032184} + - {x: 0.44714043, y: -0.13856892, z: -0.10063857} + - {x: 0.44671413, y: -0.12822527, z: -0.097869955} + animationLength: 1.6666667 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Air_Combo.asset.meta b/Assets/Data/RootMotionData/Erika/Air_Combo.asset.meta new file mode 100644 index 00000000..cc187d3c --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Air_Combo.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: df4bce0573ec5f445a39eb2cae7a53f0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Air_Dash.asset b/Assets/Data/RootMotionData/Erika/Air_Dash.asset new file mode 100644 index 00000000..f3359167 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Air_Dash.asset @@ -0,0 +1,75 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Air_Dash + m_EditorClassIdentifier: + animationName: Air_Dash + frameCount: 56 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.39287552, y: -0.06144274, z: 0.060503066} + - {x: -0.42192802, y: -0.0531097, z: 0.027699996} + - {x: -0.4621721, y: 0.08726221, z: -0.028798752} + - {x: -0.48649096, y: 0.21601519, z: -0.04847658} + - {x: -0.56079674, y: 0.26547256, z: 0.018492958} + - {x: -0.734976, y: 0.29752356, z: 0.38595456} + - {x: -0.9144451, y: 0.3098113, z: 0.80209583} + - {x: -1.2540932, y: 0.3339023, z: 1.3491113} + - {x: -1.7828571, y: 0.42405197, z: 2.2005568} + - {x: -2.1360676, y: 0.48909888, z: 2.7629004} + - {x: -2.223136, y: 0.49978, z: 2.9036758} + - {x: -2.288654, y: 0.5180329, z: 3.004422} + - {x: -2.3317432, y: 0.5197389, z: 3.0685248} + - {x: -2.369662, y: 0.51538604, z: 3.1273017} + - {x: -2.4150395, y: 0.51158124, z: 3.1994693} + - {x: -2.4462576, y: 0.51129276, z: 3.2493663} + - {x: -2.473608, y: 0.51018906, z: 3.2922022} + - {x: -2.5018356, y: 0.5052349, z: 3.335135} + - {x: -2.5160112, y: 0.49891433, z: 3.3563437} + - {x: -2.5260963, y: 0.49265733, z: 3.371724} + - {x: -2.5354016, y: 0.4863539, z: 3.3865595} + - {x: -2.5404284, y: 0.48441878, z: 3.3949504} + - {x: -2.5455506, y: 0.48400718, z: 3.4035726} + - {x: -2.5542288, y: 0.48414522, z: 3.4179437} + - {x: -2.5622408, y: 0.48433936, z: 3.4310458} + - {x: -2.5700824, y: 0.48423335, z: 3.4439187} + - {x: -2.58034, y: 0.48357275, z: 3.4607978} + - {x: -2.5878944, y: 0.4827052, z: 3.4732356} + - {x: -2.5953834, y: 0.4815023, z: 3.4855409} + - {x: -2.605272, y: 0.4793814, z: 3.5018325} + - {x: -2.612568, y: 0.4772591, z: 3.5140357} + - {x: -2.6197674, y: 0.47467765, z: 3.526295} + - {x: -2.6292284, y: 0.47053975, z: 3.5427892} + - {x: -2.6361954, y: 0.4667443, z: 3.55537} + - {x: -2.6429706, y: 0.462382, z: 3.5682364} + - {x: -2.651054, y: 0.4557218, z: 3.5863185} + - {x: -2.655894, y: 0.44984215, z: 3.6010377} + - {x: -2.6607802, y: 0.44499785, z: 3.6160512} + - {x: -2.6688385, y: 0.44050407, z: 3.6355722} + - {x: -2.6778243, y: 0.4317471, z: 3.6488163} + - {x: -2.6898434, y: 0.36396915, z: 3.660533} + - {x: -2.708003, y: 0.22937202, z: 3.6755006} + - {x: -2.7221248, y: 0.16840692, z: 3.688306} + - {x: -2.7368474, y: 0.153587, z: 3.7027926} + - {x: -2.7571034, y: 0.17661247, z: 3.7236001} + - {x: -2.7726467, y: 0.19626816, z: 3.7396784} + - {x: -2.7882514, y: 0.20648445, z: 3.7553031} + - {x: -2.8086665, y: 0.20745897, z: 3.774774} + - {x: -2.82235, y: 0.19703166, z: 3.7878954} + - {x: -2.833877, y: 0.1775052, z: 3.7995484} + - {x: -2.8468847, y: 0.1416704, z: 3.8115046} + - {x: -2.8549845, y: 0.10910736, z: 3.8157358} + - {x: -2.8611956, y: 0.07513522, z: 3.8158278} + - {x: -2.8670642, y: 0.028885659, z: 3.8117692} + - {x: -2.870509, y: -0.0013893517, z: 3.8077414} + animationLength: 1.8333334 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Air_Dash.asset.meta b/Assets/Data/RootMotionData/Erika/Air_Dash.asset.meta new file mode 100644 index 00000000..7226d247 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Air_Dash.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3a944d7c5f36d2e458ac3f42a5572de8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Combo.asset b/Assets/Data/RootMotionData/Erika/Combo.asset new file mode 100644 index 00000000..901fc87e --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Combo.asset @@ -0,0 +1,97 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Combo + m_EditorClassIdentifier: + animationName: Combo + frameCount: 78 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.062279038, y: 0.0000021101637, z: -0.105776474} + - {x: 0.0607678, y: -0.000005958108, z: -0.09662273} + - {x: 0.030389063, y: -0.000003661753, z: -0.064737886} + - {x: -0.019522524, y: 0.001341319, z: 0.004857974} + - {x: -0.07744276, y: -0.010216355, z: 0.11227253} + - {x: -0.09800554, y: -0.014578312, z: 0.28748173} + - {x: -0.14280672, y: -0.0024406528, z: 0.4114227} + - {x: -0.15998876, y: 0.0029580141, z: 0.4394037} + - {x: -0.14183171, y: 0.0035496047, z: 0.44083515} + - {x: -0.13123663, y: 0.0035402952, z: 0.43578506} + - {x: -0.12714042, y: 0.0032077583, z: 0.43972906} + - {x: -0.1299029, y: 0.002539954, z: 0.48725304} + - {x: -0.13447382, y: 0.0022470136, z: 0.60973305} + - {x: -0.115490966, y: 0.0024113583, z: 0.7689629} + - {x: -0.104066774, y: 0.0071283183, z: 0.9080175} + - {x: -0.11644575, y: 0.005505913, z: 0.93454516} + - {x: -0.12162206, y: 0.0057723518, z: 0.93771017} + - {x: -0.12180206, y: 0.005879536, z: 0.9466556} + - {x: -0.13214882, y: 0.003822809, z: 0.9932064} + - {x: -0.14896713, y: 0.0048181857, z: 1.094191} + - {x: -0.17689578, y: 0.0018597371, z: 1.237841} + - {x: -0.15190156, y: 0.0016510789, z: 1.3164374} + - {x: -0.13366337, y: 0.001313701, z: 1.3586725} + - {x: -0.114300825, y: 0.0012199229, z: 1.3820256} + - {x: -0.114375986, y: 0.0011121184, z: 1.4091563} + - {x: -0.1380548, y: -0.000742591, z: 1.4786873} + - {x: -0.13467106, y: 0.07321454, z: 1.6616862} + - {x: -0.047952708, y: 0.1252591, z: 1.7556591} + - {x: 0.0076616686, y: 0.30729017, z: 1.8346072} + - {x: 0.056535155, y: 0.8151059, z: 1.9290146} + - {x: 0.16657752, y: 1.149617, z: 2.0071867} + - {x: 0.28146347, y: 1.193244, z: 2.003417} + - {x: 0.27727273, y: 0.9602876, z: 1.9263616} + - {x: 0.18202035, y: 0.85197866, z: 1.8710239} + - {x: 0.09073274, y: 0.8322341, z: 1.8640245} + - {x: 0.03181627, y: 0.91300774, z: 1.9065955} + - {x: 0.008406142, y: 0.99879974, z: 1.9576634} + - {x: -0.017035954, y: 1.065444, z: 2.0202472} + - {x: -0.050531454, y: 1.1213603, z: 2.1845827} + - {x: -0.016521532, y: 1.1030948, z: 2.2785978} + - {x: -0.027346661, y: 0.70066434, z: 2.352609} + - {x: 0.028734863, y: 0.85513425, z: 2.5002315} + - {x: 0.1161687, y: 1.057141, z: 2.5939014} + - {x: 0.18857312, y: 1.2950089, z: 2.654538} + - {x: 0.22056775, y: 1.5739137, z: 2.6993947} + - {x: 0.19416839, y: 1.5702574, z: 2.7532215} + - {x: 0.15158568, y: 1.5451587, z: 2.8725555} + - {x: 0.09827452, y: 1.5339272, z: 3.108113} + - {x: 0.047282934, y: 1.4447044, z: 3.317501} + - {x: -0.094543956, y: 1.0517242, z: 3.6374846} + - {x: 0.16861999, y: 0.4077555, z: 4.060263} + - {x: 0.21073315, y: 0.021326192, z: 4.041391} + - {x: 0.18336806, y: 0.0067942417, z: 4.07181} + - {x: 0.16980116, y: 0.0067367707, z: 4.046395} + - {x: 0.1683718, y: 0.006737919, z: 4.02811} + - {x: 0.16905051, y: 0.0067355605, z: 4.0277624} + - {x: 0.17490728, y: 0.006735902, z: 4.0238595} + - {x: 0.17937964, y: 0.006737205, z: 4.020927} + - {x: 0.18130103, y: 0.0067356224, z: 4.0206313} + - {x: 0.18144295, y: 0.006736709, z: 4.0205717} + - {x: 0.18070573, y: 0.006736523, z: 4.0204134} + - {x: 0.17954576, y: 0.006735809, z: 4.020611} + - {x: 0.17787412, y: 0.006736492, z: 4.021823} + - {x: 0.17693771, y: 0.0067352196, z: 4.023738} + - {x: 0.17656732, y: 0.0067336373, z: 4.0267844} + - {x: 0.17580824, y: 0.006735344, z: 4.0334773} + - {x: 0.16893148, y: 0.006807028, z: 4.0430975} + - {x: 0.1594372, y: 0.006176896, z: 4.055298} + - {x: 0.14638783, y: 0.02403707, z: 4.0708184} + - {x: 0.13549614, y: 0.012751484, z: 4.0766582} + - {x: 0.11321688, y: 0.0028591626, z: 4.0787897} + - {x: 0.08990463, y: -0.000007059687, z: 4.0765033} + - {x: 0.07864155, y: -0.000003522061, z: 4.073756} + - {x: 0.070520386, y: -0.0000076182605, z: 4.071428} + - {x: 0.0637758, y: -0.000007928579, z: 4.0695057} + - {x: 0.06111271, y: -0.000007618261, z: 4.0689235} + - {x: 0.059927896, y: -0.000008363025, z: 4.068811} + animationLength: 2.5833335 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Combo.asset.meta b/Assets/Data/RootMotionData/Erika/Combo.asset.meta new file mode 100644 index 00000000..3b00a66c --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Combo.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 39ccf56a7a95c0041973e9d5d6a5da78 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Dash_With_Sword.asset b/Assets/Data/RootMotionData/Erika/Dash_With_Sword.asset new file mode 100644 index 00000000..2d275564 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Dash_With_Sword.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Dash_With_Sword + m_EditorClassIdentifier: + animationName: Dash_With_Sword + frameCount: 18 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.062330686, y: 0, z: 0.058727} + - {x: -0.12523848, y: 0, z: 0.40457278} + - {x: -0.09317984, y: 0, z: 1.12757} + - {x: -0.120387934, y: 0, z: 1.638891} + - {x: -0.1435535, y: 0, z: 2.0913684} + - {x: -0.11114289, y: 0, z: 2.55279} + - {x: -0.09020461, y: 0, z: 2.7811205} + - {x: -0.09444203, y: 0, z: 2.9323907} + - {x: -0.10184976, y: 0, z: 3.070501} + - {x: -0.097284906, y: 0, z: 3.1506667} + - {x: -0.08282361, y: 0, z: 3.2346225} + - {x: -0.04608541, y: 0, z: 3.3472176} + - {x: -0.015859777, y: 0, z: 3.398619} + - {x: 0.01279649, y: 0, z: 3.413552} + - {x: 0.042141724, y: 0, z: 3.3729713} + - {x: 0.043507848, y: 0, z: 3.3288426} + - {x: 0.038004663, y: 0, z: 3.3056457} + animationLength: 0.55 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Dash_With_Sword.asset.meta b/Assets/Data/RootMotionData/Erika/Dash_With_Sword.asset.meta new file mode 100644 index 00000000..0077b6c7 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Dash_With_Sword.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e035773f22828784ea50c65093f35e9f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Gun01.asset b/Assets/Data/RootMotionData/Erika/Gun01.asset new file mode 100644 index 00000000..b4c684f9 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Gun01.asset @@ -0,0 +1,32 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Gun01 + m_EditorClassIdentifier: + animationName: Gun01 + frameCount: 13 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.014571034, y: 0, z: 0.13160403} + - {x: -0.011894882, y: 0, z: 0.14749111} + - {x: -0.007870428, y: 0, z: 0.16821249} + - {x: -0.004442119, y: 0, z: 0.18254216} + - {x: -0.0008623821, y: 0, z: 0.19516775} + - {x: 0.00090092304, y: 0, z: 0.20872627} + - {x: -0.0036724836, y: 0, z: 0.21594723} + - {x: -0.011017442, y: 0, z: 0.2201374} + - {x: -0.020899918, y: 0, z: 0.21914989} + - {x: -0.025713945, y: 0, z: 0.20903656} + - {x: -0.016933586, y: 0, z: 0.14222366} + - {x: -0.0098170135, y: 0, z: 0.107906826} + animationLength: 0.40000004 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Gun01.asset.meta b/Assets/Data/RootMotionData/Erika/Gun01.asset.meta new file mode 100644 index 00000000..ddc5715d --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Gun01.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 30315c9f1e8a508478057977fcc5e790 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Gun02.asset b/Assets/Data/RootMotionData/Erika/Gun02.asset new file mode 100644 index 00000000..7bf243fc --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Gun02.asset @@ -0,0 +1,39 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Gun02 + m_EditorClassIdentifier: + animationName: Gun02 + frameCount: 20 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.0016539491, y: 0, z: -0.003637034} + - {x: 0.0036272467, y: 0, z: -0.010659663} + - {x: 0.0062160837, y: 0, z: -0.018901398} + - {x: 0.013322042, y: 0, z: -0.019353885} + - {x: 0.029890005, y: 0, z: -0.010600757} + - {x: 0.05261161, y: 0, z: 0.017313529} + - {x: 0.05998128, y: 0, z: 0.04278519} + - {x: 0.05806559, y: 0, z: 0.05724334} + - {x: 0.039195713, y: 0, z: 0.027829278} + - {x: 0.018800352, y: 0, z: -0.016040344} + - {x: 0.014268961, y: 0, z: -0.034118682} + - {x: 0.017607959, y: 0, z: -0.044330344} + - {x: 0.020822987, y: 0, z: -0.049380787} + - {x: 0.023385983, y: 0, z: -0.06984489} + - {x: 0.018244142, y: 0, z: -0.09144097} + - {x: 0.01404975, y: 0, z: -0.098559186} + - {x: 0.013981495, y: 0, z: -0.09784274} + - {x: 0.015448927, y: 0, z: -0.092782006} + - {x: 0.017087407, y: 0, z: -0.08702022} + animationLength: 0.63333344 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Gun02.asset.meta b/Assets/Data/RootMotionData/Erika/Gun02.asset.meta new file mode 100644 index 00000000..3b6db727 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Gun02.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c5a1ee74bd3465946aa42e1371c13129 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Gun03.asset b/Assets/Data/RootMotionData/Erika/Gun03.asset new file mode 100644 index 00000000..8be4e2c8 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Gun03.asset @@ -0,0 +1,26 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Gun03 + m_EditorClassIdentifier: + animationName: Gun03 + frameCount: 7 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.0016144534, y: 0, z: 0.005912841} + - {x: 0.0030086585, y: 0, z: 0.0111011425} + - {x: 0.00564236, y: 0, z: -0.016452152} + - {x: 0.00034814654, y: 0, z: -0.038548954} + - {x: -0.0048234523, y: 0, z: -0.052856445} + - {x: -0.007013678, y: 0, z: -0.055629943} + animationLength: 0.20000005 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Gun03.asset.meta b/Assets/Data/RootMotionData/Erika/Gun03.asset.meta new file mode 100644 index 00000000..620bfb5c --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Gun03.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0fd55d96c4a3c0e4fa8ed9d38dc0dad7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Gun04.asset b/Assets/Data/RootMotionData/Erika/Gun04.asset new file mode 100644 index 00000000..539ed4ee --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Gun04.asset @@ -0,0 +1,71 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Gun04 + m_EditorClassIdentifier: + animationName: Gun04 + frameCount: 52 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.000981769, y: 0, z: 0.00959717} + - {x: 0.002114275, y: 0, z: 0.015444224} + - {x: 0.0041592177, y: 0, z: 0.02181151} + - {x: -0.020372532, y: 0, z: 0.074461184} + - {x: -0.058545776, y: 0, z: 0.11909662} + - {x: -0.13697125, y: 0, z: 0.16057552} + - {x: -0.2027475, y: 0, z: 0.20739578} + - {x: -0.2025241, y: 0, z: 0.2713838} + - {x: -0.14003979, y: 0, z: 0.36067453} + - {x: -0.09572241, y: 0, z: 0.39342517} + - {x: -0.04457566, y: 0, z: 0.39747208} + - {x: 0.007579848, y: 0, z: 0.3662273} + - {x: 0.03376829, y: 0, z: 0.32989684} + - {x: 0.04699031, y: 0, z: 0.30455714} + - {x: 0.05464084, y: 0, z: 0.28995237} + - {x: 0.057183925, y: 0, z: 0.28403515} + - {x: 0.058251455, y: 0, z: 0.2799443} + - {x: 0.058091342, y: 0, z: 0.27652454} + - {x: 0.057023026, y: 0, z: 0.27527937} + - {x: 0.055695657, y: 0, z: 0.2745344} + - {x: 0.054065753, y: 0, z: 0.27369723} + - {x: 0.05349171, y: 0, z: 0.27264848} + - {x: 0.053810354, y: 0, z: 0.27088258} + - {x: 0.060241938, y: 0, z: 0.10464657} + - {x: 0.06005916, y: 0, z: 0.010211058} + - {x: 0.0551196, y: 0, z: -0.036452994} + - {x: 0.047109436, y: 0, z: -0.07828549} + - {x: 0.042999078, y: 0, z: -0.09423971} + - {x: 0.041581765, y: 0, z: -0.095796935} + - {x: 0.0407947, y: 0, z: -0.09104422} + - {x: 0.04072858, y: 0, z: -0.08374555} + - {x: 0.04086583, y: 0, z: -0.074807286} + - {x: 0.041117653, y: 0, z: -0.06192797} + - {x: 0.04114583, y: 0, z: -0.052770805} + - {x: 0.040920872, y: 0, z: -0.044957723} + - {x: 0.038603794, y: 0, z: -0.005143799} + - {x: 0.03573426, y: 0, z: 0.027409233} + - {x: 0.0326738, y: 0, z: 0.05971045} + - {x: 0.028710166, y: 0, z: 0.1049069} + - {x: 0.026694402, y: 0, z: 0.14270668} + - {x: 0.02622111, y: 0, z: 0.18499061} + - {x: 0.02835901, y: 0, z: 0.2597687} + - {x: 0.032389414, y: 0, z: 0.33124352} + - {x: 0.038040627, y: 0, z: 0.40551844} + - {x: 0.041842215, y: 0, z: 0.49319118} + - {x: 0.04007402, y: 0, z: 0.5377822} + - {x: 0.034550928, y: 0, z: 0.5551541} + - {x: 0.025384944, y: 0, z: 0.56598014} + - {x: 0.017485585, y: 0, z: 0.56737673} + - {x: 0.009250083, y: 0, z: 0.5656386} + - {x: 0.000062144594, y: 0, z: 0.5611326} + animationLength: 1.7000003 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Gun04.asset.meta b/Assets/Data/RootMotionData/Erika/Gun04.asset.meta new file mode 100644 index 00000000..d2c0261b --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Gun04.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6b768ff4c5f7a844b846bf4c0fcdeece +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_1.asset b/Assets/Data/RootMotionData/Erika/Heavy_Attk_1.asset new file mode 100644 index 00000000..bdd7996f --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_1.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Heavy_Attk_1 + m_EditorClassIdentifier: + animationName: Heavy_Attk_1 + frameCount: 18 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.23201846, y: -0.10121927, z: 0.017235149} + - {x: -0.2827695, y: -0.20125484, z: -0.057761192} + - {x: -0.27831435, y: -0.24124695, z: -0.10420668} + - {x: -0.32237685, y: -0.22765595, z: -0.08414003} + - {x: -0.480457, y: -0.21077284, z: 0.027028996} + - {x: -0.64475924, y: -0.15800393, z: 0.22411913} + - {x: -0.69550943, y: -0.12729608, z: 0.26070005} + - {x: -0.70558244, y: -0.11345948, z: 0.26010278} + - {x: -0.7056738, y: -0.09733616, z: 0.25382838} + - {x: -0.6972149, y: -0.0856085, z: 0.24970633} + - {x: -0.6854701, y: -0.07437151, z: 0.24508432} + - {x: -0.66652495, y: -0.060111273, z: 0.23649319} + - {x: -0.6504408, y: -0.049683467, z: 0.2283483} + - {x: -0.63301986, y: -0.03955828, z: 0.21941428} + - {x: -0.6092631, y: -0.026483336, z: 0.20675625} + - {x: -0.59239113, y: -0.016897857, z: 0.19714388} + - {x: -0.57770395, y: -0.007386234, z: 0.18784356} + animationLength: 0.5833334 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_1.asset.meta b/Assets/Data/RootMotionData/Erika/Heavy_Attk_1.asset.meta new file mode 100644 index 00000000..0e6f22fc --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5afb446899ec0a74fb3b64cbf1f19384 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_2.asset b/Assets/Data/RootMotionData/Erika/Heavy_Attk_2.asset new file mode 100644 index 00000000..e4a46f8d --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_2.asset @@ -0,0 +1,41 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Heavy_Attk_2 + m_EditorClassIdentifier: + animationName: Heavy_Attk_2 + frameCount: 22 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.123038635, y: 0.013788242, z: 0.0563115} + - {x: -0.08928487, y: 0.024324909, z: 0.027914938} + - {x: -0.0837132, y: 0.012976574, z: 0.014520155} + - {x: -0.118060425, y: -0.012691392, z: -0.0029438706} + - {x: -0.16128698, y: -0.047625646, z: -0.05207822} + - {x: -0.20102477, y: -0.0887559, z: -0.12517835} + - {x: -0.35050905, y: -0.10820565, z: -0.092426695} + - {x: -0.79296875, y: -0.12479103, z: 0.116318546} + - {x: -1.0315982, y: -0.13240843, z: 0.29470223} + - {x: -1.1079353, y: -0.12638496, z: 0.323296} + - {x: -1.1188834, y: -0.103300825, z: 0.3303945} + - {x: -1.1236409, y: -0.073106065, z: 0.33111677} + - {x: -1.1212176, y: -0.053594008, z: 0.32916522} + - {x: -1.1162508, y: -0.034086976, z: 0.32611987} + - {x: -1.1069707, y: -0.007106802, z: 0.32034478} + - {x: -1.098481, y: 0.013560759, z: 0.31507683} + - {x: -1.0891635, y: 0.034352697, z: 0.30919233} + - {x: -1.0763352, y: 0.061864756, z: 0.30065176} + - {x: -1.0671619, y: 0.082018, z: 0.29391962} + - {x: -1.0591065, y: 0.10150729, z: 0.2870792} + - {x: -1.0515075, y: 0.12590668, z: 0.27810103} + animationLength: 0.70000005 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_2.asset.meta b/Assets/Data/RootMotionData/Erika/Heavy_Attk_2.asset.meta new file mode 100644 index 00000000..b1c08f35 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_2.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 45c9f0c5437318d4cb4829573b130c68 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_3.asset b/Assets/Data/RootMotionData/Erika/Heavy_Attk_3.asset new file mode 100644 index 00000000..c9790d97 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_3.asset @@ -0,0 +1,52 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Heavy_Attk_3 + m_EditorClassIdentifier: + animationName: Heavy_Attk_3 + frameCount: 33 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.20401108, y: 0.027352184, z: 0.0706194} + - {x: -0.17217769, y: 0.052366056, z: 0.036148228} + - {x: -0.14222516, y: 0.078570314, z: -0.020201359} + - {x: -0.14685726, y: 0.09503418, z: -0.05033305} + - {x: -0.1793026, y: 0.11071865, z: -0.06338312} + - {x: -0.27366692, y: 0.13657218, z: -0.04610284} + - {x: -0.48739994, y: 0.2573112, z: 0.060353138} + - {x: -0.89904034, y: 0.271801, z: 0.20723669} + - {x: -1.2585684, y: 0.11117883, z: 0.2490314} + - {x: -1.2778405, y: 0.05624135, z: 0.28265056} + - {x: -1.268087, y: 0.040175557, z: 0.2862133} + - {x: -1.2438453, y: 0.024600754, z: 0.28368786} + - {x: -1.2206653, y: 0.01821093, z: 0.27560872} + - {x: -1.1952044, y: 0.016034296, z: 0.26222017} + - {x: -1.1612934, y: 0.018386384, z: 0.23883328} + - {x: -1.1392521, y: 0.023644911, z: 0.2193646} + - {x: -1.1205521, y: 0.036212858, z: 0.19758645} + - {x: -1.0995228, y: 0.10347984, z: 0.17372756} + - {x: -1.0721569, y: 0.15593253, z: 0.17944539} + - {x: -1.0134971, y: 0.18048136, z: 0.20475927} + - {x: -0.9120777, y: 0.19158281, z: 0.22339723} + - {x: -0.8308185, y: 0.18664813, z: 0.21048619} + - {x: -0.76739836, y: 0.17928949, z: 0.1995256} + - {x: -0.7147819, y: 0.18342628, z: 0.18468332} + - {x: -0.68823874, y: 0.19266713, z: 0.1739269} + - {x: -0.6701364, y: 0.20321049, z: 0.1646382} + - {x: -0.6561411, y: 0.21813332, z: 0.15519696} + - {x: -0.6513089, y: 0.22924505, z: 0.15040074} + - {x: -0.64971626, y: 0.23961402, z: 0.14728688} + - {x: -0.65039754, y: 0.25111857, z: 0.14500226} + - {x: -0.65133286, y: 0.2571355, z: 0.14404039} + - {x: -0.6511707, y: 0.26002046, z: 0.14312491} + animationLength: 1.0666667 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_3.asset.meta b/Assets/Data/RootMotionData/Erika/Heavy_Attk_3.asset.meta new file mode 100644 index 00000000..eabe1b40 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_3.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8ff67fd4911c77c4fb360d153f337302 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush.asset b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush.asset new file mode 100644 index 00000000..44cdf64d --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush.asset @@ -0,0 +1,47 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Heavy_Attk_Rush + m_EditorClassIdentifier: + animationName: Heavy_Attk_Rush + frameCount: 28 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.48451123, y: -0.0010714665, z: -0.0048124744} + - {x: 0.48745382, y: -0.00082352234, z: -0.0057928213} + - {x: 0.49427325, y: -0.0006819552, z: -0.0076048383} + - {x: 0.5126264, y: -0.0019136078, z: -0.013302746} + - {x: 0.55247825, y: -0.0071784034, z: -0.028446484} + - {x: 0.77227974, y: -0.013086612, z: -0.10303381} + - {x: 1.3919082, y: -0.025359262, z: -0.3472058} + - {x: 1.986789, y: -0.026008323, z: -0.55496943} + - {x: 2.0748062, y: -0.031355787, z: -0.583812} + - {x: 2.069118, y: -0.04173152, z: -0.5865203} + - {x: 2.0565507, y: -0.05356302, z: -0.5856293} + - {x: 2.0350852, y: -0.066357255, z: -0.5812838} + - {x: 2.0196717, y: -0.06950841, z: -0.5775597} + - {x: 2.008446, y: -0.06350201, z: -0.5748945} + - {x: 1.996772, y: -0.036039293, z: -0.5744406} + - {x: 1.9841503, y: -0.0027483637, z: -0.5749486} + - {x: 1.9687704, y: 0.036437865, z: -0.5735231} + - {x: 1.9466889, y: 0.09044967, z: -0.5660152} + - {x: 1.9318277, y: 0.12769914, z: -0.55676895} + - {x: 1.9191166, y: 0.15837824, z: -0.545372} + - {x: 1.9058933, y: 0.18511866, z: -0.5307094} + - {x: 1.8971713, y: 0.19826671, z: -0.5212778} + - {x: 1.8891273, y: 0.20742054, z: -0.51312274} + - {x: 1.8798094, y: 0.2147625, z: -0.5046041} + - {x: 1.8742573, y: 0.21758813, z: -0.5000806} + - {x: 1.8703136, y: 0.21886683, z: -0.4971808} + - {x: 1.868221, y: 0.2192294, z: -0.49579704} + animationLength: 0.90000004 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush.asset.meta b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush.asset.meta new file mode 100644 index 00000000..7a771d93 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8946f3bfb8740604c8a151f47919d58a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Second.asset b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Second.asset new file mode 100644 index 00000000..1e4fb559 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Second.asset @@ -0,0 +1,82 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Heavy_Attk_Rush_Second + m_EditorClassIdentifier: + animationName: Heavy_Attk_Rush_Second + frameCount: 63 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0.00096890144} + - {x: 0, y: 0, z: 0.0020556464} + - {x: 0, y: 0, z: 0.003593329} + - {x: 0, y: 0, z: 0.0047420473} + - {x: 0, y: 0, z: 0.005825399} + - {x: 0, y: 0, z: 0.007073562} + - {x: 0, y: 0, z: 0.0077913976} + - {x: 0, y: 0, z: 0.008260652} + - {x: 0, y: 0, z: 0.008465666} + - {x: 0, y: 0, z: 0.0085777035} + - {x: 0, y: 0, z: 0.008723101} + - {x: 0, y: 0, z: 0.008964722} + - {x: 0, y: 0, z: 0.00917865} + - {x: 0, y: 0, z: 0.009417931} + - {x: 0, y: 0, z: 0.00977227} + - {x: 0, y: 0, z: 0.01006139} + - {x: 0, y: 0, z: 0.010367858} + - {x: 0, y: 0, z: 0.010799323} + - {x: 0, y: 0, z: 0.011136946} + - {x: 0, y: 0, z: 0.011483908} + - {x: 0, y: 0, z: 0.011956908} + - {x: 0, y: 0, z: 0.01231634} + - {x: 0, y: 0, z: 0.012677098} + - {x: 0, y: 0, z: 0.013156042} + - {x: 0, y: 0, z: 0.013510589} + - {x: 0, y: 0, z: 0.013858452} + - {x: 0, y: 0, z: 0.014307743} + - {x: 0, y: 0, z: 0.014630709} + - {x: 0, y: 0, z: 0.014938985} + - {x: 0, y: 0, z: 0.015323033} + - {x: 0, y: 0, z: 0.015587725} + - {x: 0, y: 0, z: 0.01582972} + - {x: 0, y: 0, z: 0.016112939} + - {x: 0, y: 0, z: 0.016292665} + - {x: 0, y: 0, z: 0.016441679} + - {x: 0, y: 0, z: 0.01658847} + - {x: 0, y: 0, z: 0.016656527} + - {x: 0, y: 0, z: -0.009329634} + - {x: 0, y: 0, z: 1.0773458} + - {x: 0, y: 0, z: 1.6500497} + - {x: 0, y: 0, z: 1.8161402} + - {x: 0, y: 0, z: 1.9242499} + - {x: 0, y: 0, z: 1.946929} + - {x: 0, y: 0, z: 1.9466275} + - {x: 0, y: 0, z: 1.9475915} + - {x: 0, y: 0, z: 1.9468331} + - {x: 0, y: 0, z: 1.9419101} + - {x: 0, y: 0, z: 1.930121} + - {x: 0, y: 0, z: 1.9183002} + - {x: 0, y: 0, z: 1.9047399} + - {x: 0, y: 0, z: 1.8852056} + - {x: 0, y: 0, z: 1.8704046} + - {x: 0, y: 0, z: 1.8562888} + - {x: 0, y: 0, z: 1.8397853} + - {x: 0, y: 0, z: 1.8300866} + - {x: 0, y: 0, z: 1.8234619} + - {x: 0, y: 0, z: 1.8190984} + - {x: 0, y: 0, z: 1.8183603} + - {x: 0, y: 0, z: 1.8191262} + - {x: 0, y: 0, z: 1.8214576} + - {x: 0, y: 0, z: 1.8234154} + - {x: 0, y: 0, z: 1.8248833} + animationLength: 2.0833335 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Second.asset.meta b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Second.asset.meta new file mode 100644 index 00000000..b97258ab --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Second.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 47df3886b870de6488f7c7fc057ff012 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Third.asset b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Third.asset new file mode 100644 index 00000000..4385f162 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Third.asset @@ -0,0 +1,60 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Heavy_Attk_Rush_Third + m_EditorClassIdentifier: + animationName: Heavy_Attk_Rush_Third + frameCount: 41 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.12905735, y: 0.0031382474, z: 0.0059414245} + - {x: 0.12688933, y: 0.0034191473, z: 0.042164505} + - {x: 0.08276068, y: -0.0010761212, z: 0.07850347} + - {x: 0.03943976, y: -0.0035403576, z: 0.084577166} + - {x: 0.012353566, y: -0.0036906137, z: 0.08065058} + - {x: 0.0018429583, y: -0.0036827938, z: 0.077771865} + - {x: -0.0004242881, y: -0.0036832283, z: 0.07652334} + - {x: -0.0017880742, y: -0.0036832283, z: 0.07448886} + - {x: -0.0026386094, y: -0.003683849, z: 0.07213131} + - {x: -0.00261058, y: -0.0036842213, z: 0.07149082} + - {x: -0.0021394473, y: -0.0036846555, z: 0.07201318} + - {x: -0.0009379807, y: -0.0036848416, z: 0.07498135} + - {x: 0.00014166263, y: -0.003685152, z: 0.07987379} + - {x: 0.0013303518, y: -0.0036857105, z: 0.08756415} + - {x: 0.0027404528, y: -0.0036856486, z: 0.10206042} + - {x: 0.0034323302, y: -0.0036860828, z: 0.117465235} + - {x: 0.0035002201, y: -0.0036859585, z: 0.1381333} + - {x: 0.002000243, y: -0.0036862688, z: 0.17461368} + - {x: -0.018932141, y: -0.008737875, z: 1.2944195} + - {x: -0.03801707, y: -0.009866441, z: 2.9894576} + - {x: 0.1621278, y: 0.07672215, z: 3.8174465} + - {x: 0.20545316, y: 0.005110313, z: 3.7952423} + - {x: 0.19500591, y: 0.003886915, z: 3.8142197} + - {x: 0.18443495, y: 0.0037752627, z: 3.8323352} + - {x: 0.18023807, y: 0.0037550922, z: 3.8380215} + - {x: 0.17941925, y: 0.0037500032, z: 3.8385952} + - {x: 0.18236016, y: 0.0037463105, z: 3.8349116} + - {x: 0.18602353, y: 0.0036729204, z: 3.8316703} + - {x: 0.18948315, y: 0.003601361, z: 3.8305357} + - {x: 0.19144219, y: 0.0036163186, z: 3.836022} + - {x: 0.19619475, y: 0.0019403523, z: 3.8521626} + - {x: 0.20318314, y: 0.00011139922, z: 3.8802733} + - {x: 0.19895644, y: -0.0000036667443, z: 3.9104097} + - {x: 0.17877811, y: 0.000032392225, z: 3.9202478} + - {x: 0.15707153, y: -0.000009935167, z: 3.922658} + - {x: 0.13705584, y: -0.0000035426133, z: 3.9218142} + - {x: 0.12601337, y: 0.000000243268, z: 3.919925} + - {x: 0.11826578, y: -0.000003666741, z: 3.9179354} + - {x: 0.11255576, y: -0.0000037288046, z: 3.9160783} + - {x: 0.11126548, y: -0.0000040391224, z: 3.9156058} + animationLength: 1.3333334 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Third.asset.meta b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Third.asset.meta new file mode 100644 index 00000000..5e43eae3 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Heavy_Attk_Rush_Third.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 233fe06c7db31dc4ba5105011868cd92 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Idle_Assassin.asset b/Assets/Data/RootMotionData/Erika/Idle_Assassin.asset new file mode 100644 index 00000000..182d3560 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Assassin.asset @@ -0,0 +1,140 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Idle_Assassin + m_EditorClassIdentifier: + animationName: Idle_Assassin + frameCount: 121 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + animationLength: 4 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Idle_Assassin.asset.meta b/Assets/Data/RootMotionData/Erika/Idle_Assassin.asset.meta new file mode 100644 index 00000000..13435eca --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Assassin.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5bbfb836073378b478dc559ee788801b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Idle_Fight.asset b/Assets/Data/RootMotionData/Erika/Idle_Fight.asset new file mode 100644 index 00000000..f8b68e28 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Fight.asset @@ -0,0 +1,50 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Idle_Fight + m_EditorClassIdentifier: + animationName: Idle_Fight + frameCount: 31 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.027944691, y: 0, z: 0.04246193} + - {x: 0.027755762, y: 0, z: 0.042579748} + - {x: 0.02750238, y: 0, z: 0.042739686} + - {x: 0.027318621, y: 0, z: 0.042854924} + - {x: 0.027151484, y: 0, z: 0.04296356} + - {x: 0.026965564, y: 0, z: 0.043087833} + - {x: 0.026841803, y: 0, z: 0.0431744} + - {x: 0.026711, y: 0, z: 0.043265715} + - {x: 0.02653438, y: 0, z: 0.043387543} + - {x: 0.02640755, y: 0, z: 0.043474596} + - {x: 0.026289437, y: 0, z: 0.04355415} + - {x: 0.026157651, y: 0, z: 0.04364189} + - {x: 0.026082927, y: 0, z: 0.043689176} + - {x: 0.026038254, y: 0, z: 0.043719623} + - {x: 0.026031055, y: 0, z: 0.04372568} + - {x: 0.026073111, y: 0, z: 0.043704093} + - {x: 0.026137684, y: 0, z: 0.043666463} + - {x: 0.026254196, y: 0, z: 0.04359961} + - {x: 0.026359145, y: 0, z: 0.043536484} + - {x: 0.026479194, y: 0, z: 0.043465123} + - {x: 0.026655823, y: 0, z: 0.043356545} + - {x: 0.02679872, y: 0, z: 0.04326696} + - {x: 0.026947338, y: 0, z: 0.04317082} + - {x: 0.027151348, y: 0, z: 0.043035664} + - {x: 0.027307108, y: 0, z: 0.04293134} + - {x: 0.02746203, y: 0, z: 0.042825248} + - {x: 0.027664106, y: 0, z: 0.042682808} + - {x: 0.027810205, y: 0, z: 0.04257764} + - {x: 0.02795046, y: 0, z: 0.04247654} + - {x: 0.02812282, y: 0, z: 0.04234857} + animationLength: 1 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Idle_Fight.asset.meta b/Assets/Data/RootMotionData/Erika/Idle_Fight.asset.meta new file mode 100644 index 00000000..a0f11e7a --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Fight.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 67d4b545f807bbb44a7bb9ffc89d0e81 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Idle_Fight2.asset b/Assets/Data/RootMotionData/Erika/Idle_Fight2.asset new file mode 100644 index 00000000..3739f3d7 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Fight2.asset @@ -0,0 +1,53 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Idle_Fight2 + m_EditorClassIdentifier: + animationName: Idle_Fight2 + frameCount: 34 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.044576306, y: 0, z: -0.030709233} + - {x: -0.044970583, y: 0, z: -0.03007748} + - {x: -0.045522604, y: 0, z: -0.029254023} + - {x: -0.045928784, y: 0, z: -0.028630171} + - {x: -0.046304613, y: 0, z: -0.027983457} + - {x: -0.046721738, y: 0, z: -0.027058395} + - {x: -0.04694402, y: 0, z: -0.02629709} + - {x: -0.047065053, y: 0, z: -0.02546043} + - {x: -0.04703214, y: 0, z: -0.0241846} + - {x: -0.04684137, y: 0, z: -0.023043279} + - {x: -0.046556354, y: 0, z: -0.021810625} + - {x: -0.04608768, y: 0, z: -0.020173619} + - {x: -0.045702845, y: 0, z: -0.019062225} + - {x: -0.045317866, y: 0, z: -0.018146105} + - {x: -0.04484855, y: 0, z: -0.01737699} + - {x: -0.04456272, y: 0, z: -0.017250892} + - {x: -0.044357378, y: 0, z: -0.017606683} + - {x: -0.04413907, y: 0, z: -0.018815484} + - {x: -0.04399998, y: 0, z: -0.020075746} + - {x: -0.04388175, y: 0, z: -0.021542005} + - {x: -0.04375614, y: 0, z: -0.023671076} + - {x: -0.043685637, y: 0, z: -0.025288608} + - {x: -0.04363519, y: 0, z: -0.0268298} + - {x: -0.043598708, y: 0, z: -0.028619556} + - {x: -0.04359412, y: 0, z: -0.02965319} + - {x: -0.04360878, y: 0, z: -0.030339528} + - {x: -0.04365786, y: 0, z: -0.030886013} + - {x: -0.043716505, y: 0, z: -0.031108264} + - {x: -0.043793596, y: 0, z: -0.031214718} + - {x: -0.043921884, y: 0, z: -0.031246573} + - {x: -0.04402058, y: 0, z: -0.031240428} + - {x: -0.04411375, y: 0, z: -0.031253558} + - {x: -0.044222534, y: 0, z: -0.031371083} + animationLength: 1.1 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Idle_Fight2.asset.meta b/Assets/Data/RootMotionData/Erika/Idle_Fight2.asset.meta new file mode 100644 index 00000000..6dc165d0 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Fight2.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4f0b8519b725df64c8817cddaa504ddf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Idle_Gun.asset b/Assets/Data/RootMotionData/Erika/Idle_Gun.asset new file mode 100644 index 00000000..ed772f86 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Gun.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Idle_Gun + m_EditorClassIdentifier: + animationName: Idle_Gun + frameCount: 17 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.020428492, y: 0, z: 0.018321771} + - {x: 0.020428676, y: 0, z: 0.018649157} + - {x: 0.020428855, y: 0, z: 0.018713424} + - {x: 0.02042894, y: 0, z: 0.018713424} + - {x: 0.020429, y: 0, z: 0.018713424} + - {x: 0.020429023, y: 0, z: 0.018713424} + - {x: 0.020429023, y: 0, z: 0.018713424} + - {x: 0.020428993, y: 0, z: 0.018713424} + - {x: 0.02042894, y: 0, z: 0.018713424} + - {x: 0.020428888, y: 0, z: 0.018713424} + - {x: 0.020428829, y: 0, z: 0.018713424} + - {x: 0.020428747, y: 0, z: 0.018713424} + - {x: 0.020428695, y: 0, z: 0.018713424} + - {x: 0.02042865, y: 0, z: 0.018713424} + - {x: 0.020428605, y: 0, z: 0.018713424} + - {x: 0.02042859, y: 0, z: 0.018713424} + animationLength: 0.5333333 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Idle_Gun.asset.meta b/Assets/Data/RootMotionData/Erika/Idle_Gun.asset.meta new file mode 100644 index 00000000..eb650a5f --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Gun.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 304abee278bdea7489c168155f58bccf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Idle_Relax.asset b/Assets/Data/RootMotionData/Erika/Idle_Relax.asset new file mode 100644 index 00000000..cb0c69a6 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Relax.asset @@ -0,0 +1,105 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Idle_Relax + m_EditorClassIdentifier: + animationName: Idle_Relax + frameCount: 86 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + animationLength: 2.8333335 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Idle_Relax.asset.meta b/Assets/Data/RootMotionData/Erika/Idle_Relax.asset.meta new file mode 100644 index 00000000..36c66b7e --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Relax.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 03882a062cdbcd64695779778c48c188 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Idle_Stand.asset b/Assets/Data/RootMotionData/Erika/Idle_Stand.asset new file mode 100644 index 00000000..62e66c16 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Stand.asset @@ -0,0 +1,80 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Idle_Stand + m_EditorClassIdentifier: + animationName: Idle_Stand + frameCount: 61 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.05881005, y: -0.0003654927, z: 0.04594679} + - {x: -0.05862306, y: -0.00071162154, z: 0.04610289} + - {x: -0.058355507, y: -0.0011437706, z: 0.04631536} + - {x: -0.05814669, y: -0.0014462688, z: 0.046476293} + - {x: -0.057935618, y: -0.0017307063, z: 0.04663713} + - {x: -0.057658054, y: -0.002082483, z: 0.046849187} + - {x: -0.057458308, y: -0.0023263309, z: 0.047004756} + - {x: -0.05727052, y: -0.0025533596, z: 0.047155894} + - {x: -0.05704609, y: -0.0028305978, z: 0.047348283} + - {x: -0.056902774, y: -0.003020016, z: 0.047484044} + - {x: -0.056785617, y: -0.0031939181, z: 0.04761105} + - {x: -0.05667748, y: -0.0034023898, z: 0.04776453} + - {x: -0.056637943, y: -0.0035416607, z: 0.047866046} + - {x: -0.056638785, y: -0.003666719, z: 0.04795448} + - {x: -0.056710068, y: -0.0038121343, z: 0.04804979} + - {x: -0.05682168, y: -0.0039056023, z: 0.048102632} + - {x: -0.05698787, y: -0.003986161, z: 0.048138052} + - {x: -0.057301722, y: -0.0040741675, z: 0.04815594} + - {x: -0.05760176, y: -0.0041261143, z: 0.048155677} + - {x: -0.057946123, y: -0.004166456, z: 0.048157964} + - {x: -0.058457572, y: -0.004202825, z: 0.04816088} + - {x: -0.0588604, y: -0.0042175963, z: 0.048152342} + - {x: -0.059272684, y: -0.004222003, z: 0.04813566} + - {x: -0.059826635, y: -0.0042125075, z: 0.048102867} + - {x: -0.060237423, y: -0.004194323, z: 0.048071943} + - {x: -0.06063747, y: -0.004167077, z: 0.048036948} + - {x: -0.06114369, y: -0.0041174265, z: 0.04798607} + - {x: -0.06149511, y: -0.0040705684, z: 0.047946334} + - {x: -0.0618156, y: -0.0040160147, z: 0.047906604} + - {x: -0.062184326, y: -0.0039319186, z: 0.047855746} + - {x: -0.062409088, y: -0.0038607938, z: 0.047820773} + - {x: -0.0625915, y: -0.0037832144, z: 0.047781136} + - {x: -0.06278295, y: -0.0036703828, z: 0.04769875} + - {x: -0.06289303, y: -0.0035792114, z: 0.047620535} + - {x: -0.06298323, y: -0.0034828887, z: 0.04753767} + - {x: -0.06307302, y: -0.0033470935, z: 0.047421217} + - {x: -0.063117824, y: -0.0032401579, z: 0.047330357} + - {x: -0.063143596, y: -0.0031294364, z: 0.047237292} + - {x: -0.06314878, y: -0.0029763256, z: 0.047111038} + - {x: -0.06313112, y: -0.0028580322, z: 0.047015682} + - {x: -0.06309525, y: -0.0027371324, z: 0.04692056} + - {x: -0.06301956, y: -0.0025725397, z: 0.046795372} + - {x: -0.06294222, y: -0.002447047, z: 0.046703663} + - {x: -0.06284753, y: -0.0023203131, z: 0.046614636} + - {x: -0.06269471, y: -0.0021499486, z: 0.046501372} + - {x: -0.0625605, y: -0.002021601, z: 0.046421453} + - {x: -0.062409766, y: -0.0018933155, z: 0.046346664} + - {x: -0.062183537, y: -0.0017228888, z: 0.046256185} + - {x: -0.061995246, y: -0.0015960307, z: 0.046196204} + - {x: -0.06179128, y: -0.0014683037, z: 0.046143796} + - {x: -0.06149537, y: -0.0012928499, z: 0.04608696} + - {x: -0.0612558, y: -0.0011585442, z: 0.046055067} + - {x: -0.06100505, y: -0.0010229353, z: 0.04602956} + - {x: -0.060663942, y: -0.0008415853, z: 0.04599662} + - {x: -0.06040529, y: -0.0007063486, z: 0.04597175} + - {x: -0.060146105, y: -0.0005729119, z: 0.045945965} + - {x: -0.059802607, y: -0.00039913369, z: 0.045908954} + - {x: -0.059548754, y: -0.0002732066, z: 0.04587831} + - {x: -0.059300013, y: -0.00015199633, z: 0.04584442} + - {x: -0.058979247, y: 0.00000061812534, z: 0.045792967} + animationLength: 2 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Idle_Stand.asset.meta b/Assets/Data/RootMotionData/Erika/Idle_Stand.asset.meta new file mode 100644 index 00000000..1e2b59c5 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Idle_Stand.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5a42f744305072549b4f58a6ed8482c6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Jump_Down.asset b/Assets/Data/RootMotionData/Erika/Jump_Down.asset new file mode 100644 index 00000000..56f05d84 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Down.asset @@ -0,0 +1,25 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Jump_Down + m_EditorClassIdentifier: + animationName: Jump_Down + frameCount: 6 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.13027851, y: -0.12130702, z: 0.14077184} + - {x: 0.12637441, y: -0.231127, z: 0.1376098} + - {x: 0.12174568, y: -0.35797513, z: 0.13516484} + - {x: 0.11885908, y: -0.44053906, z: 0.13421237} + - {x: 0.116968356, y: -0.5115796, z: 0.13575348} + animationLength: 0.16666669 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Jump_Down.asset.meta b/Assets/Data/RootMotionData/Erika/Jump_Down.asset.meta new file mode 100644 index 00000000..40de1ea2 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Down.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80e0586b34aa94c449f32d18ebe8d7a2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Jump_Down_B_Loop.asset b/Assets/Data/RootMotionData/Erika/Jump_Down_B_Loop.asset new file mode 100644 index 00000000..14c485ac --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Down_B_Loop.asset @@ -0,0 +1,32 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Jump_Down_B_Loop + m_EditorClassIdentifier: + animationName: Jump_Down_B_Loop + frameCount: 13 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + animationLength: 0.40000004 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Jump_Down_B_Loop.asset.meta b/Assets/Data/RootMotionData/Erika/Jump_Down_B_Loop.asset.meta new file mode 100644 index 00000000..eb64384d --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Down_B_Loop.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9a1fd645f4e5cf4418b7dca44131757a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Jump_End.asset b/Assets/Data/RootMotionData/Erika/Jump_End.asset new file mode 100644 index 00000000..c3434c46 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_End.asset @@ -0,0 +1,40 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Jump_End + m_EditorClassIdentifier: + animationName: Jump_End + frameCount: 21 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.05718672, y: -0.05679281, z: 0.19267143} + - {x: 0.060119208, y: -0.095455594, z: 0.2004567} + - {x: 0.064974494, y: -0.11859136, z: 0.2052955} + - {x: 0.06767377, y: -0.121693425, z: 0.20361008} + - {x: 0.0705331, y: -0.121365726, z: 0.1984719} + - {x: 0.07721714, y: -0.122059904, z: 0.19288875} + - {x: 0.08557095, y: -0.12267129, z: 0.1893401} + - {x: 0.09474708, y: -0.123169415, z: 0.18593398} + - {x: 0.10596503, y: -0.12395663, z: 0.18109013} + - {x: 0.11373706, y: -0.1254842, z: 0.17682321} + - {x: 0.12092707, y: -0.12580408, z: 0.17149843} + - {x: 0.13000071, y: -0.12971638, z: 0.16418758} + - {x: 0.13645664, y: -0.13267614, z: 0.15854965} + - {x: 0.14267956, y: -0.13460857, z: 0.15274702} + - {x: 0.15028565, y: -0.13465212, z: 0.1452213} + - {x: 0.15511863, y: -0.13493179, z: 0.14332056} + - {x: 0.1592336, y: -0.1350185, z: 0.14234117} + - {x: 0.16388105, y: -0.13487712, z: 0.14194131} + - {x: 0.16696997, y: -0.13481443, z: 0.14165542} + - {x: 0.16928275, y: -0.13487072, z: 0.14078718} + animationLength: 0.66666675 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Jump_End.asset.meta b/Assets/Data/RootMotionData/Erika/Jump_End.asset.meta new file mode 100644 index 00000000..b870fcc0 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_End.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 13b57ffe34503c74a9e773b36c87e78a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Jump_Land_Base_Wait.asset b/Assets/Data/RootMotionData/Erika/Jump_Land_Base_Wait.asset new file mode 100644 index 00000000..18c5ee0e --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Land_Base_Wait.asset @@ -0,0 +1,40 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Jump_Land_Base_Wait + m_EditorClassIdentifier: + animationName: Jump_Land_Base_Wait + frameCount: 21 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + animationLength: 0.6666667 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Jump_Land_Base_Wait.asset.meta b/Assets/Data/RootMotionData/Erika/Jump_Land_Base_Wait.asset.meta new file mode 100644 index 00000000..106b80e6 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Land_Base_Wait.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5b231a72542cc774cb02eaa36ee08096 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Jump_Start.asset b/Assets/Data/RootMotionData/Erika/Jump_Start.asset new file mode 100644 index 00000000..d46a585e --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Start.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Jump_Start + m_EditorClassIdentifier: + animationName: Jump_Start + frameCount: 17 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.033197887, y: 0.00019003885, z: -0.05852263} + - {x: -0.03836228, y: 0.00049719174, z: -0.055622786} + - {x: -0.047179587, y: 0.0019415985, z: -0.05023922} + - {x: -0.054380655, y: 0.0041627316, z: -0.04461099} + - {x: -0.061385285, y: 0.00797077, z: -0.036629286} + - {x: -0.07249098, y: 0.016374929, z: -0.029366607} + - {x: -0.08121283, y: 0.017020391, z: -0.024529826} + - {x: -0.08960463, y: 0.0138436025, z: -0.019391423} + - {x: -0.09952247, y: 0.012357179, z: -0.011894855} + - {x: -0.1062194, y: 0.011096232, z: -0.0070279418} + - {x: -0.11081783, y: 0.011825293, z: -0.0045530074} + - {x: -0.1141468, y: 0.013335302, z: -0.0015551248} + - {x: -0.115002744, y: 0.015016357, z: 0.00041090348} + - {x: -0.11516984, y: 0.017001709, z: 0.002015966} + - {x: -0.11499852, y: 0.02081707, z: 0.005205765} + - {x: -0.11511746, y: 0.027172882, z: 0.009520879} + animationLength: 0.5416667 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Jump_Start.asset.meta b/Assets/Data/RootMotionData/Erika/Jump_Start.asset.meta new file mode 100644 index 00000000..5e905a4a --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Start.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bc75f2bd11ac1524e8fa8f86a7c19b22 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Jump_Up.asset b/Assets/Data/RootMotionData/Erika/Jump_Up.asset new file mode 100644 index 00000000..c13a3018 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Up.asset @@ -0,0 +1,29 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Jump_Up + m_EditorClassIdentifier: + animationName: Jump_Up + frameCount: 10 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.0012526845, y: 0.009045091, z: 0.006674377} + - {x: -0.0011099847, y: 0.03412289, z: 0.015354061} + - {x: 0.00052444154, y: 0.09276092, z: 0.026253363} + - {x: 0.0017205706, y: 0.1504487, z: 0.029931579} + - {x: 0.0014021067, y: 0.2128775, z: 0.023597937} + - {x: -0.0007092766, y: 0.31088173, z: 0.006585002} + - {x: -0.0031686057, y: 0.41833234, z: -0.0041970946} + - {x: -0.0061505823, y: 0.5498699, z: -0.012731254} + - {x: -0.015367851, y: 0.61307865, z: -0.01915115} + animationLength: 0.2916667 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Jump_Up.asset.meta b/Assets/Data/RootMotionData/Erika/Jump_Up.asset.meta new file mode 100644 index 00000000..07e484e9 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Up.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8b0bbc1968cef9342bf4106b18c32fc9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Jump_Up_A_Loop.asset b/Assets/Data/RootMotionData/Erika/Jump_Up_A_Loop.asset new file mode 100644 index 00000000..20543355 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Up_A_Loop.asset @@ -0,0 +1,32 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Jump_Up_A_Loop + m_EditorClassIdentifier: + animationName: Jump_Up_A_Loop + frameCount: 13 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 0} + animationLength: 0.40000004 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Jump_Up_A_Loop.asset.meta b/Assets/Data/RootMotionData/Erika/Jump_Up_A_Loop.asset.meta new file mode 100644 index 00000000..3b0f2c61 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Jump_Up_A_Loop.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cb3f3e207a00a2b498d0df57758f6bc8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_1.asset b/Assets/Data/RootMotionData/Erika/Light_Attk_1.asset new file mode 100644 index 00000000..434b15f2 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_1.asset @@ -0,0 +1,26 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Light_Attk_1 + m_EditorClassIdentifier: + animationName: Light_Attk_1 + frameCount: 7 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.1053381, y: 0, z: 0.08662033} + - {x: 0.09920235, y: 0, z: 0.25838676} + - {x: 0.06835781, y: 0, z: 0.57470757} + - {x: 0.043679122, y: 0, z: 0.8129256} + - {x: 0.006322611, y: 0, z: 1.045371} + - {x: -0.05968724, y: 0, z: 1.2682837} + animationLength: 0.21666668 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_1.asset.meta b/Assets/Data/RootMotionData/Erika/Light_Attk_1.asset.meta new file mode 100644 index 00000000..f2e68d45 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9ff98a84053854b4083405a9aae64a12 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_2.asset b/Assets/Data/RootMotionData/Erika/Light_Attk_2.asset new file mode 100644 index 00000000..d3d82199 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_2.asset @@ -0,0 +1,27 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Light_Attk_2 + m_EditorClassIdentifier: + animationName: Light_Attk_2 + frameCount: 8 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.027157748, y: 0, z: -0.039090805} + - {x: -0.03432085, y: 0, z: -0.06052151} + - {x: -0.038094115, y: 0, z: 0.020201134} + - {x: -0.026164401, y: 0, z: 0.1604148} + - {x: 0.006773851, y: 0, z: 0.2948909} + - {x: 0.098216236, y: 0, z: 0.4654221} + - {x: 0.18031862, y: 0, z: 0.59420156} + animationLength: 0.23333333 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_2.asset.meta b/Assets/Data/RootMotionData/Erika/Light_Attk_2.asset.meta new file mode 100644 index 00000000..a60c4326 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_2.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e093834319c99024690f4f3a88ea79bd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_3.asset b/Assets/Data/RootMotionData/Erika/Light_Attk_3.asset new file mode 100644 index 00000000..973249b6 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_3.asset @@ -0,0 +1,33 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Light_Attk_3 + m_EditorClassIdentifier: + animationName: Light_Attk_3 + frameCount: 14 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.046479188, y: 0, z: 0.04179506} + - {x: 0.055539254, y: 0, z: 0.040035184} + - {x: 0.038177423, y: 0, z: 0.10849731} + - {x: 0.011318793, y: 0, z: 0.18191758} + - {x: -0.033037394, y: 0, z: 0.23680322} + - {x: -0.09588516, y: 0, z: 0.3488925} + - {x: -0.12689158, y: 0, z: 0.50682616} + - {x: -0.13139305, y: 0, z: 0.7035814} + - {x: -0.12616985, y: 0, z: 0.96335286} + - {x: -0.12285549, y: 0, z: 1.1594399} + - {x: -0.08158244, y: 0, z: 1.2751391} + - {x: -0.053643223, y: 0, z: 1.2967874} + - {x: -0.055530984, y: 0, z: 1.3103838} + animationLength: 0.43333337 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_3.asset.meta b/Assets/Data/RootMotionData/Erika/Light_Attk_3.asset.meta new file mode 100644 index 00000000..743bf14c --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_3.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f86c6856d64a2ee4c921ad3c40d5475e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_4.asset b/Assets/Data/RootMotionData/Erika/Light_Attk_4.asset new file mode 100644 index 00000000..29f65b30 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_4.asset @@ -0,0 +1,32 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Light_Attk_4 + m_EditorClassIdentifier: + animationName: Light_Attk_4 + frameCount: 13 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.039760306, y: 0, z: 0.005826642} + - {x: 0.0549512, y: 0, z: 0.014808831} + - {x: -0.005711086, y: 0, z: 0.10659902} + - {x: -0.05044485, y: 0, z: 0.20433982} + - {x: -0.06082431, y: 0, z: 0.34876058} + - {x: -0.033291545, y: 0, z: 0.53400165} + - {x: -0.13783903, y: 0, z: 0.7252749} + - {x: -0.15253152, y: 0, z: 1.0147551} + - {x: -0.03877914, y: 0, z: 1.2844478} + - {x: 0.11204408, y: 0, z: 1.3241435} + - {x: 0.1557421, y: 0, z: 1.325337} + - {x: 0.15882435, y: 0, z: 1.325337} + animationLength: 0.4166667 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_4.asset.meta b/Assets/Data/RootMotionData/Erika/Light_Attk_4.asset.meta new file mode 100644 index 00000000..24c2fbd7 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_4.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 33646ab0c2bdd814baadadca5e7e8142 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_5.asset b/Assets/Data/RootMotionData/Erika/Light_Attk_5.asset new file mode 100644 index 00000000..0c3a33a2 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_5.asset @@ -0,0 +1,39 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Light_Attk_5 + m_EditorClassIdentifier: + animationName: Light_Attk_5 + frameCount: 20 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.009708442, y: 0, z: 0.03126192} + - {x: 0.0062436312, y: 0, z: 0.05393705} + - {x: -0.0019410094, y: 0, z: 0.09655212} + - {x: -0.0065152384, y: 0, z: 0.15227145} + - {x: -0.000033127144, y: 0, z: 0.40358725} + - {x: -0.09974045, y: 0, z: 0.83233964} + - {x: -0.20447224, y: 0, z: 0.85624814} + - {x: -0.22492604, y: 0, z: 0.93622625} + - {x: -0.24032293, y: 0, z: 0.98415834} + - {x: -0.2552635, y: 0, z: 0.94765586} + - {x: -0.2595656, y: 0, z: 0.9414007} + - {x: -0.26674056, y: 0, z: 0.9454943} + - {x: -0.27393505, y: 0, z: 0.9454943} + - {x: -0.28034866, y: 0, z: 0.9454943} + - {x: -0.2880948, y: 0, z: 0.9454943} + - {x: -0.2932911, y: 0, z: 0.9454943} + - {x: -0.29737172, y: 0, z: 0.9454943} + - {x: -0.3022624, y: 0, z: 0.9454943} + - {x: -0.3052879, y: 0, z: 0.9454943} + animationLength: 0.6333333 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_5.asset.meta b/Assets/Data/RootMotionData/Erika/Light_Attk_5.asset.meta new file mode 100644 index 00000000..77683fbd --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_5.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ef24dc1192a37cd4d9813e4816ec9a11 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_Rush.asset b/Assets/Data/RootMotionData/Erika/Light_Attk_Rush.asset new file mode 100644 index 00000000..bcd7722e --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_Rush.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Light_Attk_Rush + m_EditorClassIdentifier: + animationName: Light_Attk_Rush + frameCount: 18 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.10769316, y: 0, z: 0.7837286} + - {x: 0.09113981, y: 0, z: 1.1691939} + - {x: 0.06297449, y: 0, z: 1.6750336} + - {x: 0.042924657, y: 0, z: 2.0157309} + - {x: 0.008002372, y: 0, z: 2.351701} + - {x: -0.06774743, y: 0, z: 2.7227697} + - {x: -0.08574469, y: 0, z: 2.9902477} + - {x: -0.07969878, y: 0, z: 3.2308087} + - {x: -0.07509255, y: 0, z: 3.5065603} + - {x: -0.072440475, y: 0, z: 3.6855185} + - {x: -0.06978837, y: 0, z: 3.8431163} + - {x: -0.066252306, y: 0, z: 4.0213623} + - {x: -0.06360021, y: 0, z: 4.1296887} + - {x: -0.060948126, y: 0, z: 4.2179074} + - {x: -0.05741205, y: 0, z: 4.305555} + - {x: -0.05475992, y: 0, z: 4.3474793} + - {x: -0.05210782, y: 0, z: 4.3705497} + animationLength: 0.5833333 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_Rush.asset.meta b/Assets/Data/RootMotionData/Erika/Light_Attk_Rush.asset.meta new file mode 100644 index 00000000..bf937b3d --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_Rush.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 798e62b357d05ed40a40e6e5247b79d6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_Rush_Near.asset b/Assets/Data/RootMotionData/Erika/Light_Attk_Rush_Near.asset new file mode 100644 index 00000000..53928df3 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_Rush_Near.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Light_Attk_Rush_Near + m_EditorClassIdentifier: + animationName: Light_Attk_Rush_Near + frameCount: 18 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.17710972, y: 0, z: 0.14283928} + - {x: 0.16055638, y: 0, z: 0.5069557} + - {x: 0.13239107, y: 0, z: 0.9661887} + - {x: 0.112341225, y: 0, z: 1.2593703} + - {x: 0.07741895, y: 0, z: 1.5394645} + - {x: 0.0016691545, y: 0, z: 1.8258158} + - {x: -0.016328119, y: 0, z: 2.0236285} + - {x: -0.010282205, y: 0, z: 2.1913755} + - {x: -0.005675952, y: 0, z: 2.3677528} + - {x: -0.0030238647, y: 0, z: 2.4724853} + - {x: -0.00037174625, y: 0, z: 2.557921} + - {x: 0.0031643135, y: 0, z: 2.645587} + - {x: 0.0058164163, y: 0, z: 2.6927166} + - {x: 0.008468488, y: 0, z: 2.7270133} + - {x: 0.012004595, y: 0, z: 2.7563272} + - {x: 0.014656729, y: 0, z: 2.7676737} + - {x: 0.017308831, y: 0, z: 2.772652} + animationLength: 0.5833333 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Light_Attk_Rush_Near.asset.meta b/Assets/Data/RootMotionData/Erika/Light_Attk_Rush_Near.asset.meta new file mode 100644 index 00000000..3ac66db8 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Light_Attk_Rush_Near.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 09648157238f371409621ed9a24780a3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/LongSword_Attk_1.asset b/Assets/Data/RootMotionData/Erika/LongSword_Attk_1.asset new file mode 100644 index 00000000..bac28d5e --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/LongSword_Attk_1.asset @@ -0,0 +1,95 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: LongSword_Attk_1 + m_EditorClassIdentifier: + animationName: LongSword_Attk_1 + frameCount: 76 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.17761077, y: -0.0024955163, z: -0.21408191} + - {x: 0.17997712, y: -0.0050301948, z: -0.14586288} + - {x: 0.1661535, y: -0.0022342904, z: -0.08630295} + - {x: 0.13828172, y: 0.0015276965, z: -0.084489465} + - {x: 0.10082349, y: 0.0014254157, z: -0.109409794} + - {x: 0.0644302, y: 0.00019233563, z: -0.1815784} + - {x: 0.058023736, y: -0.0006642046, z: -0.21697283} + - {x: 0.053659763, y: 0.0014550199, z: -0.19695286} + - {x: 0.0381075, y: 0.0019465019, z: -0.122397065} + - {x: 0.028766923, y: 0.0075607775, z: -0.04240153} + - {x: 0.036473263, y: 0.010429917, z: 0.08470026} + - {x: 0.066449985, y: 0.0199776, z: 0.3019584} + - {x: 0.11179436, y: 0.040951755, z: 0.4871049} + - {x: 0.16922343, y: 0.048785362, z: 0.7172534} + - {x: 0.21020266, y: 0.051398735, z: 1.0687616} + - {x: 0.19741185, y: 0.003266655, z: 1.2382298} + - {x: 0.15859616, y: 0.0032569095, z: 1.0665481} + - {x: 0.11353339, y: 0.0026975302, z: 0.915302} + - {x: 0.099213205, y: 0.006638819, z: 0.88940895} + - {x: 0.09316702, y: 0.010916554, z: 0.8741484} + - {x: 0.093158126, y: 0.0087510925, z: 0.8646087} + - {x: 0.09532617, y: 0.009983863, z: 0.8638345} + - {x: 0.09593969, y: 0.010011915, z: 0.8647664} + - {x: 0.09583543, y: 0.008854242, z: 0.86497504} + - {x: 0.09579263, y: 0.00805809, z: 0.8631683} + - {x: 0.09582544, y: 0.008034506, z: 0.8612558} + - {x: 0.096095555, y: 0.008733032, z: 0.85881317} + - {x: 0.0966302, y: 0.009549976, z: 0.8573437} + - {x: 0.09752687, y: 0.010364499, z: 0.8563853} + - {x: 0.099354796, y: 0.011181876, z: 0.85608816} + - {x: 0.10143362, y: 0.011315995, z: 0.8570373} + - {x: 0.10416085, y: 0.010848656, z: 0.85911417} + - {x: 0.10883529, y: 0.008958881, z: 0.8637378} + - {x: 0.11318888, y: 0.0075615183, z: 0.8691867} + - {x: 0.1178064, y: 0.0075640627, z: 0.8763802} + - {x: 0.12398518, y: 0.0077337455, z: 0.88869965} + - {x: 0.12849472, y: 0.007885677, z: 0.9007301} + - {x: 0.13331562, y: 0.007584978, z: 0.91562486} + - {x: 0.14078774, y: 0.005862153, z: 0.940255} + - {x: 0.14784221, y: 0.004568623, z: 0.9632312} + - {x: 0.15995026, y: -0.00025316223, z: 0.9896346} + - {x: 0.18612827, y: -0.0075894557, z: 1.02969} + - {x: 0.21217103, y: -0.012445251, z: 1.0642211} + - {x: 0.23854525, y: -0.01464491, z: 1.10434} + - {x: 0.27968585, y: -0.016905267, z: 1.1724042} + - {x: 0.32183883, y: -0.014499557, z: 1.2353818} + - {x: 0.3586223, y: -0.013149487, z: 1.289306} + - {x: 0.38770646, y: -0.014375739, z: 1.3397368} + - {x: 0.3973776, y: -0.012004784, z: 1.3653024} + - {x: 0.4042803, y: -0.01116407, z: 1.385769} + - {x: 0.40814155, y: -0.0060786377, z: 1.409753} + - {x: 0.40068015, y: -0.00024267077, z: 1.4286903} + - {x: 0.38179114, y: 0.004120961, z: 1.4519341} + - {x: 0.3511094, y: 0.009895795, z: 1.4924335} + - {x: 0.3231011, y: 0.013710909, z: 1.5548824} + - {x: 0.30385035, y: 0.019061662, z: 1.5962018} + - {x: 0.2847812, y: 0.015905913, z: 1.6365817} + - {x: 0.2697257, y: 0.014433019, z: 1.6645648} + - {x: 0.25297728, y: 0.0155466255, z: 1.6951171} + - {x: 0.22825871, y: 0.0119669195, z: 1.7350619} + - {x: 0.20747982, y: 0.008517609, z: 1.7619328} + - {x: 0.18737024, y: 0.002928035, z: 1.7846171} + - {x: 0.17019, y: -0.003588894, z: 1.8069248} + - {x: 0.16594021, y: -0.007166055, z: 1.8142475} + - {x: 0.16517232, y: -0.007835349, z: 1.8168223} + - {x: 0.16638154, y: -0.009243449, z: 1.8183044} + - {x: 0.16819456, y: -0.010743589, z: 1.8183687} + - {x: 0.1698645, y: -0.010647639, z: 1.8178078} + - {x: 0.17170142, y: -0.009033054, z: 1.8163637} + - {x: 0.17295256, y: -0.007889035, z: 1.8148288} + - {x: 0.1740769, y: -0.006037491, z: 1.8131229} + - {x: 0.17534062, y: -0.003285962, z: 1.810794} + - {x: 0.17601323, y: -0.0018784829, z: 1.8091911} + - {x: 0.17642519, y: -0.00089589146, z: 1.8078705} + - {x: 0.17662048, y: -0.0000006236223, z: 1.8066989} + animationLength: 2.5000002 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/LongSword_Attk_1.asset.meta b/Assets/Data/RootMotionData/Erika/LongSword_Attk_1.asset.meta new file mode 100644 index 00000000..fb96d247 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/LongSword_Attk_1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9a36f79b971b6844f860000d97226f38 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Run_Stop.asset b/Assets/Data/RootMotionData/Erika/Run_Stop.asset new file mode 100644 index 00000000..e347b2af --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Run_Stop.asset @@ -0,0 +1,30 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Run_Stop + m_EditorClassIdentifier: + animationName: Run_Stop + frameCount: 11 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.07380467, y: 0, z: 0.63970834} + - {x: -0.09509819, y: 0, z: 0.75090516} + - {x: -0.14040183, y: 0, z: 0.93729854} + - {x: -0.17966476, y: 0, z: 1.0569624} + - {x: -0.19452049, y: 0, z: 1.1583555} + - {x: -0.17410621, y: 0, z: 1.2676405} + - {x: -0.1493725, y: 0, z: 1.346474} + - {x: -0.12492114, y: 0, z: 1.4145261} + - {x: -0.10072918, y: 0, z: 1.4079536} + - {x: -0.09269302, y: 0, z: 1.290371} + animationLength: 0.33333337 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Run_Stop.asset.meta b/Assets/Data/RootMotionData/Erika/Run_Stop.asset.meta new file mode 100644 index 00000000..4206b171 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Run_Stop.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3a50a5c84c03eed48bf080231874ee01 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Run_Sword.asset b/Assets/Data/RootMotionData/Erika/Run_Sword.asset new file mode 100644 index 00000000..e6a4ebb1 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Run_Sword.asset @@ -0,0 +1,38 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Run_Sword + m_EditorClassIdentifier: + animationName: Run_Sword + frameCount: 19 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.2558579, y: 0, z: 0.6267674} + - {x: 0.24848455, y: 0, z: 0.7653356} + - {x: 0.23910145, y: 0, z: 0.9506152} + - {x: 0.2305413, y: 0, z: 1.090187} + - {x: 0.22343047, y: 0, z: 1.2304724} + - {x: 0.2213019, y: 0, z: 1.4184059} + - {x: 0.21964416, y: 0, z: 1.55841} + - {x: 0.22118554, y: 0, z: 1.699516} + - {x: 0.2243795, y: 0, z: 1.8936751} + - {x: 0.22746384, y: 0, z: 2.0462482} + - {x: 0.2321549, y: 0, z: 2.200713} + - {x: 0.24173377, y: 0, z: 2.4083462} + - {x: 0.25041378, y: 0, z: 2.565686} + - {x: 0.2556914, y: 0, z: 2.724714} + - {x: 0.2586959, y: 0, z: 2.9398506} + - {x: 0.26446232, y: 0, z: 3.1038826} + - {x: 0.26684865, y: 0, z: 3.2705145} + - {x: 0.26398984, y: 0, z: 3.497209} + animationLength: 0.6 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Run_Sword.asset.meta b/Assets/Data/RootMotionData/Erika/Run_Sword.asset.meta new file mode 100644 index 00000000..6f04124e --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Run_Sword.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 083a0945cae45b94ea3b68533642f13b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Run_Sword_Fast.asset b/Assets/Data/RootMotionData/Erika/Run_Sword_Fast.asset new file mode 100644 index 00000000..be73fe7d --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Run_Sword_Fast.asset @@ -0,0 +1,35 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Run_Sword_Fast + m_EditorClassIdentifier: + animationName: Run_Sword_Fast + frameCount: 16 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.01902455, y: 0, z: -0.13856539} + - {x: -0.018415304, y: 0, z: 0.043985654} + - {x: -0.012387668, y: 0, z: 0.30079594} + - {x: -0.007701586, y: 0, z: 0.4472414} + - {x: 0.003415776, y: 0, z: 0.64989936} + - {x: 0.008154326, y: 0, z: 0.9557095} + - {x: -0.011513883, y: 0, z: 1.1761392} + - {x: -0.016607, y: 0, z: 1.3183271} + - {x: -0.025322072, y: 0, z: 1.53033} + - {x: -0.021056695, y: 0, z: 1.7608526} + - {x: -0.015933396, y: 0, z: 2.0018225} + - {x: -0.017495405, y: 0, z: 2.2635944} + - {x: -0.010605787, y: 0, z: 2.3960001} + - {x: -0.011963619, y: 0, z: 2.5924072} + - {x: -0.016852839, y: 0, z: 2.8588905} + animationLength: 0.5 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Run_Sword_Fast.asset.meta b/Assets/Data/RootMotionData/Erika/Run_Sword_Fast.asset.meta new file mode 100644 index 00000000..15f96a98 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Run_Sword_Fast.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8b1c60774c59c8c49862820485531a9a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/SideKick.asset b/Assets/Data/RootMotionData/Erika/SideKick.asset new file mode 100644 index 00000000..653f6b9f --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/SideKick.asset @@ -0,0 +1,31 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: SideKick + m_EditorClassIdentifier: + animationName: SideKick + frameCount: 12 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.0024048435, y: 0, z: -0.7646516} + - {x: -0.0012096404, y: 0, z: -0.6649435} + - {x: 0.021730151, y: 0, z: -0.49109462} + - {x: 0.05815746, y: 0, z: -0.37727427} + - {x: 0.09944017, y: 0, z: -0.3017728} + - {x: 0.08002304, y: 0, z: -0.22249214} + - {x: 0.057023127, y: 0, z: -0.1665816} + - {x: 0.048217453, y: 0, z: -0.13909829} + - {x: 0.049760986, y: 0, z: -0.113597155} + - {x: 0.06036824, y: 0, z: 0.018562462} + - {x: 0.013675341, y: 0, z: 0.24498612} + animationLength: 0.36666667 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/SideKick.asset.meta b/Assets/Data/RootMotionData/Erika/SideKick.asset.meta new file mode 100644 index 00000000..22291ca6 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/SideKick.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 72316f4fbabd3454580bf64403a9e2ea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/SideKickRush.asset b/Assets/Data/RootMotionData/Erika/SideKickRush.asset new file mode 100644 index 00000000..236373a4 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/SideKickRush.asset @@ -0,0 +1,35 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: SideKickRush + m_EditorClassIdentifier: + animationName: SideKickRush + frameCount: 16 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.12546344, y: 0, z: 0.5930206} + - {x: -0.12584335, y: 0, z: 0.6943165} + - {x: -0.10206575, y: 0, z: 0.87027556} + - {x: -0.06280051, y: 0, z: 0.982745} + - {x: -0.018171823, y: 0, z: 1.0538712} + - {x: -0.033292383, y: 0, z: 1.1292348} + - {x: -0.059891924, y: 0, z: 1.1835419} + - {x: -0.06886026, y: 0, z: 1.2104737} + - {x: -0.05885384, y: 0, z: 2.1305377} + - {x: -0.051394623, y: 0, z: 2.6959393} + - {x: -0.10648672, y: 0, z: 3.104673} + - {x: -0.10722236, y: 0, z: 3.4917197} + - {x: -0.106086396, y: 0, z: 3.654648} + - {x: -0.10495041, y: 0, z: 3.7378855} + - {x: -0.10343577, y: 0, z: 3.7681262} + animationLength: 0.5 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/SideKickRush.asset.meta b/Assets/Data/RootMotionData/Erika/SideKickRush.asset.meta new file mode 100644 index 00000000..f49ddd89 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/SideKickRush.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5eeca4af509a8f441b8027e3f5082788 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/SuperKickCombo.asset b/Assets/Data/RootMotionData/Erika/SuperKickCombo.asset new file mode 100644 index 00000000..4d4ea727 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/SuperKickCombo.asset @@ -0,0 +1,76 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: SuperKickCombo + m_EditorClassIdentifier: + animationName: SuperKickCombo + frameCount: 57 + positionList: + - {x: 0, y: 0, z: 0} + - {x: -0.1065258, y: 0.0000021722271, z: 0.5212441} + - {x: -0.10803704, y: -0.000005896044, z: 0.53039783} + - {x: -0.13841584, y: -0.000003599689, z: 0.5622827} + - {x: -0.18832742, y: 0.0013414432, z: 0.6318786} + - {x: -0.24624768, y: -0.010216108, z: 0.7392931} + - {x: -0.26681036, y: -0.014578063, z: 0.91450244} + - {x: -0.3116114, y: -0.0024402798, z: 1.0384434} + - {x: -0.32879362, y: 0.0029583871, z: 1.0664244} + - {x: -0.3106367, y: 0.0035498536, z: 1.0678557} + - {x: -0.30004174, y: 0.0035407923, z: 1.0628057} + - {x: -0.2959455, y: 0.0032081935, z: 1.0667497} + - {x: -0.298708, y: 0.002540389, z: 1.1142735} + - {x: -0.30327892, y: 0.0022474488, z: 1.2367536} + - {x: -0.2842961, y: 0.0024117935, z: 1.3959833} + - {x: -0.27287188, y: 0.0071287532, z: 1.535038} + - {x: -0.2852507, y: 0.005506162, z: 1.5615654} + - {x: -0.290427, y: 0.005772601, z: 1.5647305} + - {x: -0.290607, y: 0.005879785, z: 1.5736758} + - {x: -0.3009538, y: 0.0038230587, z: 1.6202266} + - {x: -0.3177721, y: 0.0048184353, z: 1.7212112} + - {x: -0.34570074, y: 0.0018599867, z: 1.8648612} + - {x: -0.32070652, y: 0.0016513285, z: 1.9434576} + - {x: -0.3024683, y: 0.0013139506, z: 1.9856927} + - {x: -0.2831058, y: 0.0012201725, z: 2.0090458} + - {x: -0.28318095, y: 0.001112368, z: 2.0361767} + - {x: -0.30685976, y: -0.0007423414, z: 2.1057076} + - {x: -0.303476, y: 0.07321491, z: 2.2887065} + - {x: -0.21675766, y: 0.12525949, z: 2.3826797} + - {x: -0.16114363, y: 0.30729106, z: 2.461628} + - {x: -0.11227134, y: 0.81510913, z: 2.5560355} + - {x: -0.0022288263, y: 1.1496218, z: 2.6342087} + - {x: 0.11265785, y: 1.1932496, z: 2.6304398} + - {x: 0.10846722, y: 0.9602924, z: 2.553385} + - {x: 0.013214476, y: 0.85198295, z: 2.498047} + - {x: -0.07807421, y: 0.832238, z: 2.4910474} + - {x: -0.13699189, y: 0.9130121, z: 2.5336182} + - {x: -0.16040283, y: 0.99880475, z: 2.584686} + - {x: -0.18584514, y: 1.0654492, z: 2.6472702} + - {x: -0.21934095, y: 1.1213659, z: 2.8116064} + - {x: -0.1853312, y: 1.1031008, z: 2.9056215} + - {x: -0.1961567, y: 0.7006692, z: 2.9796329} + - {x: -0.14007577, y: 0.8551401, z: 3.127256} + - {x: -0.052642107, y: 1.0571475, z: 3.220926} + - {x: 0.019762293, y: 1.2950172, z: 3.2815638} + - {x: 0.05175713, y: 1.5739238, z: 3.3264215} + - {x: 0.025357932, y: 1.5702676, z: 3.380249} + - {x: -0.017224729, y: 1.5451686, z: 3.499583} + - {x: -0.070535846, y: 1.5339371, z: 3.7351415} + - {x: -0.12152719, y: 1.4447135, z: 3.9445307} + - {x: -0.263354, y: 1.051732, z: 4.264515} + - {x: -0.00019057095, y: 0.4077596, z: 4.687294} + - {x: 0.0419226, y: 0.021328412, z: 4.668422} + - {x: 0.014557831, y: 0.0067957793, z: 4.698841} + - {x: 0.0009910018, y: 0.006738339, z: 4.673426} + - {x: -0.00043832354, y: 0.006739394, z: 4.6551414} + - {x: 0.00024026464, y: 0.006737129, z: 4.654794} + animationLength: 1.8833334 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/SuperKickCombo.asset.meta b/Assets/Data/RootMotionData/Erika/SuperKickCombo.asset.meta new file mode 100644 index 00000000..5232885f --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/SuperKickCombo.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 103691c7f1e5ceb4080e1011ee477449 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Data/RootMotionData/Erika/Take 001.asset b/Assets/Data/RootMotionData/Erika/Take 001.asset new file mode 100644 index 00000000..ba3f7fa5 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Take 001.asset @@ -0,0 +1,103 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3a20e0c1a718a24f8d14eed06ad5bad, type: 3} + m_Name: Take 001 + m_EditorClassIdentifier: + animationName: Take 001 + frameCount: 84 + positionList: + - {x: 0, y: 0, z: 0} + - {x: 0.094240874, y: 0.0031509083, z: 0.05594528} + - {x: 0.09680108, y: 0.003102747, z: 0.05973805} + - {x: 0.111988686, y: 0.0031353927, z: 0.07386781} + - {x: 0.13168655, y: 0.0028678365, z: 0.11226667} + - {x: 0.11638131, y: 0.0038247958, z: 0.1790283} + - {x: 0.039001364, y: 0.00313651, z: 0.19847178} + - {x: 0.01367652, y: -0.00077362254, z: 0.18803756} + - {x: -0.0038196156, y: -0.007586471, z: 0.17070234} + - {x: -0.01288207, y: -0.011059304, z: 0.15964036} + - {x: -0.009563109, y: -0.005920249, z: 0.17491588} + - {x: 0.010647237, y: 0.019648537, z: 0.22855765} + - {x: 0.1741459, y: 0.03566288, z: 0.29241994} + - {x: 0.23869394, y: 0.021155257, z: 0.22457246} + - {x: 0.23984881, y: 0.01802036, z: 0.20658162} + - {x: 0.23938519, y: 0.018018436, z: 0.19407329} + - {x: 0.23980264, y: 0.018019244, z: 0.1782623} + - {x: 0.24081728, y: 0.018021166, z: 0.16176951} + - {x: 0.24322353, y: 0.018026937, z: 0.14543146} + - {x: 0.24502502, y: 0.018019987, z: 0.14331944} + - {x: 0.24597764, y: 0.018017566, z: 0.15517224} + - {x: 0.24523674, y: 0.018010553, z: 0.19978932} + - {x: 0.24556553, y: 0.025801525, z: 0.28759232} + - {x: 0.25937364, y: -0.0033157496, z: 0.5214907} + - {x: 0.20827277, y: -0.0061841444, z: 0.9359696} + - {x: 0.12509993, y: -0.00022404967, z: 1.0877151} + - {x: 0.13416828, y: -0.006050521, z: 1.1095675} + - {x: 0.14814958, y: -0.005256913, z: 1.1188564} + - {x: 0.15483041, y: -0.0052588372, z: 1.1217564} + - {x: 0.15804866, y: -0.0052599544, z: 1.1219337} + - {x: 0.1574978, y: -0.005260637, z: 1.1201665} + - {x: 0.15375383, y: -0.0052610715, z: 1.1197093} + - {x: 0.14643091, y: -0.0052609476, z: 1.1236415} + - {x: 0.13039432, y: -0.003948426, z: 1.1424061} + - {x: 0.118082605, y: 0.0011833671, z: 1.189676} + - {x: 0.15219115, y: 0.021976296, z: 1.261699} + - {x: 0.21675852, y: 0.0077266106, z: 1.2757621} + - {x: 0.20202468, y: 0.001645244, z: 1.2774987} + - {x: 0.13809122, y: 0.14819367, z: 1.3270842} + - {x: 0.04949651, y: 0.33222425, z: 1.5037762} + - {x: 0.0084765125, y: 0.65145206, z: 1.6524028} + - {x: 0.0316285, y: 1.001541, z: 1.8355423} + - {x: 0.19717808, y: 0.92330563, z: 1.8957294} + - {x: 0.15513147, y: 0.87561953, z: 1.8404764} + - {x: -0.015480347, y: 1.0795664, z: 1.9432172} + - {x: 0.01818627, y: 1.2679477, z: 2.2519126} + - {x: 0.20667872, y: 1.2014892, z: 2.2894664} + - {x: 0.20263417, y: 1.1574651, z: 2.1900206} + - {x: -0.052530065, y: 1.1843251, z: 2.3312821} + - {x: -0.00021873042, y: 1.1862919, z: 2.592898} + - {x: 0.18194439, y: 1.121949, z: 2.6421845} + - {x: 0.20842932, y: 0.9949336, z: 2.5823774} + - {x: 0.15303916, y: 0.9002158, z: 2.6082418} + - {x: 0.15787213, y: 0.8601178, z: 2.602429} + - {x: 0.21320784, y: 1.3225293, z: 2.2984033} + - {x: 0.13445465, y: 1.5079595, z: 2.1224132} + - {x: 0.118022315, y: 1.5838274, z: 2.0352123} + - {x: 0.10453549, y: 1.6526799, z: 1.9489453} + - {x: 0.099772945, y: 1.6825399, z: 1.9021486} + - {x: 0.097553484, y: 1.6968349, z: 1.8647945} + - {x: 0.09510438, y: 1.6956623, z: 1.819911} + - {x: 0.09146641, y: 1.6850547, z: 1.7835267} + - {x: 0.08830887, y: 1.6832445, z: 1.7481529} + - {x: 0.08554126, y: 1.675936, z: 1.7038606} + - {x: 0.084202334, y: 1.6453309, z: 1.6721646} + - {x: 0.08329193, y: 1.5739021, z: 1.6414697} + - {x: 0.08243382, y: 1.3867747, z: 1.6016911} + - {x: 0.08177036, y: 1.1023148, z: 1.5684474} + - {x: 0.07500362, y: 0.5838619, z: 1.5163312} + - {x: 0.07470668, y: 0.12844157, z: 1.4798739} + - {x: 0.08192652, y: 0.0049111824, z: 1.4681029} + - {x: 0.08524246, y: -0.002216515, z: 1.4547417} + - {x: 0.091692604, y: -0.0029646922, z: 1.4455094} + - {x: 0.097510144, y: -0.003537912, z: 1.4429334} + - {x: 0.10244337, y: -0.009129472, z: 1.4412717} + - {x: 0.10655717, y: -0.012961157, z: 1.4385767} + - {x: 0.107964724, y: -0.01363312, z: 1.4356006} + - {x: 0.107956424, y: -0.012878613, z: 1.431573} + - {x: 0.10633898, y: -0.010313522, z: 1.4264835} + - {x: 0.104419924, y: -0.007714359, z: 1.4244776} + - {x: 0.10217649, y: -0.00497245, z: 1.4235218} + - {x: 0.098866336, y: -0.0017986401, z: 1.4229755} + - {x: 0.096268244, y: -0.00032152573, z: 1.422353} + - {x: 0.0944905, y: 0.00010305154, z: 1.4215235} + animationLength: 2.7500002 + fps: 30 diff --git a/Assets/Data/RootMotionData/Erika/Take 001.asset.meta b/Assets/Data/RootMotionData/Erika/Take 001.asset.meta new file mode 100644 index 00000000..e7c5b569 --- /dev/null +++ b/Assets/Data/RootMotionData/Erika/Take 001.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 74284213787c4004dbe1c92ad6d09bd9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Unit/RootMotion/Editor/RootMotionEditor.cs b/Assets/Scripts/Unit/RootMotion/Editor/RootMotionEditor.cs index facf295b..3c8c55a9 100644 --- a/Assets/Scripts/Unit/RootMotion/Editor/RootMotionEditor.cs +++ b/Assets/Scripts/Unit/RootMotion/Editor/RootMotionEditor.cs @@ -1,12 +1,40 @@ -using System.Collections;
+using System;
+using System.IO;
+using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
public class RootMotionEditor : EditorWindow
{
+ static string s_AnimFolder = "Assets/Art/Animations/";
+ static string s_Controller = "Assets/Scripts/Unit/RootMotion/controller_rootmotion.controller";
+ static string s_RootMotionDataFolder = "Assets/Data/RootMotionData/";
+
+ GameObject m_Prefab;
+ string m_PrefabName { get { return m_Prefab.name; } }
+ GameObject m_Unit;
+ Transform m_Transform { get { return m_Unit.transform; } }
+ string m_SearchText = "";
+ HashSet<string> m_SelectAnimations;
+ List<string> m_AnimList = new List<string>();
+
+ Animator m_Animator;
+ AnimatorOverrideController m_OverrideController;
+
+ const string kEmptyClipName = "Empty";
+ const string kStateName = "Action";
+
+ [MenuItem("Custom/RootMotion/Create")]
+ static void OpenTool()
+ {
+ RootMotionEditor editor = GetWindow<RootMotionEditor>();
+ }
+
private void OnEnable()
{
+ titleContent = new GUIContent("RootMotion Editor");
+ m_SelectAnimations = new HashSet<string>();
}
private void OnDisable()
@@ -14,4 +42,221 @@ public class RootMotionEditor : EditorWindow }
+ private void OnGUI()
+ {
+ if (m_SelectAnimations == null) m_SelectAnimations = new HashSet<string>();
+ if(m_AnimList == null)
+ {
+ m_AnimList = new List<string>();
+ if (m_Prefab != null)
+ CollectAnimations(m_Prefab.name);
+ }
+
+ EditorGUILayout.LabelField("Select Unit:");
+ GameObject prefab = EditorGUILayout.ObjectField(m_Prefab, typeof(GameObject), false) as GameObject;
+ if(prefab != m_Prefab)
+ {
+ OnSelectPrefab(prefab);
+ }
+ if(m_Prefab == null)
+ {
+ EditorGUILayout.HelpBox("选择角色", MessageType.Warning);
+ }
+ GUI_SelectAnimation();
+ GUI_Export();
+ }
+
+ private void OnSelectPrefab(GameObject prefab)
+ {
+ m_Prefab = prefab;
+ if(m_Prefab != null)
+ {
+ m_Unit = PrefabUtility.InstantiatePrefab(m_Prefab) as GameObject;
+ InitializeUnit(m_Unit);
+ m_SelectAnimations.Clear();
+ CollectAnimations(m_Prefab.name);
+ }
+ else
+ {
+ m_SelectAnimations.Clear();
+ m_Unit = null;
+ }
+ }
+
+ void InitializeUnit(GameObject unit)
+ {
+ if (unit == null)
+ return;
+
+ m_Animator = unit.GetComponent<Animator>();
+ m_Animator.applyRootMotion = true;
+
+ RuntimeAnimatorController controller = AssetDatabase.LoadAssetAtPath(s_Controller, typeof(RuntimeAnimatorController)) as RuntimeAnimatorController;
+ if (controller)
+ {
+ m_OverrideController = new AnimatorOverrideController(controller);
+ m_Animator.runtimeAnimatorController = m_OverrideController;
+ }
+ }
+
+ void CollectAnimations(string prefabName)
+ {
+ m_AnimList.Clear();
+ string animFolder = s_AnimFolder + m_Prefab.name + "/";
+ string[] animfiles = Directory.GetFiles(animFolder/*, "*.anim"*/);
+ if (animfiles != null && animfiles.Length > 0)
+ {
+ for (int i = 0; i < animfiles.Length; ++i)
+ {
+ string file = animfiles[i];
+ if (file.Contains(".meta"))
+ continue;
+ string animName = Path.GetFileNameWithoutExtension(file);
+ m_AnimList.Add(animName);
+ }
+ }
+ }
+
+ bool IsAllSelected()
+ {
+ if (m_SelectAnimations == null || m_SelectAnimations.Count == 0)
+ return false;
+ if (m_AnimList == null || m_AnimList.Count == 0)
+ return false;
+ return m_AnimList.Count == m_SelectAnimations.Count;
+ }
+
+ Vector2 m_AnimtionListScroll;
+ private void GUI_SelectAnimation()
+ {
+ if (m_Prefab == null)
+ return;
+ EditorGUILayout.LabelField("Select Animations:");
+ m_SearchText = GUILayout.TextField(m_SearchText, "SearchTextField", GUILayout.Width(position.width - 20)).ToLower();
+
+ bool isAllSelected = IsAllSelected();
+ bool allselcted = GUILayout.Toggle(isAllSelected, "全选");
+ if(allselcted && !isAllSelected)
+ {
+ m_SelectAnimations.Clear();
+ m_AnimList.ForEach(s =>m_SelectAnimations.Add(s));
+ }
+ else if(!allselcted && isAllSelected)
+ {
+ m_SelectAnimations.Clear();
+ }
+
+ if (m_AnimList != null && m_AnimList.Count > 0)
+ {
+ m_AnimtionListScroll = EditorGUILayout.BeginScrollView(m_AnimtionListScroll, GUILayout.Height(400));
+
+ for (int i = 0; i < m_AnimList.Count; ++i)
+ {
+ string file = m_AnimList[i];
+ if (file.Contains(".meta"))
+ continue;
+ string animName = Path.GetFileNameWithoutExtension(file);
+ bool show = m_SearchText == string.Empty || m_SearchText == "" || animName.ToLower().Contains(m_SearchText);
+ if (!show)
+ continue;
+ bool bChecked = m_SelectAnimations.Contains(animName);
+ bool check = GUILayout.Toggle(bChecked, animName, GUILayout.Height(15));
+ if (check && !bChecked)
+ m_SelectAnimations.Add(animName);
+ else if(!check && bChecked)
+ m_SelectAnimations.Remove(animName);
+ }
+
+ EditorGUILayout.EndScrollView();
+ }
+ }
+
+ void GUI_Export()
+ {
+ EditorGUILayout.Space();
+ EditorGUILayout.Space();
+
+ GUI.enabled = m_SelectAnimations != null && m_SelectAnimations.Count > 0;
+ if (GUILayout.Button("Export"))
+ {
+ ExportRootMotions();
+ }
+ GUI.enabled = true;
+ }
+
+ void ExportRootMotions()
+ {
+ if (m_SelectAnimations == null || m_SelectAnimations.Count == 0)
+ return;
+
+ foreach(var animation in m_SelectAnimations)
+ {
+ ExportRootMotion(animation);
+ }
+
+ EditorUtility.DisplayDialog("Export RootMotion", "目录 " + s_RootMotionDataFolder + m_Prefab.name, "OK");
+ }
+
+ void ExportRootMotion(string animation)
+ {
+ string animPath = s_AnimFolder + m_PrefabName + "/" + animation + ".anim";
+ string assetPath = s_RootMotionDataFolder + m_PrefabName + "/" + animation + ".asset";
+ AnimationClip clip = AssetDatabase.LoadAssetAtPath<AnimationClip>(animPath);
+ if(clip == null)
+ {
+ Debug.LogError("[RootMotion Editor] 没有对应的animation, " + animPath);
+ return;
+ }
+ m_OverrideController[kEmptyClipName] = clip;
+
+ m_Transform.position = Vector3.zero;
+ m_Transform.rotation = Quaternion.identity;
+
+ float frameRate = clip.frameRate;
+ float timeLen = clip.length;
+
+ float sampleRate = 30; // rootmotion 采样频率,每秒采样30帧
+ float sampleDuration = 1 / sampleRate;
+
+ RootMotionData rootmotion = new RootMotionData();
+ rootmotion.animationName = animation;
+ rootmotion.animationLength = timeLen;
+ rootmotion.fps = sampleRate;
+
+ rootmotion.positionList = new List<Vector3>();
+ rootmotion.positionList.Add(Vector3.zero);
+
+ const float kDeltaTime = 1 / 100f;
+ float t = 0;
+ float sampleTime = 0;
+
+ while(true)
+ {
+ m_Animator.speed = 1;
+ m_Animator.Play(kStateName, 0, t / timeLen);
+ m_Animator.Update(kDeltaTime);
+ m_Animator.speed = 0;
+
+ //m_Transform.rotation *= m_Animator.deltaRotation;
+ //m_Transform.position += m_Animator.deltaPosition;
+
+ sampleTime += kDeltaTime;
+ if(sampleTime >= sampleDuration)
+ {
+ rootmotion.positionList.Add(m_Transform.position);
+ sampleTime = sampleTime - sampleDuration;
+ }
+
+ if (t == timeLen)
+ break;
+ t += kDeltaTime;
+ if (t > timeLen)
+ t = timeLen;
+ }
+
+ rootmotion.frameCount = rootmotion.positionList.Count;
+
+ AssetDatabase.CreateAsset((RootMotionData)rootmotion, assetPath);
+ }
+
}
diff --git a/Assets/Scripts/Unit/RootMotion/Empty.anim b/Assets/Scripts/Unit/RootMotion/Empty.anim new file mode 100644 index 00000000..863149ab --- /dev/null +++ b/Assets/Scripts/Unit/RootMotion/Empty.anim @@ -0,0 +1,53 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Empty + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: [] + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 1 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: [] + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Scripts/Unit/RootMotion/Empty.anim.meta b/Assets/Scripts/Unit/RootMotion/Empty.anim.meta new file mode 100644 index 00000000..155b77b7 --- /dev/null +++ b/Assets/Scripts/Unit/RootMotion/Empty.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7595798af0160ba4db7cb5fd1b72a4a6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Unit/RootMotion/RootMotionData.cs b/Assets/Scripts/Unit/RootMotion/RootMotionData.cs index 44f3d294..4fe2db97 100644 --- a/Assets/Scripts/Unit/RootMotion/RootMotionData.cs +++ b/Assets/Scripts/Unit/RootMotion/RootMotionData.cs @@ -2,8 +2,28 @@ using System.Collections.Generic;
using UnityEngine;
+[CreateAssetMenu(fileName = "RootMotion Data")]
+// 单个动画的root motion
public class RootMotionData : ScriptableObject
{
-
+ public string animationName;
+
+ public int frameCount;
+
+ public List<Vector3> positionList;
+
+ public float animationLength;
+
+ public float fps;
+
+ public Vector3 GetRootMotion(float normalTime)
+ {
+ normalTime = Mathf.Clamp(normalTime, 0, 1);
+ int prevFrame = (int)Mathf.Floor((frameCount - 1) * normalTime) % frameCount;
+ int nextFrame = (int)Mathf.Ceil((frameCount - 1) * normalTime) % frameCount;
+ float frameRate = 1 / fps;
+ float t = (normalTime * animationLength - prevFrame * frameRate) / frameRate;
+ return Vector3.Lerp(positionList[prevFrame], positionList[nextFrame], t);
+ }
}
diff --git a/Assets/Scripts/Unit/RootMotion/RootMotionScene.unity b/Assets/Scripts/Unit/RootMotion/RootMotionScene.unity index 7dfe21e8..d62ea0a8 100644 --- a/Assets/Scripts/Unit/RootMotion/RootMotionScene.unity +++ b/Assets/Scripts/Unit/RootMotion/RootMotionScene.unity @@ -38,7 +38,7 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -112,6 +112,971 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} +--- !u!1 &59629412 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 59629413} + m_Layer: 0 + m_Name: J_Sec_R_Bust1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &59629413 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 59629412} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.053541, y: -0.027212381, z: 0.059070617} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 320126985} + m_Father: {fileID: 671360525} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &72714776 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 72714777} + m_Layer: 0 + m_Name: J_Bip_R_Shoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &72714777 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 72714776} + m_LocalRotation: {x: -0.009736939, y: -0.03654412, z: 0.055337094, w: 0.9977513} + m_LocalPosition: {x: 0.022385577, y: 0.08727038, z: -0.02744274} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2026485151} + m_Father: {fileID: 671360525} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &96739312 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 96739313} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &96739313 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 96739312} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1586922453} + m_Father: {fileID: 1243476956} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &139789332 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 139789333} + m_Layer: 0 + m_Name: J_Bip_L_Middle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &139789333 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 139789332} + m_LocalRotation: {x: 0.010710212, y: -0.018959079, z: 0.20867093, w: 0.9777435} + m_LocalPosition: {x: -0.057169676, y: 0.0072404146, z: 0.0041333474} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 945068966} + m_Father: {fileID: 1577519676} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &163883722 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 163883723} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront2_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &163883723 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 163883722} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.014491327, y: -0.17169738, z: 0.023767427} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1586922453} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &178626313 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 178626314} + m_Layer: 0 + m_Name: J_Bip_C_Head + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &178626314 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 178626313} + m_LocalRotation: {x: 0.1947517, y: -0.017652988, z: -0.0028468966, w: 0.9806896} + m_LocalPosition: {x: 0.000000034517143, y: 0.07815468, z: 0.009415401} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 279235886} + - {fileID: 1927988137} + m_Father: {fileID: 429816203} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &260794045 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 260794046} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &260794046 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 260794045} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.17011735, y: -0.017756343, z: 0.0075791776} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 846663090} + m_Father: {fileID: 852002791} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &279235885 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 279235886} + m_Layer: 0 + m_Name: J_Adj_L_FaceEye + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &279235886 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 279235885} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.013720599, y: 0.05573821, z: 0.027436344} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 178626314} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &287731693 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 287731694} + m_Layer: 0 + m_Name: J_Sec_L_Bust1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &287731694 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 287731693} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.053541, y: -0.027212381, z: 0.059070602} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 733461547} + m_Father: {fileID: 671360525} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &291952631 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 291952632} + - component: {fileID: 291952634} + - component: {fileID: 291952633} + m_Layer: 0 + m_Name: secondary + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &291952632 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 291952631} + m_LocalRotation: {x: -0, y: -0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1186190612} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &291952633 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 291952631} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 00ea06e1753e16f4ca870c39c067c86b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_comment: Skirt + m_drawGizmo: 0 + m_gizmoColor: {r: 1, g: 0.92156863, b: 0.015686275, a: 1} + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.05 + m_center: {fileID: 260794046} + RootBones: + - {fileID: 1270629155} + - {fileID: 763251144} + - {fileID: 846663090} + - {fileID: 984323553} + - {fileID: 96739313} + - {fileID: 2055811791} + m_hitRadius: 0.02 + ColliderGroups: + - {fileID: 2134356713} + - {fileID: 2018001130} + m_updateType: 0 +--- !u!114 &291952634 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 291952631} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 00ea06e1753e16f4ca870c39c067c86b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_comment: Bust + m_drawGizmo: 0 + m_gizmoColor: {r: 1, g: 0.92156863, b: 0.015686275, a: 1} + m_stiffnessForce: 0.75 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.05 + m_center: {fileID: 260794046} + RootBones: + - {fileID: 287731694} + - {fileID: 59629413} + m_hitRadius: 0.02 + ColliderGroups: [] + m_updateType: 0 +--- !u!1 &306250562 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 306250563} + m_Layer: 0 + m_Name: J_Bip_R_LowerArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &306250563 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 306250562} + m_LocalRotation: {x: -0.18882288, y: -0.23684548, z: 0.07408023, w: 0.95013803} + m_LocalPosition: {x: 0.22465436, y: -0.010465622, z: 0.0018852726} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2029510665} + m_Father: {fileID: 2026485151} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &320126984 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 320126985} + m_Layer: 0 + m_Name: J_Sec_R_Bust2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &320126985 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 320126984} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.002945736, y: -0.005250454, z: 0.020106763} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 59629413} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &327717100 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 327717101} + m_Layer: 0 + m_Name: J_Bip_C_Spine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &327717101 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 327717100} + m_LocalRotation: {x: 0.021835573, y: 0.017350936, z: -0.023083515, w: 0.99934447} + m_LocalPosition: {x: -0.000000006868504, y: 0.052913785, z: 0.009824621} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 500678201} + m_Father: {fileID: 852002791} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &332895375 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 332895376} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront2_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &332895376 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 332895375} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.014491841, y: -0.17169732, z: 0.023767307} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2123345372} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &336739178 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 336739179} + m_Layer: 0 + m_Name: J_Bip_L_Ring3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &336739179 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 336739178} + m_LocalRotation: {x: -0.002142498, y: -0.0006239326, z: 0.1396019, w: 0.99020517} + m_LocalPosition: {x: -0.017118812, y: 0.0006057024, z: 0.00021506101} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1352395232} + m_Father: {fileID: 1714494206} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &353677075 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 353677076} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack2_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &353677076 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 353677075} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02027233, y: -0.14094126, z: -0.046542868} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1794557517} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &355164710 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 355164711} + m_Layer: 0 + m_Name: J_Bip_L_ToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &355164711 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 355164710} + m_LocalRotation: {x: -0.0000001872535, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0012323633, y: -0.062149465, z: 0.10164185} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1739493019} + m_Father: {fileID: 1545451528} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &376408111 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 376408112} + m_Layer: 0 + m_Name: J_Bip_R_Little3_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &376408112 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 376408111} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.016744971, y: 0.00096416473, z: -0.00046094507} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1000535423} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &382337822 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 382337823} + m_Layer: 0 + m_Name: J_Bip_L_Middle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &382337823 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 382337822} + m_LocalRotation: {x: -0.006656378, y: -0.0030076902, z: 0.1395844, w: 0.99018323} + m_LocalPosition: {x: -0.019615054, y: -0.0020799637, z: 0.00081057847} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1994169120} + m_Father: {fileID: 945068966} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &419321961 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 419321962} + m_Layer: 0 + m_Name: J_Bip_R_Thumb3_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &419321962 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 419321961} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.012954861, y: -0.0006916523, z: 0.013508812} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1693105750} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &429816202 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 429816203} + m_Layer: 0 + m_Name: J_Bip_C_Neck + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &429816203 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 429816202} + m_LocalRotation: {x: -0.02655136, y: 0.013561455, z: 0.059312135, w: 0.99779415} + m_LocalPosition: {x: 0.000000010797521, y: 0.11461532, z: -0.033395648} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 178626314} + m_Father: {fileID: 671360525} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &449555878 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 449555879} + m_Layer: 0 + m_Name: J_Bip_R_Middle3_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &449555879 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 449555878} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.021585584, y: -0.00139606, z: 0.00074595213} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 959288040} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &500678200 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 500678201} + m_Layer: 0 + m_Name: J_Bip_C_Chest + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &500678201 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 500678200} + m_LocalRotation: {x: 0.043642357, y: 0.02701573, z: -0.05100365, w: 0.9973787} + m_LocalPosition: {x: -0.000000015104888, y: 0.113987684, z: 0.014169313} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 671360525} + m_Father: {fileID: 327717101} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &501032960 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 501032961} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &501032961 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 501032960} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.05265367, y: -0.12872022, z: -0.016150372} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1400511731} + m_Father: {fileID: 2055811791} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &547184731 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 547184732} + m_Layer: 0 + m_Name: J_Bip_R_Index3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &547184732 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 547184731} + m_LocalRotation: {x: -0.0035584318, y: 0.0013065933, z: 0.34498858, w: -0.9385993} + m_LocalPosition: {x: 0.017565966, y: -0.0005825758, z: 0.0019902624} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 614168423} + m_Father: {fileID: 911245625} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &614168422 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 614168423} + m_Layer: 0 + m_Name: J_Bip_R_Index3_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &614168423 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 614168422} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.020848513, y: -0.0007866621, z: 0.0019334853} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 547184732} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &659905550 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 659905551} + m_Layer: 0 + m_Name: J_Bip_L_Thumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &659905551 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 659905550} + m_LocalRotation: {x: 0.015699035, y: -0.12219317, z: 0.09095686, w: 0.9882051} + m_LocalPosition: {x: -0.0017571449, y: -0.005976796, z: 0.015335286} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1706635207} + m_Father: {fileID: 1577519676} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &660038068 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 660038069} + m_Layer: 0 + m_Name: J_Bip_L_UpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &660038069 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 660038068} + m_LocalRotation: {x: 0.2328403, y: 0.06495139, z: 0.54945236, w: 0.799793} + m_LocalPosition: {x: -0.086294696, y: -0.014869213, z: 0.0053637624} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 711580288} + m_Father: {fileID: 1906326824} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &671360524 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 671360525} + m_Layer: 0 + m_Name: J_Bip_C_UpperChest + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &671360525 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 671360524} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0000000129512046, y: 0.13214767, z: -0.014527371} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 287731694} + - {fileID: 59629413} + - {fileID: 429816203} + - {fileID: 1906326824} + - {fileID: 72714777} + m_Father: {fileID: 500678201} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!221 &677939668 +AnimatorOverrideController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: override controller + m_Controller: {fileID: 9100000, guid: 47311b4ae25969546aa7fca07ea0405a, type: 2} + m_Clips: + - m_OriginalClip: {fileID: 7400000, guid: d1dee14942f17c745bb953c649ee14e5, type: 2} + m_OverrideClip: {fileID: 7400000, guid: 11a29ba0def180742b80ae5a34d7c655, type: 2} --- !u!1 &684401757 GameObject: m_ObjectHideFlags: 0 @@ -181,6 +1146,410 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &691321295 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 691321296} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &691321296 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 691321295} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.17011715, y: -0.017756581, z: 0.007579135} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2055811791} + m_Father: {fileID: 852002791} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &695420484 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 695420485} + m_Layer: 0 + m_Name: J_Bip_L_Little3_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &695420485 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 695420484} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.016744733, y: 0.00096416473, z: -0.00046138465} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1321311134} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &706040735 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 706040736} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &706040736 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 706040735} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0030583367, y: 0.03845179, z: -0.12451683} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 984323553} + m_Father: {fileID: 2018001129} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &711580287 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 711580288} + m_Layer: 0 + m_Name: J_Bip_L_LowerArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &711580288 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 711580287} + m_LocalRotation: {x: 0.087275654, y: 0.46117043, z: 0.039565496, w: 0.8821221} + m_LocalPosition: {x: -0.22464937, y: -0.010460377, z: 0.0018847063} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1577519676} + m_Father: {fileID: 660038069} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &732833225 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 732833226} + m_Layer: 0 + m_Name: J_Bip_L_Index2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &732833226 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 732833225} + m_LocalRotation: {x: -0.012201629, y: -0.004480046, z: 0.20226468, w: 0.9792447} + m_LocalPosition: {x: -0.028381467, y: -0.00011599064, z: 0.0044524968} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1849414779} + m_Father: {fileID: 1629382298} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &733461546 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 733461547} + m_Layer: 0 + m_Name: J_Sec_L_Bust2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &733461547 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 733461546} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0029457435, y: -0.0052503347, z: 0.020106792} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 287731694} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &752212335 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 752212336} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &752212336 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 752212335} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0030585676, y: 0.03845179, z: -0.12451656} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1270629155} + m_Father: {fileID: 2134356712} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &763251143 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 763251144} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &763251144 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 763251143} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2123345372} + m_Father: {fileID: 844269468} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &797989333 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 797989334} + m_Layer: 0 + m_Name: J_Bip_L_Ring1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &797989334 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 797989333} + m_LocalRotation: {x: 0.004431765, y: -0.044504065, z: 0.21601474, w: 0.9753652} + m_LocalPosition: {x: -0.05766177, y: 0.0071827173, z: -0.00947858} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1714494206} + m_Father: {fileID: 1577519676} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &844269467 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 844269468} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &844269468 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 844269467} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0042221993, y: 0.0062517524, z: 0.13752823} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 763251144} + m_Father: {fileID: 2134356712} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &846663089 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 846663090} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &846663090 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 846663089} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1670323813} + m_Father: {fileID: 260794046} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &852002790 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 852002791} + m_Layer: 0 + m_Name: J_Bip_C_Hips + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &852002791 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 852002790} + m_LocalRotation: {x: 0.031933036, y: -0.057849146, z: 0.0048169424, w: -0.99780285} + m_LocalPosition: {x: 0.008877503, y: 1.0080215, z: -0.0220772} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 260794046} + - {fileID: 691321296} + - {fileID: 327717101} + - {fileID: 2134356712} + - {fileID: 2018001129} + m_Father: {fileID: 1751183418} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &869325568 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 869325569} + m_Layer: 0 + m_Name: J_Bip_R_ToeBase_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &869325569 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 869325568} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.00037640333, y: -0.0018102527, z: 0.0416165} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2001934706} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &902212380 GameObject: m_ObjectHideFlags: 0 @@ -263,3 +1632,2597 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &905339362 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 905339363} + m_Layer: 0 + m_Name: J_Bip_R_Ring3_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &905339363 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 905339362} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.01846397, y: 0.00028800964, z: -0.00011719763} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1275321826} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &911245624 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 911245625} + m_Layer: 0 + m_Name: J_Bip_R_Index2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &911245625 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 911245624} + m_LocalRotation: {x: -0.010196413, y: 0.003743953, z: 0.40300292, w: -0.91513425} + m_LocalPosition: {x: 0.028381407, y: -0.00011634827, z: 0.004452847} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 547184732} + m_Father: {fileID: 2086446895} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &945068965 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 945068966} + m_Layer: 0 + m_Name: J_Bip_L_Middle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &945068966 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 945068965} + m_LocalRotation: {x: -0.0040893625, y: -0.0018477823, z: 0.207801, w: 0.97816086} + m_LocalPosition: {x: -0.031909466, y: -0.0011664629, z: 0.0021082107} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 382337823} + m_Father: {fileID: 139789333} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &959288039 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 959288040} + m_Layer: 0 + m_Name: J_Bip_R_Middle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &959288040 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 959288039} + m_LocalRotation: {x: -0.0012606817, y: 0.0005696563, z: 0.34516445, w: -0.9385412} + m_LocalPosition: {x: 0.019615054, y: -0.002080202, z: 0.0008106828} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 449555879} + m_Father: {fileID: 1411982327} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &963645828 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 963645830} + - component: {fileID: 963645829} + m_Layer: 0 + m_Name: Hair001.baked + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!137 &963645829 +SkinnedMeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963645828} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5ff3f732c505c204aa342a6a4cf08c01, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + serializedVersion: 2 + m_Quality: 0 + m_UpdateWhenOffscreen: 0 + m_SkinnedMotionVectors: 1 + m_Mesh: {fileID: 4300000, guid: 17d0f67c0c7937346b3150f15d621b6b, type: 2} + m_Bones: + - {fileID: 1751183418} + - {fileID: 852002791} + - {fileID: 2018001129} + - {fileID: 1380080737} + - {fileID: 1267046055} + - {fileID: 2001934706} + - {fileID: 869325569} + - {fileID: 1243476956} + - {fileID: 96739313} + - {fileID: 1586922453} + - {fileID: 163883723} + - {fileID: 706040736} + - {fileID: 984323553} + - {fileID: 1794557517} + - {fileID: 353677076} + - {fileID: 2134356712} + - {fileID: 1277711519} + - {fileID: 1545451528} + - {fileID: 355164711} + - {fileID: 1739493019} + - {fileID: 844269468} + - {fileID: 763251144} + - {fileID: 2123345372} + - {fileID: 332895376} + - {fileID: 752212336} + - {fileID: 1270629155} + - {fileID: 1859991013} + - {fileID: 2042365852} + - {fileID: 327717101} + - {fileID: 500678201} + - {fileID: 671360525} + - {fileID: 72714777} + - {fileID: 2026485151} + - {fileID: 306250563} + - {fileID: 2029510665} + - {fileID: 1711793275} + - {fileID: 1947560015} + - {fileID: 1693105750} + - {fileID: 419321962} + - {fileID: 1616720011} + - {fileID: 1359404046} + - {fileID: 1275321826} + - {fileID: 905339363} + - {fileID: 1477083310} + - {fileID: 1411982327} + - {fileID: 959288040} + - {fileID: 449555879} + - {fileID: 1760843714} + - {fileID: 2070525807} + - {fileID: 1000535423} + - {fileID: 376408112} + - {fileID: 2086446895} + - {fileID: 911245625} + - {fileID: 547184732} + - {fileID: 614168423} + - {fileID: 1906326824} + - {fileID: 660038069} + - {fileID: 711580288} + - {fileID: 1577519676} + - {fileID: 659905551} + - {fileID: 1706635207} + - {fileID: 1362073576} + - {fileID: 1092767412} + - {fileID: 797989334} + - {fileID: 1714494206} + - {fileID: 336739179} + - {fileID: 1352395232} + - {fileID: 139789333} + - {fileID: 945068966} + - {fileID: 382337823} + - {fileID: 1994169120} + - {fileID: 1975280688} + - {fileID: 2072250254} + - {fileID: 1321311134} + - {fileID: 695420485} + - {fileID: 1629382298} + - {fileID: 732833226} + - {fileID: 1849414779} + - {fileID: 1461565174} + - {fileID: 429816203} + - {fileID: 178626314} + - {fileID: 1927988137} + - {fileID: 279235886} + - {fileID: 59629413} + - {fileID: 320126985} + - {fileID: 287731694} + - {fileID: 733461547} + - {fileID: 691321296} + - {fileID: 2055811791} + - {fileID: 501032961} + - {fileID: 1400511731} + - {fileID: 260794046} + - {fileID: 846663090} + - {fileID: 1670323813} + - {fileID: 1521169404} + m_BlendShapeWeights: [] + m_RootBone: {fileID: 1751183418} + m_AABB: + m_Center: {x: 0.00045835227, y: 1.5936981, z: -0.013411567} + m_Extent: {x: 0.102537565, y: 0.13071239, z: 0.10481538} + m_DirtyAABB: 0 +--- !u!4 &963645830 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963645828} + m_LocalRotation: {x: -0, y: -0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1186190612} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &984323552 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 984323553} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &984323553 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 984323552} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1794557517} + m_Father: {fileID: 706040736} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1000535422 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1000535423} + m_Layer: 0 + m_Name: J_Bip_R_Little3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1000535423 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1000535422} + m_LocalRotation: {x: 0.0017380366, y: -0.0005019828, z: 0.34611434, w: -0.9381906} + m_LocalPosition: {x: 0.015616655, y: 0.00058710575, z: -0.000815399} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 376408112} + m_Father: {fileID: 2070525807} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1092767411 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1092767412} + m_Layer: 0 + m_Name: J_Bip_L_Thumb3_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1092767412 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1092767411} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.012956858, y: -0.00069999695, z: 0.0135062635} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1362073576} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1133623078 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1133623080} + - component: {fileID: 1133623079} + m_Layer: 0 + m_Name: Body.baked + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!137 &1133623079 +SkinnedMeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1133623078} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: ce1547d83b99d334fbf1c6869b9b41d1, type: 2} + - {fileID: 2100000, guid: b4f4696f9122c954dbc3fc8d855a77ff, type: 2} + - {fileID: 2100000, guid: 89fd29a1deb2a984e88df99d77a57823, type: 2} + - {fileID: 2100000, guid: d45465b876079e449a95524c40065dcd, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + serializedVersion: 2 + m_Quality: 0 + m_UpdateWhenOffscreen: 0 + m_SkinnedMotionVectors: 1 + m_Mesh: {fileID: 4300000, guid: 15988df59509e844795cc777b7ff2ac6, type: 2} + m_Bones: + - {fileID: 1751183418} + - {fileID: 852002791} + - {fileID: 2018001129} + - {fileID: 1380080737} + - {fileID: 1267046055} + - {fileID: 2001934706} + - {fileID: 869325569} + - {fileID: 1243476956} + - {fileID: 96739313} + - {fileID: 1586922453} + - {fileID: 163883723} + - {fileID: 706040736} + - {fileID: 984323553} + - {fileID: 1794557517} + - {fileID: 353677076} + - {fileID: 2134356712} + - {fileID: 1277711519} + - {fileID: 1545451528} + - {fileID: 355164711} + - {fileID: 1739493019} + - {fileID: 844269468} + - {fileID: 763251144} + - {fileID: 2123345372} + - {fileID: 332895376} + - {fileID: 752212336} + - {fileID: 1270629155} + - {fileID: 1859991013} + - {fileID: 2042365852} + - {fileID: 327717101} + - {fileID: 500678201} + - {fileID: 671360525} + - {fileID: 72714777} + - {fileID: 2026485151} + - {fileID: 306250563} + - {fileID: 2029510665} + - {fileID: 1711793275} + - {fileID: 1947560015} + - {fileID: 1693105750} + - {fileID: 419321962} + - {fileID: 1616720011} + - {fileID: 1359404046} + - {fileID: 1275321826} + - {fileID: 905339363} + - {fileID: 1477083310} + - {fileID: 1411982327} + - {fileID: 959288040} + - {fileID: 449555879} + - {fileID: 1760843714} + - {fileID: 2070525807} + - {fileID: 1000535423} + - {fileID: 376408112} + - {fileID: 2086446895} + - {fileID: 911245625} + - {fileID: 547184732} + - {fileID: 614168423} + - {fileID: 1906326824} + - {fileID: 660038069} + - {fileID: 711580288} + - {fileID: 1577519676} + - {fileID: 659905551} + - {fileID: 1706635207} + - {fileID: 1362073576} + - {fileID: 1092767412} + - {fileID: 797989334} + - {fileID: 1714494206} + - {fileID: 336739179} + - {fileID: 1352395232} + - {fileID: 139789333} + - {fileID: 945068966} + - {fileID: 382337823} + - {fileID: 1994169120} + - {fileID: 1975280688} + - {fileID: 2072250254} + - {fileID: 1321311134} + - {fileID: 695420485} + - {fileID: 1629382298} + - {fileID: 732833226} + - {fileID: 1849414779} + - {fileID: 1461565174} + - {fileID: 429816203} + - {fileID: 178626314} + - {fileID: 1927988137} + - {fileID: 279235886} + - {fileID: 59629413} + - {fileID: 320126985} + - {fileID: 287731694} + - {fileID: 733461547} + - {fileID: 691321296} + - {fileID: 2055811791} + - {fileID: 501032961} + - {fileID: 1400511731} + - {fileID: 260794046} + - {fileID: 846663090} + - {fileID: 1670323813} + - {fileID: 1521169404} + m_BlendShapeWeights: [] + m_RootBone: {fileID: 1751183418} + m_AABB: + m_Center: {x: 0.00046002865, y: 0.84532, z: -0.02288717} + m_Extent: {x: 0.6828841, y: 0.8454087, z: 0.25251257} + m_DirtyAABB: 0 +--- !u!4 &1133623080 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1133623078} + m_LocalRotation: {x: -0, y: -0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1186190612} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1186190601 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1186190612} + - component: {fileID: 1186190611} + - component: {fileID: 1186190610} + - component: {fileID: 1186190609} + - component: {fileID: 1186190608} + - component: {fileID: 1186190607} + - component: {fileID: 1186190606} + - component: {fileID: 1186190605} + - component: {fileID: 1186190604} + - component: {fileID: 1186190603} + - component: {fileID: 1186190602} + m_Layer: 0 + m_Name: Erika(Clone) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1186190602 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1186190601} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9991268d8dcef1f43bcab1e7a31f6511, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1186190603 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1186190601} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 05efd5500263f8b4083c459be5fb763d, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &1186190604 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1186190601} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 19d4fad3ce933bf45a32ff4d0d7e328a, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!95 &1186190605 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1186190601} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: e02c535e49d26a8479da1e84119c718c, type: 2} + m_Controller: {fileID: 677939668} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!114 &1186190606 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1186190601} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8b72334adf6f7948bd98b4f0a873949, type: 3} + m_Name: + m_EditorClassIdentifier: + DrawGizmo: 0 + LeftEye: + Transform: {fileID: 279235886} + OffsetRotation: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + RightEye: + Transform: {fileID: 1927988137} + OffsetRotation: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + HorizontalOuter: + Curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + CurveXRangeDegree: 90 + CurveYRangeDegree: 12 + HorizontalInner: + Curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + CurveXRangeDegree: 90 + CurveYRangeDegree: 8 + VerticalDown: + Curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + CurveXRangeDegree: 90 + CurveYRangeDegree: 10 + VerticalUp: + Curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + CurveXRangeDegree: 90 + CurveYRangeDegree: 10 +--- !u!114 &1186190607 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1186190601} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e0a1a470564f16f4f94acb4b9ef56367, type: 3} + m_Name: + m_EditorClassIdentifier: + DrawGizmo: 1 + UpdateType: 1 + Target: {fileID: 0} + Head: {fileID: 0} + m_yaw: 0 + m_pitch: 0 +--- !u!114 &1186190608 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1186190601} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dedba1309bdf12b42af2362f52eea134, type: 3} + m_Name: + m_EditorClassIdentifier: + FirstPersonBone: {fileID: 178626314} + FirstPersonOffset: {x: 0, y: 0.06, z: 0} + Renderers: + - Renderer: {fileID: 0} + FirstPersonFlag: 0 + - Renderer: {fileID: 2093078389} + FirstPersonFlag: 0 + - Renderer: {fileID: 1133623079} + FirstPersonFlag: 0 + - Renderer: {fileID: 963645829} + FirstPersonFlag: 0 +--- !u!114 &1186190609 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1186190601} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5b678c1df50cfb547990db24a32856da, type: 3} + m_Name: + m_EditorClassIdentifier: + BlendShapeAvatar: {fileID: 11400000, guid: a0f481fcc56204e40a56f93910d23b31, type: 2} +--- !u!114 &1186190610 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1186190601} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3869812175467a143ab9cd865752b4a9, type: 3} + m_Name: + m_EditorClassIdentifier: + Avatar: {fileID: 9000000, guid: e02c535e49d26a8479da1e84119c718c, type: 2} + Description: {fileID: 11400000, guid: eb53502d261d59c45a6a1fb87b6b1775, type: 2} +--- !u!114 &1186190611 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1186190601} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 690ea0146224b8b4694a1925dddeb352, type: 3} + m_Name: + m_EditorClassIdentifier: + Meta: {fileID: 11400000, guid: 87502f3d1d35819409b196966cf37626, type: 2} +--- !u!4 &1186190612 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1186190601} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1751183418} + - {fileID: 2093078390} + - {fileID: 1133623080} + - {fileID: 963645830} + - {fileID: 291952632} + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1243476955 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1243476956} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1243476956 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1243476955} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.004221827, y: 0.006251812, z: 0.13752843} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 96739313} + m_Father: {fileID: 2018001129} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1267046054 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1267046055} + m_Layer: 0 + m_Name: J_Bip_R_Foot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1267046055 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1267046054} + m_LocalRotation: {x: -0.0658329, y: 0.08354928, z: -0.0052169524, w: 0.99431306} + m_LocalPosition: {x: -0.01141499, y: -0.45458347, z: -0.025450708} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2001934706} + m_Father: {fileID: 1380080737} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1270629154 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1270629155} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1270629155 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1270629154} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1859991013} + m_Father: {fileID: 752212336} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1275321825 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1275321826} + m_Layer: 0 + m_Name: J_Bip_R_Ring3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1275321826 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1275321825} + m_LocalRotation: {x: -0.00040853277, y: 0.00011897829, z: 0.3453567, w: -0.93847144} + m_LocalPosition: {x: 0.01711905, y: 0.000605464, z: 0.00021523237} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 905339363} + m_Father: {fileID: 1359404046} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1277711518 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1277711519} + m_Layer: 0 + m_Name: J_Bip_L_LowerLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1277711519 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1277711518} + m_LocalRotation: {x: 0.072146386, y: -0.14274359, z: -0.031354573, w: 0.9866287} + m_LocalPosition: {x: 0.022899546, y: -0.40274787, z: -0.009075051} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1545451528} + m_Father: {fileID: 2134356712} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1321311133 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1321311134} + m_Layer: 0 + m_Name: J_Bip_L_Little3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1321311134 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1321311133} + m_LocalRotation: {x: 0.008860609, y: 0.002559066, z: 0.14065857, w: 0.99001527} + m_LocalPosition: {x: -0.015616655, y: 0.00058722496, z: -0.0008157939} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 695420485} + m_Father: {fileID: 2072250254} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1352395231 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1352395232} + m_Layer: 0 + m_Name: J_Bip_L_Ring3_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1352395232 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1352395231} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.018464208, y: 0.00028824806, z: -0.00011737645} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 336739179} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1359404045 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1359404046} + m_Layer: 0 + m_Name: J_Bip_R_Ring2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1359404046 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1359404045} + m_LocalRotation: {x: -0.0013583128, y: 0.0003955857, z: 0.41830838, w: -0.908304} + m_LocalPosition: {x: 0.029680371, y: -0.00046563148, z: 0.00014942884} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1275321826} + m_Father: {fileID: 1616720011} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1362073575 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1362073576} + m_Layer: 0 + m_Name: J_Bip_L_Thumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1362073576 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1362073575} + m_LocalRotation: {x: -0.0043139583, y: -0.1024755, z: 0.00253541, w: 0.99472296} + m_LocalPosition: {x: -0.018439531, y: -0.0013074875, z: 0.016460069} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1092767412} + m_Father: {fileID: 1706635207} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1380080736 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1380080737} + m_Layer: 0 + m_Name: J_Bip_R_LowerLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1380080737 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1380080736} + m_LocalRotation: {x: 0.15035446, y: 0.08451196, z: 0.027064271, w: 0.9846415} + m_LocalPosition: {x: -0.022899874, y: -0.40274775, z: -0.009074856} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1267046055} + m_Father: {fileID: 2018001129} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1400511730 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1400511731} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide2_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1400511731 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1400511730} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.04353355, y: -0.12331021, z: -0.014539378} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 501032961} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1411982326 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1411982327} + m_Layer: 0 + m_Name: J_Bip_R_Middle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1411982327 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1411982326} + m_LocalRotation: {x: -0.0038482333, y: 0.0017388812, z: 0.4092888, w: -0.9123951} + m_LocalPosition: {x: 0.031909585, y: -0.0011667013, z: 0.0021083597} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 959288040} + m_Father: {fileID: 1477083310} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1461565173 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1461565174} + m_Layer: 0 + m_Name: J_Bip_L_Index3_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1461565174 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1461565173} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.020848274, y: -0.0007864237, z: 0.0019332021} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1849414779} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1477083309 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1477083310} + m_Layer: 0 + m_Name: J_Bip_R_Middle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1477083310 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1477083309} + m_LocalRotation: {x: -0.024988832, y: 0.005823931, z: 0.40875432, w: -0.9122837} + m_LocalPosition: {x: 0.057169855, y: 0.00723958, z: 0.0041334815} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1411982327} + m_Father: {fileID: 2029510665} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1521169403 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1521169404} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide2_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1521169404 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521169403} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.043533444, y: -0.12330979, z: -0.014539368} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1670323813} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1545451527 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1545451528} + m_Layer: 0 + m_Name: J_Bip_L_Foot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1545451528 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1545451527} + m_LocalRotation: {x: 0.016825564, y: -0.15860195, z: 0.07315244, w: 0.9844852} + m_LocalPosition: {x: 0.011414096, y: -0.45458323, z: -0.025450574} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 355164711} + m_Father: {fileID: 1277711519} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1577519675 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1577519676} + m_Layer: 0 + m_Name: J_Bip_L_Hand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1577519676 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1577519675} + m_LocalRotation: {x: 0.0052050864, y: -0.027656168, z: 0.010249445, w: 0.9995515} + m_LocalPosition: {x: -0.21920407, y: -0.00047802925, z: 0.01809452} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1629382298} + - {fileID: 1975280688} + - {fileID: 139789333} + - {fileID: 797989334} + - {fileID: 659905551} + m_Father: {fileID: 711580288} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1586922452 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1586922453} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1586922453 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1586922452} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.012040377, y: -0.1406461, z: 0.019186556} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 163883723} + m_Father: {fileID: 96739313} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1616720010 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1616720011} + m_Layer: 0 + m_Name: J_Bip_R_Ring1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1616720011 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1616720010} + m_LocalRotation: {x: 0.005655376, y: -0.034482162, z: 0.4168004, w: -0.9083262} + m_LocalPosition: {x: 0.05766195, y: 0.0071817636, z: -0.009478439} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1359404046} + m_Father: {fileID: 2029510665} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1629382297 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1629382298} + m_Layer: 0 + m_Name: J_Bip_L_Index1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1629382298 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1629382297} + m_LocalRotation: {x: 0.010866668, y: -0.0044542393, z: 0.23145533, w: 0.9727747} + m_LocalPosition: {x: -0.05526197, y: 0.0048098564, z: 0.018542187} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 732833226} + m_Father: {fileID: 1577519676} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1670323812 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1670323813} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1670323813 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1670323812} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.05265382, y: -0.12872082, z: -0.016150387} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1521169404} + m_Father: {fileID: 846663090} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1693105749 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1693105750} + m_Layer: 0 + m_Name: J_Bip_R_Thumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1693105750 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1693105749} + m_LocalRotation: {x: 0.015619725, y: 0.15487981, z: 0.009185463, w: -0.98776716} + m_LocalPosition: {x: 0.018435717, y: -0.0012960434, z: 0.01646521} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 419321962} + m_Father: {fileID: 1947560015} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1706635206 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1706635207} + m_Layer: 0 + m_Name: J_Bip_L_Thumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1706635207 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1706635206} + m_LocalRotation: {x: 0.00008896366, y: -0.1980291, z: -0.000052325428, w: 0.9801961} + m_LocalPosition: {x: -0.027919888, y: -0.0023354292, z: 0.028883398} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1362073576} + m_Father: {fileID: 659905551} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1711793274 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1711793275} + m_Layer: 0 + m_Name: J_Bip_R_Thumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1711793275 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1711793274} + m_LocalRotation: {x: -0.06763425, y: 0.10294235, z: 0.1689265, w: -0.97790205} + m_LocalPosition: {x: 0.0017570257, y: -0.0059769154, z: 0.015335323} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1947560015} + m_Father: {fileID: 2029510665} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1714494205 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1714494206} + m_Layer: 0 + m_Name: J_Bip_L_Ring2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1714494206 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1714494205} + m_LocalRotation: {x: -0.0012000636, y: -0.00034947888, z: 0.21727988, w: 0.9761086} + m_LocalPosition: {x: -0.02968049, y: -0.00046527386, z: 0.00014913827} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 336739179} + m_Father: {fileID: 797989334} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1739493018 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1739493019} + m_Layer: 0 + m_Name: J_Bip_L_ToeBase_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1739493019 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1739493018} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.00037658215, y: -0.0018098354, z: 0.041616485} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 355164711} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1751183417 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1751183418} + m_Layer: 0 + m_Name: Root + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1751183418 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1751183417} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 852002791} + m_Father: {fileID: 1186190612} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1760843713 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1760843714} + m_Layer: 0 + m_Name: J_Bip_R_Little1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1760843714 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1760843713} + m_LocalRotation: {x: 0.011472532, y: -0.070708, z: 0.40921977, w: -0.9096197} + m_LocalPosition: {x: 0.054704785, y: 0.0027016401, z: -0.023169363} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2070525807} + m_Father: {fileID: 2029510665} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1794557516 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1794557517} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1794557517 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1794557516} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.021028236, y: -0.13928068, z: -0.051316246} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 353677076} + m_Father: {fileID: 984323553} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1849414778 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1849414779} + m_Layer: 0 + m_Name: J_Bip_L_Index3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1849414779 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1849414778} + m_LocalRotation: {x: -0.018786436, y: -0.006897779, z: 0.14053412, w: 0.98987365} + m_LocalPosition: {x: -0.017566085, y: -0.0005823374, z: 0.0019900464} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1461565174} + m_Father: {fileID: 732833226} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1859991012 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1859991013} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1859991013 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1859991012} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.021028481, y: -0.13928032, z: -0.051316246} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2042365852} + m_Father: {fileID: 1270629155} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1906326823 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1906326824} + m_Layer: 0 + m_Name: J_Bip_L_Shoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1906326824 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1906326823} + m_LocalRotation: {x: 0.027498312, y: -0.16422641, z: -0.012856344, w: 0.98595554} + m_LocalPosition: {x: -0.022385627, y: 0.08726394, z: -0.02744283} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 660038069} + m_Father: {fileID: 671360525} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1927988136 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1927988137} + m_Layer: 0 + m_Name: J_Adj_R_FaceEye + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1927988137 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1927988136} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.013720556, y: 0.05573821, z: 0.027436351} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 178626314} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1947560014 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1947560015} + m_Layer: 0 + m_Name: J_Bip_R_Thumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1947560015 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1947560014} + m_LocalRotation: {x: -0.010985821, y: -0.428562, z: -0.0064603975, w: -0.90342253} + m_LocalPosition: {x: 0.027911186, y: -0.002315998, z: 0.028893456} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1693105750} + m_Father: {fileID: 1711793275} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1975280687 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1975280688} + m_Layer: 0 + m_Name: J_Bip_L_Little1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1975280688 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1975280687} + m_LocalRotation: {x: 0.009332038, y: -0.08664405, z: 0.2087758, w: 0.9740731} + m_LocalPosition: {x: -0.054704785, y: 0.002702713, z: -0.023169527} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2072250254} + m_Father: {fileID: 1577519676} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1994169119 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1994169120} + m_Layer: 0 + m_Name: J_Bip_L_Middle3_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1994169120 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1994169119} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.021585822, y: -0.0013959408, z: 0.0007458627} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 382337823} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2001934705 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2001934706} + m_Layer: 0 + m_Name: J_Bip_R_ToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2001934706 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2001934705} + m_LocalRotation: {x: -0.000000749014, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.001231797, y: -0.062149346, z: 0.10164182} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 869325569} + m_Father: {fileID: 1267046055} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2018001128 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2018001129} + - component: {fileID: 2018001130} + m_Layer: 0 + m_Name: J_Bip_R_UpperLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2018001129 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2018001128} + m_LocalRotation: {x: -0.06554792, y: -0.016730476, z: 0.009113574, w: 0.99766755} + m_LocalPosition: {x: 0.07712237, y: -0.03899467, z: -0.008861896} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 706040736} + - {fileID: 1243476956} + - {fileID: 1380080737} + m_Father: {fileID: 852002791} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2018001130 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2018001128} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 646b65a4a57afd34d8c4ed557efb46a5, type: 3} + m_Name: + m_EditorClassIdentifier: + Colliders: + - Offset: {x: -0.016110823, y: -0.2833464, z: -0.0063844672} + Radius: 0.081 + - Offset: {x: -0.021740243, y: -0.40305644, z: -0.012533921} + Radius: 0.081 + - Offset: {x: -0.026431441, y: -0.5028148, z: -0.017658468} + Radius: 0.081 + m_gizmoColor: {r: 1, g: 0, b: 1, a: 1} +--- !u!1 &2026485150 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2026485151} + m_Layer: 0 + m_Name: J_Bip_R_UpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2026485151 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2026485150} + m_LocalRotation: {x: 0.018199224, y: 0.12447514, z: -0.6839568, w: 0.7185943} + m_LocalPosition: {x: 0.08629414, y: -0.014870524, z: 0.0053636804} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 306250563} + m_Father: {fileID: 72714777} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2029510664 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2029510665} + m_Layer: 0 + m_Name: J_Bip_R_Hand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2029510665 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2029510664} + m_LocalRotation: {x: 0.04062633, y: 0.36988896, z: 0.01406081, w: 0.92808086} + m_LocalPosition: {x: 0.21920133, y: -0.0004762411, z: 0.018095838} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2086446895} + - {fileID: 1760843714} + - {fileID: 1477083310} + - {fileID: 1616720011} + - {fileID: 1711793275} + m_Father: {fileID: 306250563} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2042365851 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2042365852} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack2_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2042365852 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2042365851} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.020272076, y: -0.14094198, z: -0.04654321} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1859991013} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2055811790 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2055811791} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2055811791 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2055811790} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 501032961} + m_Father: {fileID: 691321296} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2070525806 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2070525807} + m_Layer: 0 + m_Name: J_Bip_R_Little2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2070525807 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2070525806} + m_LocalRotation: {x: 0.004651026, y: -0.001343321, z: 0.40013203, w: -0.9164448} + m_LocalPosition: {x: 0.027151525, y: -0.00023639202, z: 0.00001989305} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1000535423} + m_Father: {fileID: 1760843714} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2072250253 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2072250254} + m_Layer: 0 + m_Name: J_Bip_L_Little2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2072250254 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2072250253} + m_LocalRotation: {x: 0.0059690205, y: 0.0017239366, z: 0.19812045, w: 0.98015803} + m_LocalPosition: {x: -0.027151346, y: -0.00023639202, z: 0.000019155443} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1321311134} + m_Father: {fileID: 1975280688} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2086446894 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2086446895} + m_Layer: 0 + m_Name: J_Bip_R_Index1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2086446895 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2086446894} + m_LocalRotation: {x: -0.050468247, y: 0.029097501, z: 0.42562842, w: -0.9030209} + m_LocalPosition: {x: 0.05526197, y: 0.004809141, z: 0.018542344} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 911245625} + m_Father: {fileID: 2029510665} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2093078388 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2093078390} + - component: {fileID: 2093078389} + m_Layer: 0 + m_Name: Face.baked + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!137 &2093078389 +SkinnedMeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2093078388} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 2d4ebf7725bb268488657192d90b4812, type: 2} + - {fileID: 2100000, guid: 919424c4640929244b7f9312950ace64, type: 2} + - {fileID: 2100000, guid: 6c3fc5746bc2e1b45a42679428bcfc0e, type: 2} + - {fileID: 2100000, guid: 4d33d172c7403794e9f3e5671b13823d, type: 2} + - {fileID: 2100000, guid: 13f5d022925cc6c459a145812ec7cac0, type: 2} + - {fileID: 2100000, guid: efd029df918332242a1ff3289389f387, type: 2} + - {fileID: 2100000, guid: bc2ed1d6ca1796947b31d37ff4165fb2, type: 2} + - {fileID: 2100000, guid: 0bb3fb3379145a5418fae4157765fb68, type: 2} + - {fileID: 2100000, guid: ff63b44c1ce093d4ca7bd64f1048be38, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + serializedVersion: 2 + m_Quality: 0 + m_UpdateWhenOffscreen: 0 + m_SkinnedMotionVectors: 1 + m_Mesh: {fileID: 4300000, guid: bc5f697179530934ab2896900b03f730, type: 2} + m_Bones: + - {fileID: 1751183418} + - {fileID: 852002791} + - {fileID: 2018001129} + - {fileID: 1380080737} + - {fileID: 1267046055} + - {fileID: 2001934706} + - {fileID: 869325569} + - {fileID: 1243476956} + - {fileID: 96739313} + - {fileID: 1586922453} + - {fileID: 163883723} + - {fileID: 706040736} + - {fileID: 984323553} + - {fileID: 1794557517} + - {fileID: 353677076} + - {fileID: 2134356712} + - {fileID: 1277711519} + - {fileID: 1545451528} + - {fileID: 355164711} + - {fileID: 1739493019} + - {fileID: 844269468} + - {fileID: 763251144} + - {fileID: 2123345372} + - {fileID: 332895376} + - {fileID: 752212336} + - {fileID: 1270629155} + - {fileID: 1859991013} + - {fileID: 2042365852} + - {fileID: 327717101} + - {fileID: 500678201} + - {fileID: 671360525} + - {fileID: 72714777} + - {fileID: 2026485151} + - {fileID: 306250563} + - {fileID: 2029510665} + - {fileID: 1711793275} + - {fileID: 1947560015} + - {fileID: 1693105750} + - {fileID: 419321962} + - {fileID: 1616720011} + - {fileID: 1359404046} + - {fileID: 1275321826} + - {fileID: 905339363} + - {fileID: 1477083310} + - {fileID: 1411982327} + - {fileID: 959288040} + - {fileID: 449555879} + - {fileID: 1760843714} + - {fileID: 2070525807} + - {fileID: 1000535423} + - {fileID: 376408112} + - {fileID: 2086446895} + - {fileID: 911245625} + - {fileID: 547184732} + - {fileID: 614168423} + - {fileID: 1906326824} + - {fileID: 660038069} + - {fileID: 711580288} + - {fileID: 1577519676} + - {fileID: 659905551} + - {fileID: 1706635207} + - {fileID: 1362073576} + - {fileID: 1092767412} + - {fileID: 797989334} + - {fileID: 1714494206} + - {fileID: 336739179} + - {fileID: 1352395232} + - {fileID: 139789333} + - {fileID: 945068966} + - {fileID: 382337823} + - {fileID: 1994169120} + - {fileID: 1975280688} + - {fileID: 2072250254} + - {fileID: 1321311134} + - {fileID: 695420485} + - {fileID: 1629382298} + - {fileID: 732833226} + - {fileID: 1849414779} + - {fileID: 1461565174} + - {fileID: 429816203} + - {fileID: 178626314} + - {fileID: 1927988137} + - {fileID: 279235886} + - {fileID: 59629413} + - {fileID: 320126985} + - {fileID: 287731694} + - {fileID: 733461547} + - {fileID: 691321296} + - {fileID: 2055811791} + - {fileID: 501032961} + - {fileID: 1400511731} + - {fileID: 260794046} + - {fileID: 846663090} + - {fileID: 1670323813} + - {fileID: 1521169404} + m_BlendShapeWeights: [] + m_RootBone: {fileID: 1751183418} + m_AABB: + m_Center: {x: 0.00045906752, y: 1.5876296, z: 0.0330455} + m_Extent: {x: 0.08747722, y: 0.09616017, z: 0.06394016} + m_DirtyAABB: 0 +--- !u!4 &2093078390 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2093078388} + m_LocalRotation: {x: -0, y: -0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1186190612} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2123345371 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2123345372} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2123345372 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2123345371} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.012040399, y: -0.14064658, z: 0.019186586} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 332895376} + m_Father: {fileID: 763251144} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2134356711 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2134356712} + - component: {fileID: 2134356713} + m_Layer: 0 + m_Name: J_Bip_L_UpperLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2134356712 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2134356711} + m_LocalRotation: {x: -0.02509464, y: 0.024033543, z: -0.06346778, w: 0.9973789} + m_LocalPosition: {x: -0.07712235, y: -0.03899467, z: -0.008861886} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 752212336} + - {fileID: 844269468} + - {fileID: 1277711519} + m_Father: {fileID: 852002791} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2134356713 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2134356711} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 646b65a4a57afd34d8c4ed557efb46a5, type: 3} + m_Name: + m_EditorClassIdentifier: + Colliders: + - Offset: {x: 0.016110595, y: -0.28334647, z: -0.006384604} + Radius: 0.081 + - Offset: {x: 0.021739878, y: -0.4030565, z: -0.012534123} + Radius: 0.081 + - Offset: {x: 0.026430972, y: -0.5028149, z: -0.017658722} + Radius: 0.081 + m_gizmoColor: {r: 1, g: 0, b: 1, a: 1} diff --git a/Assets/Scripts/Unit/RootMotion/controller_rootmotion.controller b/Assets/Scripts/Unit/RootMotion/controller_rootmotion.controller new file mode 100644 index 00000000..3b343aba --- /dev/null +++ b/Assets/Scripts/Unit/RootMotion/controller_rootmotion.controller @@ -0,0 +1,72 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: controller_rootmotion + serializedVersion: 5 + m_AnimatorParameters: [] + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 1107062767101038460} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} +--- !u!1102 &1102896176477088008 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Action + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + 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: 7400000, guid: 7595798af0160ba4db7cb5fd1b72a4a6, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &1107062767101038460 +AnimatorStateMachine: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Base Layer + m_ChildStates: + - serializedVersion: 1 + m_State: {fileID: 1102896176477088008} + m_Position: {x: 300, y: 120, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 50, y: 20, z: 0} + 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: 1102896176477088008} diff --git a/Assets/Scripts/Unit/RootMotion/controller_rootmotion.controller.meta b/Assets/Scripts/Unit/RootMotion/controller_rootmotion.controller.meta new file mode 100644 index 00000000..8d9b0b5d --- /dev/null +++ b/Assets/Scripts/Unit/RootMotion/controller_rootmotion.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d7d973ef845adc54697c0baa0cf66eec +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Unit/UnitRootMotion.cs b/Assets/Scripts/Unit/UnitRootMotion.cs index 40a82f1d..0d9d04a6 100644 --- a/Assets/Scripts/Unit/UnitRootMotion.cs +++ b/Assets/Scripts/Unit/UnitRootMotion.cs @@ -3,35 +3,16 @@ using System.Collections.Generic; using UnityEngine;
// 同步root motion到角色根节点
-[ExecuteInEditMode]
[DisallowMultipleComponent]
public class UnitRootMotion : MonoBehaviour
{
Transform m_Root;
Animator m_Animator; - [HideInInspector] - public bool applyToRoot = true;
-
private void Awake()
{
m_Root = transform.parent;
m_Animator = GetComponent<Animator>();
}
- void OnAnimatorMove()
- {
- if (m_Animator == null)
- return;
- if (applyToRoot && m_Root)
- {
- m_Root.rotation *= m_Animator.deltaRotation;
- m_Root.position += m_Animator.deltaPosition;
- }
- else
- {
- transform.rotation *= m_Animator.deltaRotation;
- transform.position += m_Animator.deltaPosition;
- }
- }
}
|