diff --git a/Editor/Sites/SiteNavigator_Editor.cs b/Editor/Sites/SiteNavigator_Editor.cs index bb64506..34d4c2c 100644 --- a/Editor/Sites/SiteNavigator_Editor.cs +++ b/Editor/Sites/SiteNavigator_Editor.cs @@ -20,33 +20,43 @@ namespace Passer { } protected virtual void InitializeSiteNames() { + HumanoidVisitors.CheckScenes(); + List humanoidVisitors = HumanoidVisitors.visitors; + EditorBuildSettingsScene[] editorBuildSettingsScenes = EditorBuildSettings.scenes; - int siteCount = editorBuildSettingsScenes.Length - HumanoidVisitors.visitors.Count; + int siteCount = editorBuildSettingsScenes.Length; // - HumanoidVisitors.visitors.Count; List siteList = new List(); siteList.Add("-none-"); - int j = 0; for (int i = 0; i < siteCount; i++) { - if (!editorBuildSettingsScenes[j].enabled) { - j++; + if (!editorBuildSettingsScenes[i].enabled) { continue; } - string sceneName = editorBuildSettingsScenes[j].path; + string sceneName = editorBuildSettingsScenes[i].path; int lastSlash = sceneName.LastIndexOf('/'); sceneName = sceneName.Substring(lastSlash + 1); sceneName = sceneName.Substring(0, sceneName.Length - 6); // remove .unity - bool isVisitor = HumanoidVisitors.visitors.Contains(sceneName); - if (!isVisitor) { - //siteNames[i] = sceneName; + // Does not work at the moment the visitors are all scenes + //bool isVisitor = IsHumanoidVisitor(sceneName, humanoidVisitors); + //if (!isVisitor) { siteList.Add(sceneName); - j++; - } + //} } siteNames = siteList.ToArray();//new string[siteCount]; } + private bool IsHumanoidVisitor(string sceneName, List humanoidVisitors) { + foreach(string visitor in humanoidVisitors) { + int lastSlash = visitor.LastIndexOf('/'); + string visitorSceneName = visitor.Substring(lastSlash + 1, visitor.Length - lastSlash - 7); + if (visitorSceneName == sceneName) + return true; + } + return false; + } + #endregion Enable #region Inspector diff --git a/Runtime/HumanoidFree/HumanoidPreferences.cs b/Runtime/HumanoidFree/HumanoidPreferences.cs index da79d80..0784438 100644 --- a/Runtime/HumanoidFree/HumanoidPreferences.cs +++ b/Runtime/HumanoidFree/HumanoidPreferences.cs @@ -180,6 +180,8 @@ namespace Passer.Humanoid { private static string[] visitorNames; private static bool VisitorSceneInspector() { bool anyChanged = false; + + HumanoidVisitors.CheckScenes(); if (HumanoidVisitors.visitors == null || HumanoidVisitors.visitors.Count <= 0) return false; diff --git a/Runtime/HumanoidFree/Prefabs/Humanoid.prefab b/Runtime/HumanoidFree/Prefabs/Humanoid.prefab index 1e667ec..928c6b4 100644 --- a/Runtime/HumanoidFree/Prefabs/Humanoid.prefab +++ b/Runtime/HumanoidFree/Prefabs/Humanoid.prefab @@ -29,7 +29,6 @@ Transform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - - {fileID: 7769776041937714707} - {fileID: 2524207632691600911} - {fileID: 7740277310296953960} m_Father: {fileID: 0} @@ -47,7 +46,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: b8af60788a29495468933ff82a4527ba, type: 3} m_Name: m_EditorClassIdentifier: - path: /HumanoidControl/Runtime/HumanoidPlus/Scripts/ + path: es/com.passervr.humanoidcontrol_free/Runtime/HumanoidFree/Scripts/ headTarget: {fileID: 7980081989387465033} leftHandTarget: {fileID: 6924276445279774429} rightHandTarget: {fileID: 728085395196276210} @@ -57,7 +56,7 @@ MonoBehaviour: primaryTarget: 0 targetsRig: {fileID: 1370077731969516542} showTargetRig: 0 - avatarRig: {fileID: 7769776041947517039} + avatarRig: {fileID: 0} showAvatarRig: 1 avatarNeckHeight: 0 showMuscleTension: 0 @@ -195,36 +194,6 @@ MonoBehaviour: poseFloatEvent: m_PersistentCalls: m_Calls: [] - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: - - fromEvent: 1 - localProperty: From Event - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] defaultParameterProperty: leftStickVertical - id: 1 label: Stick Horizontal @@ -269,36 +238,6 @@ MonoBehaviour: poseFloatEvent: m_PersistentCalls: m_Calls: [] - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: - - fromEvent: 1 - localProperty: From Event - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] defaultParameterProperty: leftStickHorizontal - id: 2 label: Stick Button @@ -312,27 +251,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 3 label: Touchpad Vertical @@ -346,27 +265,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: leftTouchpadVertical - id: 4 label: Touchpad Horizontal @@ -380,27 +279,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: leftTouchpadHorizontal - id: 5 label: Touchpad Button @@ -414,27 +293,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 6 label: Button 1 @@ -448,27 +307,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 7 label: Button 2 @@ -482,27 +321,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 8 label: Button 3 @@ -516,27 +335,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 9 label: Button 4 @@ -550,27 +349,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 10 label: Trigger 1 @@ -584,27 +363,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 11 label: Trigger 2 @@ -618,27 +377,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 12 label: Option @@ -652,27 +391,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: rightInputEvents: - id: 0 @@ -687,27 +406,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 1 label: Stick Horizontal @@ -721,27 +420,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 2 label: Stick Button @@ -755,27 +434,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 3 label: Touchpad Vertical @@ -789,27 +448,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 4 label: Touchpad Horizontal @@ -823,27 +462,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 5 label: Touchpad Button @@ -857,27 +476,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 6 label: Button 1 @@ -891,27 +490,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 7 label: Button 2 @@ -925,27 +504,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 8 label: Button 3 @@ -959,27 +518,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 9 label: Button 4 @@ -993,27 +532,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 10 label: Trigger 1 @@ -1027,27 +546,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 11 label: Trigger 2 @@ -1061,27 +560,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 12 label: Option @@ -1095,27 +574,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: --- !u!1 &292419999129953214 GameObject: @@ -1170,8 +629,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 304514990093418807} - m_LocalRotation: {x: 0.13881722, y: 2.215905e-18, z: -1.455672e-17, w: 0.99031806} - m_LocalPosition: {x: -2.0679515e-25, y: 0.09838284, z: -0.0000000055879354} + m_LocalRotation: {x: 0.13867733, y: 0.0073909517, z: -0.10230803, w: 0.9850112} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 146483180050904319} @@ -1201,8 +660,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 366792621749089684} - m_LocalRotation: {x: -0.023752773, y: -0.09433281, z: 0.0285323, w: 0.99484825} - m_LocalPosition: {x: 0.17596613, y: -9.313226e-10, z: 0.000000007450581} + m_LocalRotation: {x: 0.7412443, y: 0.5951743, z: 0.2914773, w: 0.10660874} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 0.99999994, z: 1} m_Children: - {fileID: 4249058868384445712} @@ -1233,8 +692,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 563621270418297471} - m_LocalRotation: {x: 0.0016913532, y: -0, z: -0, w: 0.99999857} - m_LocalPosition: {x: 2.7755599e-18, y: 0.96801895, z: -0.07455683} + m_LocalRotation: {x: -0.0040932437, y: 0.07429752, z: 0.9920494, w: 0.101494424} + m_LocalPosition: {x: 1.5815362, y: 8.25269, z: -0.7012469} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 6332245014863019486} @@ -1256,7 +715,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: humanoid: {fileID: 114146988969048474} - hipsBaseHeight: -0.00000059604645 + hipsBaseHeight: -0.96801895 newSpineIK: 0 torsoAnimator: enabled: 1 @@ -1283,7 +742,7 @@ MonoBehaviour: basePosition: {x: -4.135903e-25, y: 0.09838284, z: -0.0000000055879354} toBoneRotation: {x: -0.17342691, y: 5.9046194e-25, z: -1.9341085e-24, w: 0.9848467} bone: - transform: {fileID: 7769776041937715189} + transform: {fileID: 0} length: 0.3520822 jointLimitations: 0 maxAngle: 0 @@ -1305,7 +764,7 @@ MonoBehaviour: toBoneRotation: {x: -0.000000008522472, y: 1.4761559e-17, z: -4.800697e-24, w: 0.9999999} bone: - transform: {fileID: 7769776041937715191} + transform: {fileID: 0} length: 0.09838284 jointLimitations: 0 maxAngle: 0 @@ -1327,7 +786,7 @@ MonoBehaviour: basePosition: {x: 2.7755599e-18, y: 0.96801895, z: -0.07455683} toBoneRotation: {x: -0.00000022035827, y: -0, z: 0, w: 0.99999994} bone: - transform: {fileID: 7769776041937715193} + transform: {fileID: 0} length: 0.099871434 jointLimitations: 0 maxAngle: 0 @@ -1365,8 +824,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 586576478049088199} - m_LocalRotation: {x: -0.0043142443, y: -0.16458105, z: 0.0499713, w: 0.9850875} - m_LocalPosition: {x: -0.0195459, y: 0.045609213, z: 0.039717842} + m_LocalRotation: {x: -0.0043154056, y: -0.16464701, z: 0.049991082, w: 0.9850755} + m_LocalPosition: {x: -2.5253308e-16, y: -0.23756133, z: -0.012485121} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 5057495325285210709} @@ -1427,7 +886,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 832882597606729072} m_LocalRotation: {x: 2.571394e-39, y: -2.1196503e-24, z: -0.0000000889553, w: 1} - m_LocalPosition: {x: 0.027934022, y: 0.000000003979949, z: -0.000000022161544} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 8283956867106449357} @@ -1458,7 +917,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1044431757901746770} m_LocalRotation: {x: 0.00007047922, y: 0.0021385583, z: 0.03295008, w: 0.99945474} - m_LocalPosition: {x: 0.03181205, y: 0.00000004490721, z: 0.000000015672413} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 3195765373362933698} @@ -1493,7 +952,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 4968286101144654} - m_RootOrder: 2 + m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1150885721021700503 GameObject: @@ -1519,7 +978,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1150885721021700503} m_LocalRotation: {x: -0.0013946104, y: -0.006942933, z: 0.1969303, w: 0.980392} - m_LocalPosition: {x: 0.029196594, y: 0.000000016996637, z: -0.0000000068394} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 7102781216452166161} @@ -1549,8 +1008,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1203612774220683083} - m_LocalRotation: {x: -0.0042923833, y: 0.16375062, z: -0.049718715, w: 0.98523873} - m_LocalPosition: {x: 0.0195458, y: 0.045609213, z: 0.039717842} + m_LocalRotation: {x: -0.0043153465, y: 0.16464707, z: -0.049990714, w: 0.98507553} + m_LocalPosition: {x: -2.5253308e-16, y: -0.23756133, z: -0.012485121} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2773869395817682926} @@ -1581,7 +1040,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1366324885650531596} - m_LocalRotation: {x: 0.06571098, y: 0.00035375994, z: 0.026365198, w: -0.9974902} + m_LocalRotation: {x: 0.25691426, y: 0.6969748, z: 0.658783, w: 0.11927323} m_LocalPosition: {x: 0.000000011175871, y: -0.38909945, z: -0.000000007450581} m_LocalScale: {x: 1, y: 0.99999994, z: 1} m_Children: @@ -1637,7 +1096,7 @@ MonoBehaviour: basePosition: {x: -0.11306503, y: 0.0038180987, z: -0.0076525463} toBoneRotation: {x: -0.9999399, y: 0.0000000024376035, z: -0.010959089, w: -0.000000036551736} bone: - transform: {fileID: 7769776041937714691} + transform: {fileID: 0} length: 0.49770987 jointLimitations: 0 maxAngle: 0 @@ -1658,7 +1117,7 @@ MonoBehaviour: basePosition: {x: -9.313226e-10, y: -0.4977099, z: 0.000000037252903} toBoneRotation: {x: -0.99894893, y: 0.000000008189416, z: -0.045841355, w: 0.000000128784} bone: - transform: {fileID: 7769776041937715159} + transform: {fileID: 0} length: 0.38909954 jointLimitations: 0 maxAngle: 0 @@ -1679,7 +1138,7 @@ MonoBehaviour: basePosition: {x: -0.0664299, y: 0.089666426, z: -0.12843405} toBoneRotation: {x: -0.8697181, y: 0.047805566, z: 0.047805402, w: -0.4888968} bone: - transform: {fileID: 7769776041937715145} + transform: {fileID: 0} length: 0.13777348 jointLimitations: 0 maxAngle: 0 @@ -1696,11 +1155,12 @@ MonoBehaviour: target: length: 0 transform: {fileID: 173989879821802103} - baseRotation: {x: -3.4698715e-17, y: 1.2603816e-11, z: -0.000000007451479, w: 1} + baseRotation: {x: -0.0000000073923725, y: 2.5365672e-16, z: -0.000000014930265, + w: 1} basePosition: {x: -0.005016463, y: -0.07128256, z: 0.11779294} toBoneRotation: {x: 0.23283803, y: -0.67092836, z: -0.6709268, w: 0.2133051} bone: - transform: {fileID: 7769776041937715185} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -1732,9 +1192,9 @@ MonoBehaviour: fromEventLabel: ground.gameObject events: [] ground: {fileID: 0} - groundNormal: {x: 0, y: 1, z: 0} + groundNormal: {x: 0, y: 1, z: 2.2204462e-18} groundTranslation: {x: 0, y: 0, z: 0} - groundDistance: -0.060000002 + groundDistance: 0.38081932 soleThicknessFoot: 0 soleThicknessToes: 0 --- !u!1 &1386737684889340643 @@ -1768,36 +1228,6 @@ Transform: m_Father: {fileID: 815571997958144132} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1408160166450874728 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4633524955936641875} - m_Layer: 0 - m_Name: Hand Palm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4633524955936641875 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1408160166450874728} - m_LocalRotation: {x: -0.31734687, y: -0.6804051, z: -0.34090987, w: 0.5657918} - m_LocalPosition: {x: 0.00574137, y: 0.087324284, z: -0.023438986} - m_LocalScale: {x: 1.0000002, y: 1.0000005, z: 1.0000008} - m_Children: [] - m_Father: {fileID: 7769776041937715139} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1846343395287115980 GameObject: m_ObjectHideFlags: 0 @@ -1822,7 +1252,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1846343395287115980} m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: 0.013552903, y: 0.00000003032619, z: 0.000000012865208} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 4410791377464064158} @@ -1884,7 +1314,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2188552291069739373} m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.020972608, y: -0.000000032329126, z: 0.0000000019219593} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 7355896404086969169} @@ -1915,7 +1345,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2308373696081536077} m_LocalRotation: {x: -0.0049570994, y: 0.09645474, z: -0.05108494, w: 0.9940132} - m_LocalPosition: {x: 0.059026867, y: -0.010682857, z: -0.021412484} + m_LocalPosition: {x: -0.061533354, y: -0.03787743, z: 0.2612244} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 5687024761866430405} @@ -1977,7 +1407,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2595729650083529388} m_LocalRotation: {x: 0.0025883645, y: -0.022855753, z: -0.09927532, w: 0.99479413} - m_LocalPosition: {x: 0.039195206, y: -0.000000025538611, z: 0.000000033163815} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2535018421292305422} @@ -2015,7 +1445,7 @@ Transform: - {fileID: 4368098808873916007} - {fileID: 6333793700588530597} m_Father: {fileID: 4968286101144654} - m_RootOrder: 1 + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!95 &1370077731969516542 Animator: @@ -2059,8 +1489,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2742881518587708218} - m_LocalRotation: {x: -0.024457773, y: 0.10152231, z: -0.029118644, w: 0.9941062} - m_LocalPosition: {x: -0.17596604, y: 0.000000011292286, z: -0.00000001816079} + m_LocalRotation: {x: 0.5373331, y: 0.8367616, z: -0.09669837, w: 0.041865394} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 796111769679837225} @@ -2122,7 +1552,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2892946025019427136} m_LocalRotation: {x: 0.00007039679, y: -0.0021356225, z: -0.032948554, w: 0.9994548} - m_LocalPosition: {x: -0.0318122, y: -0.000000017200364, z: 0.000000028010618} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 5079013459638452076} @@ -2245,7 +1675,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3267643143930698079} - m_LocalRotation: {x: -0.00079982413, y: 0.03277359, z: 0.055791352, w: 0.99790406} + m_LocalRotation: {x: -0.14041746, y: -0.6833198, z: 0.05266652, w: 0.71455103} m_LocalPosition: {x: 0.26173532, y: -0.000000037930437, z: -0.000000029802322} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: @@ -2287,7 +1717,7 @@ MonoBehaviour: basePosition: {x: 0.038734883, y: -0.0075387624, z: 0.017603258} toBoneRotation: {x: 0.36499375, y: 0.36499497, z: 0.6056232, w: -0.605623} bone: - transform: {fileID: 7769776041937715075} + transform: {fileID: 0} length: 0.04319322 jointLimitations: 0 maxAngle: 0 @@ -2308,7 +1738,7 @@ MonoBehaviour: basePosition: {x: 0.043193325, y: 0.00000009033829, z: -0.000000072061084} toBoneRotation: {x: -0.022806969, y: -0.022806052, z: 0.7067371, w: -0.70674086} bone: - transform: {fileID: 7769776041937715103} + transform: {fileID: 0} length: 0.034228485 jointLimitations: 0 maxAngle: 0 @@ -2325,11 +1755,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 4154170314777914177} - baseRotation: {x: 0, y: 0, z: 0, w: 1.0000001} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} basePosition: {x: 0.034723707, y: 0.000028712675, z: -0.00020204074} toBoneRotation: {x: 0.18216613, y: -0.14201969, z: 0.7058593, w: -0.66963327} bone: - transform: {fileID: 7769776041937715099} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2351,7 +1781,7 @@ MonoBehaviour: basePosition: {x: 0.110632144, y: -0.0052804938, z: 0.02043517} toBoneRotation: {x: 0.5198485, y: 0.519847, z: 0.47933334, w: -0.47932908} bone: - transform: {fileID: 7769776041937715095} + transform: {fileID: 0} length: 0.03181204 jointLimitations: 0 maxAngle: 0 @@ -2372,7 +1802,7 @@ MonoBehaviour: basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} toBoneRotation: {x: 0.50281656, y: 0.5028168, z: 0.49716768, w: -0.49716723} bone: - transform: {fileID: 7769776041937715091} + transform: {fileID: 0} length: 0.020972518 jointLimitations: 0 maxAngle: 0 @@ -2389,11 +1819,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 3195765373362933698} - baseRotation: {x: 0, y: 0, z: 0, w: 1} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} basePosition: {x: 0.020972585, y: -0.000000033031938, z: -0.000000030615826} toBoneRotation: {x: 0.50462174, y: 0.49841845, z: 0.49218288, w: -0.5046706} bone: - transform: {fileID: 7769776041937715119} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2415,7 +1845,7 @@ MonoBehaviour: basePosition: {x: 0.10902338, y: 0.00000002005254, z: 0.00000002089655} toBoneRotation: {x: 0.4797126, y: 0.47971147, z: 0.51949704, w: -0.5194958} bone: - transform: {fileID: 7769776041937715115} + transform: {fileID: 0} length: 0.039195158 jointLimitations: 0 maxAngle: 0 @@ -2436,7 +1866,7 @@ MonoBehaviour: basePosition: {x: 0.03919523, y: -0.000000031330273, z: 0.00000006695336} toBoneRotation: {x: 0.52709264, y: 0.5270918, z: 0.47135285, w: -0.47135347} bone: - transform: {fileID: 7769776041937715111} + transform: {fileID: 0} length: 0.02793408 jointLimitations: 0 maxAngle: 0 @@ -2453,12 +1883,12 @@ MonoBehaviour: target: length: 0 transform: {fileID: 2535018421292305422} - baseRotation: {x: 9.967107e-10, y: 0.0000000019580917, z: -0.00000008156549, - w: 1} + baseRotation: {x: -0.000000015931192, y: -0.0000000012077546, z: -0.000000117281836, + w: 1.0000005} basePosition: {x: 0.02793408, y: 0.000000012776582, z: -0.000000037167183} toBoneRotation: {x: 0.5419943, y: 0.52235436, z: 0.46527153, w: -0.46573696} bone: - transform: {fileID: 7769776041937715107} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2480,7 +1910,7 @@ MonoBehaviour: basePosition: {x: 0.104699, y: -0.0033326682, z: -0.023172297} toBoneRotation: {x: 0.48684382, y: 0.48684353, z: 0.5128192, w: -0.51281893} bone: - transform: {fileID: 7769776041937715135} + transform: {fileID: 0} length: 0.03474857 jointLimitations: 0 maxAngle: 0 @@ -2501,7 +1931,7 @@ MonoBehaviour: basePosition: {x: 0.034748368, y: 0.000000041851308, z: 0.00000003387686} toBoneRotation: {x: 0.49715713, y: 0.49715796, z: 0.5028266, w: -0.5028264} bone: - transform: {fileID: 7769776041937715131} + transform: {fileID: 0} length: 0.021958875 jointLimitations: 0 maxAngle: 0 @@ -2518,11 +1948,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 8979637045327617032} - baseRotation: {x: 0, y: 0, z: 0, w: 1} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000002} basePosition: {x: 0.021958932, y: 0.000000003812829, z: 0.000000039618854} toBoneRotation: {x: 0.51810646, y: 0.49743772, z: 0.504588, w: -0.47907525} bone: - transform: {fileID: 7769776041937715127} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2544,7 +1974,7 @@ MonoBehaviour: basePosition: {x: 0.10166885, y: -0.0052805147, z: -0.044119988} toBoneRotation: {x: 0.53274953, y: 0.53275037, z: 0.46494848, w: -0.46494958} bone: - transform: {fileID: 7769776041937715123} + transform: {fileID: 0} length: 0.02919651 jointLimitations: 0 maxAngle: 0 @@ -2565,7 +1995,7 @@ MonoBehaviour: basePosition: {x: 0.029196553, y: 0.000000012631062, z: 0.000000029656803} toBoneRotation: {x: 0.43681958, y: 0.4368103, z: 0.5560536, w: -0.55604863} bone: - transform: {fileID: 7769776041937715151} + transform: {fileID: 0} length: 0.013552992 jointLimitations: 0 maxAngle: 0 @@ -2582,11 +2012,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 7102781216452166161} - baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} basePosition: {x: 0.013552905, y: 0.000000024650944, z: 0.000000012807} toBoneRotation: {x: 0.48400593, y: 0.48211125, z: 0.6038316, w: -0.41072482} bone: - transform: {fileID: 7769776041937715147} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2608,7 +2038,7 @@ MonoBehaviour: basePosition: {x: 0.038734883, y: -0.0075387624, z: 0.017603258} toBoneRotation: {x: 0.36499375, y: 0.36499497, z: 0.6056232, w: -0.605623} bone: - transform: {fileID: 7769776041937715075} + transform: {fileID: 0} length: 0.04319322 jointLimitations: 0 maxAngle: 0 @@ -2629,7 +2059,7 @@ MonoBehaviour: basePosition: {x: 0.043193325, y: 0.00000009033829, z: -0.000000072061084} toBoneRotation: {x: -0.022806969, y: -0.022806052, z: 0.7067371, w: -0.70674086} bone: - transform: {fileID: 7769776041937715103} + transform: {fileID: 0} length: 0.034228485 jointLimitations: 0 maxAngle: 0 @@ -2646,11 +2076,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 4154170314777914177} - baseRotation: {x: 0, y: 0, z: 0, w: 1.0000001} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} basePosition: {x: 0.034723707, y: 0.000028712675, z: -0.00020204074} toBoneRotation: {x: 0.18216613, y: -0.14201969, z: 0.7058593, w: -0.66963327} bone: - transform: {fileID: 7769776041937715099} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2671,7 +2101,7 @@ MonoBehaviour: basePosition: {x: 0.110632144, y: -0.0052804938, z: 0.02043517} toBoneRotation: {x: 0.5198485, y: 0.519847, z: 0.47933334, w: -0.47932908} bone: - transform: {fileID: 7769776041937715095} + transform: {fileID: 0} length: 0.03181204 jointLimitations: 0 maxAngle: 0 @@ -2692,7 +2122,7 @@ MonoBehaviour: basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} toBoneRotation: {x: 0.50281656, y: 0.5028168, z: 0.49716768, w: -0.49716723} bone: - transform: {fileID: 7769776041937715091} + transform: {fileID: 0} length: 0.020972518 jointLimitations: 0 maxAngle: 0 @@ -2709,11 +2139,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 3195765373362933698} - baseRotation: {x: 0, y: 0, z: 0, w: 1} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} basePosition: {x: 0.020972585, y: -0.000000033031938, z: -0.000000030615826} toBoneRotation: {x: 0.50462174, y: 0.49841845, z: 0.49218288, w: -0.5046706} bone: - transform: {fileID: 7769776041937715119} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2734,7 +2164,7 @@ MonoBehaviour: basePosition: {x: 0.10902338, y: 0.00000002005254, z: 0.00000002089655} toBoneRotation: {x: 0.4797126, y: 0.47971147, z: 0.51949704, w: -0.5194958} bone: - transform: {fileID: 7769776041937715115} + transform: {fileID: 0} length: 0.039195158 jointLimitations: 0 maxAngle: 0 @@ -2755,7 +2185,7 @@ MonoBehaviour: basePosition: {x: 0.03919523, y: -0.000000031330273, z: 0.00000006695336} toBoneRotation: {x: 0.52709264, y: 0.5270918, z: 0.47135285, w: -0.47135347} bone: - transform: {fileID: 7769776041937715111} + transform: {fileID: 0} length: 0.02793408 jointLimitations: 0 maxAngle: 0 @@ -2772,12 +2202,12 @@ MonoBehaviour: target: length: 0 transform: {fileID: 2535018421292305422} - baseRotation: {x: 9.967107e-10, y: 0.0000000019580917, z: -0.00000008156549, - w: 1} + baseRotation: {x: -0.000000015931192, y: -0.0000000012077546, z: -0.000000117281836, + w: 1.0000005} basePosition: {x: 0.02793408, y: 0.000000012776582, z: -0.000000037167183} toBoneRotation: {x: 0.5419943, y: 0.52235436, z: 0.46527153, w: -0.46573696} bone: - transform: {fileID: 7769776041937715107} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2798,7 +2228,7 @@ MonoBehaviour: basePosition: {x: 0.104699, y: -0.0033326682, z: -0.023172297} toBoneRotation: {x: 0.48684382, y: 0.48684353, z: 0.5128192, w: -0.51281893} bone: - transform: {fileID: 7769776041937715135} + transform: {fileID: 0} length: 0.03474857 jointLimitations: 0 maxAngle: 0 @@ -2819,7 +2249,7 @@ MonoBehaviour: basePosition: {x: 0.034748368, y: 0.000000041851308, z: 0.00000003387686} toBoneRotation: {x: 0.49715713, y: 0.49715796, z: 0.5028266, w: -0.5028264} bone: - transform: {fileID: 7769776041937715131} + transform: {fileID: 0} length: 0.021958875 jointLimitations: 0 maxAngle: 0 @@ -2836,11 +2266,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 8979637045327617032} - baseRotation: {x: 0, y: 0, z: 0, w: 1} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000002} basePosition: {x: 0.021958932, y: 0.000000003812829, z: 0.000000039618854} toBoneRotation: {x: 0.51810646, y: 0.49743772, z: 0.504588, w: -0.47907525} bone: - transform: {fileID: 7769776041937715127} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2861,7 +2291,7 @@ MonoBehaviour: basePosition: {x: 0.10166885, y: -0.0052805147, z: -0.044119988} toBoneRotation: {x: 0.53274953, y: 0.53275037, z: 0.46494848, w: -0.46494958} bone: - transform: {fileID: 7769776041937715123} + transform: {fileID: 0} length: 0.02919651 jointLimitations: 0 maxAngle: 0 @@ -2882,7 +2312,7 @@ MonoBehaviour: basePosition: {x: 0.029196553, y: 0.000000012631062, z: 0.000000029656803} toBoneRotation: {x: 0.43681958, y: 0.4368103, z: 0.5560536, w: -0.55604863} bone: - transform: {fileID: 7769776041937715151} + transform: {fileID: 0} length: 0.013552992 jointLimitations: 0 maxAngle: 0 @@ -2899,11 +2329,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 7102781216452166161} - baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} basePosition: {x: 0.013552905, y: 0.000000024650944, z: 0.000000012807} toBoneRotation: {x: 0.48400593, y: 0.48211125, z: 0.6038316, w: -0.41072482} bone: - transform: {fileID: 7769776041937715147} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2959,7 +2389,7 @@ MonoBehaviour: basePosition: {x: 0.0195458, y: 0.28317055, z: 0.052202977} toBoneRotation: {x: 0.51801676, y: 0.51801646, z: 0.48130947, w: -0.48130953} bone: - transform: {fileID: 7769776041937715083} + transform: {fileID: 0} length: 0.17596613 jointLimitations: 1 maxAngle: 30 @@ -2980,7 +2410,7 @@ MonoBehaviour: basePosition: {x: 0.17596613, y: -9.313226e-10, z: 0.000000007450581} toBoneRotation: {x: 0.47953588, y: 0.47953567, z: 0.5196591, w: -0.51965904} bone: - transform: {fileID: 7769776041937714693} + transform: {fileID: 0} length: 0.20965333 jointLimitations: 0 maxAngle: 120 @@ -3002,7 +2432,7 @@ MonoBehaviour: basePosition: {x: 0.20965332, y: 0.0000000018626454, z: 0.00000006717164} toBoneRotation: {x: 0.46654153, y: 0.4665415, z: 0.531356, w: -0.5313556} bone: - transform: {fileID: 7769776041937715161} + transform: {fileID: 0} length: 0.26173532 jointLimitations: 0 maxAngle: 130 @@ -3023,7 +2453,7 @@ MonoBehaviour: basePosition: {x: 0, y: 0, z: 0} toBoneRotation: {x: 0.4563669, y: 0.45636737, z: 0.54011947, w: -0.54011995} bone: - transform: {fileID: 7769776041937715139} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 100 @@ -3097,7 +2527,7 @@ MonoBehaviour: - Always fromEventLabel: grabbedObject events: [] - handPalm: {fileID: 4633524955936641875} + handPalm: {fileID: 0} handRigidbody: {fileID: 0} handPhysics: {fileID: 0} grabbedChanged: 0 @@ -3205,7 +2635,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3371603549962327117} m_LocalRotation: {x: -8.3417817e-10, y: 0, z: -0, w: 1} - m_LocalPosition: {x: -0.013552871, y: 0.000000004831236, z: 0.000000015597493} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 5883492204566660873} @@ -3236,7 +2666,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3395789967097393385} m_LocalRotation: {x: -0.0054979273, y: -0.049288984, z: 0.11364157, w: 0.9922833} - m_LocalPosition: {x: -0.066879705, y: -0.012172932, z: -0.0064182784} + m_LocalPosition: {x: 0.06463498, y: -0.03756531, z: 0.23223823} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2247109597199933487} @@ -3267,7 +2697,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3606168334051517744} m_LocalRotation: {x: -0.00028270792, y: -0.013883135, z: 0.020359108, w: 0.9996963} - m_LocalPosition: {x: -0.03474858, y: 0.000000013969839, z: -0.0000000028230716} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 5266872343266854744} @@ -3298,7 +2728,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3682125884130507289} m_LocalRotation: {x: -0.00028264275, y: 0.013882526, z: -0.020352917, w: 0.99969643} - m_LocalPosition: {x: 0.03474849, y: 0.000000043510227, z: 0.000000024258043} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 8979637045327617032} @@ -3329,7 +2759,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3704755307910488008} - m_LocalRotation: {x: -0.051078428, y: 0.000067987494, z: 0.0014236947, w: 0.9986936} + m_LocalRotation: {x: -0.04478356, y: -0.053651888, z: -0.42606896, w: 0.9019874} m_LocalPosition: {x: 1.1641532e-10, y: 0.103641234, z: -0.0000000018626451} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: @@ -3386,7 +2816,7 @@ MonoBehaviour: basePosition: {x: 0.00029400006, y: 1.6174197, z: -0.09445348} toBoneRotation: {x: -0.053934872, y: 0.0010665756, z: 0.001066575, w: 0.9985435} bone: - transform: {fileID: 7769776041937715137} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3407,7 +2837,7 @@ MonoBehaviour: basePosition: {x: -2.729696e-23, y: 0.35208222, z: 0} toBoneRotation: {x: 0.00000009285625, y: -0.0014306424, z: -2.7784955e-10, w: 0.999999} bone: - transform: {fileID: 7769776041937715183} + transform: {fileID: 0} length: 0.10364129 jointLimitations: 0 maxAngle: 0 @@ -3537,7 +2967,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4093552793815176161} m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.021958912, y: 0.0000000061777428, z: 0.0000000042420254} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 6766280550936899431} @@ -3599,7 +3029,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4295241878036380561} - m_LocalRotation: {x: -0.00080072245, y: -0.03277328, z: -0.055791434, w: 0.99790406} + m_LocalRotation: {x: 0.1414983, y: -0.6763572, z: 0.051466174, w: -0.72102046} m_LocalPosition: {x: -0.26173532, y: 0.000000033671586, z: -0.0000000055879354} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: @@ -3641,7 +3071,7 @@ MonoBehaviour: basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} toBoneRotation: {x: 0.36499423, y: -0.36499333, z: -0.6056228, w: -0.6056239} bone: - transform: {fileID: 7769776041937715077} + transform: {fileID: 0} length: 0.043193225 jointLimitations: 0 maxAngle: 0 @@ -3662,7 +3092,7 @@ MonoBehaviour: basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} toBoneRotation: {x: -0.022807825, y: 0.022806363, z: -0.7067395, w: -0.7067383} bone: - transform: {fileID: 7769776041937715073} + transform: {fileID: 0} length: 0.03422832 jointLimitations: 0 maxAngle: 0 @@ -3679,12 +3109,12 @@ MonoBehaviour: target: length: 0 transform: {fileID: 815571997958144132} - baseRotation: {x: 0.000000007703818, y: 0.000000029916496, z: -0.000000027732488, - w: 1.0000001} + baseRotation: {x: -0.000000006923008, y: 0.0000000011993001, z: -0.000000032569112, + w: 1.0000002} basePosition: {x: -0.03472478, y: -0.00007951213, z: 0.00010129184} toBoneRotation: {x: 0.1821647, y: 0.14202075, z: -0.7058615, w: -0.669631} bone: - transform: {fileID: 7769776041937715101} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3706,7 +3136,7 @@ MonoBehaviour: basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} toBoneRotation: {x: 0.5198467, y: -0.5198469, z: -0.47933367, w: -0.47933084} bone: - transform: {fileID: 7769776041937715097} + transform: {fileID: 0} length: 0.031812172 jointLimitations: 0 maxAngle: 0 @@ -3727,7 +3157,7 @@ MonoBehaviour: basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} toBoneRotation: {x: 0.5028153, y: -0.5028159, z: -0.49716592, w: -0.49717128} bone: - transform: {fileID: 7769776041937715093} + transform: {fileID: 0} length: 0.020972535 jointLimitations: 0 maxAngle: 0 @@ -3744,12 +3174,12 @@ MonoBehaviour: target: length: 0 transform: {fileID: 5079013459638452076} - baseRotation: {x: 0.0000000055894382, y: -0.0000000040678905, z: 0.00000009311149, - w: 1.0000004} + baseRotation: {x: -0.000000020986812, y: -0.000000039289795, z: 0.0000001744662, + w: 1.0000002} basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} toBoneRotation: {x: 0.5046204, y: -0.4984175, z: -0.49218103, w: -0.5046746} bone: - transform: {fileID: 7769776041937715089} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3771,7 +3201,7 @@ MonoBehaviour: basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} toBoneRotation: {x: 0.47971106, y: -0.47971115, z: -0.5194971, w: -0.51949745} bone: - transform: {fileID: 7769776041937715117} + transform: {fileID: 0} length: 0.039195456 jointLimitations: 0 maxAngle: 0 @@ -3792,7 +3222,7 @@ MonoBehaviour: basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} toBoneRotation: {x: 0.5270925, y: -0.52709013, z: -0.47135434, w: -0.471354} bone: - transform: {fileID: 7769776041937715113} + transform: {fileID: 0} length: 0.027933823 jointLimitations: 0 maxAngle: 0 @@ -3809,11 +3239,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 7109531786445315003} - baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000006} basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} toBoneRotation: {x: 0.54199415, y: -0.5223527, z: -0.46527293, w: -0.46573755} bone: - transform: {fileID: 7769776041937715109} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3835,7 +3265,7 @@ MonoBehaviour: basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} toBoneRotation: {x: 0.48684487, y: -0.48684067, z: -0.51282156, w: -0.5128182} bone: - transform: {fileID: 7769776041937715105} + transform: {fileID: 0} length: 0.03474856 jointLimitations: 0 maxAngle: 0 @@ -3856,7 +3286,7 @@ MonoBehaviour: basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} toBoneRotation: {x: 0.4971546, y: -0.49715853, z: -0.5028262, w: -0.5028287} bone: - transform: {fileID: 7769776041937715133} + transform: {fileID: 0} length: 0.021958824 jointLimitations: 0 maxAngle: 0 @@ -3873,11 +3303,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 5266872343266854744} - baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000002} basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} toBoneRotation: {x: 0.5181041, y: -0.49743828, z: -0.50458765, w: -0.4790777} bone: - transform: {fileID: 7769776041937715129} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3899,7 +3329,7 @@ MonoBehaviour: basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} toBoneRotation: {x: 0.532749, y: -0.5327491, z: -0.46494943, w: -0.46495053} bone: - transform: {fileID: 7769776041937715125} + transform: {fileID: 0} length: 0.029196626 jointLimitations: 0 maxAngle: 0 @@ -3920,7 +3350,7 @@ MonoBehaviour: basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} toBoneRotation: {x: 0.43681476, y: -0.43681344, z: -0.5560503, w: -0.55605334} bone: - transform: {fileID: 7769776041937715121} + transform: {fileID: 0} length: 0.013552837 jointLimitations: 0 maxAngle: 0 @@ -3937,11 +3367,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 1469898898888776885} - baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} toBoneRotation: {x: 0.4840008, y: -0.48211464, z: -0.60382974, w: -0.41072986} bone: - transform: {fileID: 7769776041937715149} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3963,7 +3393,7 @@ MonoBehaviour: basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} toBoneRotation: {x: 0.36499423, y: -0.36499333, z: -0.6056228, w: -0.6056239} bone: - transform: {fileID: 7769776041937715077} + transform: {fileID: 0} length: 0.043193225 jointLimitations: 0 maxAngle: 0 @@ -3984,7 +3414,7 @@ MonoBehaviour: basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} toBoneRotation: {x: -0.022807825, y: 0.022806363, z: -0.7067395, w: -0.7067383} bone: - transform: {fileID: 7769776041937715073} + transform: {fileID: 0} length: 0.03422832 jointLimitations: 0 maxAngle: 0 @@ -4001,12 +3431,12 @@ MonoBehaviour: target: length: 0 transform: {fileID: 815571997958144132} - baseRotation: {x: 0.000000007703818, y: 0.000000029916496, z: -0.000000027732488, - w: 1.0000001} + baseRotation: {x: -0.000000006923008, y: 0.0000000011993001, z: -0.000000032569112, + w: 1.0000002} basePosition: {x: -0.03472478, y: -0.00007951213, z: 0.00010129184} toBoneRotation: {x: 0.1821647, y: 0.14202075, z: -0.7058615, w: -0.669631} bone: - transform: {fileID: 7769776041937715101} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -4027,7 +3457,7 @@ MonoBehaviour: basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} toBoneRotation: {x: 0.5198467, y: -0.5198469, z: -0.47933367, w: -0.47933084} bone: - transform: {fileID: 7769776041937715097} + transform: {fileID: 0} length: 0.031812172 jointLimitations: 0 maxAngle: 0 @@ -4048,7 +3478,7 @@ MonoBehaviour: basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} toBoneRotation: {x: 0.5028153, y: -0.5028159, z: -0.49716592, w: -0.49717128} bone: - transform: {fileID: 7769776041937715093} + transform: {fileID: 0} length: 0.020972535 jointLimitations: 0 maxAngle: 0 @@ -4065,12 +3495,12 @@ MonoBehaviour: target: length: 0 transform: {fileID: 5079013459638452076} - baseRotation: {x: 0.0000000055894382, y: -0.0000000040678905, z: 0.00000009311149, - w: 1.0000004} + baseRotation: {x: -0.000000020986812, y: -0.000000039289795, z: 0.0000001744662, + w: 1.0000002} basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} toBoneRotation: {x: 0.5046204, y: -0.4984175, z: -0.49218103, w: -0.5046746} bone: - transform: {fileID: 7769776041937715089} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -4091,7 +3521,7 @@ MonoBehaviour: basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} toBoneRotation: {x: 0.47971106, y: -0.47971115, z: -0.5194971, w: -0.51949745} bone: - transform: {fileID: 7769776041937715117} + transform: {fileID: 0} length: 0.039195456 jointLimitations: 0 maxAngle: 0 @@ -4112,7 +3542,7 @@ MonoBehaviour: basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} toBoneRotation: {x: 0.5270925, y: -0.52709013, z: -0.47135434, w: -0.471354} bone: - transform: {fileID: 7769776041937715113} + transform: {fileID: 0} length: 0.027933823 jointLimitations: 0 maxAngle: 0 @@ -4129,11 +3559,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 7109531786445315003} - baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000006} basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} toBoneRotation: {x: 0.54199415, y: -0.5223527, z: -0.46527293, w: -0.46573755} bone: - transform: {fileID: 7769776041937715109} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -4154,7 +3584,7 @@ MonoBehaviour: basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} toBoneRotation: {x: 0.48684487, y: -0.48684067, z: -0.51282156, w: -0.5128182} bone: - transform: {fileID: 7769776041937715105} + transform: {fileID: 0} length: 0.03474856 jointLimitations: 0 maxAngle: 0 @@ -4175,7 +3605,7 @@ MonoBehaviour: basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} toBoneRotation: {x: 0.4971546, y: -0.49715853, z: -0.5028262, w: -0.5028287} bone: - transform: {fileID: 7769776041937715133} + transform: {fileID: 0} length: 0.021958824 jointLimitations: 0 maxAngle: 0 @@ -4192,11 +3622,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 5266872343266854744} - baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000002} basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} toBoneRotation: {x: 0.5181041, y: -0.49743828, z: -0.50458765, w: -0.4790777} bone: - transform: {fileID: 7769776041937715129} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -4217,7 +3647,7 @@ MonoBehaviour: basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} toBoneRotation: {x: 0.532749, y: -0.5327491, z: -0.46494943, w: -0.46495053} bone: - transform: {fileID: 7769776041937715125} + transform: {fileID: 0} length: 0.029196626 jointLimitations: 0 maxAngle: 0 @@ -4238,7 +3668,7 @@ MonoBehaviour: basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} toBoneRotation: {x: 0.43681476, y: -0.43681344, z: -0.5560503, w: -0.55605334} bone: - transform: {fileID: 7769776041937715121} + transform: {fileID: 0} length: 0.013552837 jointLimitations: 0 maxAngle: 0 @@ -4255,11 +3685,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 1469898898888776885} - baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} toBoneRotation: {x: 0.4840008, y: -0.48211464, z: -0.60382974, w: -0.41072986} bone: - transform: {fileID: 7769776041937715149} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -4315,7 +3745,7 @@ MonoBehaviour: basePosition: {x: -0.0195459, y: 0.28317055, z: 0.052202977} toBoneRotation: {x: 0.5180166, y: -0.5180166, z: -0.48130918, w: -0.48130986} bone: - transform: {fileID: 7769776041937715085} + transform: {fileID: 0} length: 0.17596602 jointLimitations: 1 maxAngle: 30 @@ -4336,7 +3766,7 @@ MonoBehaviour: basePosition: {x: -0.17596605, y: 0.000000013154931, z: -0.0000000144355} toBoneRotation: {x: 0.47953615, y: -0.47953606, z: -0.5196588, w: -0.5196585} bone: - transform: {fileID: 7769776041937714695} + transform: {fileID: 0} length: 0.20965345 jointLimitations: 0 maxAngle: 120 @@ -4358,7 +3788,7 @@ MonoBehaviour: basePosition: {x: -0.20965345, y: -0.00000002561137, z: 0.000000029220246} toBoneRotation: {x: 0.46654177, y: -0.4665418, z: -0.5313555, w: -0.5313555} bone: - transform: {fileID: 7769776041937715163} + transform: {fileID: 0} length: 0.26173535 jointLimitations: 0 maxAngle: 130 @@ -4379,7 +3809,7 @@ MonoBehaviour: basePosition: {x: 0, y: 0, z: 0} toBoneRotation: {x: 0.45636553, y: -0.45636657, z: -0.5401205, w: -0.54012054} bone: - transform: {fileID: 7769776041937715141} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 100 @@ -4453,7 +3883,7 @@ MonoBehaviour: - Always fromEventLabel: grabbedObject events: [] - handPalm: {fileID: 348206003818060429} + handPalm: {fileID: 0} handRigidbody: {fileID: 0} handPhysics: {fileID: 0} grabbedChanged: 0 @@ -4512,8 +3942,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4362768375276474282} - m_LocalRotation: {x: -0.14465712, y: -2.1299905e-18, z: 1.456954e-17, w: 0.98948187} - m_LocalPosition: {x: 0, y: 0.099871434, z: 0.0000000038999133} + m_LocalRotation: {x: -0.11548404, y: 0.039220642, z: -0.5750503, w: 0.8089762} + m_LocalPosition: {x: -0.12423658, y: 8.41379, z: -0.54094225} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 4263678514780110732} @@ -4544,7 +3974,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4431182774716857911} m_LocalRotation: {x: -0.0040384866, y: 0.109295115, z: -0.036703307, w: 0.99332327} - m_LocalPosition: {x: 0.06310029, y: -0.0070200944, z: -0.0102793} + m_LocalPosition: {x: -0.061784357, y: -0.03754738, z: 0.24918526} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2565122355157459722} @@ -4575,7 +4005,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4442798847181081318} m_LocalRotation: {x: -0.004038545, y: -0.1092947, z: 0.036704462, w: 0.9933233} - m_LocalPosition: {x: -0.06310032, y: -0.007020589, z: -0.01027938} + m_LocalPosition: {x: 0.06680539, y: -0.037693486, z: 0.24881233} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 8049467791892340524} @@ -4637,7 +4067,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4588590747506760803} m_LocalRotation: {x: -0.008992237, y: -0.02461422, z: 0.3430319, w: 0.9389581} - m_LocalPosition: {x: 0.043193247, y: 0.000000022351742, z: -0.0000000057043508} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 4154170314777914177} @@ -4761,7 +4191,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4616827264577384177} m_LocalRotation: {x: 1.7373489e-10, y: 0, z: -0, w: 1} - m_LocalPosition: {x: -0.027933838, y: 0.00000001531589, z: -0.000000008935103} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 7261840188996162573} @@ -4821,8 +4251,9 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4792797724671228719} - m_LocalRotation: {x: 0.07048519, y: 0.000000008032655, z: -4.981756e-10, w: 0.9975129} - m_LocalPosition: {x: 0, y: -0.49770987, z: 0.000000033527613} + m_LocalRotation: {x: 0.00000005960463, y: -0.000000007450579, z: -0.000000022351736, + w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 82171149504432471} @@ -4853,7 +4284,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4801137131488431162} m_LocalRotation: {x: 0, y: 0, z: -0.000000008184788, w: 1} - m_LocalPosition: {x: -0.005016455, y: -0.07128249, z: 0.11779296} + m_LocalPosition: {x: 0.20049359, y: 0, z: 0.33346772} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 5102001948768682033} @@ -4884,7 +4315,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4939765737404104998} m_LocalRotation: {x: -6.938894e-18, y: -4.135903e-25, z: -0.000000040031257, w: 1} - m_LocalPosition: {x: -0.034724806, y: -0.00007960955, z: 0.00010122135} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 4672632719228974860} @@ -4946,7 +4377,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5238587301101571996} m_LocalRotation: {x: -0.008991977, y: 0.024612898, z: -0.3430352, w: 0.9389569} - m_LocalPosition: {x: -0.043193243, y: 0.000000057742, z: -0.00000004505273} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 815571997958144132} @@ -5098,7 +4529,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5828733120279369828} m_LocalRotation: {x: 0.0021576383, y: 0.02187022, z: 0.098156855, w: 0.99492836} - m_LocalPosition: {x: -0.03919543, y: -0.000000020372681, z: 0.000000025946065} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 7109531786445315003} @@ -5160,7 +4591,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6131207695716876702} m_LocalRotation: {x: 0.06460373, y: 0.15077275, z: 0.38851693, w: 0.9067241} - m_LocalPosition: {x: -0.03873508, y: -0.0075387615, z: 0.01760323} + m_LocalPosition: {x: 0.020882387, y: -0.030672915, z: 0.25909168} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1767130827922383620} @@ -5190,8 +4621,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6143004620397198761} - m_LocalRotation: {x: 0.0064515574, y: 0.00146096, z: -0.026327008, w: -0.9996315} - m_LocalPosition: {x: -0.11306503, y: 0.0038180987, z: -0.0076525463} + m_LocalRotation: {x: -0.6680746, y: 0.17796744, z: -0.20712873, w: -0.69217163} + m_LocalPosition: {x: -0.12423658, y: 8.41379, z: -0.54094225} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 8168424681774074368} @@ -5253,7 +4684,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6208244537816975144} m_LocalRotation: {x: 0.06460323, y: -0.15077199, z: -0.38851634, w: 0.9067245} - m_LocalPosition: {x: 0.038734943, y: -0.0075387647, z: 0.017603222} + m_LocalPosition: {x: -0.015861278, y: -0.03052727, z: 0.2594646} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 8208221923192374018} @@ -5284,7 +4715,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6286802332267957403} m_LocalRotation: {x: -0.004956685, y: -0.09645421, z: 0.051081255, w: 0.9940135} - m_LocalPosition: {x: -0.059026904, y: -0.010685019, z: -0.021412365} + m_LocalPosition: {x: 0.06655453, y: -0.03802506, z: 0.26085144} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2120030401919416590} @@ -5315,43 +4746,13 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6363070122290882725} m_LocalRotation: {x: 0, y: 0, z: 0.000000008184788, w: 1} - m_LocalPosition: {x: 0.005015462, y: -0.07128238, z: 0.117793016} + m_LocalPosition: {x: 0.1588141, y: 0.00000005960465, z: 0.3552134} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 606395546357305354} m_Father: {fileID: 5623307778277919503} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &6936022455290612960 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 348206003818060429} - m_Layer: 0 - m_Name: Hand Palm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &348206003818060429 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6936022455290612960} - m_LocalRotation: {x: -0.31734052, y: 0.68040305, z: 0.3409192, w: 0.5657922} - m_LocalPosition: {x: -0.005741429, y: 0.08732511, z: -0.02343969} - m_LocalScale: {x: 0.9999999, y: 1.0000005, z: 1.0000005} - m_Children: [] - m_Father: {fileID: 7769776041937715141} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &6974821445028395073 GameObject: m_ObjectHideFlags: 0 @@ -5408,8 +4809,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7252232762915606751} - m_LocalRotation: {x: 0.05528058, y: -0.00006199548, z: -0.0014239601, w: 0.9984699} - m_LocalPosition: {x: -2.5253308e-16, y: 0.114520855, z: -0.012485136} + m_LocalRotation: {x: 0.05397433, y: -0.036249306, z: -0.30117017, w: 0.95135134} + m_LocalPosition: {x: 1.557326, y: -0.21255642, z: -0.0025371881} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 4073333712384793646} @@ -5439,8 +4840,9 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7255106938120831372} - m_LocalRotation: {x: 0.07048482, y: 9.3132246e-10, z: 0.0000000023380833, w: 0.9975129} - m_LocalPosition: {x: 9.313226e-10, y: -0.49770978, z: 0.000000037252903} + m_LocalRotation: {x: 0.00000008940696, y: -0.000000014901159, z: -0.000000014901159, + w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 5623307778277919503} @@ -5471,7 +4873,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7276790893818719689} m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: -0.0219588, y: -0.000000018950004, z: 0.000000028710701} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2653163421365880598} @@ -5502,7 +4904,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7325065536697401311} m_LocalRotation: {x: -0.017655013, y: -0.11530157, z: 0.1503233, w: 0.98173153} - m_LocalPosition: {x: -0.05875598, y: -0.011651849, z: -0.027812978} + m_LocalPosition: {x: 0.0637956, y: -0.037044223, z: 0.27539867} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 240730503903211994} @@ -5533,7 +4935,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7395480487940366479} m_LocalRotation: {x: -1.517253e-39, y: 1.8611566e-24, z: 0.000000097100354, w: 1} - m_LocalPosition: {x: -0.020972572, y: -0.0000000010625172, z: -0.000000016159737} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 0.99999994, z: 1} m_Children: - {fileID: 4299558758846679023} @@ -5563,8 +4965,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7460461591810884424} - m_LocalRotation: {x: 0.0064516147, y: -0.0014610245, z: 0.026328193, w: -0.9996315} - m_LocalPosition: {x: 0.11306499, y: 0.0038180987, z: -0.0076525463} + m_LocalRotation: {x: -0.66793597, y: 0.13612778, z: -0.16784966, w: -0.71214974} + m_LocalPosition: {x: -0.12423658, y: 8.41379, z: -0.54094225} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 506702829398492897} @@ -5595,7 +4997,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7538446906611121590} m_LocalRotation: {x: -0.0054981266, y: 0.049288616, z: -0.113639936, w: 0.9922834} - m_LocalPosition: {x: 0.06687912, y: -0.012180703, z: -0.0064183045} + m_LocalPosition: {x: -0.05961433, y: -0.037427448, z: 0.2326112} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 3437189322826192555} @@ -5626,7 +5028,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7678528835387023431} m_LocalRotation: {x: -0.017655173, y: 0.1153016, z: -0.1503241, w: 0.98173136} - m_LocalPosition: {x: 0.05875596, y: -0.011650611, z: -0.02781299} + m_LocalPosition: {x: -0.058774255, y: -0.036897358, z: 0.2757716} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1367469362349161091} @@ -5656,8 +5058,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7709896988833430696} - m_LocalRotation: {x: 0.00087908667, y: -0.17549223, z: 0.00015660842, w: 0.98448044} - m_LocalPosition: {x: 0.20965332, y: 0.000000004190952, z: 0.00000004901085} + m_LocalRotation: {x: -0.07535334, y: -0.8288472, z: -0.11517325, w: 0.54228157} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 7624083477925197851} @@ -5718,7 +5120,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8151119430542648939} m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: 0.03472366, y: 0.000028686509, z: -0.00020205184} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 906338171309068915} @@ -5840,7 +5242,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8520950601248945736} - m_LocalRotation: {x: 0.06571052, y: -0.00035374713, z: -0.02636625, w: -0.9974902} + m_LocalRotation: {x: 0.2123931, y: 0.7024073, z: 0.6744547, w: 0.081388004} m_LocalPosition: {x: -0.0000000037252903, y: -0.3890996, z: 0} m_LocalScale: {x: 1, y: 0.99999994, z: 1} m_Children: @@ -5896,7 +5298,7 @@ MonoBehaviour: basePosition: {x: 0.11306499, y: 0.0038180987, z: -0.0076525463} toBoneRotation: {x: -0.9999399, y: 0.0000000235041, z: 0.010955621, w: 0.000000009167069} bone: - transform: {fileID: 7769776041937714689} + transform: {fileID: 0} length: 0.4977098 jointLimitations: 0 maxAngle: 0 @@ -5917,7 +5319,7 @@ MonoBehaviour: basePosition: {x: 0, y: -0.49770975, z: 0.000000033527613} toBoneRotation: {x: -0.99894893, y: -0.000000017154644, z: 0.045837935, w: -0.000000007671826} bone: - transform: {fileID: 7769776041937715157} + transform: {fileID: 0} length: 0.38909963 jointLimitations: 0 maxAngle: 0 @@ -5938,7 +5340,7 @@ MonoBehaviour: basePosition: {x: 0.06642776, y: 0.089666486, z: -0.128434} toBoneRotation: {x: -0.8697177, y: -0.047802724, z: -0.047807693, w: -0.4888971} bone: - transform: {fileID: 7769776041937715143} + transform: {fileID: 0} length: 0.13777347 jointLimitations: 0 maxAngle: 0 @@ -5955,11 +5357,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 6384243072889662843} - baseRotation: {x: -9.540973e-18, y: -1.2601967e-11, z: 0.0000000074505664, w: 1} + baseRotation: {x: 3.783498e-10, y: 0.0000000037252903, z: 2.522532e-16, w: 1} basePosition: {x: 0.005015458, y: -0.07128226, z: 0.11779303} toBoneRotation: {x: -0.23283654, y: -0.6709274, z: -0.6709273, w: -0.21330841} bone: - transform: {fileID: 7769776041937714703} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -5991,9 +5393,9 @@ MonoBehaviour: fromEventLabel: ground.gameObject events: [] ground: {fileID: 0} - groundNormal: {x: 0, y: 1, z: 0} + groundNormal: {x: 0, y: 1, z: 2.2204462e-18} groundTranslation: {x: 0, y: 0, z: 0} - groundDistance: -0.060000002 + groundDistance: 0.38082266 soleThicknessFoot: 0 soleThicknessToes: 0 --- !u!1 &8661400644288573173 @@ -6050,7 +5452,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8930598610249476027} m_LocalRotation: {x: -0.0013944741, y: 0.00694235, z: -0.196922, w: 0.9803936} - m_LocalPosition: {x: -0.029196518, y: -0.000000019441359, z: -0.000000021449523} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1469898898888776885} @@ -6172,8 +5574,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 9151513446690494071} - m_LocalRotation: {x: 0.0008855333, y: 0.16721438, z: -0.00015021443, w: 0.9859202} - m_LocalPosition: {x: -0.20965344, y: -0.000000022817403, z: 0.00000001839362} + m_LocalRotation: {x: -0.075640164, y: 0.8287863, z: 0.115612045, w: 0.5422412} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 0.99999994, z: 1} m_Children: - {fileID: 8467765973942035875} @@ -6210,1510 +5612,3 @@ Transform: m_Father: {fileID: 173989879821802103} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1010047513471387097 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 4968286101144654} - m_Modifications: - - target: {fileID: 7338513305112361472, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.98442054 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361472, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.018417895 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361472, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.02539283 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361472, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.1730092 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361474, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.98560715 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361474, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.017695075 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361474, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.02544365 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361474, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.16618672 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361484, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99690443 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361484, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.07038561 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361484, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.034804255 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361484, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.0040029488 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361486, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99690455 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361486, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.07038515 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361486, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.034804214 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361486, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.0040033585 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361488, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.x - value: 4.6566134e-10 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361488, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.3890996 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361488, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.z - value: -0.00000011548403 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361488, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.8306658 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361488, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.5463668 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361488, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.09530474 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361488, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.048935883 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361490, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9861598 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361490, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.08539829 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361490, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.09403619 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361490, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.106551565 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361492, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9861598 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361492, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.08539832 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361492, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.09403624 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361492, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.106551655 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361494, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.96349347 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361494, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.19701827 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361494, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.18125595 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361494, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.003239117 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361496, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.x - value: -4.947652e-10 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361496, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.10364132 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361496, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.z - value: -0.00000012572853 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361496, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9944798 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361496, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.10486602 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361496, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.002533511 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361496, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.0025860136 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361498, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.x - value: -0.00000028312212 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361498, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.26173544 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361498, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.z - value: -0.00000026822093 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361498, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.997757 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361498, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.050253678 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361498, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.018209117 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361498, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.040299285 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361500, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.x - value: -0.000000007450582 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361500, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.2617353 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361500, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.z - value: -0.00000040605664 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361500, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99774134 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361500, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.050284434 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361500, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.018209992 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361500, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.04064608 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361502, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.x - value: -0.0000000062864274 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361502, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.3890996 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361502, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.z - value: 0.000000011175873 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361502, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.8306656 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361502, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.5463671 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361502, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.09530482 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361502, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.048935965 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361504, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.x - value: 0.0000000037016834 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361504, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.074555576 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361504, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.z - value: 0.9680182 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361504, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.70591074 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361504, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.70830077 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361504, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 6.781658e-10 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361504, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -6.7587375e-10 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361512, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.3709356 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361512, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.071681544 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361512, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.8902036 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361512, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.2545707 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361516, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.035034034 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361516, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -1.5523309e-10 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361516, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 5.89131e-10 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361518, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.989482 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361518, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.14465639 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361518, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -2.8276326e-10 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361518, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000003644485 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361526, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.x - value: -7.2164497e-16 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361526, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.23304644 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361526, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.z - value: -0.000000022351749 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361526, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.999136 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361526, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.041506458 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361526, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.0016287733 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361526, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.0013519156 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361536, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9598524 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361536, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.13081141 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361536, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.16702962 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361536, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.18350187 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361538, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9711982 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361538, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.22828913 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361538, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.05974256 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361538, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.032998346 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361540, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9711982 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361540, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.22828911 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361540, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.059742577 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361540, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.03299825 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361542, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.79303515 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361542, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.18897931 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361542, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.50280905 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361542, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.28734127 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361544, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99994814 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361544, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.0031949629 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361544, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.0025556514 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361544, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.009327909 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361546, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9988443 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361546, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.033016477 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361546, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.034922816 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361546, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.00061631727 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361548, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9988443 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361548, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.033016447 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361548, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.034922786 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361548, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.0006162893 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361550, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.95985246 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361550, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.1308109 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361550, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.16702995 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361550, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.18350159 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361554, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.4709221 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361554, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.66614187 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361554, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.44502574 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361554, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.3693773 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361556, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.47092223 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361556, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.6661418 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361556, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.44502562 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361556, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.36937726 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361560, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.7930352 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361560, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.18897942 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361560, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.50280905 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361560, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.28734118 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361562, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9149404 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361562, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.31390622 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361562, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.25306165 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361562, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.017512953 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361564, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9149404 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361564, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.31390655 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361564, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.25306162 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361564, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.01751282 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361568, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.999497 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361568, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.02307694 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361568, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.021606985 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361568, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.0025521987 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361570, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9994846 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361570, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.020781346 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361570, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.020584352 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361570, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.013231078 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361572, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99948466 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361572, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.020781266 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361572, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.020584201 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361572, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.013230871 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361574, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9913993 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361574, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.06410095 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361574, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.06521965 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361574, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.09362153 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361576, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.96349347 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361576, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.19701824 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361576, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.1812559 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361576, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.0032389767 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361578, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9820266 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361578, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.14018652 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361578, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.12379833 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361578, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.025405388 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361580, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.98202664 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361580, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.14018679 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361580, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.12379815 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361580, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.025405316 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361582, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.999497 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361582, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.023077039 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361582, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.021606924 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361582, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.0025525386 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361584, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99059457 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361584, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.09849506 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361584, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.092785515 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361584, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.020299127 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361586, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9848853 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361586, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.09883952 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361586, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.09396813 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361586, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.106779195 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361588, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9848852 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361588, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.09883985 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361588, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.09396794 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361588, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.106779024 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361590, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9999482 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361590, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.003195142 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361590, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.0025556292 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361590, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.009327988 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361592, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9913992 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361592, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.0641013 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361592, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.065219685 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361592, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.09362165 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361594, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99984354 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361594, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.009012006 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361594, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.010956725 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361594, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.01057074 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361596, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9998435 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361596, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.0090119485 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361596, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.010956862 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361596, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.010570639 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361598, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99050236 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361598, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.09962664 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361598, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.09234393 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361598, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.021266468 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361942, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.37093556 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361942, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.07168165 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361942, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.89020365 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361942, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.25457057 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361944, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.012209172 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361944, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.026398594 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361944, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.999558 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361944, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.0061616795 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361946, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.012619707 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361946, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.026394982 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361946, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.9995529 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361946, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.0061723404 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361948, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9935417 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361948, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.02914264 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361948, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.05246233 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361948, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.096298285 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361950, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9930509 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361950, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.029415905 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361950, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.051699474 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112361950, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.10154788 - objectReference: {fileID: 0} - - target: {fileID: 7338513305112455146, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - propertyPath: m_Name - value: MakeHuman_simple_TP - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: fe76bdb4c3092db4480a5145f2d82ccc, type: 3} ---- !u!4 &7769776041937715107 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361594, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715111 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361598, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715115 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361586, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715119 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361590, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715091 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361546, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715099 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361538, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715103 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361542, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715143 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361502, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715157 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361484, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937714689 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361944, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715185 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361512, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715145 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361488, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715159 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361486, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937714691 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361946, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937714703 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361942, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715191 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361518, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715193 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361504, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!95 &7769776041947517039 stripped -Animator: - m_CorrespondingSourceObject: {fileID: 7338513305103095222, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937714707 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361930, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715189 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361516, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715085 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361556, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937714695 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361950, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715105 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361592, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715163 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361474, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715141 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361500, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715095 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361550, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715073 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361560, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715101 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361540, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715097 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361536, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715093 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361548, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715089 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361544, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715117 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361588, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715113 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361584, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715109 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361596, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715133 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361572, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715129 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361568, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715125 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361580, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715121 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361576, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715149 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361492, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715083 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361554, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715135 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361574, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715161 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361472, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715137 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361496, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715183 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361526, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937714693 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361948, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715139 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361498, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715077 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361564, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715151 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361494, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715123 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361578, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715127 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361582, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715131 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361570, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715075 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361562, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} ---- !u!4 &7769776041937715147 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 7338513305112361490, guid: fe76bdb4c3092db4480a5145f2d82ccc, - type: 3} - m_PrefabInstance: {fileID: 1010047513471387097} - m_PrefabAsset: {fileID: 0} diff --git a/Runtime/Sites/Scripts/Site.cs b/Runtime/Sites/Scripts/Site.cs index 37bf1d5..c160e7e 100644 --- a/Runtime/Sites/Scripts/Site.cs +++ b/Runtime/Sites/Scripts/Site.cs @@ -47,7 +47,7 @@ namespace Passer { if (humanoid == null) { string visitorSceneName = HumanoidPreferences.visitorSceneName; if (!string.IsNullOrEmpty(visitorSceneName)) { - Debug.Log(visitorSceneName); + //Debug.Log(visitorSceneName); UnityEngine.SceneManagement.SceneManager.LoadScene(visitorSceneName, LoadSceneMode.Additive); } else diff --git a/Runtime/Visitors/Scripts/HumanoidVisitors.cs b/Runtime/Visitors/Scripts/HumanoidVisitors.cs index acd6a7c..a95cebc 100644 --- a/Runtime/Visitors/Scripts/HumanoidVisitors.cs +++ b/Runtime/Visitors/Scripts/HumanoidVisitors.cs @@ -17,7 +17,7 @@ namespace Passer.Humanoid { private const string fileName = "HumanoidVisitors.cs"; - private static void CheckScenes() { + public static void CheckScenes() { EditorBuildSettingsScene[] editorBuildSettingsScenes = EditorBuildSettings.scenes; foreach (EditorBuildSettingsScene editorBuildSettingsScene in editorBuildSettingsScenes) { string localSceneName = editorBuildSettingsScene.path; diff --git a/Runtime/Visitors/Scripts/VisitorPossessions.cs b/Runtime/Visitors/Scripts/VisitorPossessions.cs index fbdd908..54e106b 100644 --- a/Runtime/Visitors/Scripts/VisitorPossessions.cs +++ b/Runtime/Visitors/Scripts/VisitorPossessions.cs @@ -80,7 +80,7 @@ namespace Passer { HumanoidControl humanoid = GetComponentInParent(); if (humanoid != null) { if (!clearOnAwake) { - Debug.Log("Retrieve possessions from " + filePath); + //Debug.Log("Retrieve possessions from " + filePath); if (File.Exists(filePath)) { string json = File.ReadAllText(filePath); diff --git a/Samples~/Demo.meta b/Samples~/GroceryStore.meta similarity index 100% rename from Samples~/Demo.meta rename to Samples~/GroceryStore.meta diff --git a/Samples~/Demo/Environments.meta b/Samples~/GroceryStore/Environments.meta similarity index 100% rename from Samples~/Demo/Environments.meta rename to Samples~/GroceryStore/Environments.meta diff --git a/Samples~/Demo/Environments/GroceryStore.prefab b/Samples~/GroceryStore/Environments/GroceryStore.prefab similarity index 100% rename from Samples~/Demo/Environments/GroceryStore.prefab rename to Samples~/GroceryStore/Environments/GroceryStore.prefab diff --git a/Samples~/Demo/Environments/GroceryStore.prefab.meta b/Samples~/GroceryStore/Environments/GroceryStore.prefab.meta similarity index 100% rename from Samples~/Demo/Environments/GroceryStore.prefab.meta rename to Samples~/GroceryStore/Environments/GroceryStore.prefab.meta diff --git a/Samples~/Demo/Environments/ObjectTable_env.unity b/Samples~/GroceryStore/Environments/ObjectTable_env.unity similarity index 100% rename from Samples~/Demo/Environments/ObjectTable_env.unity rename to Samples~/GroceryStore/Environments/ObjectTable_env.unity diff --git a/Samples~/Demo/Environments/ObjectTable_env.unity.meta b/Samples~/GroceryStore/Environments/ObjectTable_env.unity.meta similarity index 100% rename from Samples~/Demo/Environments/ObjectTable_env.unity.meta rename to Samples~/GroceryStore/Environments/ObjectTable_env.unity.meta diff --git a/Samples~/Demo/Environments/ShootingRange.unity b/Samples~/GroceryStore/Environments/ShootingRange.unity similarity index 100% rename from Samples~/Demo/Environments/ShootingRange.unity rename to Samples~/GroceryStore/Environments/ShootingRange.unity diff --git a/Samples~/Demo/Environments/ShootingRange.unity.meta b/Samples~/GroceryStore/Environments/ShootingRange.unity.meta similarity index 100% rename from Samples~/Demo/Environments/ShootingRange.unity.meta rename to Samples~/GroceryStore/Environments/ShootingRange.unity.meta diff --git a/Samples~/Demo/Materials.meta b/Samples~/GroceryStore/Materials.meta similarity index 100% rename from Samples~/Demo/Materials.meta rename to Samples~/GroceryStore/Materials.meta diff --git a/Samples~/Demo/Materials/Characters.meta b/Samples~/GroceryStore/Materials/Characters.meta similarity index 100% rename from Samples~/Demo/Materials/Characters.meta rename to Samples~/GroceryStore/Materials/Characters.meta diff --git a/Samples~/Demo/Materials/Characters/MakeHuman_ClassicShoes.mat b/Samples~/GroceryStore/Materials/Characters/MakeHuman_ClassicShoes.mat similarity index 100% rename from Samples~/Demo/Materials/Characters/MakeHuman_ClassicShoes.mat rename to Samples~/GroceryStore/Materials/Characters/MakeHuman_ClassicShoes.mat diff --git a/Samples~/Demo/Materials/Characters/MakeHuman_ClassicShoes.mat.meta b/Samples~/GroceryStore/Materials/Characters/MakeHuman_ClassicShoes.mat.meta similarity index 100% rename from Samples~/Demo/Materials/Characters/MakeHuman_ClassicShoes.mat.meta rename to Samples~/GroceryStore/Materials/Characters/MakeHuman_ClassicShoes.mat.meta diff --git a/Samples~/Demo/Materials/Characters/MakeHuman_Jeans.mat b/Samples~/GroceryStore/Materials/Characters/MakeHuman_Jeans.mat similarity index 100% rename from Samples~/Demo/Materials/Characters/MakeHuman_Jeans.mat rename to Samples~/GroceryStore/Materials/Characters/MakeHuman_Jeans.mat diff --git a/Samples~/Demo/Materials/Characters/MakeHuman_Jeans.mat.meta b/Samples~/GroceryStore/Materials/Characters/MakeHuman_Jeans.mat.meta similarity index 100% rename from Samples~/Demo/Materials/Characters/MakeHuman_Jeans.mat.meta rename to Samples~/GroceryStore/Materials/Characters/MakeHuman_Jeans.mat.meta diff --git a/Samples~/Demo/Materials/Characters/MakeHuman_Longsleeve.mat b/Samples~/GroceryStore/Materials/Characters/MakeHuman_Longsleeve.mat similarity index 100% rename from Samples~/Demo/Materials/Characters/MakeHuman_Longsleeve.mat rename to Samples~/GroceryStore/Materials/Characters/MakeHuman_Longsleeve.mat diff --git a/Samples~/Demo/Materials/Characters/MakeHuman_Longsleeve.mat.meta b/Samples~/GroceryStore/Materials/Characters/MakeHuman_Longsleeve.mat.meta similarity index 100% rename from Samples~/Demo/Materials/Characters/MakeHuman_Longsleeve.mat.meta rename to Samples~/GroceryStore/Materials/Characters/MakeHuman_Longsleeve.mat.meta diff --git a/Samples~/Demo/Materials/Characters/MakeHuman_Skin.mat b/Samples~/GroceryStore/Materials/Characters/MakeHuman_Skin.mat similarity index 100% rename from Samples~/Demo/Materials/Characters/MakeHuman_Skin.mat rename to Samples~/GroceryStore/Materials/Characters/MakeHuman_Skin.mat diff --git a/Samples~/Demo/Materials/Characters/MakeHuman_Skin.mat.meta b/Samples~/GroceryStore/Materials/Characters/MakeHuman_Skin.mat.meta similarity index 100% rename from Samples~/Demo/Materials/Characters/MakeHuman_Skin.mat.meta rename to Samples~/GroceryStore/Materials/Characters/MakeHuman_Skin.mat.meta diff --git a/Samples~/Demo/Materials/Characters/Textures.meta b/Samples~/GroceryStore/Materials/Characters/Textures.meta similarity index 100% rename from Samples~/Demo/Materials/Characters/Textures.meta rename to Samples~/GroceryStore/Materials/Characters/Textures.meta diff --git a/Samples~/Demo/Materials/Characters/Textures/caucasian-male-young.png b/Samples~/GroceryStore/Materials/Characters/Textures/caucasian-male-young.png similarity index 100% rename from Samples~/Demo/Materials/Characters/Textures/caucasian-male-young.png rename to Samples~/GroceryStore/Materials/Characters/Textures/caucasian-male-young.png diff --git a/Samples~/Demo/Materials/Characters/Textures/caucasian-male-young.png.meta b/Samples~/GroceryStore/Materials/Characters/Textures/caucasian-male-young.png.meta similarity index 100% rename from Samples~/Demo/Materials/Characters/Textures/caucasian-male-young.png.meta rename to Samples~/GroceryStore/Materials/Characters/Textures/caucasian-male-young.png.meta diff --git a/Samples~/Demo/Materials/Characters/Textures/classicshoes_texture_black.png b/Samples~/GroceryStore/Materials/Characters/Textures/classicshoes_texture_black.png similarity index 100% rename from Samples~/Demo/Materials/Characters/Textures/classicshoes_texture_black.png rename to Samples~/GroceryStore/Materials/Characters/Textures/classicshoes_texture_black.png diff --git a/Samples~/Demo/Materials/Characters/Textures/classicshoes_texture_black.png.meta b/Samples~/GroceryStore/Materials/Characters/Textures/classicshoes_texture_black.png.meta similarity index 100% rename from Samples~/Demo/Materials/Characters/Textures/classicshoes_texture_black.png.meta rename to Samples~/GroceryStore/Materials/Characters/Textures/classicshoes_texture_black.png.meta diff --git a/Samples~/Demo/Materials/Characters/Textures/jeans_texture.png b/Samples~/GroceryStore/Materials/Characters/Textures/jeans_texture.png similarity index 100% rename from Samples~/Demo/Materials/Characters/Textures/jeans_texture.png rename to Samples~/GroceryStore/Materials/Characters/Textures/jeans_texture.png diff --git a/Samples~/Demo/Materials/Characters/Textures/jeans_texture.png.meta b/Samples~/GroceryStore/Materials/Characters/Textures/jeans_texture.png.meta similarity index 100% rename from Samples~/Demo/Materials/Characters/Textures/jeans_texture.png.meta rename to Samples~/GroceryStore/Materials/Characters/Textures/jeans_texture.png.meta diff --git a/Samples~/Demo/Materials/Characters/Textures/passervr_longsleeves_game_texture.png b/Samples~/GroceryStore/Materials/Characters/Textures/passervr_longsleeves_game_texture.png similarity index 100% rename from Samples~/Demo/Materials/Characters/Textures/passervr_longsleeves_game_texture.png rename to Samples~/GroceryStore/Materials/Characters/Textures/passervr_longsleeves_game_texture.png diff --git a/Samples~/Demo/Materials/Characters/Textures/passervr_longsleeves_game_texture.png.meta b/Samples~/GroceryStore/Materials/Characters/Textures/passervr_longsleeves_game_texture.png.meta similarity index 100% rename from Samples~/Demo/Materials/Characters/Textures/passervr_longsleeves_game_texture.png.meta rename to Samples~/GroceryStore/Materials/Characters/Textures/passervr_longsleeves_game_texture.png.meta diff --git a/Samples~/Demo/Materials/Characters/Textures/tshirt_longsleeves_game_normal.png b/Samples~/GroceryStore/Materials/Characters/Textures/tshirt_longsleeves_game_normal.png similarity index 100% rename from Samples~/Demo/Materials/Characters/Textures/tshirt_longsleeves_game_normal.png rename to Samples~/GroceryStore/Materials/Characters/Textures/tshirt_longsleeves_game_normal.png diff --git a/Samples~/Demo/Materials/Characters/Textures/tshirt_longsleeves_game_normal.png.meta b/Samples~/GroceryStore/Materials/Characters/Textures/tshirt_longsleeves_game_normal.png.meta similarity index 100% rename from Samples~/Demo/Materials/Characters/Textures/tshirt_longsleeves_game_normal.png.meta rename to Samples~/GroceryStore/Materials/Characters/Textures/tshirt_longsleeves_game_normal.png.meta diff --git a/Samples~/Demo/Models.meta b/Samples~/GroceryStore/Models.meta similarity index 100% rename from Samples~/Demo/Models.meta rename to Samples~/GroceryStore/Models.meta diff --git a/Samples~/Demo/Models/357 Magnum.dae b/Samples~/GroceryStore/Models/357 Magnum.dae similarity index 100% rename from Samples~/Demo/Models/357 Magnum.dae rename to Samples~/GroceryStore/Models/357 Magnum.dae diff --git a/Samples~/Demo/Models/357 Magnum.dae.meta b/Samples~/GroceryStore/Models/357 Magnum.dae.meta similarity index 100% rename from Samples~/Demo/Models/357 Magnum.dae.meta rename to Samples~/GroceryStore/Models/357 Magnum.dae.meta diff --git a/Samples~/Demo/Models/Bruidsuikers.dae b/Samples~/GroceryStore/Models/Bruidsuikers.dae similarity index 100% rename from Samples~/Demo/Models/Bruidsuikers.dae rename to Samples~/GroceryStore/Models/Bruidsuikers.dae diff --git a/Samples~/Demo/Models/Bruidsuikers.dae.meta b/Samples~/GroceryStore/Models/Bruidsuikers.dae.meta similarity index 100% rename from Samples~/Demo/Models/Bruidsuikers.dae.meta rename to Samples~/GroceryStore/Models/Bruidsuikers.dae.meta diff --git a/Samples~/Demo/Models/Bucket.meta b/Samples~/GroceryStore/Models/Bucket.meta similarity index 100% rename from Samples~/Demo/Models/Bucket.meta rename to Samples~/GroceryStore/Models/Bucket.meta diff --git a/Samples~/Demo/Models/Bucket/Bucket Material.physicMaterial b/Samples~/GroceryStore/Models/Bucket/Bucket Material.physicMaterial similarity index 100% rename from Samples~/Demo/Models/Bucket/Bucket Material.physicMaterial rename to Samples~/GroceryStore/Models/Bucket/Bucket Material.physicMaterial diff --git a/Samples~/Demo/Models/Bucket/Bucket Material.physicMaterial.meta b/Samples~/GroceryStore/Models/Bucket/Bucket Material.physicMaterial.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Bucket Material.physicMaterial.meta rename to Samples~/GroceryStore/Models/Bucket/Bucket Material.physicMaterial.meta diff --git a/Samples~/Demo/Models/Bucket/Bucket.prefab b/Samples~/GroceryStore/Models/Bucket/Bucket.prefab similarity index 100% rename from Samples~/Demo/Models/Bucket/Bucket.prefab rename to Samples~/GroceryStore/Models/Bucket/Bucket.prefab diff --git a/Samples~/Demo/Models/Bucket/Bucket.prefab.meta b/Samples~/GroceryStore/Models/Bucket/Bucket.prefab.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Bucket.prefab.meta rename to Samples~/GroceryStore/Models/Bucket/Bucket.prefab.meta diff --git a/Samples~/Demo/Models/Bucket/Materials.meta b/Samples~/GroceryStore/Models/Bucket/Materials.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Materials.meta rename to Samples~/GroceryStore/Models/Bucket/Materials.meta diff --git a/Samples~/Demo/Models/Bucket/Materials/Metal_Rough.mat b/Samples~/GroceryStore/Models/Bucket/Materials/Metal_Rough.mat similarity index 100% rename from Samples~/Demo/Models/Bucket/Materials/Metal_Rough.mat rename to Samples~/GroceryStore/Models/Bucket/Materials/Metal_Rough.mat diff --git a/Samples~/Demo/Models/Bucket/Materials/Metal_Rough.mat.meta b/Samples~/GroceryStore/Models/Bucket/Materials/Metal_Rough.mat.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Materials/Metal_Rough.mat.meta rename to Samples~/GroceryStore/Models/Bucket/Materials/Metal_Rough.mat.meta diff --git a/Samples~/Demo/Models/Bucket/Materials/Textures.meta b/Samples~/GroceryStore/Models/Bucket/Materials/Textures.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Materials/Textures.meta rename to Samples~/GroceryStore/Models/Bucket/Materials/Textures.meta diff --git a/Samples~/Demo/Models/Bucket/Materials/Textures/Metal_Rough.tga b/Samples~/GroceryStore/Models/Bucket/Materials/Textures/Metal_Rough.tga similarity index 100% rename from Samples~/Demo/Models/Bucket/Materials/Textures/Metal_Rough.tga rename to Samples~/GroceryStore/Models/Bucket/Materials/Textures/Metal_Rough.tga diff --git a/Samples~/Demo/Models/Bucket/Materials/Textures/Metal_Rough.tga.meta b/Samples~/GroceryStore/Models/Bucket/Materials/Textures/Metal_Rough.tga.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Materials/Textures/Metal_Rough.tga.meta rename to Samples~/GroceryStore/Models/Bucket/Materials/Textures/Metal_Rough.tga.meta diff --git a/Samples~/Demo/Models/Bucket/Materials/Textures/WoodRough0106_2_S.tga b/Samples~/GroceryStore/Models/Bucket/Materials/Textures/WoodRough0106_2_S.tga similarity index 100% rename from Samples~/Demo/Models/Bucket/Materials/Textures/WoodRough0106_2_S.tga rename to Samples~/GroceryStore/Models/Bucket/Materials/Textures/WoodRough0106_2_S.tga diff --git a/Samples~/Demo/Models/Bucket/Materials/Textures/WoodRough0106_2_S.tga.meta b/Samples~/GroceryStore/Models/Bucket/Materials/Textures/WoodRough0106_2_S.tga.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Materials/Textures/WoodRough0106_2_S.tga.meta rename to Samples~/GroceryStore/Models/Bucket/Materials/Textures/WoodRough0106_2_S.tga.meta diff --git a/Samples~/Demo/Models/Bucket/Materials/WoodRough0106_2_S.mat b/Samples~/GroceryStore/Models/Bucket/Materials/WoodRough0106_2_S.mat similarity index 100% rename from Samples~/Demo/Models/Bucket/Materials/WoodRough0106_2_S.mat rename to Samples~/GroceryStore/Models/Bucket/Materials/WoodRough0106_2_S.mat diff --git a/Samples~/Demo/Models/Bucket/Materials/WoodRough0106_2_S.mat.meta b/Samples~/GroceryStore/Models/Bucket/Materials/WoodRough0106_2_S.mat.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Materials/WoodRough0106_2_S.mat.meta rename to Samples~/GroceryStore/Models/Bucket/Materials/WoodRough0106_2_S.mat.meta diff --git a/Samples~/Demo/Models/Bucket/Models.meta b/Samples~/GroceryStore/Models/Bucket/Models.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Models.meta rename to Samples~/GroceryStore/Models/Bucket/Models.meta diff --git a/Samples~/Demo/Models/Bucket/Models/Emmer-Handvat.dae b/Samples~/GroceryStore/Models/Bucket/Models/Emmer-Handvat.dae similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/Emmer-Handvat.dae rename to Samples~/GroceryStore/Models/Bucket/Models/Emmer-Handvat.dae diff --git a/Samples~/Demo/Models/Bucket/Models/Emmer-Handvat.dae.meta b/Samples~/GroceryStore/Models/Bucket/Models/Emmer-Handvat.dae.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/Emmer-Handvat.dae.meta rename to Samples~/GroceryStore/Models/Bucket/Models/Emmer-Handvat.dae.meta diff --git a/Samples~/Demo/Models/Bucket/Models/Emmer_100_99_100.dae b/Samples~/GroceryStore/Models/Bucket/Models/Emmer_100_99_100.dae similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/Emmer_100_99_100.dae rename to Samples~/GroceryStore/Models/Bucket/Models/Emmer_100_99_100.dae diff --git a/Samples~/Demo/Models/Bucket/Models/Emmer_100_99_100.dae.meta b/Samples~/GroceryStore/Models/Bucket/Models/Emmer_100_99_100.dae.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/Emmer_100_99_100.dae.meta rename to Samples~/GroceryStore/Models/Bucket/Models/Emmer_100_99_100.dae.meta diff --git a/Samples~/Demo/Models/Bucket/Models/Materials.meta b/Samples~/GroceryStore/Models/Bucket/Models/Materials.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/Materials.meta rename to Samples~/GroceryStore/Models/Bucket/Models/Materials.meta diff --git a/Samples~/Demo/Models/Bucket/Models/Materials/Emmer-1-Metal_Rough.mat b/Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-1-Metal_Rough.mat similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/Materials/Emmer-1-Metal_Rough.mat rename to Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-1-Metal_Rough.mat diff --git a/Samples~/Demo/Models/Bucket/Models/Materials/Emmer-1-Metal_Rough.mat.meta b/Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-1-Metal_Rough.mat.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/Materials/Emmer-1-Metal_Rough.mat.meta rename to Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-1-Metal_Rough.mat.meta diff --git a/Samples~/Demo/Models/Bucket/Models/Materials/Emmer-2-WoodRough0106_2_S.mat b/Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-2-WoodRough0106_2_S.mat similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/Materials/Emmer-2-WoodRough0106_2_S.mat rename to Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-2-WoodRough0106_2_S.mat diff --git a/Samples~/Demo/Models/Bucket/Models/Materials/Emmer-2-WoodRough0106_2_S.mat.meta b/Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-2-WoodRough0106_2_S.mat.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/Materials/Emmer-2-WoodRough0106_2_S.mat.meta rename to Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-2-WoodRough0106_2_S.mat.meta diff --git a/Samples~/Demo/Models/Bucket/Models/Materials/Emmer-Handvat-1-WoodRough0106_2_S.mat b/Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-Handvat-1-WoodRough0106_2_S.mat similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/Materials/Emmer-Handvat-1-WoodRough0106_2_S.mat rename to Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-Handvat-1-WoodRough0106_2_S.mat diff --git a/Samples~/Demo/Models/Bucket/Models/Materials/Emmer-Handvat-1-WoodRough0106_2_S.mat.meta b/Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-Handvat-1-WoodRough0106_2_S.mat.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/Materials/Emmer-Handvat-1-WoodRough0106_2_S.mat.meta rename to Samples~/GroceryStore/Models/Bucket/Models/Materials/Emmer-Handvat-1-WoodRough0106_2_S.mat.meta diff --git a/Samples~/Demo/Models/Bucket/Models/mesh2%Hengsel%0%.prefab b/Samples~/GroceryStore/Models/Bucket/Models/mesh2%Hengsel%0%.prefab similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/mesh2%Hengsel%0%.prefab rename to Samples~/GroceryStore/Models/Bucket/Models/mesh2%Hengsel%0%.prefab diff --git a/Samples~/Demo/Models/Bucket/Models/mesh2%Hengsel%0%.prefab.meta b/Samples~/GroceryStore/Models/Bucket/Models/mesh2%Hengsel%0%.prefab.meta similarity index 100% rename from Samples~/Demo/Models/Bucket/Models/mesh2%Hengsel%0%.prefab.meta rename to Samples~/GroceryStore/Models/Bucket/Models/mesh2%Hengsel%0%.prefab.meta diff --git a/Samples~/Demo/Models/Chair.dae b/Samples~/GroceryStore/Models/Chair.dae similarity index 100% rename from Samples~/Demo/Models/Chair.dae rename to Samples~/GroceryStore/Models/Chair.dae diff --git a/Samples~/Demo/Models/Chair.dae.meta b/Samples~/GroceryStore/Models/Chair.dae.meta similarity index 100% rename from Samples~/Demo/Models/Chair.dae.meta rename to Samples~/GroceryStore/Models/Chair.dae.meta diff --git a/Samples~/Demo/Models/Characters.meta b/Samples~/GroceryStore/Models/Characters.meta similarity index 100% rename from Samples~/Demo/Models/Characters.meta rename to Samples~/GroceryStore/Models/Characters.meta diff --git a/Samples~/Demo/Models/Characters/MakeHuman_high.fbx b/Samples~/GroceryStore/Models/Characters/MakeHuman_high.fbx similarity index 100% rename from Samples~/Demo/Models/Characters/MakeHuman_high.fbx rename to Samples~/GroceryStore/Models/Characters/MakeHuman_high.fbx diff --git a/Samples~/Demo/Models/Characters/MakeHuman_high.fbx.meta b/Samples~/GroceryStore/Models/Characters/MakeHuman_high.fbx.meta similarity index 100% rename from Samples~/Demo/Models/Characters/MakeHuman_high.fbx.meta rename to Samples~/GroceryStore/Models/Characters/MakeHuman_high.fbx.meta diff --git a/Samples~/Demo/Models/Characters/MakeHuman_simple_FP.fbx b/Samples~/GroceryStore/Models/Characters/MakeHuman_simple_FP.fbx similarity index 100% rename from Samples~/Demo/Models/Characters/MakeHuman_simple_FP.fbx rename to Samples~/GroceryStore/Models/Characters/MakeHuman_simple_FP.fbx diff --git a/Samples~/Demo/Models/Characters/MakeHuman_simple_FP.fbx.meta b/Samples~/GroceryStore/Models/Characters/MakeHuman_simple_FP.fbx.meta similarity index 100% rename from Samples~/Demo/Models/Characters/MakeHuman_simple_FP.fbx.meta rename to Samples~/GroceryStore/Models/Characters/MakeHuman_simple_FP.fbx.meta diff --git a/Samples~/Demo/Models/Characters/MakeHuman_simple_TP.fbx b/Samples~/GroceryStore/Models/Characters/MakeHuman_simple_TP.fbx similarity index 100% rename from Samples~/Demo/Models/Characters/MakeHuman_simple_TP.fbx rename to Samples~/GroceryStore/Models/Characters/MakeHuman_simple_TP.fbx diff --git a/Samples~/Demo/Models/Characters/MakeHuman_simple_TP.fbx.meta b/Samples~/GroceryStore/Models/Characters/MakeHuman_simple_TP.fbx.meta similarity index 100% rename from Samples~/Demo/Models/Characters/MakeHuman_simple_TP.fbx.meta rename to Samples~/GroceryStore/Models/Characters/MakeHuman_simple_TP.fbx.meta diff --git a/Samples~/Demo/Models/Characters/Materials.meta b/Samples~/GroceryStore/Models/Characters/Materials.meta similarity index 100% rename from Samples~/Demo/Models/Characters/Materials.meta rename to Samples~/GroceryStore/Models/Characters/Materials.meta diff --git a/Samples~/Demo/Models/Characters/Materials/MakeHuman_ClassicShoes.mat b/Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_ClassicShoes.mat similarity index 100% rename from Samples~/Demo/Models/Characters/Materials/MakeHuman_ClassicShoes.mat rename to Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_ClassicShoes.mat diff --git a/Samples~/Demo/Models/Characters/Materials/MakeHuman_ClassicShoes.mat.meta b/Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_ClassicShoes.mat.meta similarity index 100% rename from Samples~/Demo/Models/Characters/Materials/MakeHuman_ClassicShoes.mat.meta rename to Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_ClassicShoes.mat.meta diff --git a/Samples~/Demo/Models/Characters/Materials/MakeHuman_Jeans.mat b/Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Jeans.mat similarity index 100% rename from Samples~/Demo/Models/Characters/Materials/MakeHuman_Jeans.mat rename to Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Jeans.mat diff --git a/Samples~/Demo/Models/Characters/Materials/MakeHuman_Jeans.mat.meta b/Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Jeans.mat.meta similarity index 100% rename from Samples~/Demo/Models/Characters/Materials/MakeHuman_Jeans.mat.meta rename to Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Jeans.mat.meta diff --git a/Samples~/Demo/Models/Characters/Materials/MakeHuman_Longsleeve.mat b/Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Longsleeve.mat similarity index 100% rename from Samples~/Demo/Models/Characters/Materials/MakeHuman_Longsleeve.mat rename to Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Longsleeve.mat diff --git a/Samples~/Demo/Models/Characters/Materials/MakeHuman_Longsleeve.mat.meta b/Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Longsleeve.mat.meta similarity index 100% rename from Samples~/Demo/Models/Characters/Materials/MakeHuman_Longsleeve.mat.meta rename to Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Longsleeve.mat.meta diff --git a/Samples~/Demo/Models/Characters/Materials/MakeHuman_Skin.mat b/Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Skin.mat similarity index 100% rename from Samples~/Demo/Models/Characters/Materials/MakeHuman_Skin.mat rename to Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Skin.mat diff --git a/Samples~/Demo/Models/Characters/Materials/MakeHuman_Skin.mat.meta b/Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Skin.mat.meta similarity index 100% rename from Samples~/Demo/Models/Characters/Materials/MakeHuman_Skin.mat.meta rename to Samples~/GroceryStore/Models/Characters/Materials/MakeHuman_Skin.mat.meta diff --git a/Samples~/Demo/Models/Dorpsstraat-20-1950.dae b/Samples~/GroceryStore/Models/Dorpsstraat-20-1950.dae similarity index 100% rename from Samples~/Demo/Models/Dorpsstraat-20-1950.dae rename to Samples~/GroceryStore/Models/Dorpsstraat-20-1950.dae diff --git a/Samples~/Demo/Models/Dorpsstraat-20-1950.dae.meta b/Samples~/GroceryStore/Models/Dorpsstraat-20-1950.dae.meta similarity index 100% rename from Samples~/Demo/Models/Dorpsstraat-20-1950.dae.meta rename to Samples~/GroceryStore/Models/Dorpsstraat-20-1950.dae.meta diff --git a/Samples~/Demo/Models/Dorpsstraat-20-1950.skp b/Samples~/GroceryStore/Models/Dorpsstraat-20-1950.skp similarity index 100% rename from Samples~/Demo/Models/Dorpsstraat-20-1950.skp rename to Samples~/GroceryStore/Models/Dorpsstraat-20-1950.skp diff --git a/Samples~/Demo/Models/Dorpsstraat-20-1950.skp.meta b/Samples~/GroceryStore/Models/Dorpsstraat-20-1950.skp.meta similarity index 100% rename from Samples~/Demo/Models/Dorpsstraat-20-1950.skp.meta rename to Samples~/GroceryStore/Models/Dorpsstraat-20-1950.skp.meta diff --git a/Samples~/Demo/Models/Hopjes.dae b/Samples~/GroceryStore/Models/Hopjes.dae similarity index 100% rename from Samples~/Demo/Models/Hopjes.dae rename to Samples~/GroceryStore/Models/Hopjes.dae diff --git a/Samples~/Demo/Models/Hopjes.dae.meta b/Samples~/GroceryStore/Models/Hopjes.dae.meta similarity index 100% rename from Samples~/Demo/Models/Hopjes.dae.meta rename to Samples~/GroceryStore/Models/Hopjes.dae.meta diff --git a/Samples~/Demo/Models/Materials.meta b/Samples~/GroceryStore/Models/Materials.meta similarity index 100% rename from Samples~/Demo/Models/Materials.meta rename to Samples~/GroceryStore/Models/Materials.meta diff --git a/Samples~/Demo/Models/Materials/357 Magnum-1-SUDCDarkGoldenrod.mat b/Samples~/GroceryStore/Models/Materials/357 Magnum-1-SUDCDarkGoldenrod.mat similarity index 100% rename from Samples~/Demo/Models/Materials/357 Magnum-1-SUDCDarkGoldenrod.mat rename to Samples~/GroceryStore/Models/Materials/357 Magnum-1-SUDCDarkGoldenrod.mat diff --git a/Samples~/Demo/Models/Materials/357 Magnum-1-SUDCDarkGoldenrod.mat.meta b/Samples~/GroceryStore/Models/Materials/357 Magnum-1-SUDCDarkGoldenrod.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/357 Magnum-1-SUDCDarkGoldenrod.mat.meta rename to Samples~/GroceryStore/Models/Materials/357 Magnum-1-SUDCDarkGoldenrod.mat.meta diff --git a/Samples~/Demo/Models/Materials/357 Magnum-2-playup_nomaterial.mat b/Samples~/GroceryStore/Models/Materials/357 Magnum-2-playup_nomaterial.mat similarity index 100% rename from Samples~/Demo/Models/Materials/357 Magnum-2-playup_nomaterial.mat rename to Samples~/GroceryStore/Models/Materials/357 Magnum-2-playup_nomaterial.mat diff --git a/Samples~/Demo/Models/Materials/357 Magnum-2-playup_nomaterial.mat.meta b/Samples~/GroceryStore/Models/Materials/357 Magnum-2-playup_nomaterial.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/357 Magnum-2-playup_nomaterial.mat.meta rename to Samples~/GroceryStore/Models/Materials/357 Magnum-2-playup_nomaterial.mat.meta diff --git a/Samples~/Demo/Models/Materials/357 Magnum-3-Wood_Cherry_Original.mat b/Samples~/GroceryStore/Models/Materials/357 Magnum-3-Wood_Cherry_Original.mat similarity index 100% rename from Samples~/Demo/Models/Materials/357 Magnum-3-Wood_Cherry_Original.mat rename to Samples~/GroceryStore/Models/Materials/357 Magnum-3-Wood_Cherry_Original.mat diff --git a/Samples~/Demo/Models/Materials/357 Magnum-3-Wood_Cherry_Original.mat.meta b/Samples~/GroceryStore/Models/Materials/357 Magnum-3-Wood_Cherry_Original.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/357 Magnum-3-Wood_Cherry_Original.mat.meta rename to Samples~/GroceryStore/Models/Materials/357 Magnum-3-Wood_Cherry_Original.mat.meta diff --git a/Samples~/Demo/Models/Materials/357 Magnum-4-SUDCColor003.mat b/Samples~/GroceryStore/Models/Materials/357 Magnum-4-SUDCColor003.mat similarity index 100% rename from Samples~/Demo/Models/Materials/357 Magnum-4-SUDCColor003.mat rename to Samples~/GroceryStore/Models/Materials/357 Magnum-4-SUDCColor003.mat diff --git a/Samples~/Demo/Models/Materials/357 Magnum-4-SUDCColor003.mat.meta b/Samples~/GroceryStore/Models/Materials/357 Magnum-4-SUDCColor003.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/357 Magnum-4-SUDCColor003.mat.meta rename to Samples~/GroceryStore/Models/Materials/357 Magnum-4-SUDCColor003.mat.meta diff --git a/Samples~/Demo/Models/Materials/357 Magnum-5-SUDC0128White.mat b/Samples~/GroceryStore/Models/Materials/357 Magnum-5-SUDC0128White.mat similarity index 100% rename from Samples~/Demo/Models/Materials/357 Magnum-5-SUDC0128White.mat rename to Samples~/GroceryStore/Models/Materials/357 Magnum-5-SUDC0128White.mat diff --git a/Samples~/Demo/Models/Materials/357 Magnum-5-SUDC0128White.mat.meta b/Samples~/GroceryStore/Models/Materials/357 Magnum-5-SUDC0128White.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/357 Magnum-5-SUDC0128White.mat.meta rename to Samples~/GroceryStore/Models/Materials/357 Magnum-5-SUDC0128White.mat.meta diff --git a/Samples~/Demo/Models/Materials/Brick_Antique.mat b/Samples~/GroceryStore/Models/Materials/Brick_Antique.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Brick_Antique.mat rename to Samples~/GroceryStore/Models/Materials/Brick_Antique.mat diff --git a/Samples~/Demo/Models/Materials/Brick_Antique.mat.meta b/Samples~/GroceryStore/Models/Materials/Brick_Antique.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Brick_Antique.mat.meta rename to Samples~/GroceryStore/Models/Materials/Brick_Antique.mat.meta diff --git a/Samples~/Demo/Models/Materials/Brick_Rough_Dark.mat b/Samples~/GroceryStore/Models/Materials/Brick_Rough_Dark.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Brick_Rough_Dark.mat rename to Samples~/GroceryStore/Models/Materials/Brick_Rough_Dark.mat diff --git a/Samples~/Demo/Models/Materials/Brick_Rough_Dark.mat.meta b/Samples~/GroceryStore/Models/Materials/Brick_Rough_Dark.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Brick_Rough_Dark.mat.meta rename to Samples~/GroceryStore/Models/Materials/Brick_Rough_Dark.mat.meta diff --git a/Samples~/Demo/Models/Materials/Bruidsuikers-1-SUDCColorA06.mat b/Samples~/GroceryStore/Models/Materials/Bruidsuikers-1-SUDCColorA06.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Bruidsuikers-1-SUDCColorA06.mat rename to Samples~/GroceryStore/Models/Materials/Bruidsuikers-1-SUDCColorA06.mat diff --git a/Samples~/Demo/Models/Materials/Bruidsuikers-1-SUDCColorA06.mat.meta b/Samples~/GroceryStore/Models/Materials/Bruidsuikers-1-SUDCColorA06.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Bruidsuikers-1-SUDCColorA06.mat.meta rename to Samples~/GroceryStore/Models/Materials/Bruidsuikers-1-SUDCColorA06.mat.meta diff --git a/Samples~/Demo/Models/Materials/Bruidsuikers-2-Bruidsuikers.mat b/Samples~/GroceryStore/Models/Materials/Bruidsuikers-2-Bruidsuikers.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Bruidsuikers-2-Bruidsuikers.mat rename to Samples~/GroceryStore/Models/Materials/Bruidsuikers-2-Bruidsuikers.mat diff --git a/Samples~/Demo/Models/Materials/Bruidsuikers-2-Bruidsuikers.mat.meta b/Samples~/GroceryStore/Models/Materials/Bruidsuikers-2-Bruidsuikers.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Bruidsuikers-2-Bruidsuikers.mat.meta rename to Samples~/GroceryStore/Models/Materials/Bruidsuikers-2-Bruidsuikers.mat.meta diff --git a/Samples~/Demo/Models/Materials/Bruidsuikers-Bruidsuikers.mat b/Samples~/GroceryStore/Models/Materials/Bruidsuikers-Bruidsuikers.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Bruidsuikers-Bruidsuikers.mat rename to Samples~/GroceryStore/Models/Materials/Bruidsuikers-Bruidsuikers.mat diff --git a/Samples~/Demo/Models/Materials/Bruidsuikers-Bruidsuikers.mat.meta b/Samples~/GroceryStore/Models/Materials/Bruidsuikers-Bruidsuikers.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Bruidsuikers-Bruidsuikers.mat.meta rename to Samples~/GroceryStore/Models/Materials/Bruidsuikers-Bruidsuikers.mat.meta diff --git a/Samples~/Demo/Models/Materials/Bruidsuikers-red.mat b/Samples~/GroceryStore/Models/Materials/Bruidsuikers-red.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Bruidsuikers-red.mat rename to Samples~/GroceryStore/Models/Materials/Bruidsuikers-red.mat diff --git a/Samples~/Demo/Models/Materials/Bruidsuikers-red.mat.meta b/Samples~/GroceryStore/Models/Materials/Bruidsuikers-red.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Bruidsuikers-red.mat.meta rename to Samples~/GroceryStore/Models/Materials/Bruidsuikers-red.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-1-SUDCTranslucentGlassGray.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-1-SUDCTranslucentGlassGray.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-1-SUDCTranslucentGlassGray.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-1-SUDCTranslucentGlassGray.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-1-SUDCTranslucentGlassGray.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-1-SUDCTranslucentGlassGray.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-1-SUDCTranslucentGlassGray.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-1-SUDCTranslucentGlassGray.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-10-dakpannen.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-10-dakpannen.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-10-dakpannen.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-10-dakpannen.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-10-dakpannen.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-10-dakpannen.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-10-dakpannen.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-10-dakpannen.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-11-SUDCOpaqueGlassGray.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-11-SUDCOpaqueGlassGray.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-11-SUDCOpaqueGlassGray.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-11-SUDCOpaqueGlassGray.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-11-SUDCOpaqueGlassGray.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-11-SUDCOpaqueGlassGray.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-11-SUDCOpaqueGlassGray.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-11-SUDCOpaqueGlassGray.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-12-SUDCColor005.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-12-SUDCColor005.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-12-SUDCColor005.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-12-SUDCColor005.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-12-SUDCColor005.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-12-SUDCColor005.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-12-SUDCColor005.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-12-SUDCColor005.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-13-Wood_Floor.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-13-Wood_Floor.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-13-Wood_Floor.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-13-Wood_Floor.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-13-Wood_Floor.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-13-Wood_Floor.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-13-Wood_Floor.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-13-Wood_Floor.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-2-Brick_Rough_Dark.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-2-Brick_Rough_Dark.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-2-Brick_Rough_Dark.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-2-Brick_Rough_Dark.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-2-Brick_Rough_Dark.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-2-Brick_Rough_Dark.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-2-Brick_Rough_Dark.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-2-Brick_Rough_Dark.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-3-SUDCColorF24.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-3-SUDCColorF24.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-3-SUDCColorF24.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-3-SUDCColorF24.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-3-SUDCColorF24.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-3-SUDCColorF24.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-3-SUDCColorF24.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-3-SUDCColorF24.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-4-Brick_Antique.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-4-Brick_Antique.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-4-Brick_Antique.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-4-Brick_Antique.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-4-Brick_Antique.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-4-Brick_Antique.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-4-Brick_Antique.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-4-Brick_Antique.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-4-SUDCOpaqueGlassGray.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-4-SUDCOpaqueGlassGray.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-4-SUDCOpaqueGlassGray.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-4-SUDCOpaqueGlassGray.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-4-SUDCOpaqueGlassGray.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-4-SUDCOpaqueGlassGray.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-4-SUDCOpaqueGlassGray.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-4-SUDCOpaqueGlassGray.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-5-playup_nomaterial.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-5-playup_nomaterial.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-5-playup_nomaterial.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-5-playup_nomaterial.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-5-playup_nomaterial.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-5-playup_nomaterial.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-5-playup_nomaterial.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-5-playup_nomaterial.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-6-SUDCColor004.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-6-SUDCColor004.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-6-SUDCColor004.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-6-SUDCColor004.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-6-SUDCColor004.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-6-SUDCColor004.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-6-SUDCColor004.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-6-SUDCColor004.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-7-SUDCColor001.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-7-SUDCColor001.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-7-SUDCColor001.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-7-SUDCColor001.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-7-SUDCColor001.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-7-SUDCColor001.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-7-SUDCColor001.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-7-SUDCColor001.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-8-SUDCColorB19.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-8-SUDCColorB19.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-8-SUDCColorB19.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-8-SUDCColorB19.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-8-SUDCColorB19.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-8-SUDCColorB19.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-8-SUDCColorB19.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-8-SUDCColorB19.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-9-Roofing_Shingles_Asphalt.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-9-Roofing_Shingles_Asphalt.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-9-Roofing_Shingles_Asphalt.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-9-Roofing_Shingles_Asphalt.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-9-Roofing_Shingles_Asphalt.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-9-Roofing_Shingles_Asphalt.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-20-1950-9-Roofing_Shingles_Asphalt.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-20-1950-9-Roofing_Shingles_Asphalt.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-1-SUDCColor005.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-1-SUDCColor005.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-1-SUDCColor005.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-1-SUDCColor005.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-1-SUDCColor005.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-1-SUDCColor005.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-1-SUDCColor005.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-1-SUDCColor005.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-11-SUDCColorB19.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-11-SUDCColorB19.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-11-SUDCColorB19.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-11-SUDCColorB19.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-11-SUDCColorB19.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-11-SUDCColorB19.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-11-SUDCColorB19.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-11-SUDCColorB19.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-2-SUDCTranslucentGlassGray.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-2-SUDCTranslucentGlassGray.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-2-SUDCTranslucentGlassGray.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-2-SUDCTranslucentGlassGray.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-2-SUDCTranslucentGlassGray.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-2-SUDCTranslucentGlassGray.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-2-SUDCTranslucentGlassGray.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-2-SUDCTranslucentGlassGray.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-3-SUDCColor001.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-3-SUDCColor001.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-3-SUDCColor001.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-3-SUDCColor001.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-3-SUDCColor001.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-3-SUDCColor001.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-3-SUDCColor001.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-3-SUDCColor001.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-4-SUDCColorF24.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-4-SUDCColorF24.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-4-SUDCColorF24.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-4-SUDCColorF24.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-4-SUDCColorF24.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-4-SUDCColorF24.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-4-SUDCColorF24.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-4-SUDCColorF24.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-5-SUDCColor004.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-5-SUDCColor004.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-5-SUDCColor004.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-5-SUDCColor004.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-5-SUDCColor004.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-5-SUDCColor004.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-5-SUDCColor004.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-5-SUDCColor004.mat.meta diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-6-playup_nomaterial.mat b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-6-playup_nomaterial.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-6-playup_nomaterial.mat rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-6-playup_nomaterial.mat diff --git a/Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-6-playup_nomaterial.mat.meta b/Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-6-playup_nomaterial.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Dorpsstraat-22-1950-6-playup_nomaterial.mat.meta rename to Samples~/GroceryStore/Models/Materials/Dorpsstraat-22-1950-6-playup_nomaterial.mat.meta diff --git a/Samples~/Demo/Models/Materials/Hopjes-1-SUDCColorB24.mat b/Samples~/GroceryStore/Models/Materials/Hopjes-1-SUDCColorB24.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Hopjes-1-SUDCColorB24.mat rename to Samples~/GroceryStore/Models/Materials/Hopjes-1-SUDCColorB24.mat diff --git a/Samples~/Demo/Models/Materials/Hopjes-1-SUDCColorB24.mat.meta b/Samples~/GroceryStore/Models/Materials/Hopjes-1-SUDCColorB24.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Hopjes-1-SUDCColorB24.mat.meta rename to Samples~/GroceryStore/Models/Materials/Hopjes-1-SUDCColorB24.mat.meta diff --git a/Samples~/Demo/Models/Materials/Hopjes-2-HopjesEtiket.mat b/Samples~/GroceryStore/Models/Materials/Hopjes-2-HopjesEtiket.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Hopjes-2-HopjesEtiket.mat rename to Samples~/GroceryStore/Models/Materials/Hopjes-2-HopjesEtiket.mat diff --git a/Samples~/Demo/Models/Materials/Hopjes-2-HopjesEtiket.mat.meta b/Samples~/GroceryStore/Models/Materials/Hopjes-2-HopjesEtiket.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Hopjes-2-HopjesEtiket.mat.meta rename to Samples~/GroceryStore/Models/Materials/Hopjes-2-HopjesEtiket.mat.meta diff --git a/Samples~/Demo/Models/Materials/Hopjes-Etiket.mat b/Samples~/GroceryStore/Models/Materials/Hopjes-Etiket.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Hopjes-Etiket.mat rename to Samples~/GroceryStore/Models/Materials/Hopjes-Etiket.mat diff --git a/Samples~/Demo/Models/Materials/Hopjes-Etiket.mat.meta b/Samples~/GroceryStore/Models/Materials/Hopjes-Etiket.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Hopjes-Etiket.mat.meta rename to Samples~/GroceryStore/Models/Materials/Hopjes-Etiket.mat.meta diff --git a/Samples~/Demo/Models/Materials/Hopjes-black.mat b/Samples~/GroceryStore/Models/Materials/Hopjes-black.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Hopjes-black.mat rename to Samples~/GroceryStore/Models/Materials/Hopjes-black.mat diff --git a/Samples~/Demo/Models/Materials/Hopjes-black.mat.meta b/Samples~/GroceryStore/Models/Materials/Hopjes-black.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Hopjes-black.mat.meta rename to Samples~/GroceryStore/Models/Materials/Hopjes-black.mat.meta diff --git a/Samples~/Demo/Models/Materials/Leather-gray.mat b/Samples~/GroceryStore/Models/Materials/Leather-gray.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Leather-gray.mat rename to Samples~/GroceryStore/Models/Materials/Leather-gray.mat diff --git a/Samples~/Demo/Models/Materials/Leather-gray.mat.meta b/Samples~/GroceryStore/Models/Materials/Leather-gray.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Leather-gray.mat.meta rename to Samples~/GroceryStore/Models/Materials/Leather-gray.mat.meta diff --git a/Samples~/Demo/Models/Materials/Metal-rough.mat b/Samples~/GroceryStore/Models/Materials/Metal-rough.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Metal-rough.mat rename to Samples~/GroceryStore/Models/Materials/Metal-rough.mat diff --git a/Samples~/Demo/Models/Materials/Metal-rough.mat.meta b/Samples~/GroceryStore/Models/Materials/Metal-rough.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Metal-rough.mat.meta rename to Samples~/GroceryStore/Models/Materials/Metal-rough.mat.meta diff --git a/Samples~/Demo/Models/Materials/Metal_Corrogated_Shiny.mat b/Samples~/GroceryStore/Models/Materials/Metal_Corrogated_Shiny.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Metal_Corrogated_Shiny.mat rename to Samples~/GroceryStore/Models/Materials/Metal_Corrogated_Shiny.mat diff --git a/Samples~/Demo/Models/Materials/Metal_Corrogated_Shiny.mat.meta b/Samples~/GroceryStore/Models/Materials/Metal_Corrogated_Shiny.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Metal_Corrogated_Shiny.mat.meta rename to Samples~/GroceryStore/Models/Materials/Metal_Corrogated_Shiny.mat.meta diff --git a/Samples~/Demo/Models/Materials/OllandPlateau1-1-SUDCColor007.mat b/Samples~/GroceryStore/Models/Materials/OllandPlateau1-1-SUDCColor007.mat similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau1-1-SUDCColor007.mat rename to Samples~/GroceryStore/Models/Materials/OllandPlateau1-1-SUDCColor007.mat diff --git a/Samples~/Demo/Models/Materials/OllandPlateau1-1-SUDCColor007.mat.meta b/Samples~/GroceryStore/Models/Materials/OllandPlateau1-1-SUDCColor007.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau1-1-SUDCColor007.mat.meta rename to Samples~/GroceryStore/Models/Materials/OllandPlateau1-1-SUDCColor007.mat.meta diff --git a/Samples~/Demo/Models/Materials/OllandPlateau1-2-playup_nomaterial.mat b/Samples~/GroceryStore/Models/Materials/OllandPlateau1-2-playup_nomaterial.mat similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau1-2-playup_nomaterial.mat rename to Samples~/GroceryStore/Models/Materials/OllandPlateau1-2-playup_nomaterial.mat diff --git a/Samples~/Demo/Models/Materials/OllandPlateau1-2-playup_nomaterial.mat.meta b/Samples~/GroceryStore/Models/Materials/OllandPlateau1-2-playup_nomaterial.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau1-2-playup_nomaterial.mat.meta rename to Samples~/GroceryStore/Models/Materials/OllandPlateau1-2-playup_nomaterial.mat.meta diff --git a/Samples~/Demo/Models/Materials/OllandPlateau1-3-SUDCColor001.mat b/Samples~/GroceryStore/Models/Materials/OllandPlateau1-3-SUDCColor001.mat similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau1-3-SUDCColor001.mat rename to Samples~/GroceryStore/Models/Materials/OllandPlateau1-3-SUDCColor001.mat diff --git a/Samples~/Demo/Models/Materials/OllandPlateau1-3-SUDCColor001.mat.meta b/Samples~/GroceryStore/Models/Materials/OllandPlateau1-3-SUDCColor001.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau1-3-SUDCColor001.mat.meta rename to Samples~/GroceryStore/Models/Materials/OllandPlateau1-3-SUDCColor001.mat.meta diff --git a/Samples~/Demo/Models/Materials/OllandPlateau2-1-SUDCColor007.mat b/Samples~/GroceryStore/Models/Materials/OllandPlateau2-1-SUDCColor007.mat similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau2-1-SUDCColor007.mat rename to Samples~/GroceryStore/Models/Materials/OllandPlateau2-1-SUDCColor007.mat diff --git a/Samples~/Demo/Models/Materials/OllandPlateau2-1-SUDCColor007.mat.meta b/Samples~/GroceryStore/Models/Materials/OllandPlateau2-1-SUDCColor007.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau2-1-SUDCColor007.mat.meta rename to Samples~/GroceryStore/Models/Materials/OllandPlateau2-1-SUDCColor007.mat.meta diff --git a/Samples~/Demo/Models/Materials/OllandPlateau2-2-playup_nomaterial.mat b/Samples~/GroceryStore/Models/Materials/OllandPlateau2-2-playup_nomaterial.mat similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau2-2-playup_nomaterial.mat rename to Samples~/GroceryStore/Models/Materials/OllandPlateau2-2-playup_nomaterial.mat diff --git a/Samples~/Demo/Models/Materials/OllandPlateau2-2-playup_nomaterial.mat.meta b/Samples~/GroceryStore/Models/Materials/OllandPlateau2-2-playup_nomaterial.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau2-2-playup_nomaterial.mat.meta rename to Samples~/GroceryStore/Models/Materials/OllandPlateau2-2-playup_nomaterial.mat.meta diff --git a/Samples~/Demo/Models/Materials/OllandPlateau2-3-SUDCColor001.mat b/Samples~/GroceryStore/Models/Materials/OllandPlateau2-3-SUDCColor001.mat similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau2-3-SUDCColor001.mat rename to Samples~/GroceryStore/Models/Materials/OllandPlateau2-3-SUDCColor001.mat diff --git a/Samples~/Demo/Models/Materials/OllandPlateau2-3-SUDCColor001.mat.meta b/Samples~/GroceryStore/Models/Materials/OllandPlateau2-3-SUDCColor001.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/OllandPlateau2-3-SUDCColor001.mat.meta rename to Samples~/GroceryStore/Models/Materials/OllandPlateau2-3-SUDCColor001.mat.meta diff --git a/Samples~/Demo/Models/Materials/OllandWeegschaal-1-playup_nomaterial.mat b/Samples~/GroceryStore/Models/Materials/OllandWeegschaal-1-playup_nomaterial.mat similarity index 100% rename from Samples~/Demo/Models/Materials/OllandWeegschaal-1-playup_nomaterial.mat rename to Samples~/GroceryStore/Models/Materials/OllandWeegschaal-1-playup_nomaterial.mat diff --git a/Samples~/Demo/Models/Materials/OllandWeegschaal-1-playup_nomaterial.mat.meta b/Samples~/GroceryStore/Models/Materials/OllandWeegschaal-1-playup_nomaterial.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/OllandWeegschaal-1-playup_nomaterial.mat.meta rename to Samples~/GroceryStore/Models/Materials/OllandWeegschaal-1-playup_nomaterial.mat.meta diff --git a/Samples~/Demo/Models/Materials/OllandWeegschaal-2-SUDCColor008.mat b/Samples~/GroceryStore/Models/Materials/OllandWeegschaal-2-SUDCColor008.mat similarity index 100% rename from Samples~/Demo/Models/Materials/OllandWeegschaal-2-SUDCColor008.mat rename to Samples~/GroceryStore/Models/Materials/OllandWeegschaal-2-SUDCColor008.mat diff --git a/Samples~/Demo/Models/Materials/OllandWeegschaal-2-SUDCColor008.mat.meta b/Samples~/GroceryStore/Models/Materials/OllandWeegschaal-2-SUDCColor008.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/OllandWeegschaal-2-SUDCColor008.mat.meta rename to Samples~/GroceryStore/Models/Materials/OllandWeegschaal-2-SUDCColor008.mat.meta diff --git a/Samples~/Demo/Models/Materials/OllandWeegschaal-3-292.mat b/Samples~/GroceryStore/Models/Materials/OllandWeegschaal-3-292.mat similarity index 100% rename from Samples~/Demo/Models/Materials/OllandWeegschaal-3-292.mat rename to Samples~/GroceryStore/Models/Materials/OllandWeegschaal-3-292.mat diff --git a/Samples~/Demo/Models/Materials/OllandWeegschaal-3-292.mat.meta b/Samples~/GroceryStore/Models/Materials/OllandWeegschaal-3-292.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/OllandWeegschaal-3-292.mat.meta rename to Samples~/GroceryStore/Models/Materials/OllandWeegschaal-3-292.mat.meta diff --git a/Samples~/Demo/Models/Materials/OllandWeegschaal-4-SUDCTranslucentGlassGray.mat b/Samples~/GroceryStore/Models/Materials/OllandWeegschaal-4-SUDCTranslucentGlassGray.mat similarity index 100% rename from Samples~/Demo/Models/Materials/OllandWeegschaal-4-SUDCTranslucentGlassGray.mat rename to Samples~/GroceryStore/Models/Materials/OllandWeegschaal-4-SUDCTranslucentGlassGray.mat diff --git a/Samples~/Demo/Models/Materials/OllandWeegschaal-4-SUDCTranslucentGlassGray.mat.meta b/Samples~/GroceryStore/Models/Materials/OllandWeegschaal-4-SUDCTranslucentGlassGray.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/OllandWeegschaal-4-SUDCTranslucentGlassGray.mat.meta rename to Samples~/GroceryStore/Models/Materials/OllandWeegschaal-4-SUDCTranslucentGlassGray.mat.meta diff --git a/Samples~/Demo/Models/Materials/OllandWeegschaal-5-SUDCColorC10.mat b/Samples~/GroceryStore/Models/Materials/OllandWeegschaal-5-SUDCColorC10.mat similarity index 100% rename from Samples~/Demo/Models/Materials/OllandWeegschaal-5-SUDCColorC10.mat rename to Samples~/GroceryStore/Models/Materials/OllandWeegschaal-5-SUDCColorC10.mat diff --git a/Samples~/Demo/Models/Materials/OllandWeegschaal-5-SUDCColorC10.mat.meta b/Samples~/GroceryStore/Models/Materials/OllandWeegschaal-5-SUDCColorC10.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/OllandWeegschaal-5-SUDCColorC10.mat.meta rename to Samples~/GroceryStore/Models/Materials/OllandWeegschaal-5-SUDCColorC10.mat.meta diff --git a/Samples~/Demo/Models/Materials/Opaque_Glass_Gray.mat b/Samples~/GroceryStore/Models/Materials/Opaque_Glass_Gray.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Opaque_Glass_Gray.mat rename to Samples~/GroceryStore/Models/Materials/Opaque_Glass_Gray.mat diff --git a/Samples~/Demo/Models/Materials/Opaque_Glass_Gray.mat.meta b/Samples~/GroceryStore/Models/Materials/Opaque_Glass_Gray.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Opaque_Glass_Gray.mat.meta rename to Samples~/GroceryStore/Models/Materials/Opaque_Glass_Gray.mat.meta diff --git a/Samples~/Demo/Models/Materials/Roofing_Shingles_Asphalt.mat b/Samples~/GroceryStore/Models/Materials/Roofing_Shingles_Asphalt.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Roofing_Shingles_Asphalt.mat rename to Samples~/GroceryStore/Models/Materials/Roofing_Shingles_Asphalt.mat diff --git a/Samples~/Demo/Models/Materials/Roofing_Shingles_Asphalt.mat.meta b/Samples~/GroceryStore/Models/Materials/Roofing_Shingles_Asphalt.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Roofing_Shingles_Asphalt.mat.meta rename to Samples~/GroceryStore/Models/Materials/Roofing_Shingles_Asphalt.mat.meta diff --git a/Samples~/Demo/Models/Materials/Sword-1-Metal_Corrogated_Shiny.mat b/Samples~/GroceryStore/Models/Materials/Sword-1-Metal_Corrogated_Shiny.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Sword-1-Metal_Corrogated_Shiny.mat rename to Samples~/GroceryStore/Models/Materials/Sword-1-Metal_Corrogated_Shiny.mat diff --git a/Samples~/Demo/Models/Materials/Sword-1-Metal_Corrogated_Shiny.mat.meta b/Samples~/GroceryStore/Models/Materials/Sword-1-Metal_Corrogated_Shiny.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Sword-1-Metal_Corrogated_Shiny.mat.meta rename to Samples~/GroceryStore/Models/Materials/Sword-1-Metal_Corrogated_Shiny.mat.meta diff --git a/Samples~/Demo/Models/Materials/Sword-2-playup_nomaterial.mat b/Samples~/GroceryStore/Models/Materials/Sword-2-playup_nomaterial.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Sword-2-playup_nomaterial.mat rename to Samples~/GroceryStore/Models/Materials/Sword-2-playup_nomaterial.mat diff --git a/Samples~/Demo/Models/Materials/Sword-2-playup_nomaterial.mat.meta b/Samples~/GroceryStore/Models/Materials/Sword-2-playup_nomaterial.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Sword-2-playup_nomaterial.mat.meta rename to Samples~/GroceryStore/Models/Materials/Sword-2-playup_nomaterial.mat.meta diff --git a/Samples~/Demo/Models/Materials/Sword-3-Vegetation_Bark_Ponderosa.mat b/Samples~/GroceryStore/Models/Materials/Sword-3-Vegetation_Bark_Ponderosa.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Sword-3-Vegetation_Bark_Ponderosa.mat rename to Samples~/GroceryStore/Models/Materials/Sword-3-Vegetation_Bark_Ponderosa.mat diff --git a/Samples~/Demo/Models/Materials/Sword-3-Vegetation_Bark_Ponderosa.mat.meta b/Samples~/GroceryStore/Models/Materials/Sword-3-Vegetation_Bark_Ponderosa.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Sword-3-Vegetation_Bark_Ponderosa.mat.meta rename to Samples~/GroceryStore/Models/Materials/Sword-3-Vegetation_Bark_Ponderosa.mat.meta diff --git a/Samples~/Demo/Models/Materials/Sword-4-Mastersword.mat b/Samples~/GroceryStore/Models/Materials/Sword-4-Mastersword.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Sword-4-Mastersword.mat rename to Samples~/GroceryStore/Models/Materials/Sword-4-Mastersword.mat diff --git a/Samples~/Demo/Models/Materials/Sword-4-Mastersword.mat.meta b/Samples~/GroceryStore/Models/Materials/Sword-4-Mastersword.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Sword-4-Mastersword.mat.meta rename to Samples~/GroceryStore/Models/Materials/Sword-4-Mastersword.mat.meta diff --git a/Samples~/Demo/Models/Materials/Sword2-0112_SlateBlue.mat b/Samples~/GroceryStore/Models/Materials/Sword2-0112_SlateBlue.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Sword2-0112_SlateBlue.mat rename to Samples~/GroceryStore/Models/Materials/Sword2-0112_SlateBlue.mat diff --git a/Samples~/Demo/Models/Materials/Sword2-0112_SlateBlue.mat.meta b/Samples~/GroceryStore/Models/Materials/Sword2-0112_SlateBlue.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Sword2-0112_SlateBlue.mat.meta rename to Samples~/GroceryStore/Models/Materials/Sword2-0112_SlateBlue.mat.meta diff --git a/Samples~/Demo/Models/Materials/Sword2-0131_Silver.mat b/Samples~/GroceryStore/Models/Materials/Sword2-0131_Silver.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Sword2-0131_Silver.mat rename to Samples~/GroceryStore/Models/Materials/Sword2-0131_Silver.mat diff --git a/Samples~/Demo/Models/Materials/Sword2-0131_Silver.mat.meta b/Samples~/GroceryStore/Models/Materials/Sword2-0131_Silver.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Sword2-0131_Silver.mat.meta rename to Samples~/GroceryStore/Models/Materials/Sword2-0131_Silver.mat.meta diff --git a/Samples~/Demo/Models/Materials/Sword2-Metal_Corrogated_Shiny.mat b/Samples~/GroceryStore/Models/Materials/Sword2-Metal_Corrogated_Shiny.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Sword2-Metal_Corrogated_Shiny.mat rename to Samples~/GroceryStore/Models/Materials/Sword2-Metal_Corrogated_Shiny.mat diff --git a/Samples~/Demo/Models/Materials/Sword2-Metal_Corrogated_Shiny.mat.meta b/Samples~/GroceryStore/Models/Materials/Sword2-Metal_Corrogated_Shiny.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Sword2-Metal_Corrogated_Shiny.mat.meta rename to Samples~/GroceryStore/Models/Materials/Sword2-Metal_Corrogated_Shiny.mat.meta diff --git a/Samples~/Demo/Models/Materials/Textures.meta b/Samples~/GroceryStore/Models/Materials/Textures.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures.meta rename to Samples~/GroceryStore/Models/Materials/Textures.meta diff --git a/Samples~/Demo/Models/Materials/Textures/Brick_Antique.tga b/Samples~/GroceryStore/Models/Materials/Textures/Brick_Antique.tga similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Brick_Antique.tga rename to Samples~/GroceryStore/Models/Materials/Textures/Brick_Antique.tga diff --git a/Samples~/Demo/Models/Materials/Textures/Brick_Antique.tga.meta b/Samples~/GroceryStore/Models/Materials/Textures/Brick_Antique.tga.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Brick_Antique.tga.meta rename to Samples~/GroceryStore/Models/Materials/Textures/Brick_Antique.tga.meta diff --git a/Samples~/Demo/Models/Materials/Textures/Brick_Rough_Dark.tga b/Samples~/GroceryStore/Models/Materials/Textures/Brick_Rough_Dark.tga similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Brick_Rough_Dark.tga rename to Samples~/GroceryStore/Models/Materials/Textures/Brick_Rough_Dark.tga diff --git a/Samples~/Demo/Models/Materials/Textures/Brick_Rough_Dark.tga.meta b/Samples~/GroceryStore/Models/Materials/Textures/Brick_Rough_Dark.tga.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Brick_Rough_Dark.tga.meta rename to Samples~/GroceryStore/Models/Materials/Textures/Brick_Rough_Dark.tga.meta diff --git a/Samples~/Demo/Models/Materials/Textures/Bruidsuikers.tga b/Samples~/GroceryStore/Models/Materials/Textures/Bruidsuikers.tga similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Bruidsuikers.tga rename to Samples~/GroceryStore/Models/Materials/Textures/Bruidsuikers.tga diff --git a/Samples~/Demo/Models/Materials/Textures/Bruidsuikers.tga.meta b/Samples~/GroceryStore/Models/Materials/Textures/Bruidsuikers.tga.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Bruidsuikers.tga.meta rename to Samples~/GroceryStore/Models/Materials/Textures/Bruidsuikers.tga.meta diff --git a/Samples~/Demo/Models/Materials/Textures/BumpyNormalMap.png b/Samples~/GroceryStore/Models/Materials/Textures/BumpyNormalMap.png similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/BumpyNormalMap.png rename to Samples~/GroceryStore/Models/Materials/Textures/BumpyNormalMap.png diff --git a/Samples~/Demo/Models/Materials/Textures/BumpyNormalMap.png.meta b/Samples~/GroceryStore/Models/Materials/Textures/BumpyNormalMap.png.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/BumpyNormalMap.png.meta rename to Samples~/GroceryStore/Models/Materials/Textures/BumpyNormalMap.png.meta diff --git a/Samples~/Demo/Models/Materials/Textures/HopjesEtiket.tga b/Samples~/GroceryStore/Models/Materials/Textures/HopjesEtiket.tga similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/HopjesEtiket.tga rename to Samples~/GroceryStore/Models/Materials/Textures/HopjesEtiket.tga diff --git a/Samples~/Demo/Models/Materials/Textures/HopjesEtiket.tga.meta b/Samples~/GroceryStore/Models/Materials/Textures/HopjesEtiket.tga.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/HopjesEtiket.tga.meta rename to Samples~/GroceryStore/Models/Materials/Textures/HopjesEtiket.tga.meta diff --git a/Samples~/Demo/Models/Materials/Textures/Metal_Corrogated_Shiny.tga b/Samples~/GroceryStore/Models/Materials/Textures/Metal_Corrogated_Shiny.tga similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Metal_Corrogated_Shiny.tga rename to Samples~/GroceryStore/Models/Materials/Textures/Metal_Corrogated_Shiny.tga diff --git a/Samples~/Demo/Models/Materials/Textures/Metal_Corrogated_Shiny.tga.meta b/Samples~/GroceryStore/Models/Materials/Textures/Metal_Corrogated_Shiny.tga.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Metal_Corrogated_Shiny.tga.meta rename to Samples~/GroceryStore/Models/Materials/Textures/Metal_Corrogated_Shiny.tga.meta diff --git a/Samples~/Demo/Models/Materials/Textures/Metal_Rough.tga b/Samples~/GroceryStore/Models/Materials/Textures/Metal_Rough.tga similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Metal_Rough.tga rename to Samples~/GroceryStore/Models/Materials/Textures/Metal_Rough.tga diff --git a/Samples~/Demo/Models/Materials/Textures/Metal_Rough.tga.meta b/Samples~/GroceryStore/Models/Materials/Textures/Metal_Rough.tga.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Metal_Rough.tga.meta rename to Samples~/GroceryStore/Models/Materials/Textures/Metal_Rough.tga.meta diff --git a/Samples~/Demo/Models/Materials/Textures/Roofing_Shingles_Asphalt.tga b/Samples~/GroceryStore/Models/Materials/Textures/Roofing_Shingles_Asphalt.tga similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Roofing_Shingles_Asphalt.tga rename to Samples~/GroceryStore/Models/Materials/Textures/Roofing_Shingles_Asphalt.tga diff --git a/Samples~/Demo/Models/Materials/Textures/Roofing_Shingles_Asphalt.tga.meta b/Samples~/GroceryStore/Models/Materials/Textures/Roofing_Shingles_Asphalt.tga.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Roofing_Shingles_Asphalt.tga.meta rename to Samples~/GroceryStore/Models/Materials/Textures/Roofing_Shingles_Asphalt.tga.meta diff --git a/Samples~/Demo/Models/Materials/Textures/Vegetation_Bark_Ponderosa.tga b/Samples~/GroceryStore/Models/Materials/Textures/Vegetation_Bark_Ponderosa.tga similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Vegetation_Bark_Ponderosa.tga rename to Samples~/GroceryStore/Models/Materials/Textures/Vegetation_Bark_Ponderosa.tga diff --git a/Samples~/Demo/Models/Materials/Textures/Vegetation_Bark_Ponderosa.tga.meta b/Samples~/GroceryStore/Models/Materials/Textures/Vegetation_Bark_Ponderosa.tga.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Vegetation_Bark_Ponderosa.tga.meta rename to Samples~/GroceryStore/Models/Materials/Textures/Vegetation_Bark_Ponderosa.tga.meta diff --git a/Samples~/Demo/Models/Materials/Textures/Wood_Cherry_Original.tga b/Samples~/GroceryStore/Models/Materials/Textures/Wood_Cherry_Original.tga similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Wood_Cherry_Original.tga rename to Samples~/GroceryStore/Models/Materials/Textures/Wood_Cherry_Original.tga diff --git a/Samples~/Demo/Models/Materials/Textures/Wood_Cherry_Original.tga.meta b/Samples~/GroceryStore/Models/Materials/Textures/Wood_Cherry_Original.tga.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Wood_Cherry_Original.tga.meta rename to Samples~/GroceryStore/Models/Materials/Textures/Wood_Cherry_Original.tga.meta diff --git a/Samples~/Demo/Models/Materials/Textures/Wood_Floor.tga b/Samples~/GroceryStore/Models/Materials/Textures/Wood_Floor.tga similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Wood_Floor.tga rename to Samples~/GroceryStore/Models/Materials/Textures/Wood_Floor.tga diff --git a/Samples~/Demo/Models/Materials/Textures/Wood_Floor.tga.meta b/Samples~/GroceryStore/Models/Materials/Textures/Wood_Floor.tga.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/Wood_Floor.tga.meta rename to Samples~/GroceryStore/Models/Materials/Textures/Wood_Floor.tga.meta diff --git a/Samples~/Demo/Models/Materials/Textures/dakpannen.tga b/Samples~/GroceryStore/Models/Materials/Textures/dakpannen.tga similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/dakpannen.tga rename to Samples~/GroceryStore/Models/Materials/Textures/dakpannen.tga diff --git a/Samples~/Demo/Models/Materials/Textures/dakpannen.tga.meta b/Samples~/GroceryStore/Models/Materials/Textures/dakpannen.tga.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Textures/dakpannen.tga.meta rename to Samples~/GroceryStore/Models/Materials/Textures/dakpannen.tga.meta diff --git a/Samples~/Demo/Models/Materials/Vegetation_Bark_Ponderosa.mat b/Samples~/GroceryStore/Models/Materials/Vegetation_Bark_Ponderosa.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Vegetation_Bark_Ponderosa.mat rename to Samples~/GroceryStore/Models/Materials/Vegetation_Bark_Ponderosa.mat diff --git a/Samples~/Demo/Models/Materials/Vegetation_Bark_Ponderosa.mat.meta b/Samples~/GroceryStore/Models/Materials/Vegetation_Bark_Ponderosa.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Vegetation_Bark_Ponderosa.mat.meta rename to Samples~/GroceryStore/Models/Materials/Vegetation_Bark_Ponderosa.mat.meta diff --git a/Samples~/Demo/Models/Materials/Wood-cherry.mat b/Samples~/GroceryStore/Models/Materials/Wood-cherry.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Wood-cherry.mat rename to Samples~/GroceryStore/Models/Materials/Wood-cherry.mat diff --git a/Samples~/Demo/Models/Materials/Wood-cherry.mat.meta b/Samples~/GroceryStore/Models/Materials/Wood-cherry.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Wood-cherry.mat.meta rename to Samples~/GroceryStore/Models/Materials/Wood-cherry.mat.meta diff --git a/Samples~/Demo/Models/Materials/Wood_Floor.mat b/Samples~/GroceryStore/Models/Materials/Wood_Floor.mat similarity index 100% rename from Samples~/Demo/Models/Materials/Wood_Floor.mat rename to Samples~/GroceryStore/Models/Materials/Wood_Floor.mat diff --git a/Samples~/Demo/Models/Materials/Wood_Floor.mat.meta b/Samples~/GroceryStore/Models/Materials/Wood_Floor.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/Wood_Floor.mat.meta rename to Samples~/GroceryStore/Models/Materials/Wood_Floor.mat.meta diff --git a/Samples~/Demo/Models/Materials/[Brick_Antique]1.mat b/Samples~/GroceryStore/Models/Materials/[Brick_Antique]1.mat similarity index 100% rename from Samples~/Demo/Models/Materials/[Brick_Antique]1.mat rename to Samples~/GroceryStore/Models/Materials/[Brick_Antique]1.mat diff --git a/Samples~/Demo/Models/Materials/[Brick_Antique]1.mat.meta b/Samples~/GroceryStore/Models/Materials/[Brick_Antique]1.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/[Brick_Antique]1.mat.meta rename to Samples~/GroceryStore/Models/Materials/[Brick_Antique]1.mat.meta diff --git a/Samples~/Demo/Models/Materials/[Brick_Rough_Dark].mat b/Samples~/GroceryStore/Models/Materials/[Brick_Rough_Dark].mat similarity index 100% rename from Samples~/Demo/Models/Materials/[Brick_Rough_Dark].mat rename to Samples~/GroceryStore/Models/Materials/[Brick_Rough_Dark].mat diff --git a/Samples~/Demo/Models/Materials/[Brick_Rough_Dark].mat.meta b/Samples~/GroceryStore/Models/Materials/[Brick_Rough_Dark].mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/[Brick_Rough_Dark].mat.meta rename to Samples~/GroceryStore/Models/Materials/[Brick_Rough_Dark].mat.meta diff --git a/Samples~/Demo/Models/Materials/[Color_001].mat b/Samples~/GroceryStore/Models/Materials/[Color_001].mat similarity index 100% rename from Samples~/Demo/Models/Materials/[Color_001].mat rename to Samples~/GroceryStore/Models/Materials/[Color_001].mat diff --git a/Samples~/Demo/Models/Materials/[Color_001].mat.meta b/Samples~/GroceryStore/Models/Materials/[Color_001].mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/[Color_001].mat.meta rename to Samples~/GroceryStore/Models/Materials/[Color_001].mat.meta diff --git a/Samples~/Demo/Models/Materials/[Color_004].mat b/Samples~/GroceryStore/Models/Materials/[Color_004].mat similarity index 100% rename from Samples~/Demo/Models/Materials/[Color_004].mat rename to Samples~/GroceryStore/Models/Materials/[Color_004].mat diff --git a/Samples~/Demo/Models/Materials/[Color_004].mat.meta b/Samples~/GroceryStore/Models/Materials/[Color_004].mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/[Color_004].mat.meta rename to Samples~/GroceryStore/Models/Materials/[Color_004].mat.meta diff --git a/Samples~/Demo/Models/Materials/[Color_005].mat b/Samples~/GroceryStore/Models/Materials/[Color_005].mat similarity index 100% rename from Samples~/Demo/Models/Materials/[Color_005].mat rename to Samples~/GroceryStore/Models/Materials/[Color_005].mat diff --git a/Samples~/Demo/Models/Materials/[Color_005].mat.meta b/Samples~/GroceryStore/Models/Materials/[Color_005].mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/[Color_005].mat.meta rename to Samples~/GroceryStore/Models/Materials/[Color_005].mat.meta diff --git a/Samples~/Demo/Models/Materials/[Color_B19].mat b/Samples~/GroceryStore/Models/Materials/[Color_B19].mat similarity index 100% rename from Samples~/Demo/Models/Materials/[Color_B19].mat rename to Samples~/GroceryStore/Models/Materials/[Color_B19].mat diff --git a/Samples~/Demo/Models/Materials/[Color_B19].mat.meta b/Samples~/GroceryStore/Models/Materials/[Color_B19].mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/[Color_B19].mat.meta rename to Samples~/GroceryStore/Models/Materials/[Color_B19].mat.meta diff --git a/Samples~/Demo/Models/Materials/[Color_F24].mat b/Samples~/GroceryStore/Models/Materials/[Color_F24].mat similarity index 100% rename from Samples~/Demo/Models/Materials/[Color_F24].mat rename to Samples~/GroceryStore/Models/Materials/[Color_F24].mat diff --git a/Samples~/Demo/Models/Materials/[Color_F24].mat.meta b/Samples~/GroceryStore/Models/Materials/[Color_F24].mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/[Color_F24].mat.meta rename to Samples~/GroceryStore/Models/Materials/[Color_F24].mat.meta diff --git a/Samples~/Demo/Models/Materials/[Metal_Corrogated_Shiny].mat b/Samples~/GroceryStore/Models/Materials/[Metal_Corrogated_Shiny].mat similarity index 100% rename from Samples~/Demo/Models/Materials/[Metal_Corrogated_Shiny].mat rename to Samples~/GroceryStore/Models/Materials/[Metal_Corrogated_Shiny].mat diff --git a/Samples~/Demo/Models/Materials/[Metal_Corrogated_Shiny].mat.meta b/Samples~/GroceryStore/Models/Materials/[Metal_Corrogated_Shiny].mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/[Metal_Corrogated_Shiny].mat.meta rename to Samples~/GroceryStore/Models/Materials/[Metal_Corrogated_Shiny].mat.meta diff --git a/Samples~/Demo/Models/Materials/[Roofing_Shingles_Asphalt].mat b/Samples~/GroceryStore/Models/Materials/[Roofing_Shingles_Asphalt].mat similarity index 100% rename from Samples~/Demo/Models/Materials/[Roofing_Shingles_Asphalt].mat rename to Samples~/GroceryStore/Models/Materials/[Roofing_Shingles_Asphalt].mat diff --git a/Samples~/Demo/Models/Materials/[Roofing_Shingles_Asphalt].mat.meta b/Samples~/GroceryStore/Models/Materials/[Roofing_Shingles_Asphalt].mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/[Roofing_Shingles_Asphalt].mat.meta rename to Samples~/GroceryStore/Models/Materials/[Roofing_Shingles_Asphalt].mat.meta diff --git a/Samples~/Demo/Models/Materials/[Translucent_Glass_Gray].mat b/Samples~/GroceryStore/Models/Materials/[Translucent_Glass_Gray].mat similarity index 100% rename from Samples~/Demo/Models/Materials/[Translucent_Glass_Gray].mat rename to Samples~/GroceryStore/Models/Materials/[Translucent_Glass_Gray].mat diff --git a/Samples~/Demo/Models/Materials/[Translucent_Glass_Gray].mat.meta b/Samples~/GroceryStore/Models/Materials/[Translucent_Glass_Gray].mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/[Translucent_Glass_Gray].mat.meta rename to Samples~/GroceryStore/Models/Materials/[Translucent_Glass_Gray].mat.meta diff --git a/Samples~/Demo/Models/Materials/[Wood_ Floor].mat b/Samples~/GroceryStore/Models/Materials/[Wood_ Floor].mat similarity index 100% rename from Samples~/Demo/Models/Materials/[Wood_ Floor].mat rename to Samples~/GroceryStore/Models/Materials/[Wood_ Floor].mat diff --git a/Samples~/Demo/Models/Materials/[Wood_ Floor].mat.meta b/Samples~/GroceryStore/Models/Materials/[Wood_ Floor].mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/[Wood_ Floor].mat.meta rename to Samples~/GroceryStore/Models/Materials/[Wood_ Floor].mat.meta diff --git a/Samples~/Demo/Models/Materials/_2.mat b/Samples~/GroceryStore/Models/Materials/_2.mat similarity index 100% rename from Samples~/Demo/Models/Materials/_2.mat rename to Samples~/GroceryStore/Models/Materials/_2.mat diff --git a/Samples~/Demo/Models/Materials/_2.mat.meta b/Samples~/GroceryStore/Models/Materials/_2.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/_2.mat.meta rename to Samples~/GroceryStore/Models/Materials/_2.mat.meta diff --git a/Samples~/Demo/Models/Materials/_defaultMat.mat b/Samples~/GroceryStore/Models/Materials/_defaultMat.mat similarity index 100% rename from Samples~/Demo/Models/Materials/_defaultMat.mat rename to Samples~/GroceryStore/Models/Materials/_defaultMat.mat diff --git a/Samples~/Demo/Models/Materials/_defaultMat.mat.meta b/Samples~/GroceryStore/Models/Materials/_defaultMat.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/_defaultMat.mat.meta rename to Samples~/GroceryStore/Models/Materials/_defaultMat.mat.meta diff --git a/Samples~/Demo/Models/Materials/d20-Voordeur-1-SUDCTranslucentGlassGray.mat b/Samples~/GroceryStore/Models/Materials/d20-Voordeur-1-SUDCTranslucentGlassGray.mat similarity index 100% rename from Samples~/Demo/Models/Materials/d20-Voordeur-1-SUDCTranslucentGlassGray.mat rename to Samples~/GroceryStore/Models/Materials/d20-Voordeur-1-SUDCTranslucentGlassGray.mat diff --git a/Samples~/Demo/Models/Materials/d20-Voordeur-1-SUDCTranslucentGlassGray.mat.meta b/Samples~/GroceryStore/Models/Materials/d20-Voordeur-1-SUDCTranslucentGlassGray.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/d20-Voordeur-1-SUDCTranslucentGlassGray.mat.meta rename to Samples~/GroceryStore/Models/Materials/d20-Voordeur-1-SUDCTranslucentGlassGray.mat.meta diff --git a/Samples~/Demo/Models/Materials/d20-Voordeur-2-SUDC0044DarkGoldenrod.mat b/Samples~/GroceryStore/Models/Materials/d20-Voordeur-2-SUDC0044DarkGoldenrod.mat similarity index 100% rename from Samples~/Demo/Models/Materials/d20-Voordeur-2-SUDC0044DarkGoldenrod.mat rename to Samples~/GroceryStore/Models/Materials/d20-Voordeur-2-SUDC0044DarkGoldenrod.mat diff --git a/Samples~/Demo/Models/Materials/d20-Voordeur-2-SUDC0044DarkGoldenrod.mat.meta b/Samples~/GroceryStore/Models/Materials/d20-Voordeur-2-SUDC0044DarkGoldenrod.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/d20-Voordeur-2-SUDC0044DarkGoldenrod.mat.meta rename to Samples~/GroceryStore/Models/Materials/d20-Voordeur-2-SUDC0044DarkGoldenrod.mat.meta diff --git a/Samples~/Demo/Models/Materials/d20-Voordeur-3-playup_nomaterial.mat b/Samples~/GroceryStore/Models/Materials/d20-Voordeur-3-playup_nomaterial.mat similarity index 100% rename from Samples~/Demo/Models/Materials/d20-Voordeur-3-playup_nomaterial.mat rename to Samples~/GroceryStore/Models/Materials/d20-Voordeur-3-playup_nomaterial.mat diff --git a/Samples~/Demo/Models/Materials/d20-Voordeur-3-playup_nomaterial.mat.meta b/Samples~/GroceryStore/Models/Materials/d20-Voordeur-3-playup_nomaterial.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/d20-Voordeur-3-playup_nomaterial.mat.meta rename to Samples~/GroceryStore/Models/Materials/d20-Voordeur-3-playup_nomaterial.mat.meta diff --git a/Samples~/Demo/Models/Materials/d20-Voordeur-4-SUDCColorB19.mat b/Samples~/GroceryStore/Models/Materials/d20-Voordeur-4-SUDCColorB19.mat similarity index 100% rename from Samples~/Demo/Models/Materials/d20-Voordeur-4-SUDCColorB19.mat rename to Samples~/GroceryStore/Models/Materials/d20-Voordeur-4-SUDCColorB19.mat diff --git a/Samples~/Demo/Models/Materials/d20-Voordeur-4-SUDCColorB19.mat.meta b/Samples~/GroceryStore/Models/Materials/d20-Voordeur-4-SUDCColorB19.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/d20-Voordeur-4-SUDCColorB19.mat.meta rename to Samples~/GroceryStore/Models/Materials/d20-Voordeur-4-SUDCColorB19.mat.meta diff --git a/Samples~/Demo/Models/Materials/d20-collider-1-playup_nomaterial.mat b/Samples~/GroceryStore/Models/Materials/d20-collider-1-playup_nomaterial.mat similarity index 100% rename from Samples~/Demo/Models/Materials/d20-collider-1-playup_nomaterial.mat rename to Samples~/GroceryStore/Models/Materials/d20-collider-1-playup_nomaterial.mat diff --git a/Samples~/Demo/Models/Materials/d20-collider-1-playup_nomaterial.mat.meta b/Samples~/GroceryStore/Models/Materials/d20-collider-1-playup_nomaterial.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/d20-collider-1-playup_nomaterial.mat.meta rename to Samples~/GroceryStore/Models/Materials/d20-collider-1-playup_nomaterial.mat.meta diff --git a/Samples~/Demo/Models/Materials/dakpannen.mat b/Samples~/GroceryStore/Models/Materials/dakpannen.mat similarity index 100% rename from Samples~/Demo/Models/Materials/dakpannen.mat rename to Samples~/GroceryStore/Models/Materials/dakpannen.mat diff --git a/Samples~/Demo/Models/Materials/dakpannen.mat.meta b/Samples~/GroceryStore/Models/Materials/dakpannen.mat.meta similarity index 100% rename from Samples~/Demo/Models/Materials/dakpannen.mat.meta rename to Samples~/GroceryStore/Models/Materials/dakpannen.mat.meta diff --git a/Samples~/Demo/Models/Melkbus.dae b/Samples~/GroceryStore/Models/Melkbus.dae similarity index 100% rename from Samples~/Demo/Models/Melkbus.dae rename to Samples~/GroceryStore/Models/Melkbus.dae diff --git a/Samples~/Demo/Models/Melkbus.dae.meta b/Samples~/GroceryStore/Models/Melkbus.dae.meta similarity index 100% rename from Samples~/Demo/Models/Melkbus.dae.meta rename to Samples~/GroceryStore/Models/Melkbus.dae.meta diff --git a/Samples~/Demo/Models/OllandPlateau1.dae b/Samples~/GroceryStore/Models/OllandPlateau1.dae similarity index 100% rename from Samples~/Demo/Models/OllandPlateau1.dae rename to Samples~/GroceryStore/Models/OllandPlateau1.dae diff --git a/Samples~/Demo/Models/OllandPlateau1.dae.meta b/Samples~/GroceryStore/Models/OllandPlateau1.dae.meta similarity index 100% rename from Samples~/Demo/Models/OllandPlateau1.dae.meta rename to Samples~/GroceryStore/Models/OllandPlateau1.dae.meta diff --git a/Samples~/Demo/Models/OllandPlateau2.dae b/Samples~/GroceryStore/Models/OllandPlateau2.dae similarity index 100% rename from Samples~/Demo/Models/OllandPlateau2.dae rename to Samples~/GroceryStore/Models/OllandPlateau2.dae diff --git a/Samples~/Demo/Models/OllandPlateau2.dae.meta b/Samples~/GroceryStore/Models/OllandPlateau2.dae.meta similarity index 100% rename from Samples~/Demo/Models/OllandPlateau2.dae.meta rename to Samples~/GroceryStore/Models/OllandPlateau2.dae.meta diff --git a/Samples~/Demo/Models/OllandWeegschaal.dae b/Samples~/GroceryStore/Models/OllandWeegschaal.dae similarity index 100% rename from Samples~/Demo/Models/OllandWeegschaal.dae rename to Samples~/GroceryStore/Models/OllandWeegschaal.dae diff --git a/Samples~/Demo/Models/OllandWeegschaal.dae.meta b/Samples~/GroceryStore/Models/OllandWeegschaal.dae.meta similarity index 100% rename from Samples~/Demo/Models/OllandWeegschaal.dae.meta rename to Samples~/GroceryStore/Models/OllandWeegschaal.dae.meta diff --git a/Samples~/Demo/Models/Sword2.dae b/Samples~/GroceryStore/Models/Sword2.dae similarity index 100% rename from Samples~/Demo/Models/Sword2.dae rename to Samples~/GroceryStore/Models/Sword2.dae diff --git a/Samples~/Demo/Models/Sword2.dae.meta b/Samples~/GroceryStore/Models/Sword2.dae.meta similarity index 100% rename from Samples~/Demo/Models/Sword2.dae.meta rename to Samples~/GroceryStore/Models/Sword2.dae.meta diff --git a/Samples~/Demo/Models/SwordHit.wav b/Samples~/GroceryStore/Models/SwordHit.wav similarity index 100% rename from Samples~/Demo/Models/SwordHit.wav rename to Samples~/GroceryStore/Models/SwordHit.wav diff --git a/Samples~/Demo/Models/SwordHit.wav.meta b/Samples~/GroceryStore/Models/SwordHit.wav.meta similarity index 100% rename from Samples~/Demo/Models/SwordHit.wav.meta rename to Samples~/GroceryStore/Models/SwordHit.wav.meta diff --git a/Samples~/Demo/Models/Table.dae b/Samples~/GroceryStore/Models/Table.dae similarity index 100% rename from Samples~/Demo/Models/Table.dae rename to Samples~/GroceryStore/Models/Table.dae diff --git a/Samples~/Demo/Models/Table.dae.meta b/Samples~/GroceryStore/Models/Table.dae.meta similarity index 100% rename from Samples~/Demo/Models/Table.dae.meta rename to Samples~/GroceryStore/Models/Table.dae.meta diff --git a/Samples~/Demo/Models/d20-Voordeur.dae b/Samples~/GroceryStore/Models/d20-Voordeur.dae similarity index 100% rename from Samples~/Demo/Models/d20-Voordeur.dae rename to Samples~/GroceryStore/Models/d20-Voordeur.dae diff --git a/Samples~/Demo/Models/d20-Voordeur.dae.meta b/Samples~/GroceryStore/Models/d20-Voordeur.dae.meta similarity index 100% rename from Samples~/Demo/Models/d20-Voordeur.dae.meta rename to Samples~/GroceryStore/Models/d20-Voordeur.dae.meta diff --git a/Samples~/Demo/Models/d20-collider.dae b/Samples~/GroceryStore/Models/d20-collider.dae similarity index 100% rename from Samples~/Demo/Models/d20-collider.dae rename to Samples~/GroceryStore/Models/d20-collider.dae diff --git a/Samples~/Demo/Models/d20-collider.dae.meta b/Samples~/GroceryStore/Models/d20-collider.dae.meta similarity index 100% rename from Samples~/Demo/Models/d20-collider.dae.meta rename to Samples~/GroceryStore/Models/d20-collider.dae.meta diff --git a/Samples~/Demo/Prefabs.meta b/Samples~/GroceryStore/Prefabs.meta similarity index 100% rename from Samples~/Demo/Prefabs.meta rename to Samples~/GroceryStore/Prefabs.meta diff --git a/Samples~/Demo/Prefabs/Characters.meta b/Samples~/GroceryStore/Prefabs/Characters.meta similarity index 100% rename from Samples~/Demo/Prefabs/Characters.meta rename to Samples~/GroceryStore/Prefabs/Characters.meta diff --git a/Samples~/Demo/Prefabs/Characters/EmptyAvatar.prefab b/Samples~/GroceryStore/Prefabs/Characters/EmptyAvatar.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Characters/EmptyAvatar.prefab rename to Samples~/GroceryStore/Prefabs/Characters/EmptyAvatar.prefab diff --git a/Samples~/Demo/Prefabs/Characters/EmptyAvatar.prefab.meta b/Samples~/GroceryStore/Prefabs/Characters/EmptyAvatar.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Characters/EmptyAvatar.prefab.meta rename to Samples~/GroceryStore/Prefabs/Characters/EmptyAvatar.prefab.meta diff --git a/Samples~/Demo/Prefabs/Characters/MakeHuman_high_TP.prefab b/Samples~/GroceryStore/Prefabs/Characters/MakeHuman_high_TP.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Characters/MakeHuman_high_TP.prefab rename to Samples~/GroceryStore/Prefabs/Characters/MakeHuman_high_TP.prefab diff --git a/Samples~/Demo/Prefabs/Characters/MakeHuman_high_TP.prefab.meta b/Samples~/GroceryStore/Prefabs/Characters/MakeHuman_high_TP.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Characters/MakeHuman_high_TP.prefab.meta rename to Samples~/GroceryStore/Prefabs/Characters/MakeHuman_high_TP.prefab.meta diff --git a/Samples~/Demo/Prefabs/Characters/MakeHuman_simple_FP.prefab b/Samples~/GroceryStore/Prefabs/Characters/MakeHuman_simple_FP.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Characters/MakeHuman_simple_FP.prefab rename to Samples~/GroceryStore/Prefabs/Characters/MakeHuman_simple_FP.prefab diff --git a/Samples~/Demo/Prefabs/Characters/MakeHuman_simple_FP.prefab.meta b/Samples~/GroceryStore/Prefabs/Characters/MakeHuman_simple_FP.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Characters/MakeHuman_simple_FP.prefab.meta rename to Samples~/GroceryStore/Prefabs/Characters/MakeHuman_simple_FP.prefab.meta diff --git a/Samples~/Demo/Prefabs/Characters/MakeHuman_simple_TP.prefab b/Samples~/GroceryStore/Prefabs/Characters/MakeHuman_simple_TP.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Characters/MakeHuman_simple_TP.prefab rename to Samples~/GroceryStore/Prefabs/Characters/MakeHuman_simple_TP.prefab diff --git a/Samples~/Demo/Prefabs/Characters/MakeHuman_simple_TP.prefab.meta b/Samples~/GroceryStore/Prefabs/Characters/MakeHuman_simple_TP.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Characters/MakeHuman_simple_TP.prefab.meta rename to Samples~/GroceryStore/Prefabs/Characters/MakeHuman_simple_TP.prefab.meta diff --git a/Samples~/Demo/Prefabs/Dorpsstraat-20-1950 (1) Variant.prefab b/Samples~/GroceryStore/Prefabs/Dorpsstraat-20-1950 (1) Variant.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Dorpsstraat-20-1950 (1) Variant.prefab rename to Samples~/GroceryStore/Prefabs/Dorpsstraat-20-1950 (1) Variant.prefab diff --git a/Samples~/Demo/Prefabs/Dorpsstraat-20-1950 (1) Variant.prefab.meta b/Samples~/GroceryStore/Prefabs/Dorpsstraat-20-1950 (1) Variant.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Dorpsstraat-20-1950 (1) Variant.prefab.meta rename to Samples~/GroceryStore/Prefabs/Dorpsstraat-20-1950 (1) Variant.prefab.meta diff --git a/Samples~/Demo/Prefabs/Dorpsstraat-20-1950.prefab b/Samples~/GroceryStore/Prefabs/Dorpsstraat-20-1950.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Dorpsstraat-20-1950.prefab rename to Samples~/GroceryStore/Prefabs/Dorpsstraat-20-1950.prefab diff --git a/Samples~/Demo/Prefabs/Dorpsstraat-20-1950.prefab.meta b/Samples~/GroceryStore/Prefabs/Dorpsstraat-20-1950.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Dorpsstraat-20-1950.prefab.meta rename to Samples~/GroceryStore/Prefabs/Dorpsstraat-20-1950.prefab.meta diff --git a/Samples~/Demo/Prefabs/Dorpsstraat-20-collider.prefab b/Samples~/GroceryStore/Prefabs/Dorpsstraat-20-collider.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Dorpsstraat-20-collider.prefab rename to Samples~/GroceryStore/Prefabs/Dorpsstraat-20-collider.prefab diff --git a/Samples~/Demo/Prefabs/Dorpsstraat-20-collider.prefab.meta b/Samples~/GroceryStore/Prefabs/Dorpsstraat-20-collider.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Dorpsstraat-20-collider.prefab.meta rename to Samples~/GroceryStore/Prefabs/Dorpsstraat-20-collider.prefab.meta diff --git a/Samples~/Demo/Prefabs/Humanoid.prefab b/Samples~/GroceryStore/Prefabs/Humanoid.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Humanoid.prefab rename to Samples~/GroceryStore/Prefabs/Humanoid.prefab diff --git a/Samples~/Demo/Prefabs/Humanoid.prefab.meta b/Samples~/GroceryStore/Prefabs/Humanoid.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Humanoid.prefab.meta rename to Samples~/GroceryStore/Prefabs/Humanoid.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects.meta b/Samples~/GroceryStore/Prefabs/Objects.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects.meta rename to Samples~/GroceryStore/Prefabs/Objects.meta diff --git a/Samples~/Demo/Prefabs/Objects/357 Magnum.prefab b/Samples~/GroceryStore/Prefabs/Objects/357 Magnum.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/357 Magnum.prefab rename to Samples~/GroceryStore/Prefabs/Objects/357 Magnum.prefab diff --git a/Samples~/Demo/Prefabs/Objects/357 Magnum.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/357 Magnum.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/357 Magnum.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/357 Magnum.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Arrow.prefab b/Samples~/GroceryStore/Prefabs/Objects/Arrow.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Arrow.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Arrow.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Arrow.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Arrow.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Arrow.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Arrow.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Bow.prefab b/Samples~/GroceryStore/Prefabs/Objects/Bow.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Bow.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Bow.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Bow.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Bow.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Bow.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Bow.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Bruidsuikers.prefab b/Samples~/GroceryStore/Prefabs/Objects/Bruidsuikers.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Bruidsuikers.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Bruidsuikers.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Bruidsuikers.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Bruidsuikers.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Bruidsuikers.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Bruidsuikers.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Cannon Ball.prefab b/Samples~/GroceryStore/Prefabs/Objects/Cannon Ball.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Cannon Ball.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Cannon Ball.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Cannon Ball.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Cannon Ball.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Cannon Ball.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Cannon Ball.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Cannon.prefab b/Samples~/GroceryStore/Prefabs/Objects/Cannon.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Cannon.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Cannon.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Cannon.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Cannon.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Cannon.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Cannon.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Chair.prefab b/Samples~/GroceryStore/Prefabs/Objects/Chair.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Chair.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Chair.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Chair.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Chair.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Chair.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Chair.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/FrontDoor.prefab b/Samples~/GroceryStore/Prefabs/Objects/FrontDoor.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/FrontDoor.prefab rename to Samples~/GroceryStore/Prefabs/Objects/FrontDoor.prefab diff --git a/Samples~/Demo/Prefabs/Objects/FrontDoor.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/FrontDoor.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/FrontDoor.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/FrontDoor.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Gun Clip.prefab b/Samples~/GroceryStore/Prefabs/Objects/Gun Clip.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Gun Clip.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Gun Clip.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Gun Clip.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Gun Clip.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Gun Clip.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Gun Clip.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Gun.prefab b/Samples~/GroceryStore/Prefabs/Objects/Gun.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Gun.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Gun.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Gun.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Gun.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Gun.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Gun.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Hopjes.prefab b/Samples~/GroceryStore/Prefabs/Objects/Hopjes.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Hopjes.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Hopjes.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Hopjes.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Hopjes.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Hopjes.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Hopjes.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/LeverSwitch.prefab b/Samples~/GroceryStore/Prefabs/Objects/LeverSwitch.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/LeverSwitch.prefab rename to Samples~/GroceryStore/Prefabs/Objects/LeverSwitch.prefab diff --git a/Samples~/Demo/Prefabs/Objects/LeverSwitch.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/LeverSwitch.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/LeverSwitch.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/LeverSwitch.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/MilkChurn.prefab b/Samples~/GroceryStore/Prefabs/Objects/MilkChurn.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/MilkChurn.prefab rename to Samples~/GroceryStore/Prefabs/Objects/MilkChurn.prefab diff --git a/Samples~/Demo/Prefabs/Objects/MilkChurn.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/MilkChurn.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/MilkChurn.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/MilkChurn.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/RockerSwitch.prefab b/Samples~/GroceryStore/Prefabs/Objects/RockerSwitch.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/RockerSwitch.prefab rename to Samples~/GroceryStore/Prefabs/Objects/RockerSwitch.prefab diff --git a/Samples~/Demo/Prefabs/Objects/RockerSwitch.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/RockerSwitch.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/RockerSwitch.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/RockerSwitch.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/ScalesOlland.prefab b/Samples~/GroceryStore/Prefabs/Objects/ScalesOlland.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/ScalesOlland.prefab rename to Samples~/GroceryStore/Prefabs/Objects/ScalesOlland.prefab diff --git a/Samples~/Demo/Prefabs/Objects/ScalesOlland.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/ScalesOlland.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/ScalesOlland.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/ScalesOlland.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Shotgun Shell.prefab b/Samples~/GroceryStore/Prefabs/Objects/Shotgun Shell.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Shotgun Shell.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Shotgun Shell.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Shotgun Shell.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Shotgun Shell.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Shotgun Shell.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Shotgun Shell.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Shotgun.prefab b/Samples~/GroceryStore/Prefabs/Objects/Shotgun.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Shotgun.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Shotgun.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Shotgun.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Shotgun.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Shotgun.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Shotgun.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Sword.prefab b/Samples~/GroceryStore/Prefabs/Objects/Sword.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Sword.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Sword.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Sword.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Sword.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Sword.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Sword.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Table.prefab b/Samples~/GroceryStore/Prefabs/Objects/Table.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Table.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Table.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Table.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Table.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Table.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Table.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/TouchPad.prefab b/Samples~/GroceryStore/Prefabs/Objects/TouchPad.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/TouchPad.prefab rename to Samples~/GroceryStore/Prefabs/Objects/TouchPad.prefab diff --git a/Samples~/Demo/Prefabs/Objects/TouchPad.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/TouchPad.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/TouchPad.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/TouchPad.prefab.meta diff --git a/Samples~/Demo/Prefabs/Objects/Zip Line.prefab b/Samples~/GroceryStore/Prefabs/Objects/Zip Line.prefab similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Zip Line.prefab rename to Samples~/GroceryStore/Prefabs/Objects/Zip Line.prefab diff --git a/Samples~/Demo/Prefabs/Objects/Zip Line.prefab.meta b/Samples~/GroceryStore/Prefabs/Objects/Zip Line.prefab.meta similarity index 100% rename from Samples~/Demo/Prefabs/Objects/Zip Line.prefab.meta rename to Samples~/GroceryStore/Prefabs/Objects/Zip Line.prefab.meta diff --git a/Samples~/Demo/Resources.meta b/Samples~/GroceryStore/Resources.meta similarity index 100% rename from Samples~/Demo/Resources.meta rename to Samples~/GroceryStore/Resources.meta diff --git a/Samples~/Demo/Resources/Avatar_MakeHuman_medium_TP.prefab b/Samples~/GroceryStore/Resources/Avatar_MakeHuman_medium_TP.prefab similarity index 100% rename from Samples~/Demo/Resources/Avatar_MakeHuman_medium_TP.prefab rename to Samples~/GroceryStore/Resources/Avatar_MakeHuman_medium_TP.prefab diff --git a/Samples~/Demo/Resources/Avatar_MakeHuman_medium_TP.prefab.meta b/Samples~/GroceryStore/Resources/Avatar_MakeHuman_medium_TP.prefab.meta similarity index 100% rename from Samples~/Demo/Resources/Avatar_MakeHuman_medium_TP.prefab.meta rename to Samples~/GroceryStore/Resources/Avatar_MakeHuman_medium_TP.prefab.meta diff --git a/Samples~/Demo/Scenes.meta b/Samples~/GroceryStore/Scenes.meta similarity index 100% rename from Samples~/Demo/Scenes.meta rename to Samples~/GroceryStore/Scenes.meta diff --git a/Samples~/Demo/Scenes/Grocery Store Networking.unity b/Samples~/GroceryStore/Scenes/Grocery Store Networking.unity similarity index 100% rename from Samples~/Demo/Scenes/Grocery Store Networking.unity rename to Samples~/GroceryStore/Scenes/Grocery Store Networking.unity diff --git a/Samples~/Demo/Scenes/Grocery Store Networking.unity.meta b/Samples~/GroceryStore/Scenes/Grocery Store Networking.unity.meta similarity index 100% rename from Samples~/Demo/Scenes/Grocery Store Networking.unity.meta rename to Samples~/GroceryStore/Scenes/Grocery Store Networking.unity.meta diff --git a/Samples~/Demo/Scenes/Grocery Store.unity b/Samples~/GroceryStore/Scenes/Grocery Store.unity similarity index 100% rename from Samples~/Demo/Scenes/Grocery Store.unity rename to Samples~/GroceryStore/Scenes/Grocery Store.unity diff --git a/Samples~/Demo/Scenes/Grocery Store.unity.meta b/Samples~/GroceryStore/Scenes/Grocery Store.unity.meta similarity index 100% rename from Samples~/Demo/Scenes/Grocery Store.unity.meta rename to Samples~/GroceryStore/Scenes/Grocery Store.unity.meta diff --git a/Samples~/Demo/Scripts.meta b/Samples~/GroceryStore/Scripts.meta similarity index 100% rename from Samples~/Demo/Scripts.meta rename to Samples~/GroceryStore/Scripts.meta diff --git a/Samples~/Demo/Scripts/FlashLight.cs b/Samples~/GroceryStore/Scripts/FlashLight.cs similarity index 100% rename from Samples~/Demo/Scripts/FlashLight.cs rename to Samples~/GroceryStore/Scripts/FlashLight.cs diff --git a/Samples~/Demo/Scripts/FlashLight.cs.meta b/Samples~/GroceryStore/Scripts/FlashLight.cs.meta similarity index 100% rename from Samples~/Demo/Scripts/FlashLight.cs.meta rename to Samples~/GroceryStore/Scripts/FlashLight.cs.meta diff --git a/Samples~/Demo/Scripts/Hit.cs b/Samples~/GroceryStore/Scripts/Hit.cs similarity index 100% rename from Samples~/Demo/Scripts/Hit.cs rename to Samples~/GroceryStore/Scripts/Hit.cs diff --git a/Samples~/Demo/Scripts/Hit.cs.meta b/Samples~/GroceryStore/Scripts/Hit.cs.meta similarity index 100% rename from Samples~/Demo/Scripts/Hit.cs.meta rename to Samples~/GroceryStore/Scripts/Hit.cs.meta diff --git a/Samples~/Demo/Scripts/Redrop.cs b/Samples~/GroceryStore/Scripts/Redrop.cs similarity index 100% rename from Samples~/Demo/Scripts/Redrop.cs rename to Samples~/GroceryStore/Scripts/Redrop.cs diff --git a/Samples~/Demo/Scripts/Redrop.cs.meta b/Samples~/GroceryStore/Scripts/Redrop.cs.meta similarity index 100% rename from Samples~/Demo/Scripts/Redrop.cs.meta rename to Samples~/GroceryStore/Scripts/Redrop.cs.meta diff --git a/Samples~/Demo/Scripts/SceneLoader.cs b/Samples~/GroceryStore/Scripts/SceneLoader.cs similarity index 100% rename from Samples~/Demo/Scripts/SceneLoader.cs rename to Samples~/GroceryStore/Scripts/SceneLoader.cs diff --git a/Samples~/Demo/Scripts/SceneLoader.cs.meta b/Samples~/GroceryStore/Scripts/SceneLoader.cs.meta similarity index 100% rename from Samples~/Demo/Scripts/SceneLoader.cs.meta rename to Samples~/GroceryStore/Scripts/SceneLoader.cs.meta diff --git a/Samples~/Visitors/Characters/DefaultPasserAvatar/DefaultPasserAvatar.prefab b/Samples~/Visitors/Characters/DefaultPasserAvatar/DefaultPasserAvatar.prefab deleted file mode 100644 index 90f7268..0000000 --- a/Samples~/Visitors/Characters/DefaultPasserAvatar/DefaultPasserAvatar.prefab +++ /dev/null @@ -1,2949 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1001 &100100000 -Prefab: - m_ObjectHideFlags: 1 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 0} - m_Modifications: [] - m_RemovedComponents: [] - m_ParentPrefab: {fileID: 0} - m_RootGameObject: {fileID: 1400141104664876} - m_IsPrefabParent: 1 ---- !u!1 &1010684580690246 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4328891786712580} - m_Layer: 0 - m_Name: Default_simple|UpArm_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1012788852579792 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4346333905905126} - m_Layer: 0 - m_Name: Default_simple|Spine2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1026070790228192 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4327744363423170} - m_Layer: 0 - m_Name: Default_simple|TongueBase - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1031331103436302 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4885151570787110} - m_Layer: 0 - m_Name: Default_simple|Clavicle_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1032081098320364 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4076462871464052} - m_Layer: 0 - m_Name: Default_simple|Finger-1-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1064830835960798 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4552835176261052} - m_Layer: 0 - m_Name: Default_simple|Palm-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1065083458320778 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4196045892532700} - m_Layer: 0 - m_Name: Default_simple|Wrist-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1077522795486518 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4130408467424822} - m_Layer: 0 - m_Name: Default_simple|Finger-3-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1081762746082770 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4189029489058838} - m_Layer: 0 - m_Name: Default_simple|Finger-4-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1124361293456408 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4889305577369130} - m_Layer: 0 - m_Name: Default_simple|Finger-5-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1140566832422514 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4236136426853802} - m_Layer: 0 - m_Name: Default_simple|UpLeg_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1157204517692470 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4910568054836588} - m_Layer: 0 - m_Name: Default_simple|Finger-5-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1168446643219498 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4220976241493762} - m_Layer: 0 - m_Name: Default_simple|Spine3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1173769396065900 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4336274156630332} - m_Layer: 0 - m_Name: Default_simple|Finger-4-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1191385363737336 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4332376249280036} - m_Layer: 0 - m_Name: Default_simple|Finger-3-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1192938605603902 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4946587827948208} - m_Layer: 0 - m_Name: Default_simple|Head - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1199998020783810 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4651835640257908} - m_Layer: 0 - m_Name: Default_simple|TongueTip - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1200154597108050 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4040343392818342} - m_Layer: 0 - m_Name: Default_simple|Finger-4-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1201324644863336 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4647893359833940} - m_Layer: 0 - m_Name: Default_simple|Palm-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1214670726684516 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4464038709241128} - m_Layer: 0 - m_Name: Default_simple|Finger-1-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1236858047863364 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4320296663511404} - m_Layer: 0 - m_Name: Default_simple|Toe_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1264493145202670 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4899388060419750} - m_Layer: 0 - m_Name: Default_simple|Neck - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1275985915865954 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4199832735941624} - m_Layer: 0 - m_Name: Default_simple|LoArm_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1281014743334608 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4535732382761200} - m_Layer: 0 - m_Name: Default_simple|Finger-2-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1283264834405600 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4411574355170548} - m_Layer: 0 - m_Name: Default_simple|LoLid_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1283592872838994 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4400880075979864} - m_Layer: 0 - m_Name: Default_simple|Toe_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1287085095265052 -GameObject: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4672696150440130} - - component: {fileID: 137531358560794372} - m_Layer: 0 - m_Name: MakeHuman_simpleClassicShoes_gameMesh - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1287828409172892 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4413706035280534} - m_Layer: 0 - m_Name: Default_simple|Finger-4-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1289844025104254 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4062290051067628} - m_Layer: 0 - m_Name: Default_simple|Clavicle_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1290595946070216 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4798946750797690} - m_Layer: 0 - m_Name: Default_simple|Palm-4_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1307450717038724 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4753385176824096} - m_Layer: 0 - m_Name: Default_simple|Eye_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1319321605018308 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4739104680009008} - m_Layer: 0 - m_Name: Default_simple|Palm-4_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1323742736063354 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4891514793703010} - m_Layer: 0 - m_Name: Default_simple|Finger-4-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1355166735149096 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4797272064350790} - m_Layer: 0 - m_Name: Default_simple|Finger-3-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1389087255652108 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4119812164525692} - m_Layer: 0 - m_Name: Default_simple|Finger-2-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1393878475880294 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4494847989834250} - m_Layer: 0 - m_Name: Default_simple|Palm-5_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1400141104664876 -GameObject: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4302887762113124} - - component: {fileID: 95935644103328352} - - component: {fileID: 114597111051655364} - m_Layer: 0 - m_Name: DefaultPasserAvatar - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1406199608910880 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4900990788621252} - m_Layer: 0 - m_Name: Default_simple|Jaw - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1418941434802490 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4286322850250790} - m_Layer: 0 - m_Name: Default_simple|Finger-4-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1421432451409434 -GameObject: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4643963888414744} - - component: {fileID: 137005325613846582} - m_Layer: 0 - m_Name: MakeHuman_simpleTshirt_longsleeves_gameMesh - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1425705548202342 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4938057135018956} - m_Layer: 0 - m_Name: Default_simple|Finger-2-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1450457397964246 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4933865502184864} - m_Layer: 0 - m_Name: Default_simple|Hips - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1459683866173920 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4876105942947646} - m_Layer: 0 - m_Name: Default_simple|Wrist-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1498659297325900 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4268401148722292} - m_Layer: 0 - m_Name: Default_simple|UpLeg_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1504322900629956 -GameObject: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4366957763375508} - - component: {fileID: 137070237413741238} - m_Layer: 0 - m_Name: MakeHuman_simpleJeans_GameMesh - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1514345897296770 -GameObject: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4299483167695414} - - component: {fileID: 137842671362162138} - m_Layer: 0 - m_Name: MakeHuman_simpleascottkMesh - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1516544443628346 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4990390404149980} - m_Layer: 0 - m_Name: Default_simple|Spine1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1552356011959414 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4208847231760950} - m_Layer: 0 - m_Name: Default_simple|Finger-1-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1558988318520942 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4487009761725614} - m_Layer: 0 - m_Name: Default_simple|Eye_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1561837333057334 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4253607807993824} - m_Layer: 0 - m_Name: Default_simple|UpLid_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1563285420151606 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4934212776198812} - m_Layer: 0 - m_Name: Default_simple|Hand_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1565229106996902 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4778556099637516} - m_Layer: 0 - m_Name: Default_simple|Finger-3-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1573401422950652 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4988130177590166} - m_Layer: 0 - m_Name: Default_simple|UpLid_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1590933557009328 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4016020531388628} - m_Layer: 0 - m_Name: Default_simple|Finger-2-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1593313789195538 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4036134831208756} - m_Layer: 0 - m_Name: Default_simple|Finger-3-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1601843085828910 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4850751561759902} - m_Layer: 0 - m_Name: Default_simple|Finger-5-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1602683629103016 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4657157674741776} - m_Layer: 0 - m_Name: Default_simple|Hand_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1614612430471678 -GameObject: - m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4111379655396366} - m_Layer: 0 - m_Name: Default_simple - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1615774492515248 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4496720667358676} - m_Layer: 0 - m_Name: Default_simple|TongueMid - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1626327866694752 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4323636990118116} - m_Layer: 0 - m_Name: Default_simple|Wrist-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1679132082582664 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4826340269708912} - m_Layer: 0 - m_Name: Default_simple|Finger-5-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1732144996375798 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4329378250386512} - m_Layer: 0 - m_Name: Default_simple|Foot_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1743253030668870 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4990091344062282} - m_Layer: 0 - m_Name: Default_simple|LoLeg_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1756003510282640 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4396977373042066} - m_Layer: 0 - m_Name: Default_simple|Palm-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1786373487705678 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4570997518207790} - m_Layer: 0 - m_Name: Default_simple|Finger-5-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1787517949919670 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4110371407410330} - m_Layer: 0 - m_Name: Default_simple|LoLid_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1816046548689238 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4727776034937814} - m_Layer: 0 - m_Name: Default_simple|Palm-5_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1823658002602034 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4165226881607378} - m_Layer: 0 - m_Name: Default_simple|Finger-2-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1834694309503194 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4654199034101252} - m_Layer: 0 - m_Name: Default_simple|Finger-1-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1839907214634112 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4478547144276238} - m_Layer: 0 - m_Name: Default_simple|Finger-5-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1840565663117750 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4232918902586488} - m_Layer: 0 - m_Name: Default_simple|Finger-1-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1855996595893460 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4251186389099316} - m_Layer: 0 - m_Name: Default_simple|Root - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1857120171064990 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4660312802785918} - m_Layer: 0 - m_Name: Default_simple|Finger-1-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1879703167075952 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4775452445997552} - m_Layer: 0 - m_Name: Default_simple|Palm-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1884838349636338 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4484613230948760} - m_Layer: 0 - m_Name: Default_simple|Palm-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1927000208931394 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4728684396203194} - m_Layer: 0 - m_Name: Default_simple|Wrist-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1932985758865622 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4498751281480138} - m_Layer: 0 - m_Name: Default_simple|Palm-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1941458961795562 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4486139410584464} - m_Layer: 0 - m_Name: Default_simple|Finger-2-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1956560897357978 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4522036596428852} - m_Layer: 0 - m_Name: Default_simple|LoArm_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1975487460865784 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4162337848538142} - m_Layer: 0 - m_Name: Default_simple|UpArm_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1975680821540732 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4145009949107094} - m_Layer: 0 - m_Name: Default_simple|Finger-3-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1976156855738976 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4877121127178958} - m_Layer: 0 - m_Name: Default_simple|LoLeg_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!1 &1990891660887624 -GameObject: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - serializedVersion: 5 - m_Component: - - component: {fileID: 4095194452437372} - m_Layer: 0 - m_Name: Default_simple|Foot_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4016020531388628 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1590933557009328} - m_LocalRotation: {x: 0.003194927, y: 0.002555683, z: 0.009327909, w: 0.99994814} - m_LocalPosition: {x: 0.0000000059604646, y: 0.020972481, z: 0.000000032037498} - m_LocalScale: {x: 1.0000002, y: 0.99999994, z: 1} - m_Children: [] - m_Father: {fileID: 4535732382761200} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4036134831208756 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1593313789195538} - m_LocalRotation: {x: -0.009011891, y: -0.010956677, z: 0.010570689, w: 0.99984354} - m_LocalPosition: {x: -0, y: 0.027933894, z: -0.0000000014901161} - m_LocalScale: {x: 1.0000002, y: 0.99999994, z: 0.99999994} - m_Children: [] - m_Father: {fileID: 4145009949107094} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4040343392818342 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1200154597108050} - m_LocalRotation: {x: -0.06410113, y: -0.06521968, z: 0.09362159, w: 0.9913992} - m_LocalPosition: {x: -0.00000003576279, y: 0.07214912, z: -0.00000006482005} - m_LocalScale: {x: 0.9999997, y: 1.0000002, z: 0.99999994} - m_Children: - - {fileID: 4336274156630332} - m_Father: {fileID: 4739104680009008} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4062290051067628 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1289844025104254} - m_LocalRotation: {x: 0.66615146, y: 0.4450132, z: 0.36937058, w: -0.47092554} - m_LocalPosition: {x: 0.0195458, y: 0.17546915, z: 0.0644887} - m_LocalScale: {x: 0.99999994, y: 0.99999994, z: 0.99999994} - m_Children: - - {fileID: 4162337848538142} - m_Father: {fileID: 4220976241493762} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4076462871464052 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1032081098320364} - m_LocalRotation: {x: 0.18897937, y: 0.502809, z: 0.2873414, w: 0.7930352} - m_LocalPosition: {x: 0.000000008940697, y: 0.043193217, z: -0.00000005066395} - m_LocalScale: {x: 1, y: 0.9999999, z: 0.9999999} - m_Children: - - {fileID: 4232918902586488} - m_Father: {fileID: 4654199034101252} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4095194452437372 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1990891660887624} - m_LocalRotation: {x: -0.48251152, y: -0.11093321, z: 0.06505074, w: 0.8663976} - m_LocalPosition: {x: -0.000000007450581, y: 0.3890997, z: 5.5879357e-10} - m_LocalScale: {x: 0.9999998, y: 0.9999999, z: 1.0000001} - m_Children: - - {fileID: 4400880075979864} - m_Father: {fileID: 4877121127178958} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4110371407410330 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1787517949919670} - m_LocalRotation: {x: 0.8102643, y: 0.1262861, z: 0.14253719, w: 0.5542624} - m_LocalPosition: {x: -0.02974893, y: 0.024471104, z: 0.10900164} - m_LocalScale: {x: 1, y: 1, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 4946587827948208} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4111379655396366 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1614612430471678} - m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067} - m_LocalPosition: {x: -0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4251186389099316} - m_Father: {fileID: 4302887762113124} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4119812164525692 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1389087255652108} - m_LocalRotation: {x: 0.033016395, y: -0.034922723, z: -0.0006163417, w: 0.9988443} - m_LocalPosition: {x: -0.0000000059604646, y: 0.03181202, z: 0.00000008493662} - m_LocalScale: {x: 0.9999999, y: 0.99999976, z: 1} - m_Children: - - {fileID: 4165226881607378} - m_Father: {fileID: 4486139410584464} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4130408467424822 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1077522795486518} - m_LocalRotation: {x: -0.098495245, y: 0.09278539, z: 0.020299235, w: 0.99059457} - m_LocalPosition: {x: 0.0000000044703485, y: 0.039195366, z: -0.000000015553088} - m_LocalScale: {x: 1.0000001, y: 0.9999998, z: 1.0000002} - m_Children: - - {fileID: 4797272064350790} - m_Father: {fileID: 4332376249280036} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4145009949107094 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1975680821540732} - m_LocalRotation: {x: -0.098495245, y: -0.0927854, z: -0.02029923, w: 0.99059457} - m_LocalPosition: {x: -0.000000011175871, y: 0.039195336, z: -0.000000030640514} - m_LocalScale: {x: 0.9999998, y: 0.99999976, z: 1} - m_Children: - - {fileID: 4036134831208756} - m_Father: {fileID: 4778556099637516} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4162337848538142 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1975487460865784} - m_LocalRotation: {x: 0.01932066, y: 0.021031396, z: -0.094024464, w: 0.9951602} - m_LocalPosition: {x: 0.000000017881394, y: 0.17596617, z: -0.000000008195639} - m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} - m_Children: - - {fileID: 4522036596428852} - m_Father: {fileID: 4062290051067628} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4165226881607378 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1823658002602034} - m_LocalRotation: {x: 0.0031949228, y: -0.0025556798, z: -0.009327911, w: 0.99994814} - m_LocalPosition: {x: -0.0000000059604646, y: 0.020972518, z: -0.00000008717179} - m_LocalScale: {x: 1.0000002, y: 1, z: 1.0000001} - m_Children: [] - m_Father: {fileID: 4119812164525692} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4189029489058838 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1081762746082770} - m_LocalRotation: {x: -0.023077015, y: -0.0216069, z: -0.0025523964, w: 0.99949694} - m_LocalPosition: {x: -0.0000000029802323, y: 0.021958834, z: 0.000000011920929} - m_LocalScale: {x: 0.99999994, y: 1.0000001, z: 0.99999976} - m_Children: [] - m_Father: {fileID: 4336274156630332} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4196045892532700 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1065083458320778} - m_LocalRotation: {x: -0.088031374, y: 0.10033041, z: -0.020807764, w: 0.99083364} - m_LocalPosition: {x: 0.000000053644182, y: 0.000000064074996, z: -0.000000016391278} - m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 0.99999994} - m_Children: - - {fileID: 4396977373042066} - - {fileID: 4775452445997552} - m_Father: {fileID: 4934212776198812} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4199832735941624 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1275985915865954} - m_LocalRotation: {x: 0.018685393, y: -0.024327261, z: 0.17731246, w: 0.98367643} - m_LocalPosition: {x: 0.0000000029802323, y: 0.2096534, z: 0.0000001244247} - m_LocalScale: {x: 0.99999976, y: 1.0000001, z: 1} - m_Children: - - {fileID: 4934212776198812} - m_Father: {fileID: 4328891786712580} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4208847231760950 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1552356011959414} - m_LocalRotation: {x: 0.18897937, y: -0.502809, z: -0.2873414, w: 0.7930352} - m_LocalPosition: {x: -0.00000007152558, y: 0.04319323, z: -0.0000000059604646} - m_LocalScale: {x: 0.9999999, y: 1.0000001, z: 0.99999976} - m_Children: - - {fileID: 4660312802785918} - m_Father: {fileID: 4464038709241128} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4220976241493762 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1168446643219498} - m_LocalRotation: {x: 0.267824, y: -6.426498e-25, z: -1.7864311e-25, w: 0.96346784} - m_LocalPosition: {x: -6.8157583e-29, y: 0.13128923, z: 0} - m_LocalScale: {x: 1, y: 0.99999976, z: 0.99999964} - m_Children: - - {fileID: 4885151570787110} - - {fileID: 4062290051067628} - - {fileID: 4899388060419750} - m_Father: {fileID: 4346333905905126} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4232918902586488 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1840565663117750} - m_LocalRotation: {x: -0.22828919, y: -0.059742626, z: -0.03299853, w: 0.97119826} - m_LocalPosition: {x: 0.00000012117671, y: 0.03422847, z: -0.00000004172325} - m_LocalScale: {x: 1, y: 1.0000001, z: 1.0000001} - m_Children: [] - m_Father: {fileID: 4076462871464052} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4236136426853802 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1140566832422514} - m_LocalRotation: {x: 0.010405684, y: 0.99857175, z: -0.0514071, w: 0.010173368} - m_LocalPosition: {x: -0.1130681, y: 0.09605343, z: -0.007606505} - m_LocalScale: {x: 1, y: 1.0000001, z: 0.9999999} - m_Children: - - {fileID: 4990091344062282} - m_Father: {fileID: 4933865502184864} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4251186389099316 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1855996595893460} - m_LocalRotation: {x: 0.7083016, y: 0, z: -0, w: 0.7059099} - m_LocalPosition: {x: 2.7755599e-18, y: 0.0745567, z: 0.968019} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4933865502184864} - - {fileID: 4990390404149980} - m_Father: {fileID: 4111379655396366} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4253607807993824 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1561837333057334} - m_LocalRotation: {x: 0.6342448, y: -0.009669192, z: 0.022489285, w: 0.7727447} - m_LocalPosition: {x: 0.028831, y: 0.024339577, z: 0.10911975} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 4946587827948208} - m_RootOrder: 6 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4268401148722292 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1498659297325900} - m_LocalRotation: {x: -0.010425516, y: 0.9985675, z: -0.051403023, w: -0.010583601} - m_LocalPosition: {x: 0.11306188, y: 0.09605343, z: -0.00769861} - m_LocalScale: {x: 0.99999994, y: 1.0000001, z: 1.0000001} - m_Children: - - {fileID: 4877121127178958} - m_Father: {fileID: 4933865502184864} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4286322850250790 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1418941434802490} - m_LocalRotation: {x: -0.020781247, y: 0.020584289, z: -0.013230967, w: 0.9994846} - m_LocalPosition: {x: 0.0000000014901161, y: 0.034748547, z: -0.00000005271286} - m_LocalScale: {x: 0.9999999, y: 0.99999994, z: 0.9999999} - m_Children: - - {fileID: 4413706035280534} - m_Father: {fileID: 4891514793703010} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4299483167695414 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1514345897296770} - 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: 4302887762113124} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4302887762113124 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1400141104664876} - 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: 4111379655396366} - - {fileID: 4299483167695414} - - {fileID: 4672696150440130} - - {fileID: 4366957763375508} - - {fileID: 4643963888414744} - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4320296663511404 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1236858047863364} - m_LocalRotation: {x: -0.07168165, y: 0.8902036, z: -0.2545705, w: 0.37093556} - m_LocalPosition: {x: -0.0000000014668331, y: 0.13777359, z: 1.8626452e-10} - m_LocalScale: {x: 1, y: 1.0000001, z: 0.9999999} - m_Children: [] - m_Father: {fileID: 4329378250386512} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4323636990118116 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1626327866694752} - m_LocalRotation: {x: -0.078733854, y: 0.06174134, z: -0.30221963, w: 0.9479728} - m_LocalPosition: {x: 0.000000053644182, y: 0.000000064074996, z: -0.000000016391278} - m_LocalScale: {x: 0.9999998, y: 0.9999999, z: 1} - m_Children: - - {fileID: 4798946750797690} - - {fileID: 4727776034937814} - m_Father: {fileID: 4934212776198812} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4327744363423170 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1026070790228192} - m_LocalRotation: {x: -0.47926906, y: 0.10446028, z: -0.03200773, w: 0.8708414} - m_LocalPosition: {x: 0.00083714817, y: 0.028252175, z: 0.027737051} - m_LocalScale: {x: 1, y: 1.0000002, z: 1} - m_Children: - - {fileID: 4496720667358676} - m_Father: {fileID: 4900990788621252} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4328891786712580 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1010684580690246} - m_LocalRotation: {x: 0.019320672, y: -0.021031415, z: 0.094024576, w: 0.99516016} - m_LocalPosition: {x: -0.000000023841858, y: 0.17596607, z: -0.00000010058284} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 1} - m_Children: - - {fileID: 4199832735941624} - m_Father: {fileID: 4885151570787110} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4329378250386512 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1732144996375798} - m_LocalRotation: {x: -0.48251155, y: 0.11093323, z: -0.06505075, w: 0.8663976} - m_LocalPosition: {x: -0.000000006705523, y: 0.3890997, z: 0.0000000017229468} - m_LocalScale: {x: 1, y: 1, z: 1.0000002} - m_Children: - - {fileID: 4320296663511404} - m_Father: {fileID: 4990091344062282} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4332376249280036 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1191385363737336} - m_LocalRotation: {x: -0.098839626, y: 0.0939681, z: -0.10677918, w: 0.9848853} - m_LocalPosition: {x: 0.000000017881394, y: 0.073648624, z: -0.000000018626451} - m_LocalScale: {x: 0.9999999, y: 0.99999976, z: 0.9999998} - m_Children: - - {fileID: 4130408467424822} - m_Father: {fileID: 4775452445997552} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4336274156630332 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1173769396065900} - m_LocalRotation: {x: -0.020781247, y: -0.020584293, z: 0.0132309655, w: 0.9994846} - m_LocalPosition: {x: -0.0000000029802323, y: 0.034748603, z: -0.000000009313226} - m_LocalScale: {x: 1, y: 0.99999994, z: 1.0000001} - m_Children: - - {fileID: 4189029489058838} - m_Father: {fileID: 4040343392818342} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4346333905905126 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1012788852579792} - m_LocalRotation: {x: -0.035034057, y: -1.0045644e-17, z: -1.4468992e-17, w: 0.99938613} - m_LocalPosition: {x: -0, y: 0.09838287, z: -0.0000000059604646} - m_LocalScale: {x: 1, y: 1.0000001, z: 1} - m_Children: - - {fileID: 4220976241493762} - m_Father: {fileID: 4990390404149980} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4366957763375508 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1504322900629956} - 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: 4302887762113124} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4396977373042066 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1756003510282640} - m_LocalRotation: {x: 0.1070703, y: -0.13619797, z: 0.1609636, w: 0.9716362} - m_LocalPosition: {x: 0.00000000782311, y: 0.036258318, z: -0.000000102818014} - m_LocalScale: {x: 1.0000001, y: 1.0000002, z: 1.0000001} - m_Children: - - {fileID: 4486139410584464} - m_Father: {fileID: 4196045892532700} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4400880075979864 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1283592872838994} - m_LocalRotation: {x: 0.071681574, y: 0.8902036, z: -0.25457057, w: -0.37093556} - m_LocalPosition: {x: 0.000000009965151, y: 0.1377736, z: -0.0000000011175871} - m_LocalScale: {x: 1, y: 1.0000001, z: 0.99999994} - m_Children: [] - m_Father: {fileID: 4095194452437372} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4411574355170548 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1283264834405600} - m_LocalRotation: {x: 0.8102645, y: -0.12922111, z: -0.14214781, w: 0.55368525} - m_LocalPosition: {x: 0.028831, y: 0.024339577, z: 0.10911975} - m_LocalScale: {x: 1.0000002, y: 1.0000002, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 4946587827948208} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4413706035280534 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1287828409172892} - m_LocalRotation: {x: -0.023077015, y: 0.021606896, z: 0.0025523978, w: 0.99949694} - m_LocalPosition: {x: 0.0000000029802323, y: 0.021958875, z: -0.00000012591481} - m_LocalScale: {x: 1, y: 1.0000001, z: 0.9999999} - m_Children: [] - m_Father: {fileID: 4286322850250790} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4464038709241128 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1214670726684516} - m_LocalRotation: {x: -0.31390637, y: -0.25306162, z: 0.017512908, w: 0.91494036} - m_LocalPosition: {x: -0, y: 0.04320998, z: 0.0000000011175871} - m_LocalScale: {x: 0.99999976, y: 1.0000002, z: 1} - m_Children: - - {fileID: 4208847231760950} - m_Father: {fileID: 4484613230948760} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4478547144276238 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1839907214634112} - m_LocalRotation: {x: -0.14018656, y: -0.123798214, z: -0.025405366, w: 0.98202664} - m_LocalPosition: {x: 0.0000000029802323, y: 0.072082974, z: 0.000000018253923} - m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 1.0000001} - m_Children: - - {fileID: 4910568054836588} - m_Father: {fileID: 4494847989834250} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4484613230948760 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1884838349636338} - m_LocalRotation: {x: -0.07861066, y: 0.11250496, z: 0.21354844, w: 0.96724355} - m_LocalPosition: {x: 0.000000053644182, y: 0.000000064074996, z: -0.000000016391278} - m_LocalScale: {x: 1, y: 0.99999976, z: 0.9999998} - m_Children: - - {fileID: 4464038709241128} - m_Father: {fileID: 4934212776198812} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4486139410584464 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1941458961795562} - m_LocalRotation: {x: -0.12972203, y: 0.16705167, z: -0.18460971, w: 0.959784} - m_LocalPosition: {x: 0.000000011920929, y: 0.0782364, z: -0.00000006109476} - m_LocalScale: {x: 0.9999999, y: 1, z: 0.9999998} - m_Children: - - {fileID: 4119812164525692} - m_Father: {fileID: 4396977373042066} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4487009761725614 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1558988318520942} - m_LocalRotation: {x: 0.6426399, y: -0.3050372, z: -0.33841923, w: 0.615986} - m_LocalPosition: {x: -0.02974893, y: 0.024471104, z: 0.10900164} - m_LocalScale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 4946587827948208} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4494847989834250 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1393878475880294} - m_LocalRotation: {x: 0.04921133, y: 0.037605647, z: -0.16630279, w: 0.98412776} - m_LocalPosition: {x: -0.000000059604645, y: 0.040441547, z: 0.00000015720725} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 0.9999998} - m_Children: - - {fileID: 4478547144276238} - m_Father: {fileID: 4728684396203194} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4496720667358676 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1615774492515248} - m_LocalRotation: {x: 0.14691532, y: -0.09825708, z: -0.00031819256, w: 0.98425674} - m_LocalPosition: {x: 0.000000035832638, y: 0.029362006, z: 0.0000000346452} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4651835640257908} - m_Father: {fileID: 4327744363423170} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4498751281480138 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1932985758865622} - m_LocalRotation: {x: 0.10707028, y: 0.13619792, z: -0.16096357, w: 0.9716362} - m_LocalPosition: {x: 0.0000000018626451, y: 0.036258247, z: 0.0000000029802323} - m_LocalScale: {x: 0.99999994, y: 0.9999998, z: 1} - m_Children: - - {fileID: 4938057135018956} - m_Father: {fileID: 4876105942947646} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4522036596428852 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1956560897357978} - m_LocalRotation: {x: 0.018685395, y: 0.024327261, z: -0.17731246, w: 0.98367643} - m_LocalPosition: {x: -0.000000007450581, y: 0.20965336, z: 0.00000013932586} - m_LocalScale: {x: 0.9999998, y: 0.99999994, z: 0.99999994} - m_Children: - - {fileID: 4657157674741776} - m_Father: {fileID: 4162337848538142} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4535732382761200 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1281014743334608} - m_LocalRotation: {x: 0.0330164, y: 0.03492272, z: 0.00061634195, w: 0.9988443} - m_LocalPosition: {x: -0.000000020861625, y: 0.031811982, z: 0.00000013411045} - m_LocalScale: {x: 0.9999999, y: 0.99999976, z: 1} - m_Children: - - {fileID: 4016020531388628} - m_Father: {fileID: 4938057135018956} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4552835176261052 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1064830835960798} - m_LocalRotation: {x: -0.078610666, y: -0.11250499, z: -0.21354845, w: 0.96724355} - m_LocalPosition: {x: -0.000000011920929, y: 0.00000007003546, z: -0.00000007972121} - m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 0.9999999} - m_Children: - - {fileID: 4654199034101252} - m_Father: {fileID: 4657157674741776} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4570997518207790 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1786373487705678} - m_LocalRotation: {x: -0.085398294, y: -0.094036184, z: -0.10655173, w: 0.98615974} - m_LocalPosition: {x: 0.0000000059604646, y: 0.013552903, z: 0.000000117719175} - m_LocalScale: {x: 0.9999999, y: 0.99999994, z: 0.99999994} - m_Children: [] - m_Father: {fileID: 4910568054836588} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4643963888414744 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1421432451409434} - 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: 4302887762113124} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4647893359833940 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1201324644863336} - m_LocalRotation: {x: 0.13238394, y: 0.15014051, z: -0.024215339, w: 0.9794621} - m_LocalPosition: {x: 0.0000000018626451, y: 0.036258247, z: 0.0000000029802323} - m_LocalScale: {x: 1, y: 0.9999998, z: 0.99999994} - m_Children: - - {fileID: 4778556099637516} - m_Father: {fileID: 4876105942947646} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4651835640257908 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1199998020783810} - m_LocalRotation: {x: 0.11951273, y: -0.00022152186, z: -0.000026665808, w: 0.99283266} - m_LocalPosition: {x: -4.976122e-11, y: 0.023791809, z: 0.000000035814846} - m_LocalScale: {x: 0.9999998, y: 1, z: 0.9999997} - m_Children: [] - m_Father: {fileID: 4496720667358676} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4654199034101252 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1834694309503194} - m_LocalRotation: {x: -0.31390634, y: 0.25306165, z: -0.017512918, w: 0.91494036} - m_LocalPosition: {x: -0.0000000059604646, y: 0.043209907, z: -0.00000003874302} - m_LocalScale: {x: 0.99999976, y: 1, z: 1} - m_Children: - - {fileID: 4076462871464052} - m_Father: {fileID: 4552835176261052} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4657157674741776 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1602683629103016} - m_LocalRotation: {x: 0.04318142, y: 0.05320051, z: 0.030178793, w: 0.9971933} - m_LocalPosition: {x: -0.00000001564622, y: 0.26173544, z: 0.00000002370216} - m_LocalScale: {x: 1, y: 0.99999994, z: 0.9999999} - m_Children: - - {fileID: 4552835176261052} - - {fileID: 4876105942947646} - - {fileID: 4728684396203194} - m_Father: {fileID: 4522036596428852} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4660312802785918 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1857120171064990} - m_LocalRotation: {x: -0.22828908, y: 0.05974261, z: 0.032998517, w: 0.97119826} - m_LocalPosition: {x: 0.000000110268594, y: 0.03422841, z: -0.000000026077032} - m_LocalScale: {x: 1, y: 1.0000002, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 4208847231760950} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4672696150440130 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1287085095265052} - 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: 4302887762113124} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4727776034937814 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1816046548689238} - m_LocalRotation: {x: 0.04921134, y: -0.037605654, z: 0.16630279, w: 0.98412776} - m_LocalPosition: {x: 0.000000011920929, y: 0.040441517, z: -0.00000006482005} - m_LocalScale: {x: 1, y: 1.0000001, z: 0.99999976} - m_Children: - - {fileID: 4850751561759902} - m_Father: {fileID: 4323636990118116} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4728684396203194 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1927000208931394} - m_LocalRotation: {x: -0.07873385, y: -0.06174133, z: 0.30221963, w: 0.9479728} - m_LocalPosition: {x: -0.000000011920929, y: 0.00000007003546, z: -0.00000007972121} - m_LocalScale: {x: 0.99999976, y: 0.9999998, z: 1} - m_Children: - - {fileID: 4739104680009008} - - {fileID: 4494847989834250} - m_Father: {fileID: 4657157674741776} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4739104680009008 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1319321605018308} - m_LocalRotation: {x: 0.08196832, y: 0.06387364, z: -0.3053637, w: 0.9465487} - m_LocalPosition: {x: -0.000000059604645, y: 0.040441547, z: 0.00000015720725} - m_LocalScale: {x: 1.0000001, y: 0.9999997, z: 0.9999998} - m_Children: - - {fileID: 4040343392818342} - m_Father: {fileID: 4728684396203194} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4753385176824096 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1307450717038724} - m_LocalRotation: {x: 0.6426437, y: 0.30234477, z: 0.33832234, w: 0.6173611} - m_LocalPosition: {x: 0.028831, y: 0.024339577, z: 0.10911975} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 4946587827948208} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4775452445997552 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1879703167075952} - m_LocalRotation: {x: 0.13238394, y: -0.15014052, z: 0.02421533, w: 0.9794621} - m_LocalPosition: {x: 0.00000000782311, y: 0.036258318, z: -0.000000102818014} - m_LocalScale: {x: 1.0000001, y: 1.0000002, z: 1} - m_Children: - - {fileID: 4332376249280036} - m_Father: {fileID: 4196045892532700} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4778556099637516 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1565229106996902} - m_LocalRotation: {x: -0.098839596, y: -0.093968086, z: 0.10677919, w: 0.9848853} - m_LocalPosition: {x: 0.000000011920929, y: 0.0736487, z: -0.00000001564622} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 0.99999994} - m_Children: - - {fileID: 4145009949107094} - m_Father: {fileID: 4647893359833940} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4797272064350790 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1355166735149096} - m_LocalRotation: {x: -0.009011901, y: 0.010956692, z: -0.010570687, w: 0.99984354} - m_LocalPosition: {x: 0.000000026822091, y: 0.027933901, z: -0.0000000014901161} - m_LocalScale: {x: 0.9999998, y: 0.99999994, z: 0.99999994} - m_Children: [] - m_Father: {fileID: 4130408467424822} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4798946750797690 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1290595946070216} - m_LocalRotation: {x: 0.08196833, y: -0.06387366, z: 0.3053637, w: 0.9465487} - m_LocalPosition: {x: 0.000000011920929, y: 0.040441517, z: -0.00000006482005} - m_LocalScale: {x: 1, y: 0.9999997, z: 0.9999997} - m_Children: - - {fileID: 4891514793703010} - m_Father: {fileID: 4323636990118116} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4826340269708912 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1679132082582664} - m_LocalRotation: {x: 0.1970182, y: -0.18125589, z: -0.003239105, w: 0.96349347} - m_LocalPosition: {x: 0.000000017881394, y: 0.02919662, z: -0.000000044703484} - m_LocalScale: {x: 1.0000001, y: 0.9999999, z: 0.9999999} - m_Children: - - {fileID: 4889305577369130} - m_Father: {fileID: 4850751561759902} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4850751561759902 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1601843085828910} - m_LocalRotation: {x: -0.14018656, y: 0.123798214, z: 0.025405364, w: 0.98202664} - m_LocalPosition: {x: 0.000000008940697, y: 0.07208297, z: -0.0000000052154063} - m_LocalScale: {x: 0.9999998, y: 0.9999999, z: 1} - m_Children: - - {fileID: 4826340269708912} - m_Father: {fileID: 4727776034937814} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4876105942947646 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1459683866173920} - m_LocalRotation: {x: -0.088031374, y: -0.10033041, z: 0.020807767, w: 0.99083364} - m_LocalPosition: {x: -0.000000011920929, y: 0.00000007003546, z: -0.00000007972121} - m_LocalScale: {x: 1, y: 1, z: 0.9999999} - m_Children: - - {fileID: 4498751281480138} - - {fileID: 4647893359833940} - m_Father: {fileID: 4657157674741776} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4877121127178958 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1976156855738976} - m_LocalRotation: {x: -0.059092857, y: 0.033356853, z: -0.038403418, w: 0.9969557} - m_LocalPosition: {x: 0.0000000057742002, y: 0.4977098, z: -5.5879357e-10} - m_LocalScale: {x: 0.9999999, y: 0.99999964, z: 0.99999976} - m_Children: - - {fileID: 4095194452437372} - m_Father: {fileID: 4268401148722292} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4885151570787110 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1031331103436302} - m_LocalRotation: {x: 0.6661515, y: -0.44501308, z: -0.3693705, w: -0.47092566} - m_LocalPosition: {x: -0.0195459, y: 0.17546915, z: 0.0644887} - m_LocalScale: {x: 0.9999999, y: 0.9999998, z: 0.9999998} - m_Children: - - {fileID: 4328891786712580} - m_Father: {fileID: 4220976241493762} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4889305577369130 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1124361293456408} - m_LocalRotation: {x: -0.0853983, y: 0.094036184, z: 0.106551744, w: 0.98615974} - m_LocalPosition: {x: -0.000000029802322, y: 0.013552886, z: -0.000000008940697} - m_LocalScale: {x: 0.9999998, y: 0.99999976, z: 0.9999999} - m_Children: [] - m_Father: {fileID: 4826340269708912} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4891514793703010 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1323742736063354} - m_LocalRotation: {x: -0.06410113, y: 0.06521968, z: -0.09362159, w: 0.9913992} - m_LocalPosition: {x: 0.000000011920929, y: 0.07214911, z: 0.000000006705523} - m_LocalScale: {x: 0.99999994, y: 1.0000001, z: 1} - m_Children: - - {fileID: 4286322850250790} - m_Father: {fileID: 4798946750797690} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4899388060419750 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1264493145202670} - m_LocalRotation: {x: -0.04150668, y: -0.0016287738, z: -0.0013519175, w: 0.999136} - m_LocalPosition: {x: -2.303967e-29, y: 0.23304668, z: 0} - m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 1.0000001} - m_Children: - - {fileID: 4946587827948208} - m_Father: {fileID: 4220976241493762} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4900990788621252 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1406199608910880} - m_LocalRotation: {x: 0.92835206, y: -0.0095513165, z: -0.008545598, w: 0.37148112} - m_LocalPosition: {x: 0.00050111033, y: -0.0028648942, z: 0.05084892} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 0.9999997} - m_Children: - - {fileID: 4327744363423170} - m_Father: {fileID: 4946587827948208} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4910568054836588 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1157204517692470} - m_LocalRotation: {x: 0.1970182, y: 0.18125589, z: 0.0032391013, w: 0.96349347} - m_LocalPosition: {x: -0.000000017881394, y: 0.029196614, z: -0.0000000834465} - m_LocalScale: {x: 1.0000001, y: 0.9999999, z: 0.9999998} - m_Children: - - {fileID: 4570997518207790} - m_Father: {fileID: 4478547144276238} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4933865502184864 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1450457397964246} - m_LocalRotation: {x: 0.00020365315, y: -8.9019625e-12, z: 1, w: 0.00000004371139} - m_LocalPosition: {x: -0, y: 0.099871516, z: -0.0000000026077032} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4268401148722292} - - {fileID: 4236136426853802} - m_Father: {fileID: 4251186389099316} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4934212776198812 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1563285420151606} - m_LocalRotation: {x: 0.043181416, y: -0.05320051, z: -0.030178789, w: 0.9971933} - m_LocalPosition: {x: 0.000000011920929, y: 0.2617354, z: -0.0000000062864274} - m_LocalScale: {x: 1.0000001, y: 1, z: 0.99999994} - m_Children: - - {fileID: 4484613230948760} - - {fileID: 4196045892532700} - - {fileID: 4323636990118116} - m_Father: {fileID: 4199832735941624} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4938057135018956 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1425705548202342} - m_LocalRotation: {x: -0.12972204, y: -0.1670517, z: 0.18460967, w: 0.959784} - m_LocalPosition: {x: -0.0000000059604646, y: 0.0782364, z: -0.000000054761767} - m_LocalScale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} - m_Children: - - {fileID: 4535732382761200} - m_Father: {fileID: 4498751281480138} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4946587827948208 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1192938605603902} - m_LocalRotation: {x: -0.104866445, y: 0.0025335106, z: 0.0025860115, w: 0.9944798} - m_LocalPosition: {x: 2.3283065e-11, y: 0.10364123, z: -0.00000002982697} - m_LocalScale: {x: 0.9999999, y: 0.99999976, z: 0.9999999} - m_Children: - - {fileID: 4487009761725614} - - {fileID: 4753385176824096} - - {fileID: 4900990788621252} - - {fileID: 4110371407410330} - - {fileID: 4411574355170548} - - {fileID: 4988130177590166} - - {fileID: 4253607807993824} - m_Father: {fileID: 4899388060419750} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4988130177590166 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1573401422950652} - m_LocalRotation: {x: 0.63430923, y: 0.0066882665, z: -0.022945793, w: 0.7727099} - m_LocalPosition: {x: -0.02974893, y: 0.024471104, z: 0.10900164} - m_LocalScale: {x: 1.0000001, y: 1, z: 1.0000001} - m_Children: [] - m_Father: {fileID: 4946587827948208} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4990091344062282 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1743253030668870} - m_LocalRotation: {x: -0.05909286, y: -0.033356883, z: 0.038403418, w: 0.9969557} - m_LocalPosition: {x: 0.00000001974404, y: 0.49770975, z: -0.0000000057742002} - m_LocalScale: {x: 1, y: 0.99999976, z: 0.9999999} - m_Children: - - {fileID: 4329378250386512} - m_Father: {fileID: 4236136426853802} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!4 &4990390404149980 -Transform: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1516544443628346} - m_LocalRotation: {x: -0.14465688, y: 1.2476301e-17, z: 1.2434173e-17, w: 0.9894819} - m_LocalPosition: {x: -0, y: 0.099871516, z: -0.0000000026077032} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4346333905905126} - m_Father: {fileID: 4251186389099316} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!95 &95935644103328352 -Animator: - serializedVersion: 3 - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1400141104664876} - m_Enabled: 1 - m_Avatar: {fileID: 9000000, guid: bc3e83717b5b12f46bd5e8941a902eb7, type: 3} - m_Controller: {fileID: 0} - m_CullingMode: 1 - m_UpdateMode: 0 - m_ApplyRootMotion: 1 - m_LinearVelocityBlending: 0 - m_WarningMessage: - m_HasTransformHierarchy: 1 - m_AllowConstantClipSamplingOptimization: 1 ---- !u!114 &114597111051655364 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1400141104664876} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: bdb8618378c173d4d83d9b78bf66dd78, type: 3} - m_Name: - m_EditorClassIdentifier: - possessionType: 1 - inventoryAllowed: 1 - isUnique: 1 - assetPath: Assets/Passer/Humanoid/Demo/Characters/DefaultPasserAvatar/DefaultPasserAvatar.prefab ---- !u!137 &137005325613846582 -SkinnedMeshRenderer: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1421432451409434} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_Materials: - - {fileID: 2100000, guid: bfafb5a1d5d84354f89590700d5a26e1, 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: 1 - m_SkinnedMotionVectors: 1 - m_Mesh: {fileID: 4300000, guid: bc3e83717b5b12f46bd5e8941a902eb7, type: 3} - m_Bones: - - {fileID: 4251186389099316} - - {fileID: 4933865502184864} - - {fileID: 4268401148722292} - - {fileID: 4877121127178958} - - {fileID: 4095194452437372} - - {fileID: 4400880075979864} - - {fileID: 4236136426853802} - - {fileID: 4990091344062282} - - {fileID: 4329378250386512} - - {fileID: 4320296663511404} - - {fileID: 4990390404149980} - - {fileID: 4346333905905126} - - {fileID: 4220976241493762} - - {fileID: 4899388060419750} - - {fileID: 4946587827948208} - - {fileID: 4900990788621252} - - {fileID: 4327744363423170} - - {fileID: 4496720667358676} - - {fileID: 4651835640257908} - - {fileID: 4753385176824096} - - {fileID: 4487009761725614} - - {fileID: 4253607807993824} - - {fileID: 4411574355170548} - - {fileID: 4988130177590166} - - {fileID: 4110371407410330} - - {fileID: 4885151570787110} - - {fileID: 4328891786712580} - - {fileID: 4199832735941624} - - {fileID: 4934212776198812} - - {fileID: 4196045892532700} - - {fileID: 4396977373042066} - - {fileID: 4486139410584464} - - {fileID: 4119812164525692} - - {fileID: 4165226881607378} - - {fileID: 4775452445997552} - - {fileID: 4332376249280036} - - {fileID: 4130408467424822} - - {fileID: 4797272064350790} - - {fileID: 4323636990118116} - - {fileID: 4798946750797690} - - {fileID: 4891514793703010} - - {fileID: 4286322850250790} - - {fileID: 4413706035280534} - - {fileID: 4727776034937814} - - {fileID: 4850751561759902} - - {fileID: 4826340269708912} - - {fileID: 4889305577369130} - - {fileID: 4484613230948760} - - {fileID: 4464038709241128} - - {fileID: 4208847231760950} - - {fileID: 4660312802785918} - - {fileID: 4062290051067628} - - {fileID: 4162337848538142} - - {fileID: 4522036596428852} - - {fileID: 4657157674741776} - - {fileID: 4876105942947646} - - {fileID: 4498751281480138} - - {fileID: 4938057135018956} - - {fileID: 4535732382761200} - - {fileID: 4016020531388628} - - {fileID: 4647893359833940} - - {fileID: 4778556099637516} - - {fileID: 4145009949107094} - - {fileID: 4036134831208756} - - {fileID: 4728684396203194} - - {fileID: 4739104680009008} - - {fileID: 4040343392818342} - - {fileID: 4336274156630332} - - {fileID: 4189029489058838} - - {fileID: 4494847989834250} - - {fileID: 4478547144276238} - - {fileID: 4910568054836588} - - {fileID: 4570997518207790} - - {fileID: 4552835176261052} - - {fileID: 4654199034101252} - - {fileID: 4076462871464052} - - {fileID: 4232918902586488} - m_BlendShapeWeights: [] - m_RootBone: {fileID: 4251186389099316} - m_AABB: - m_Center: {x: 0.000004917383, y: 0.2830103, z: 0.025077432} - m_Extent: {x: 0.70299065, y: 0.301535, z: 0.22030836} - m_DirtyAABB: 0 ---- !u!137 &137070237413741238 -SkinnedMeshRenderer: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1504322900629956} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_Materials: - - {fileID: 2100000, guid: 10d52c4044991054bb5f1e78077d8a0e, 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: 1 - m_SkinnedMotionVectors: 1 - m_Mesh: {fileID: 4300004, guid: bc3e83717b5b12f46bd5e8941a902eb7, type: 3} - m_Bones: - - {fileID: 4251186389099316} - - {fileID: 4933865502184864} - - {fileID: 4268401148722292} - - {fileID: 4877121127178958} - - {fileID: 4095194452437372} - - {fileID: 4400880075979864} - - {fileID: 4236136426853802} - - {fileID: 4990091344062282} - - {fileID: 4329378250386512} - - {fileID: 4320296663511404} - - {fileID: 4990390404149980} - - {fileID: 4346333905905126} - - {fileID: 4220976241493762} - - {fileID: 4899388060419750} - - {fileID: 4946587827948208} - - {fileID: 4900990788621252} - - {fileID: 4327744363423170} - - {fileID: 4496720667358676} - - {fileID: 4651835640257908} - - {fileID: 4753385176824096} - - {fileID: 4487009761725614} - - {fileID: 4253607807993824} - - {fileID: 4411574355170548} - - {fileID: 4988130177590166} - - {fileID: 4110371407410330} - - {fileID: 4885151570787110} - - {fileID: 4328891786712580} - - {fileID: 4199832735941624} - - {fileID: 4934212776198812} - - {fileID: 4196045892532700} - - {fileID: 4396977373042066} - - {fileID: 4486139410584464} - - {fileID: 4119812164525692} - - {fileID: 4165226881607378} - - {fileID: 4775452445997552} - - {fileID: 4332376249280036} - - {fileID: 4130408467424822} - - {fileID: 4797272064350790} - - {fileID: 4323636990118116} - - {fileID: 4798946750797690} - - {fileID: 4891514793703010} - - {fileID: 4286322850250790} - - {fileID: 4413706035280534} - - {fileID: 4727776034937814} - - {fileID: 4850751561759902} - - {fileID: 4826340269708912} - - {fileID: 4889305577369130} - - {fileID: 4484613230948760} - - {fileID: 4464038709241128} - - {fileID: 4208847231760950} - - {fileID: 4660312802785918} - - {fileID: 4062290051067628} - - {fileID: 4162337848538142} - - {fileID: 4522036596428852} - - {fileID: 4657157674741776} - - {fileID: 4876105942947646} - - {fileID: 4498751281480138} - - {fileID: 4938057135018956} - - {fileID: 4535732382761200} - - {fileID: 4016020531388628} - - {fileID: 4647893359833940} - - {fileID: 4778556099637516} - - {fileID: 4145009949107094} - - {fileID: 4036134831208756} - - {fileID: 4728684396203194} - - {fileID: 4739104680009008} - - {fileID: 4040343392818342} - - {fileID: 4336274156630332} - - {fileID: 4189029489058838} - - {fileID: 4494847989834250} - - {fileID: 4478547144276238} - - {fileID: 4910568054836588} - - {fileID: 4570997518207790} - - {fileID: 4552835176261052} - - {fileID: 4654199034101252} - - {fileID: 4076462871464052} - - {fileID: 4232918902586488} - m_BlendShapeWeights: [] - m_RootBone: {fileID: 4251186389099316} - m_AABB: - m_Center: {x: -0.00094940513, y: -0.39950147, z: 0.00031135976} - m_Extent: {x: 0.20603058, y: 0.53642046, z: 0.16274883} - m_DirtyAABB: 0 ---- !u!137 &137531358560794372 -SkinnedMeshRenderer: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1287085095265052} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_Materials: - - {fileID: 2100000, guid: 00f495fd4f917be4d8c2977c414ad7ce, 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: 1 - m_SkinnedMotionVectors: 1 - m_Mesh: {fileID: 4300002, guid: bc3e83717b5b12f46bd5e8941a902eb7, type: 3} - m_Bones: - - {fileID: 4251186389099316} - - {fileID: 4933865502184864} - - {fileID: 4268401148722292} - - {fileID: 4877121127178958} - - {fileID: 4095194452437372} - - {fileID: 4400880075979864} - - {fileID: 4236136426853802} - - {fileID: 4990091344062282} - - {fileID: 4329378250386512} - - {fileID: 4320296663511404} - - {fileID: 4990390404149980} - - {fileID: 4346333905905126} - - {fileID: 4220976241493762} - - {fileID: 4899388060419750} - - {fileID: 4946587827948208} - - {fileID: 4900990788621252} - - {fileID: 4327744363423170} - - {fileID: 4496720667358676} - - {fileID: 4651835640257908} - - {fileID: 4753385176824096} - - {fileID: 4487009761725614} - - {fileID: 4253607807993824} - - {fileID: 4411574355170548} - - {fileID: 4988130177590166} - - {fileID: 4110371407410330} - - {fileID: 4885151570787110} - - {fileID: 4328891786712580} - - {fileID: 4199832735941624} - - {fileID: 4934212776198812} - - {fileID: 4196045892532700} - - {fileID: 4396977373042066} - - {fileID: 4486139410584464} - - {fileID: 4119812164525692} - - {fileID: 4165226881607378} - - {fileID: 4775452445997552} - - {fileID: 4332376249280036} - - {fileID: 4130408467424822} - - {fileID: 4797272064350790} - - {fileID: 4323636990118116} - - {fileID: 4798946750797690} - - {fileID: 4891514793703010} - - {fileID: 4286322850250790} - - {fileID: 4413706035280534} - - {fileID: 4727776034937814} - - {fileID: 4850751561759902} - - {fileID: 4826340269708912} - - {fileID: 4889305577369130} - - {fileID: 4484613230948760} - - {fileID: 4464038709241128} - - {fileID: 4208847231760950} - - {fileID: 4660312802785918} - - {fileID: 4062290051067628} - - {fileID: 4162337848538142} - - {fileID: 4522036596428852} - - {fileID: 4657157674741776} - - {fileID: 4876105942947646} - - {fileID: 4498751281480138} - - {fileID: 4938057135018956} - - {fileID: 4535732382761200} - - {fileID: 4016020531388628} - - {fileID: 4647893359833940} - - {fileID: 4778556099637516} - - {fileID: 4145009949107094} - - {fileID: 4036134831208756} - - {fileID: 4728684396203194} - - {fileID: 4739104680009008} - - {fileID: 4040343392818342} - - {fileID: 4336274156630332} - - {fileID: 4189029489058838} - - {fileID: 4494847989834250} - - {fileID: 4478547144276238} - - {fileID: 4910568054836588} - - {fileID: 4570997518207790} - - {fileID: 4552835176261052} - - {fileID: 4654199034101252} - - {fileID: 4076462871464052} - - {fileID: 4232918902586488} - m_BlendShapeWeights: [] - m_RootBone: {fileID: 4251186389099316} - m_AABB: - m_Center: {x: -0.0000018104911, y: -0.94063914, z: 0.003838636} - m_Extent: {x: 0.17001238, y: 0.14500663, z: 0.15758118} - m_DirtyAABB: 0 ---- !u!137 &137842671362162138 -SkinnedMeshRenderer: - m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 100100000} - m_GameObject: {fileID: 1514345897296770} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_Materials: - - {fileID: 2100000, guid: ef93308acf4332b4abf491aad47a8363, 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: 1 - m_SkinnedMotionVectors: 1 - m_Mesh: {fileID: 4300006, guid: bc3e83717b5b12f46bd5e8941a902eb7, type: 3} - m_Bones: - - {fileID: 4251186389099316} - - {fileID: 4933865502184864} - - {fileID: 4268401148722292} - - {fileID: 4877121127178958} - - {fileID: 4095194452437372} - - {fileID: 4400880075979864} - - {fileID: 4236136426853802} - - {fileID: 4990091344062282} - - {fileID: 4329378250386512} - - {fileID: 4320296663511404} - - {fileID: 4990390404149980} - - {fileID: 4346333905905126} - - {fileID: 4220976241493762} - - {fileID: 4899388060419750} - - {fileID: 4946587827948208} - - {fileID: 4900990788621252} - - {fileID: 4327744363423170} - - {fileID: 4496720667358676} - - {fileID: 4651835640257908} - - {fileID: 4753385176824096} - - {fileID: 4487009761725614} - - {fileID: 4253607807993824} - - {fileID: 4411574355170548} - - {fileID: 4988130177590166} - - {fileID: 4110371407410330} - - {fileID: 4885151570787110} - - {fileID: 4328891786712580} - - {fileID: 4199832735941624} - - {fileID: 4934212776198812} - - {fileID: 4196045892532700} - - {fileID: 4396977373042066} - - {fileID: 4486139410584464} - - {fileID: 4119812164525692} - - {fileID: 4165226881607378} - - {fileID: 4775452445997552} - - {fileID: 4332376249280036} - - {fileID: 4130408467424822} - - {fileID: 4797272064350790} - - {fileID: 4323636990118116} - - {fileID: 4798946750797690} - - {fileID: 4891514793703010} - - {fileID: 4286322850250790} - - {fileID: 4413706035280534} - - {fileID: 4727776034937814} - - {fileID: 4850751561759902} - - {fileID: 4826340269708912} - - {fileID: 4889305577369130} - - {fileID: 4484613230948760} - - {fileID: 4464038709241128} - - {fileID: 4208847231760950} - - {fileID: 4660312802785918} - - {fileID: 4062290051067628} - - {fileID: 4162337848538142} - - {fileID: 4522036596428852} - - {fileID: 4657157674741776} - - {fileID: 4876105942947646} - - {fileID: 4498751281480138} - - {fileID: 4938057135018956} - - {fileID: 4535732382761200} - - {fileID: 4016020531388628} - - {fileID: 4647893359833940} - - {fileID: 4778556099637516} - - {fileID: 4145009949107094} - - {fileID: 4036134831208756} - - {fileID: 4728684396203194} - - {fileID: 4739104680009008} - - {fileID: 4040343392818342} - - {fileID: 4336274156630332} - - {fileID: 4189029489058838} - - {fileID: 4494847989834250} - - {fileID: 4478547144276238} - - {fileID: 4910568054836588} - - {fileID: 4570997518207790} - - {fileID: 4552835176261052} - - {fileID: 4654199034101252} - - {fileID: 4076462871464052} - - {fileID: 4232918902586488} - m_BlendShapeWeights: [] - m_RootBone: {fileID: 4251186389099316} - m_AABB: - m_Center: {x: -0.0004566908, y: -0.12417209, z: 0.0060971826} - m_Extent: {x: 0.84691346, y: 0.92533004, z: 0.13870046} - m_DirtyAABB: 0 diff --git a/Samples~/Visitors/HumanoidVisitor Desktop.unity b/Samples~/Visitors/HumanoidVisitor Desktop.unity deleted file mode 100644 index 469477a..0000000 --- a/Samples~/Visitors/HumanoidVisitor Desktop.unity +++ /dev/null @@ -1,16667 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!29 &1 -OcclusionCullingSettings: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_OcclusionBakeSettings: - smallestOccluder: 5 - smallestHole: 0.25 - backfaceThreshold: 100 - m_SceneGUID: 00000000000000000000000000000000 - m_OcclusionCullingData: {fileID: 0} ---- !u!104 &2 -RenderSettings: - m_ObjectHideFlags: 0 - serializedVersion: 9 - m_Fog: 0 - m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} - m_FogMode: 3 - m_FogDensity: 0.01 - m_LinearFogStart: 0 - m_LinearFogEnd: 300 - m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} - m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} - m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} - m_AmbientIntensity: 1 - m_AmbientMode: 0 - m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} - m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} - m_HaloStrength: 0.5 - m_FlareStrength: 1 - m_FlareFadeSpeed: 3 - m_HaloTexture: {fileID: 0} - m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} - m_DefaultReflectionMode: 0 - m_DefaultReflectionResolution: 128 - m_ReflectionBounces: 1 - m_ReflectionIntensity: 1 - m_CustomReflection: {fileID: 0} - m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.3731193, g: 0.38073996, b: 0.35872698, a: 1} - m_UseRadianceAmbientProbe: 0 ---- !u!157 &3 -LightmapSettings: - m_ObjectHideFlags: 0 - serializedVersion: 11 - m_GIWorkflowMode: 0 - m_GISettings: - serializedVersion: 2 - m_BounceScale: 1 - m_IndirectOutputScale: 1 - m_AlbedoBoost: 1 - m_EnvironmentLightingMode: 0 - m_EnableBakedLightmaps: 1 - m_EnableRealtimeLightmaps: 1 - m_LightmapEditorSettings: - serializedVersion: 12 - m_Resolution: 2 - m_BakeResolution: 40 - m_AtlasSize: 1024 - m_AO: 0 - m_AOMaxDistance: 1 - m_CompAOExponent: 1 - m_CompAOExponentDirect: 0 - m_ExtractAmbientOcclusion: 0 - m_Padding: 2 - m_LightmapParameters: {fileID: 0} - m_LightmapsBakeMode: 1 - m_TextureCompression: 1 - m_FinalGather: 0 - m_FinalGatherFiltering: 1 - m_FinalGatherRayCount: 256 - m_ReflectionCompression: 2 - m_MixedBakeMode: 2 - m_BakeBackend: 0 - m_PVRSampling: 1 - m_PVRDirectSampleCount: 32 - m_PVRSampleCount: 500 - m_PVRBounces: 2 - m_PVREnvironmentSampleCount: 500 - m_PVREnvironmentReferencePointCount: 2048 - m_PVRFilteringMode: 2 - m_PVRDenoiserTypeDirect: 0 - m_PVRDenoiserTypeIndirect: 0 - m_PVRDenoiserTypeAO: 0 - m_PVRFilterTypeDirect: 0 - m_PVRFilterTypeIndirect: 0 - m_PVRFilterTypeAO: 0 - m_PVREnvironmentMIS: 0 - m_PVRCulling: 1 - m_PVRFilteringGaussRadiusDirect: 1 - m_PVRFilteringGaussRadiusIndirect: 5 - m_PVRFilteringGaussRadiusAO: 2 - m_PVRFilteringAtrousPositionSigmaDirect: 0.5 - m_PVRFilteringAtrousPositionSigmaIndirect: 2 - m_PVRFilteringAtrousPositionSigmaAO: 1 - m_ExportTrainingData: 0 - m_TrainingDataDestination: TrainingData - m_LightProbeSampleCountMultiplier: 4 - m_LightingDataAsset: {fileID: 0} - m_UseShadowmask: 1 ---- !u!196 &4 -NavMeshSettings: - serializedVersion: 2 - m_ObjectHideFlags: 0 - m_BuildSettings: - serializedVersion: 2 - agentTypeID: 0 - agentRadius: 0.5 - agentHeight: 2 - agentSlope: 45 - agentClimb: 0.4 - ledgeDropHeight: 0 - maxJumpAcrossDistance: 0 - minRegionArea: 2 - manualCellSize: 0 - cellSize: 0.16666667 - manualTileSize: 0 - tileSize: 256 - accuratePlacement: 0 - debug: - m_Flags: 0 - m_NavMeshData: {fileID: 0} ---- !u!1 &2854080 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1021445959577632, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2854081} - m_Layer: 0 - m_Name: LeftHandIndex4_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2854081 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4637456710532440, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2854080} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.024553832, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 922182719} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &37474268 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1428050994456158, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 37474269} - m_Layer: 0 - m_Name: Spine1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &37474269 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4612029509162868, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 37474268} - m_LocalRotation: {x: 0.13846333, y: 0.0000024319875, z: 0.00000082214564, w: 0.9903676} - m_LocalPosition: {x: 2.88658e-14, y: 0.098382816, z: 0.000000007450581} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1685322345} - m_Father: {fileID: 125841078} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &37814230 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1554212365134952, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 37814231} - m_Layer: 0 - m_Name: RightUpLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &37814231 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4257619685772232, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 37814230} - m_LocalRotation: {x: 0.050498493, y: -0.00067322305, z: 0.026403554, w: -0.9983748} - m_LocalPosition: {x: 0.113065936, y: 0.0038853574, z: -0.008168796} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1462013239} - m_Father: {fileID: 1950240826} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &42068895 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1694502309778572, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 42068896} - m_Layer: 0 - m_Name: RightOuterBrow - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &42068896 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4082594049808710, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 42068895} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 10 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &51262349 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1028835581532512, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 51262350} - m_Layer: 0 - m_Name: LeftHandThumb2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &51262350 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4083890675364410, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 51262349} - m_LocalRotation: {x: -0.008995576, y: 0.024622202, z: -0.34303838, w: 0.93895555} - m_LocalPosition: {x: -0.043193202, y: 0.00000016335552, z: 0.00000007717299} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1709674116} - m_Father: {fileID: 521175002} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &53380333 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1878524149782770, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 53380334} - - component: {fileID: 53380335} - m_Layer: 0 - m_Name: HumanoidTargetsRig(Clone) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &53380334 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4743407682561782, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 53380333} - 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: 2053259177} - - {fileID: 1950240826} - m_Father: {fileID: 406190702} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!95 &53380335 -Animator: - serializedVersion: 3 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 95202100177377562, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 53380333} - m_Enabled: 1 - m_Avatar: {fileID: 9000000, guid: fcf9a9e3fb67cb64887a4d17ddc7c85c, type: 3} - m_Controller: {fileID: 0} - m_CullingMode: 0 - m_UpdateMode: 0 - m_ApplyRootMotion: 1 - m_LinearVelocityBlending: 0 - m_WarningMessage: - m_HasTransformHierarchy: 1 - m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorControllerStateOnDisable: 0 ---- !u!1 &57537402 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1558982179252364, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 57537403} - m_Layer: 0 - m_Name: Default_simple|Finger-1-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &57537403 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4991462606845856, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 57537402} - m_LocalRotation: {x: 0.18897101, y: 0.50280946, z: 0.28734726, w: 0.7930348} - m_LocalPosition: {x: 0.000000008940697, y: 0.043193217, z: -0.00000005066395} - m_LocalScale: {x: 1, y: 0.9999999, z: 0.9999999} - m_Children: - - {fileID: 1733278556} - m_Father: {fileID: 914649283} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &80469598 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 80469599} - m_Layer: 0 - m_Name: MenuButton - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &80469599 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 80469598} - m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068} - m_LocalPosition: {x: 0, y: 0.2, z: 0.043} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1240706937} - m_Father: {fileID: 644259321} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90} ---- !u!1 &102389565 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1795051532990434, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 102389566} - m_Layer: 0 - m_Name: RightHandLittle4_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &102389566 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4195936899797106, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 102389565} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.022329407, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1652532185} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &103041703 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1753726944562190, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 103041705} - - component: {fileID: 103041704} - m_Layer: 0 - m_Name: Left Foot Target - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &103041704 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114363705496134020, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 103041703} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c5cc9f1bf2585504fa61d8598151b9c7, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - isLeft: 1 - side: 1 - otherFoot: {fileID: 1909280561} - rotationSpeedLimitation: 0 - legAnimator: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - animationSpeed: 1 - velocityAnimationSpeed: 0 - isMoving: 0 - scale: {x: 1, y: 1, z: 1} - f: 0 - prevFrame: 0 - nextFrame: 0 - custom: - enabled: 1 - target: {fileID: 103041704} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - sensorComponent: {fileID: 0} - attachedBone: 2 - upperLeg: - name: - boneId: 32 - target: - length: 0.49772963 - transform: {fileID: 1752288249} - baseRotation: {x: 0.051287282, y: 0.0006011381, z: 0.010979653, w: 0.99862343} - basePosition: {x: -0.11306503, y: 0.0038180987, z: -0.0076525463} - toBoneRotation: {x: -0.99991405, y: 0.000000002963759, z: -0.013105785, w: -0.00000007701827} - bone: - transform: {fileID: 478120088} - length: 0.49770987 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -130, y: -45, z: -50} - maxAngles: {x: 30, y: 40, z: 30} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.99991405, y: -0.000000002963759, z: 0.013105785, w: -0.00000007701827} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - lowerLeg: - name: - boneId: 33 - target: - length: 0.38910034 - transform: {fileID: 1474799498} - baseRotation: {x: -0.061185125, y: 0.0015660404, z: 0.03497399, w: 0.99751234} - basePosition: {x: 9.313226e-10, y: -0.4977099, z: -0.000000014901161} - toBoneRotation: {x: -0.9988415, y: -0.000000023269996, z: -0.04811862, w: 0.0000003421225} - bone: - transform: {fileID: 1180138961} - length: 0.3890998 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -15, y: NaN, z: NaN} - maxAngles: {x: 130, y: NaN, z: NaN} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.9988415, y: 0.000000023269996, z: 0.04811862, w: 0.0000003421225} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - foot: - name: - boneId: 34 - target: - length: 0.13777344 - transform: {fileID: 1627358620} - baseRotation: {x: 0.008247888, y: 0.00037977827, z: -0.045994703, w: 0.9989077} - basePosition: {x: -0.0664299, y: 0.08966637, z: -0.12843406} - toBoneRotation: {x: -0.86997604, y: 0.047812466, z: 0.047792535, w: -0.48843765} - bone: - transform: {fileID: 1263297306} - length: 0.13777356 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -45, y: 0, z: -30} - maxAngles: {x: 70, y: 0, z: 20} - baseRotation: {x: 0.2690044, y: -0.020559995, z: 0.0057438104, w: 0.96290237} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.86997604, y: -0.047812466, z: -0.047792535, w: -0.48843765} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - toes: - name: - boneId: 35 - target: - length: 0 - transform: {fileID: 742339038} - baseRotation: {x: -0.000000016765702, y: 0.000000043642274, z: 0.0000000119650405, - w: 1.0000001} - basePosition: {x: -0.0050164647, y: -0.0712825, z: 0.11779295} - toBoneRotation: {x: 0.23297642, y: -0.67058885, z: -0.67126906, w: 0.21314391} - bone: - transform: {fileID: 1006015604} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -70, y: NaN, z: NaN} - maxAngles: {x: 45, y: NaN, z: NaN} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.23297642, y: 0.67058885, z: 0.67126906, w: 0.21314391} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - jointLimitations: 1 - slidePrevention: 0 - physics: 1 - groundEvent: - id: 0 - label: X Range Event - tooltip: 'Call function using the X axis range value - - Parameter: the range - along the X axis (0..1)' - eventTypeLabels: [] - fromEventLabel: - events: [] - ground: {fileID: 0} - groundNormal: {x: 0, y: 1, z: 0} - groundTranslation: {x: 0, y: 0, z: 0} - groundDistance: -0.060000002 - soleThicknessFoot: 0 - soleThicknessToes: 0 ---- !u!4 &103041705 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4876500539820358, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 103041703} - m_LocalRotation: {x: -0.0011270512, y: 0.00015677705, z: -0.0000008440147, w: 0.9999994} - m_LocalPosition: {x: -0.06645649, y: 0.0902828, z: -0.12998089} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 406190702} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &109471992 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1347054224594676, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 109471993} - m_Layer: 0 - m_Name: Right_Ear - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &109471993 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4971849258664150, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 109471992} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 14 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &117503972 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1626777076474520, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 117503973} - m_Layer: 0 - m_Name: Default_simple|Palm-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &117503973 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4921705024648470, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 117503972} - m_LocalRotation: {x: 0.1070703, y: -0.13619797, z: 0.1609636, w: 0.9716362} - m_LocalPosition: {x: 0.00000000782311, y: 0.036258318, z: -0.000000102818014} - m_LocalScale: {x: 1.0000001, y: 1.0000002, z: 1.0000001} - m_Children: - - {fileID: 1932997794} - m_Father: {fileID: 851401671} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &125841077 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1317748970392160, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 125841078} - m_Layer: 0 - m_Name: Spine - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &125841078 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4142925496779876, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 125841077} - m_LocalRotation: {x: -0.14687103, y: 0.0000052561045, z: 0.0000026620737, w: 0.98915565} - m_LocalPosition: {x: -1.2434498e-14, y: 0.09987149, z: -0.000000034924597} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 37474269} - m_Father: {fileID: 1950240826} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &139022766 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1071104139614858, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 139022767} - m_Layer: 0 - m_Name: RightHandIndex1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &139022767 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4843386851218040, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 139022766} - m_LocalRotation: {x: -0.005704614, y: 0.05032113, z: -0.112497695, w: 0.99236065} - m_LocalPosition: {x: 0.06687915, y: -0.012180469, z: -0.0064183194} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1981174277} - m_Father: {fileID: 360471315} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &145344372 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1713927122541894, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 145344373} - m_Layer: 0 - m_Name: LowerLipRight - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &145344373 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4619309929984334, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 145344372} - 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: 1944819514} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &151768278 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1065956226680514, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 151768279} - - component: {fileID: 151768280} - m_Layer: 0 - m_Name: Default_simple|Hand_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &151768279 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4074147753813890, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 151768278} - m_LocalRotation: {x: 0.049062748, y: 0.01994736, z: 0.034271907, w: 0.99800825} - m_LocalPosition: {x: -0.00000024586922, y: 0.26173586, z: -0.0000010998921} - m_LocalScale: {x: 1, y: 0.99999994, z: 0.9999999} - m_Children: - - {fileID: 394238211} - - {fileID: 406140582} - - {fileID: 866611532} - - {fileID: 906833192} - - {fileID: 820797761} - - {fileID: 1317170889} - m_Father: {fileID: 644259321} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!54 &151768280 -Rigidbody: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 151768278} - serializedVersion: 2 - m_Mass: 1 - m_Drag: 0 - m_AngularDrag: 10 - m_UseGravity: 0 - m_IsKinematic: 1 - m_Interpolate: 0 - m_Constraints: 0 - m_CollisionDetection: 3 ---- !u!1 &154061978 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1336539075125594, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 154061979} - m_Layer: 0 - m_Name: RightForearm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &154061979 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4479776884653078, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 154061978} - m_LocalRotation: {x: -0.0038466277, y: -0.1786088, z: -0.000835297, w: 0.98391235} - m_LocalPosition: {x: 0.20965077, y: -0.0002331741, z: 0.00035714614} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1298936130} - m_Father: {fileID: 1260927025} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &158115900 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1049325994679246, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 158115901} - m_Layer: 0 - m_Name: Default_simple|Finger-5-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &158115901 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4562490145260248, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 158115900} - m_LocalRotation: {x: -0.087446325, y: 0.09420924, z: 0.10685138, w: 0.9859313} - m_LocalPosition: {x: -0.000000029802322, y: 0.013552886, z: -0.000000008940697} - m_LocalScale: {x: 0.9999998, y: 0.99999976, z: 0.9999999} - m_Children: [] - m_Father: {fileID: 628220958} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &195951668 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1923361247713438, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 195951669} - m_Layer: 0 - m_Name: LipRight - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &195951669 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4626302884607428, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 195951668} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 26 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &199358674 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1686131445522454, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 199358675} - m_Layer: 0 - m_Name: Default_simple|Finger-2-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &199358675 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4916700053443656, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 199358674} - m_LocalRotation: {x: 0.0031947743, y: 0.0025553247, z: 0.009322043, w: 0.99994826} - m_LocalPosition: {x: 0.0000000059604646, y: 0.020972481, z: 0.000000032037498} - m_LocalScale: {x: 1.0000002, y: 0.99999994, z: 1} - m_Children: [] - m_Father: {fileID: 1021468299} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &223194047 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1187391476588154, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 223194048} - m_Layer: 0 - m_Name: Default_simple|Finger-1-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &223194048 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4435493577620788, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 223194047} - m_LocalRotation: {x: -0.313907, y: -0.2530622, z: 0.017510138, w: 0.9149401} - m_LocalPosition: {x: -0, y: 0.04320998, z: 0.0000000011175871} - m_LocalScale: {x: 0.99999976, y: 1.0000002, z: 1} - m_Children: - - {fileID: 525761777} - m_Father: {fileID: 571031287} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &225476053 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1658093717885456, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 225476054} - m_Layer: 0 - m_Name: Default_simple|Finger-5-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &225476054 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4750994422703302, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 225476053} - m_LocalRotation: {x: -0.08540832, y: -0.09403419, z: -0.106549315, w: 0.9861594} - m_LocalPosition: {x: 0.0000000059604646, y: 0.013552903, z: 0.000000117719175} - m_LocalScale: {x: 0.9999999, y: 0.99999994, z: 0.99999994} - m_Children: [] - m_Father: {fileID: 1642768675} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &230332011 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1518209109864386, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 230332012} - m_Layer: 0 - m_Name: LowerLipRight - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &230332012 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4633145139732420, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 230332011} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 29 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &251685526 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1934903629407202, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 251685527} - m_Layer: 0 - m_Name: LeftHandRing4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &251685527 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4835254127592792, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 251685526} - m_LocalRotation: {x: 4.6251358e-10, y: 0, z: -0, w: 1} - m_LocalPosition: {x: -0.02503746, y: -0.002580261, z: -0.00006344959} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1456104795} - m_Father: {fileID: 2111873697} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &255950344 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1284797864464794, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 255950345} - m_Layer: 0 - m_Name: LowerLip - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &255950345 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4458708281804522, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 255950344} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 28 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &271428294 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 271428298} - - component: {fileID: 271428297} - - component: {fileID: 271428296} - - component: {fileID: 271428295} - m_Layer: 0 - m_Name: Plane - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!64 &271428295 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 271428294} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 4 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} ---- !u!23 &271428296 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 271428294} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - 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 ---- !u!33 &271428297 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 271428294} - m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} ---- !u!4 &271428298 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 271428294} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &279078250 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1026931238104242, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 279078251} - m_Layer: 0 - m_Name: LeftHandMiddle4_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &279078251 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4522720022977372, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 279078250} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.026802978, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1726292585} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &280073851 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1062957610305386, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 280073852} - m_Layer: 0 - m_Name: LeftHandThumb4_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &280073852 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4114423053493860, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 280073851} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.029779052, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1862587116} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &288472909 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1743299152206972, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 288472910} - m_Layer: 0 - m_Name: Default_simple|Finger-4-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &288472910 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4675879230381956, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 288472909} - m_LocalRotation: {x: -0.023083482, y: -0.021601262, z: -0.0025462494, w: 0.9994969} - m_LocalPosition: {x: -0.0000000029802323, y: 0.021958834, z: 0.000000011920929} - m_LocalScale: {x: 0.99999994, y: 1.0000001, z: 0.99999976} - m_Children: [] - m_Father: {fileID: 631683057} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &297895103 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1612937278332420, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 297895104} - m_Layer: 0 - m_Name: LeftHandLittle1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &297895104 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4363343447593890, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 297895103} - m_LocalRotation: {x: -0.017656438, y: -0.1153124, z: 0.15032035, w: 0.98173064} - m_LocalPosition: {x: -0.058755875, y: -0.011651872, z: -0.027813112} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1488833274} - m_Father: {fileID: 471748359} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &302905565 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1974419089065980, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 302905566} - m_Layer: 0 - m_Name: RightHandMiddle4_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &302905566 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4987706268341926, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 302905565} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.026802063, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 755207881} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &317195184 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 317195185} - - component: {fileID: 317195187} - - component: {fileID: 317195186} - m_Layer: 0 - m_Name: mesh0%root%1% - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &317195185 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 317195184} - 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: 1586614635} - m_Father: {fileID: 1286430334} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!23 &317195186 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 317195184} - m_Enabled: 0 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: a15203c6196e6ee41ac0c8562af96259, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 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 ---- !u!33 &317195187 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 317195184} - m_Mesh: {fileID: 4300002, guid: e93194d0ef615ae4fa03a2e60ecefbc3, type: 3} ---- !u!1 &321245799 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1802332475968240, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 321245800} - - component: {fileID: 321245801} - m_Layer: 0 - m_Name: MakeHuman_simpleJeans_GameMesh - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &321245800 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4886232353795186, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 321245799} - 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: 650538884} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!137 &321245801 -SkinnedMeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 137284112817451628, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 321245799} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 10d52c4044991054bb5f1e78077d8a0e, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 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: 1 - m_SkinnedMotionVectors: 1 - m_Mesh: {fileID: 4300004, guid: bc3e83717b5b12f46bd5e8941a902eb7, type: 3} - m_Bones: - - {fileID: 1145865274} - - {fileID: 1771780010} - - {fileID: 478120088} - - {fileID: 1180138961} - - {fileID: 1263297306} - - {fileID: 1006015604} - - {fileID: 781094803} - - {fileID: 1373346226} - - {fileID: 773577279} - - {fileID: 716700500} - - {fileID: 1373847877} - - {fileID: 593641258} - - {fileID: 2015088587} - - {fileID: 1253194904} - - {fileID: 881969594} - - {fileID: 401767782} - - {fileID: 1989546789} - - {fileID: 1095196632} - - {fileID: 1695563176} - - {fileID: 686640026} - - {fileID: 1188315739} - - {fileID: 602720583} - - {fileID: 595497165} - - {fileID: 426126129} - - {fileID: 920129643} - - {fileID: 867783065} - - {fileID: 563861055} - - {fileID: 1773322662} - - {fileID: 1770890408} - - {fileID: 851401671} - - {fileID: 117503973} - - {fileID: 1932997794} - - {fileID: 1987895546} - - {fileID: 1497208565} - - {fileID: 1743939118} - - {fileID: 1361747092} - - {fileID: 355945258} - - {fileID: 1486675371} - - {fileID: 1197352470} - - {fileID: 683515009} - - {fileID: 545104748} - - {fileID: 1747910267} - - {fileID: 1112910626} - - {fileID: 773114776} - - {fileID: 1166127968} - - {fileID: 628220958} - - {fileID: 158115901} - - {fileID: 571031287} - - {fileID: 223194048} - - {fileID: 525761777} - - {fileID: 1215063128} - - {fileID: 334783124} - - {fileID: 391583632} - - {fileID: 644259321} - - {fileID: 151768279} - - {fileID: 406140582} - - {fileID: 471235230} - - {fileID: 1246670575} - - {fileID: 1021468299} - - {fileID: 199358675} - - {fileID: 1523686378} - - {fileID: 1391756758} - - {fileID: 2120821688} - - {fileID: 590240249} - - {fileID: 866611532} - - {fileID: 795895872} - - {fileID: 1073499351} - - {fileID: 631683057} - - {fileID: 288472910} - - {fileID: 522319786} - - {fileID: 1962788798} - - {fileID: 1642768675} - - {fileID: 225476054} - - {fileID: 394238211} - - {fileID: 914649283} - - {fileID: 57537403} - - {fileID: 1733278556} - m_BlendShapeWeights: [] - m_RootBone: {fileID: 1145865274} - m_AABB: - m_Center: {x: -0.00094940513, y: -0.39950147, z: 0.00031135976} - m_Extent: {x: 0.20603058, y: 0.53642046, z: 0.16274883} - m_DirtyAABB: 0 ---- !u!1 &334783123 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1161115026029688, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 334783124} - m_Layer: 0 - m_Name: Default_simple|Clavicle_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &334783124 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4619635898082812, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 334783123} - m_LocalRotation: {x: 0.66614896, y: 0.4450165, z: 0.3693668, w: -0.470929} - m_LocalPosition: {x: 0.0195458, y: 0.17546915, z: 0.0644887} - m_LocalScale: {x: 0.99999994, y: 0.99999994, z: 0.99999994} - m_Children: - - {fileID: 391583632} - m_Father: {fileID: 2015088587} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &340557391 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1931494929317082, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 340557392} - m_Layer: 0 - m_Name: LeftHandIndex - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &340557392 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4685978848575020, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 340557391} - m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: -0.043752592, y: 0.0068923947, z: 0.026853435} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 420954056} - m_Father: {fileID: 1221579016} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &353654648 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1344548303560030, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 353654649} - - component: {fileID: 353654650} - m_Layer: 0 - m_Name: RightFoot - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &353654649 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4874897581124614, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 353654648} - m_LocalRotation: {x: 0.061842985, y: -0.00077229337, z: -0.026385155, w: -0.9977368} - m_LocalPosition: {x: -0.0000048346383, y: -0.38904536, z: 0.00027920306} - m_LocalScale: {x: 1, y: 0.99999994, z: 1} - m_Children: - - {fileID: 2120263780} - m_Father: {fileID: 1462013239} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &353654650 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114184559785076324, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 353654648} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c5cc9f1bf2585504fa61d8598151b9c7, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - isLeft: 0 - side: 2 - otherFoot: {fileID: 1627358619} - rotationSpeedLimitation: 0 - legAnimator: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - animationSpeed: 1 - velocityAnimationSpeed: 0 - isMoving: 0 - scale: {x: 1, y: 1, z: 1} - f: 0 - prevFrame: 0 - nextFrame: 0 - custom: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - sensorComponent: {fileID: 0} - attachedBone: 2 - upperLeg: - name: - boneId: 60 - target: - length: 0 - transform: {fileID: 37814231} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0, y: 0, z: 0, w: 1} - bone: - transform: {fileID: 0} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -130, y: -40, z: -30} - maxAngles: {x: 30, y: 45, z: 50} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0, y: 0, z: 0, w: 0} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - lowerLeg: - name: - boneId: 61 - target: - length: 0 - transform: {fileID: 1462013239} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0, y: 0, z: 0, w: 1} - bone: - transform: {fileID: 0} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -15, y: NaN, z: NaN} - maxAngles: {x: 130, y: NaN, z: NaN} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0, y: 0, z: 0, w: 0} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - foot: - name: - boneId: 62 - target: - length: 0 - transform: {fileID: 353654649} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0, y: 0, z: 0, w: 1} - bone: - transform: {fileID: 0} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -45, y: 0, z: -20} - maxAngles: {x: 50, y: 0, z: 30} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0, y: 0, z: 0, w: 0} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - toes: - name: - boneId: 63 - target: - length: 0 - transform: {fileID: 2120263780} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0, y: 0, z: 0, w: 1} - bone: - transform: {fileID: 0} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -70, y: NaN, z: NaN} - maxAngles: {x: 45, y: NaN, z: NaN} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0, y: 0, z: 0, w: 0} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - jointLimitations: 1 - slidePrevention: 1 - physics: 1 - groundEvent: - id: 0 - label: X Range Event - tooltip: 'Call function using the X axis range value - - Parameter: the range - along the X axis (0..1)' - eventTypeLabels: [] - fromEventLabel: - events: [] - ground: {fileID: 0} - groundNormal: {x: 0, y: 1, z: 0} - groundTranslation: {x: 0, y: 0, z: 0} - groundDistance: 0 - soleThicknessFoot: 0 - soleThicknessToes: 0 ---- !u!1 &355146203 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 355146204} - - component: {fileID: 355146206} - - component: {fileID: 355146205} - m_Layer: 0 - m_Name: Image - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &355146204 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 355146203} - m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} - m_Children: [] - m_Father: {fileID: 1510566773} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &355146205 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 355146203} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 3d3a4648e55e230458547326e3875504, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &355146206 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 355146203} - m_CullTransparentMesh: 0 ---- !u!1 &355945257 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1058626579096706, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 355945258} - m_Layer: 0 - m_Name: Default_simple|Finger-3-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &355945258 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4300652293942082, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 355945257} - m_LocalRotation: {x: -0.0984883, y: 0.09277708, z: 0.020297663, w: 0.99059606} - m_LocalPosition: {x: 0.0000000044703485, y: 0.039195366, z: -0.000000015553088} - m_LocalScale: {x: 1.0000001, y: 0.9999998, z: 1.0000002} - m_Children: - - {fileID: 1486675371} - m_Father: {fileID: 1361747092} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &360471314 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1371381230441820, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 360471315} - m_Layer: 0 - m_Name: RightHandIndex - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &360471315 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4079645548116950, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 360471314} - m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: 0.04375305, y: 0.006900177, z: 0.026853401} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 139022767} - m_Father: {fileID: 1298936130} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &363371075 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1551659876927604, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 363371076} - m_Layer: 0 - m_Name: NoseTop - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &363371076 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4154090701011022, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 363371075} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 17 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &391583631 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1884863550393156, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 391583632} - m_Layer: 0 - m_Name: Default_simple|UpArm_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &391583632 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4862470357977996, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 391583631} - m_LocalRotation: {x: 0.025798913, y: 0.04219493, z: -0.097889334, w: 0.99396765} - m_LocalPosition: {x: 0.000000017881394, y: 0.17596617, z: -0.000000008195639} - m_LocalScale: {x: 1, y: 0.99999994, z: 0.99999994} - m_Children: - - {fileID: 644259321} - m_Father: {fileID: 334783124} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &394238210 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1723896373247356, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 394238211} - m_Layer: 0 - m_Name: Default_simple|Palm-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &394238211 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4265580763105126, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 394238210} - m_LocalRotation: {x: -0.078610666, y: -0.11250499, z: -0.21354845, w: 0.96724355} - m_LocalPosition: {x: -0.000000011920929, y: 0.00000007003546, z: -0.00000007972121} - m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 0.9999999} - m_Children: - - {fileID: 914649283} - m_Father: {fileID: 151768279} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &398673073 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 398673075} - - component: {fileID: 398673074} - m_Layer: 0 - m_Name: Right Hand Skeleton - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &398673074 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 398673073} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d2927a02c6ce2a848b32271791f002fa, type: 3} - m_Name: - m_EditorClassIdentifier: - status: 0 - rotationConfidence: 0 - positionConfidence: 0 - autoUpdate: 1 - isLeft: 0 - show: 0 ---- !u!4 &398673075 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 398673073} - 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: 907926261} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &401767781 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1019651605994884, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 401767782} - m_Layer: 0 - m_Name: Default_simple|Jaw - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &401767782 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4025854180645394, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 401767781} - m_LocalRotation: {x: 0.9264361, y: -0.009611299, z: -0.008500128, w: 0.37623322} - m_LocalPosition: {x: 0.00050111033, y: -0.0028648942, z: 0.05084892} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 0.9999997} - m_Children: - - {fileID: 1989546789} - m_Father: {fileID: 881969594} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &406140581 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1676346528826036, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 406140582} - m_Layer: 0 - m_Name: Default_simple|Wrist-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &406140582 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4059969341423286, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406140581} - m_LocalRotation: {x: -0.088031374, y: -0.10033041, z: 0.020807767, w: 0.99083364} - m_LocalPosition: {x: -0.000000011920929, y: 0.00000007003546, z: -0.00000007972121} - m_LocalScale: {x: 1, y: 1, z: 0.9999999} - m_Children: - - {fileID: 471235230} - - {fileID: 1523686378} - m_Father: {fileID: 151768279} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &406190697 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1003187176396958, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 406190702} - - component: {fileID: 406190701} - - component: {fileID: 406190700} - - component: {fileID: 406190707} - - component: {fileID: 406190699} - - component: {fileID: 406190698} - - component: {fileID: 406190703} - - component: {fileID: 406190705} - - component: {fileID: 406190706} - - component: {fileID: 406190704} - m_Layer: 0 - m_Name: HumanoidVisitor - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &406190698 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406190697} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 30c7603e2cf292b44990caed70da1e76, type: 3} - m_Name: - m_EditorClassIdentifier: - shown: 1 ---- !u!114 &406190699 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406190697} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f2d7f55e6d247e343bc21b338169124b, type: 3} - m_Name: - m_EditorClassIdentifier: - side: 2 - leftButtonIsTrigger1: 1 - middleButtonIsButton1: 1 - rightButtonIsTrigger2: 0 - mouseInputEvents: - - id: 0 - label: Mouse Vertical - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: - - eventType: 6 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 858408422} - methodName: Passer.Humanoid.HeadTarget/RotationX - parameters: - - fromEvent: 1 - localProperty: From Event - type: 1 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.2 - floatTriggerHigh: 0.8 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] - defaultParameterProperty: - - id: 1 - label: Mouse Horizontal - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: - - eventType: 6 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 406190697} - methodName: Passer.Humanoid.HumanoidControl/Rotation - parameters: - - fromEvent: 1 - localProperty: From Event - type: 1 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.2 - floatTriggerHigh: 0.8 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] - defaultParameterProperty: - - id: 2 - label: Mouse Scroll - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 3 - label: Left Button - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 4 - label: Middle button - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 5 - label: Right Button - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: - - eventType: 1 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1799351318} - methodName: ToggleActive/Toggle - parameters: - - fromEvent: 1 - localProperty: From Event - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] - defaultParameterProperty: ---- !u!114 &406190700 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114262253121122728, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406190697} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 75b4b7d0b938da84f9c397be6a5e9812, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - fingerMovements: 1 - gameController: 0 - leftInputEvents: - - id: 0 - label: Stick Vertical - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: - - eventType: 6 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 406190697} - methodName: Passer.Humanoid.HumanoidControl/MoveForward - parameters: - - fromEvent: 1 - localProperty: From Event - type: 1 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] - defaultParameterProperty: leftStickVertical - - id: 1 - label: Stick Horizontal - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: - - eventType: 6 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 406190697} - methodName: Passer.Humanoid.HumanoidControl/MoveSideward - parameters: - - fromEvent: 1 - localProperty: From Event - type: 1 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] - defaultParameterProperty: leftStickHorizontal - - id: 2 - label: Stick Button - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 3 - label: Touchpad Vertical - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: leftTouchpadVertical - - id: 4 - label: Touchpad Horizontal - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: leftTouchpadHorizontal - - id: 5 - label: Touchpad Button - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 6 - label: Button 1 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: - - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1628061110} - methodName: InteractionPointer/Activation - parameters: - - fromEvent: 1 - localProperty: From Event - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] - defaultParameterProperty: - - id: 7 - label: Button 2 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 8 - label: Button 3 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 9 - label: Button 4 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 10 - label: Trigger 1 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: - - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1628061110} - methodName: InteractionPointer/Click - parameters: - - fromEvent: 1 - localProperty: From Event - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] - defaultParameterProperty: - - id: 11 - label: Trigger 2 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 12 - label: Option - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - rightInputEvents: - - id: 0 - label: Stick Vertical - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 1 - label: Stick Horizontal - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 2 - label: Stick Button - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 3 - label: Touchpad Vertical - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 4 - label: Touchpad Horizontal - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 5 - label: Touchpad Button - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 6 - label: Button 1 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: - - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1132254704} - methodName: InteractionPointer/Activation - parameters: - - fromEvent: 1 - localProperty: From Event - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] - defaultParameterProperty: - - id: 7 - label: Button 2 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 8 - label: Button 3 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 9 - label: Button 4 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 10 - label: Trigger 1 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: - - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1132254704} - methodName: InteractionPointer/Click - parameters: - - fromEvent: 1 - localProperty: From Event - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] - defaultParameterProperty: - - id: 11 - label: Trigger 2 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 12 - label: Option - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: ---- !u!114 &406190701 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114146988969048474, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406190697} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8eddda23e9553a749b9c426361ffcccc, type: 3} - m_Name: - m_EditorClassIdentifier: - path: /HumanoidControl/Runtime/HumanoidFree/Scripts/ - headTarget: {fileID: 858408423} - leftHandTarget: {fileID: 471449747} - rightHandTarget: {fileID: 1534874609} - hipsTarget: {fileID: 1204334858} - leftFootTarget: {fileID: 103041704} - rightFootTarget: {fileID: 1909280561} - primaryTarget: 0 - targetsRig: {fileID: 53380335} - showTargetRig: 0 - avatarRig: {fileID: 650538885} - showAvatarRig: 1 - avatarNeckHeight: 0 - showMuscleTension: 0 - calculateBodyPose: 1 - animatorEnabled: 1 - animatorController: {fileID: 0} - pose: {fileID: 0} - editPose: 0 - remoteAvatar: {fileID: 1400141104664876, guid: 3700c0ae7a324f6418fa3ee8b2d7df84, - type: 3} - playerType: 0 - syncRootTransform: 1 - remoteTrackerIpAddress: - humanoidId: 0 - showRealObjects: 0 - _showSkeletons: 0 - physics: 1 - useGravity: 1 - generateColliders: 1 - haptics: 0 - startPosition: 0 - scaling: 1 - calibrateAtStart: 1 - dontDestroyOnLoad: 1 - disconnectInstances: 1 - gameControllerEnabled: 1 - gameControllerIndex: 0 - gameController: 0 - unityXR: - enabled: 0 - status: 0 - trackerComponent: {fileID: 0} - humanoid: {fileID: 406190701} - leapTracker: - enabled: 1 - status: 0 - trackerComponent: {fileID: 0} - humanoid: {fileID: 406190701} - isHeadMounted: 0 - custom: - enabled: 0 - status: 0 - trackerComponent: {fileID: 0} - humanoid: {fileID: 406190701} - forwardSpeed: 1 - backwardSpeed: 0.6 - sidewardSpeed: 1 - maxAcceleration: 1 - rotationSpeed: 60 - stepOffset: 0.3 - proximitySpeed: 0 - proximitySpeedRate: 0.8 - bodyPull: 0 - velocity: {x: 0, y: 0, z: 0} - targetVelocity: {x: 0, y: 0, z: 0} - acceleration: {x: 0, y: 0, z: 0} - turningVelocity: 0 - triggerEntered: 0 - collided: 0 - hitNormal: {x: 0, y: 0, z: 0} - humanoidRigidbody: {fileID: 0} - characterRigidbody: {fileID: 0} - bodyCapsule: {fileID: 0} - bodyCollider: {fileID: 0} - ground: {fileID: 0} - groundVelocity: {x: 0, y: 0, z: 0} - groundAngularVelocity: 0 - useLegLengthCorrection: 0 - animatorParameterForward: - animatorParameterSideward: - animatorParameterRotation: - animatorParameterHeight: - animatorParameterForwardIndex: 0 - animatorParameterSidewardIndex: 0 - animatorParameterRotationIndex: 0 - animatorParameterHeightIndex: 0 - isRemote: 0 - nwId: 0 - id: -1 ---- !u!4 &406190702 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4968286101144654, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406190697} - 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: 53380334} - - {fileID: 858408424} - - {fileID: 471449748} - - {fileID: 1534874610} - - {fileID: 1204334859} - - {fileID: 103041705} - - {fileID: 1909280562} - - {fileID: 650538884} - - {fileID: 973799485} - - {fileID: 1799351319} - - {fileID: 1434983055} - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &406190703 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406190697} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9f8932417e264cd46962512310c0242e, type: 3} - m_Name: - m_EditorClassIdentifier: - keyboardHandlers: - - id: 0 - label: - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: - - eventType: 1 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1799351318} - methodName: ToggleActive/Toggle - parameters: - - fromEvent: 0 - localProperty: Constant - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 1 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 1032603559326628, guid: 2faec6104735d754aa7ce78ea0951f14, - type: 3} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.2 - floatTriggerHigh: 0.8 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] - defaultParameterProperty: - keyCode: 27 - - id: 1 - label: - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - keyCode: 286 - - id: 2 - label: - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - keyCode: 8 ---- !u!114 &406190704 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406190697} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 01614664b831546d2ae94a42149d80ac, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MoveRepeatDelay: 0.5 - m_MoveRepeatRate: 0.1 - m_ActionsAsset: {fileID: -944628639613478452, guid: ca9f5fa95ffab41fb9a615ab714db018, - type: 3} - m_PointAction: {fileID: 1054132383583890850, guid: ca9f5fa95ffab41fb9a615ab714db018, - type: 3} - m_MoveAction: {fileID: 3710738434707379630, guid: ca9f5fa95ffab41fb9a615ab714db018, - type: 3} - m_SubmitAction: {fileID: 2064916234097673511, guid: ca9f5fa95ffab41fb9a615ab714db018, - type: 3} - m_CancelAction: {fileID: -1967631576421560919, guid: ca9f5fa95ffab41fb9a615ab714db018, - type: 3} - m_LeftClickAction: {fileID: 8056856818456041789, guid: ca9f5fa95ffab41fb9a615ab714db018, - type: 3} - m_MiddleClickAction: {fileID: 3279352641294131588, guid: ca9f5fa95ffab41fb9a615ab714db018, - type: 3} - m_RightClickAction: {fileID: 3837173908680883260, guid: ca9f5fa95ffab41fb9a615ab714db018, - type: 3} - m_ScrollWheelAction: {fileID: 4502412055082496612, guid: ca9f5fa95ffab41fb9a615ab714db018, - type: 3} - m_TrackedDevicePositionAction: {fileID: 4754684134866288074, guid: ca9f5fa95ffab41fb9a615ab714db018, - type: 3} - m_TrackedDeviceOrientationAction: {fileID: 1025543830046995696, guid: ca9f5fa95ffab41fb9a615ab714db018, - type: 3} - m_DeselectOnBackgroundClick: 1 - m_PointerBehavior: 0 ---- !u!114 &406190705 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406190697} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_FirstSelected: {fileID: 0} - m_sendNavigationEvents: 1 - m_DragThreshold: 10 ---- !u!114 &406190706 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406190697} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 1baaf733e72ac6f4d9fdb90a7d55a236, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!114 &406190707 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 406190697} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f3f9caadb394b5542bb33fe728ca2ad4, type: 3} - m_Name: - m_EditorClassIdentifier: - loadSiteAtStart: 1 - startSite: passervr.com/sites/start - startScene: -none- ---- !u!1 &420954055 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1084505629263428, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 420954056} - m_Layer: 0 - m_Name: LeftHandIndex1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &420954056 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4391136754033300, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 420954055} - m_LocalRotation: {x: -0.005704588, y: -0.05031807, z: 0.11250461, w: 0.99235994} - m_LocalPosition: {x: -0.06687969, y: -0.012172944, z: -0.0064184144} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1158084140} - m_Father: {fileID: 340557392} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &426126128 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1471375721207738, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 426126129} - m_Layer: 0 - m_Name: Default_simple|UpLid_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &426126129 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4922978519012768, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 426126128} - m_LocalRotation: {x: 0.63430923, y: 0.0066882665, z: -0.022945793, w: 0.7727099} - m_LocalPosition: {x: -0.02974893, y: 0.024471104, z: 0.10900164} - m_LocalScale: {x: 1.0000001, y: 1, z: 1.0000001} - m_Children: [] - m_Father: {fileID: 881969594} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &430998278 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1382836413182200, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 430998279} - m_Layer: 0 - m_Name: RightHandIndex4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &430998279 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4443524948125274, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 430998278} - m_LocalRotation: {x: 0.0000000011378876, y: 0, z: -0, w: 1} - m_LocalPosition: {x: 0.024410933, y: -0.002639923, z: -0.0001821129} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1120373957} - m_Father: {fileID: 776913117} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &440608794 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1668862548784160, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 440608795} - m_Layer: 0 - m_Name: LeftUpperArm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &440608795 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4534421310821446, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 440608794} - m_LocalRotation: {x: -0.01745847, y: 0.09644033, z: -0.024248842, w: 0.9948902} - m_LocalPosition: {x: -0.1759622, y: -0.0002891312, z: 0.000090662856} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 973783452} - m_Father: {fileID: 1829405468} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &446177972 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1150544628318002, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 446177973} - m_Layer: 0 - m_Name: RightLowerEyeLid - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &446177973 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4884049953295212, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 446177972} - m_LocalRotation: {x: -0, y: 7.275956e-12, z: -1.4495069e-10, w: 1} - m_LocalPosition: {x: 0.028996069, y: 0.036008652, z: 0.10579835} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 6 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &458045398 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1942542194997974, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 458045399} - m_Layer: 0 - m_Name: Default_simple - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &458045399 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4446063103102890, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 458045398} - m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067} - m_LocalPosition: {x: -0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1145865274} - m_Father: {fileID: 650538884} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &467295989 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 467295990} - - component: {fileID: 467295993} - - component: {fileID: 467295992} - - component: {fileID: 467295991} - m_Layer: 0 - m_Name: Canvas - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &467295990 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 467295989} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.001, y: 0.001, z: 0.001} - m_Children: - - {fileID: 1510566773} - m_Father: {fileID: 855810540} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0.1, y: 0.1} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &467295991 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 467295989} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} - m_Name: - m_EditorClassIdentifier: - m_IgnoreReversedGraphics: 1 - m_BlockingObjects: 0 - m_BlockingMask: - serializedVersion: 2 - m_Bits: 4294967295 ---- !u!114 &467295992 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 467295989} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} - m_Name: - m_EditorClassIdentifier: - m_UiScaleMode: 0 - m_ReferencePixelsPerUnit: 100 - m_ScaleFactor: 1 - m_ReferenceResolution: {x: 800, y: 600} - m_ScreenMatchMode: 0 - m_MatchWidthOrHeight: 0 - m_PhysicalUnit: 3 - m_FallbackScreenDPI: 96 - m_DefaultSpriteDPI: 96 - m_DynamicPixelsPerUnit: 1 ---- !u!223 &467295993 -Canvas: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 467295989} - m_Enabled: 1 - serializedVersion: 3 - m_RenderMode: 2 - m_Camera: {fileID: 0} - m_PlaneDistance: 100 - m_PixelPerfect: 0 - m_ReceivesEvents: 1 - m_OverrideSorting: 0 - m_OverridePixelPerfect: 0 - m_SortingBucketNormalizedSize: 0 - m_AdditionalShaderChannelsFlag: 0 - m_SortingLayerID: 0 - m_SortingOrder: 0 - m_TargetDisplay: 0 ---- !u!1 &471235229 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1490011600569914, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 471235230} - m_Layer: 0 - m_Name: Default_simple|Palm-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &471235230 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4094535226308926, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 471235229} - m_LocalRotation: {x: 0.10707028, y: 0.13619792, z: -0.16096357, w: 0.9716362} - m_LocalPosition: {x: 0.0000000018626451, y: 0.036258247, z: 0.0000000029802323} - m_LocalScale: {x: 0.99999994, y: 0.9999998, z: 1} - m_Children: - - {fileID: 1246670575} - m_Father: {fileID: 406140582} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &471449746 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 471449748} - - component: {fileID: 471449747} - - component: {fileID: 471449751} - - component: {fileID: 471449750} - - component: {fileID: 471449749} - m_Layer: 0 - m_Name: Left Hand Target - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &471449747 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 471449746} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 23e499d70b79fff45a764b71bda439a2, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - isLeft: 1 - side: 1 - outward: {x: -1, y: 0, z: 0} - up: {x: 0, y: 0, z: 0} - fingers: - handTarget: {fileID: 471449747} - thumb: - proximal: - name: Thumb Proximal - boneId: 13 - target: - length: 0.043193243 - transform: {fileID: 521175002} - baseRotation: {x: 0.06460281, y: 0.15077055, z: 0.38851705, w: 0.9067245} - basePosition: {x: -0.03873488, y: -0.00753871, z: 0.017603181} - toBoneRotation: {x: 0.36499423, y: -0.3649925, z: -0.605623, w: -0.6056244} - bone: - transform: {fileID: 223194048} - length: 0.04319321 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.36499423, y: 0.3649925, z: 0.605623, w: -0.6056244} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: Thumb Intermediate - boneId: 14 - target: - length: 0.034228478 - transform: {fileID: 51262350} - baseRotation: {x: -0.008995536, y: 0.024622336, z: -0.34303826, w: 0.93895555} - basePosition: {x: -0.043193247, y: 0.0000001937151, z: 0.000000049418304} - toBoneRotation: {x: -0.02281221, y: 0.022813197, z: -0.7067404, w: -0.70673704} - bone: - transform: {fileID: 525761777} - length: 0.034228455 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.02281221, y: -0.022813197, z: 0.7067404, w: -0.70673704} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: Thumb Distal - boneId: 15 - target: - length: 0 - transform: {fileID: 1709674116} - baseRotation: {x: 0.0000000146164, y: 0.009482969, z: -0.000000018789889, - w: 0.99995553} - basePosition: {x: -0.034228377, y: -0.000000019092113, z: -0.000000046088417} - toBoneRotation: {x: 0.1821642, y: 0.14203407, z: -0.7058608, w: -0.6696292} - bone: - transform: {fileID: 1215063128} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.1821642, y: -0.14203407, z: 0.7058608, w: -0.6696292} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - index: - proximal: - name: Index Finger Proximal - boneId: 17 - target: - length: 0.0318121 - transform: {fileID: 420954056} - baseRotation: {x: -0.0057045924, y: -0.050318122, z: 0.112504594, w: 0.99236} - basePosition: {x: -0.11063231, y: -0.0052805743, z: 0.020435061} - toBoneRotation: {x: 0.51984763, y: -0.51984364, z: -0.4793327, w: -0.47933376} - bone: - transform: {fileID: 1932997794} - length: 0.031811964 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.51984763, y: 0.51984364, z: 0.4793327, w: -0.47933376} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: Index Finger Intermediate - boneId: 18 - target: - length: 0.020972647 - transform: {fileID: 1158084140} - baseRotation: {x: 0.000070479226, y: -0.0021375588, z: -0.032950453, w: 0.99945474} - basePosition: {x: -0.031812113, y: -0.00000008047209, z: 0.000000019899744} - toBoneRotation: {x: 0.50281435, y: -0.50281745, z: -0.4971683, w: -0.49716783} - bone: - transform: {fileID: 1987895546} - length: 0.020972531 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.50281435, y: 0.50281745, z: 0.4971683, w: -0.49716783} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: Index Finger Distal - boneId: 19 - target: - length: 0 - transform: {fileID: 730790436} - baseRotation: {x: -0.0000000976446, y: -0.000000758136, z: -0.0000010541845, - w: 1.0000006} - basePosition: {x: -0.020972595, y: 0.00000002538377, z: -0.00000013199035} - toBoneRotation: {x: 0.50461686, y: -0.49842173, z: -0.49217814, w: -0.5046762} - bone: - transform: {fileID: 1497208565} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.50461686, y: 0.49842173, z: 0.49217814, w: -0.5046762} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - middle: - proximal: - name: Middle Finger Proximal - boneId: 21 - target: - length: 0.039195426 - transform: {fileID: 770301076} - baseRotation: {x: -0.004039298, y: -0.109298944, z: 0.036709603, w: 0.99332255} - basePosition: {x: -0.10902339, y: 0.00000007385461, z: -0.00000007836206} - toBoneRotation: {x: 0.47971484, y: -0.47971514, z: -0.51949304, w: -0.51949376} - bone: - transform: {fileID: 1361747092} - length: 0.039195362 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.47971484, y: 0.47971514, z: 0.51949304, w: -0.51949376} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: Middle Finger Intermediate - boneId: 22 - target: - length: 0.027933722 - transform: {fileID: 786654481} - baseRotation: {x: 0.002157131, y: 0.02186617, z: 0.098150514, w: 0.99492884} - basePosition: {x: -0.039195366, y: 0.000000065832864, z: -0.0000000024738256} - toBoneRotation: {x: 0.5270896, y: -0.5270913, z: -0.47135627, w: -0.47135374} - bone: - transform: {fileID: 355945258} - length: 0.027933834 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5270896, y: 0.5270913, z: 0.47135627, w: -0.47135374} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: Middle Finger Distal - boneId: 23 - target: - length: 0 - transform: {fileID: 1059480031} - baseRotation: {x: 0.0000005043911, y: 0.00000048923226, z: 0.0026145657, - w: 0.99999696} - basePosition: {x: -0.027933951, y: 0.000000032625394, z: 0.0000000053239546} - toBoneRotation: {x: 0.54199475, y: -0.52235466, z: -0.46527475, w: -0.465733} - bone: - transform: {fileID: 1486675371} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.54199475, y: 0.52235466, z: 0.46527475, w: -0.465733} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - ring: - proximal: - name: Ring Finger Proximal - boneId: 25 - target: - length: 0.034748577 - transform: {fileID: 1685568944} - baseRotation: {x: -0.0049573486, y: -0.09646047, z: 0.051084876, w: 0.9940127} - basePosition: {x: -0.10469885, y: -0.0033327895, z: -0.023172222} - toBoneRotation: {x: 0.4868411, y: -0.48684177, z: -0.51282036, w: -0.51282173} - bone: - transform: {fileID: 545104748} - length: 0.03474868 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4868411, y: 0.48684177, z: 0.51282036, w: -0.51282173} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: Ring Finger Intermediate - boneId: 26 - target: - length: 0.021958983 - transform: {fileID: 1637020787} - baseRotation: {x: -0.00028273585, y: -0.013884156, z: 0.020357383, w: 0.9996964} - basePosition: {x: -0.034748618, y: 0.000000011306838, z: -0.00000007885683} - toBoneRotation: {x: 0.49715647, y: -0.49716085, z: -0.5028247, w: -0.5028261} - bone: - transform: {fileID: 1747910267} - length: 0.021958886 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.49715647, y: 0.49716085, z: 0.5028247, w: -0.5028261} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: Ring Finger Distal - boneId: 27 - target: - length: 0 - transform: {fileID: 2111873697} - baseRotation: {x: -0.0000004163809, y: -0.000000012234344, z: 0.0022658869, - w: 0.9999979} - basePosition: {x: -0.021959135, y: 0.00000004067556, z: 0.000000053698656} - toBoneRotation: {x: 0.5181048, y: -0.49743834, z: -0.50458694, w: -0.47907737} - bone: - transform: {fileID: 1112910626} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5181048, y: 0.49743834, z: 0.50458694, w: -0.47907737} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - little: - proximal: - name: Little Finger Proximal - boneId: 29 - target: - length: 0.029196557 - transform: {fileID: 297895104} - baseRotation: {x: -0.017656393, y: -0.115312465, z: 0.1503204, w: 0.98173076} - basePosition: {x: -0.10166917, y: -0.0052805063, z: -0.0441201} - toBoneRotation: {x: 0.5327493, y: -0.53274983, z: -0.46494973, w: -0.46494898} - bone: - transform: {fileID: 1166127968} - length: 0.02919668 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5327493, y: 0.53274983, z: 0.46494973, w: -0.46494898} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: Little Finger Intermediate - boneId: 30 - target: - length: 0.013552951 - transform: {fileID: 1488833274} - baseRotation: {x: -0.0013956813, y: 0.006948809, z: -0.19691406, w: 0.9803952} - basePosition: {x: -0.029196672, y: -0.00000005005859, z: 0.000000028914656} - toBoneRotation: {x: 0.4368105, y: -0.43681377, z: -0.55604976, w: -0.5560567} - bone: - transform: {fileID: 628220958} - length: 0.013552851 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4368105, y: 0.43681377, z: 0.55604976, w: -0.5560567} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: Little Finger Distal - boneId: 31 - target: - length: 0 - transform: {fileID: 946112941} - baseRotation: {x: 0.0000006960223, y: -0.0000002304337, z: 0.0020910252, - w: 0.99999803} - basePosition: {x: -0.0135528855, y: 0.00000008122879, z: -0.000000012816958} - toBoneRotation: {x: 0.48399413, y: -0.482117, z: -0.6038307, w: -0.41073272} - bone: - transform: {fileID: 158115901} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.48399413, y: 0.482117, z: 0.6038307, w: -0.41073272} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - allFingers: - - proximal: - name: Thumb Proximal - boneId: 13 - target: - length: 0.043193243 - transform: {fileID: 521175002} - baseRotation: {x: 0.06460281, y: 0.15077055, z: 0.38851705, w: 0.9067245} - basePosition: {x: -0.03873488, y: -0.00753871, z: 0.017603181} - toBoneRotation: {x: 0.36499423, y: -0.3649925, z: -0.605623, w: -0.6056244} - bone: - transform: {fileID: 223194048} - length: 0.04319321 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.36499423, y: 0.3649925, z: 0.605623, w: -0.6056244} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: Thumb Intermediate - boneId: 14 - target: - length: 0.034228478 - transform: {fileID: 51262350} - baseRotation: {x: -0.008995536, y: 0.024622336, z: -0.34303826, w: 0.93895555} - basePosition: {x: -0.043193247, y: 0.0000001937151, z: 0.000000049418304} - toBoneRotation: {x: -0.02281221, y: 0.022813197, z: -0.7067404, w: -0.70673704} - bone: - transform: {fileID: 525761777} - length: 0.034228455 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.02281221, y: -0.022813197, z: 0.7067404, w: -0.70673704} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: Thumb Distal - boneId: 15 - target: - length: 0 - transform: {fileID: 1709674116} - baseRotation: {x: 0.0000000146164, y: 0.009482969, z: -0.000000018789889, - w: 0.99995553} - basePosition: {x: -0.034228377, y: -0.000000019092113, z: -0.000000046088417} - toBoneRotation: {x: 0.1821642, y: 0.14203407, z: -0.7058608, w: -0.6696292} - bone: - transform: {fileID: 1215063128} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.1821642, y: -0.14203407, z: 0.7058608, w: -0.6696292} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: Index Finger Proximal - boneId: 17 - target: - length: 0.0318121 - transform: {fileID: 420954056} - baseRotation: {x: -0.0057045924, y: -0.050318122, z: 0.112504594, w: 0.99236} - basePosition: {x: -0.11063231, y: -0.0052805743, z: 0.020435061} - toBoneRotation: {x: 0.51984763, y: -0.51984364, z: -0.4793327, w: -0.47933376} - bone: - transform: {fileID: 1932997794} - length: 0.031811964 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.51984763, y: 0.51984364, z: 0.4793327, w: -0.47933376} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: Index Finger Intermediate - boneId: 18 - target: - length: 0.020972647 - transform: {fileID: 1158084140} - baseRotation: {x: 0.000070479226, y: -0.0021375588, z: -0.032950453, w: 0.99945474} - basePosition: {x: -0.031812113, y: -0.00000008047209, z: 0.000000019899744} - toBoneRotation: {x: 0.50281435, y: -0.50281745, z: -0.4971683, w: -0.49716783} - bone: - transform: {fileID: 1987895546} - length: 0.020972531 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.50281435, y: 0.50281745, z: 0.4971683, w: -0.49716783} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: Index Finger Distal - boneId: 19 - target: - length: 0 - transform: {fileID: 730790436} - baseRotation: {x: -0.0000000976446, y: -0.000000758136, z: -0.0000010541845, - w: 1.0000006} - basePosition: {x: -0.020972595, y: 0.00000002538377, z: -0.00000013199035} - toBoneRotation: {x: 0.50461686, y: -0.49842173, z: -0.49217814, w: -0.5046762} - bone: - transform: {fileID: 1497208565} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.50461686, y: 0.49842173, z: 0.49217814, w: -0.5046762} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: Middle Finger Proximal - boneId: 21 - target: - length: 0.039195426 - transform: {fileID: 770301076} - baseRotation: {x: -0.004039298, y: -0.109298944, z: 0.036709603, w: 0.99332255} - basePosition: {x: -0.10902339, y: 0.00000007385461, z: -0.00000007836206} - toBoneRotation: {x: 0.47971484, y: -0.47971514, z: -0.51949304, w: -0.51949376} - bone: - transform: {fileID: 1361747092} - length: 0.039195362 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.47971484, y: 0.47971514, z: 0.51949304, w: -0.51949376} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: Middle Finger Intermediate - boneId: 22 - target: - length: 0.027933722 - transform: {fileID: 786654481} - baseRotation: {x: 0.002157131, y: 0.02186617, z: 0.098150514, w: 0.99492884} - basePosition: {x: -0.039195366, y: 0.000000065832864, z: -0.0000000024738256} - toBoneRotation: {x: 0.5270896, y: -0.5270913, z: -0.47135627, w: -0.47135374} - bone: - transform: {fileID: 355945258} - length: 0.027933834 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5270896, y: 0.5270913, z: 0.47135627, w: -0.47135374} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: Middle Finger Distal - boneId: 23 - target: - length: 0 - transform: {fileID: 1059480031} - baseRotation: {x: 0.0000005043911, y: 0.00000048923226, z: 0.0026145657, - w: 0.99999696} - basePosition: {x: -0.027933951, y: 0.000000032625394, z: 0.0000000053239546} - toBoneRotation: {x: 0.54199475, y: -0.52235466, z: -0.46527475, w: -0.465733} - bone: - transform: {fileID: 1486675371} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.54199475, y: 0.52235466, z: 0.46527475, w: -0.465733} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: Ring Finger Proximal - boneId: 25 - target: - length: 0.034748577 - transform: {fileID: 1685568944} - baseRotation: {x: -0.0049573486, y: -0.09646047, z: 0.051084876, w: 0.9940127} - basePosition: {x: -0.10469885, y: -0.0033327895, z: -0.023172222} - toBoneRotation: {x: 0.4868411, y: -0.48684177, z: -0.51282036, w: -0.51282173} - bone: - transform: {fileID: 545104748} - length: 0.03474868 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4868411, y: 0.48684177, z: 0.51282036, w: -0.51282173} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: Ring Finger Intermediate - boneId: 26 - target: - length: 0.021958983 - transform: {fileID: 1637020787} - baseRotation: {x: -0.00028273585, y: -0.013884156, z: 0.020357383, w: 0.9996964} - basePosition: {x: -0.034748618, y: 0.000000011306838, z: -0.00000007885683} - toBoneRotation: {x: 0.49715647, y: -0.49716085, z: -0.5028247, w: -0.5028261} - bone: - transform: {fileID: 1747910267} - length: 0.021958886 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.49715647, y: 0.49716085, z: 0.5028247, w: -0.5028261} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: Ring Finger Distal - boneId: 27 - target: - length: 0 - transform: {fileID: 2111873697} - baseRotation: {x: -0.0000004163809, y: -0.000000012234344, z: 0.0022658869, - w: 0.9999979} - basePosition: {x: -0.021959135, y: 0.00000004067556, z: 0.000000053698656} - toBoneRotation: {x: 0.5181048, y: -0.49743834, z: -0.50458694, w: -0.47907737} - bone: - transform: {fileID: 1112910626} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5181048, y: 0.49743834, z: 0.50458694, w: -0.47907737} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: Little Finger Proximal - boneId: 29 - target: - length: 0.029196557 - transform: {fileID: 297895104} - baseRotation: {x: -0.017656393, y: -0.115312465, z: 0.1503204, w: 0.98173076} - basePosition: {x: -0.10166917, y: -0.0052805063, z: -0.0441201} - toBoneRotation: {x: 0.5327493, y: -0.53274983, z: -0.46494973, w: -0.46494898} - bone: - transform: {fileID: 1166127968} - length: 0.02919668 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5327493, y: 0.53274983, z: 0.46494973, w: -0.46494898} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: Little Finger Intermediate - boneId: 30 - target: - length: 0.013552951 - transform: {fileID: 1488833274} - baseRotation: {x: -0.0013956813, y: 0.006948809, z: -0.19691406, w: 0.9803952} - basePosition: {x: -0.029196672, y: -0.00000005005859, z: 0.000000028914656} - toBoneRotation: {x: 0.4368105, y: -0.43681377, z: -0.55604976, w: -0.5560567} - bone: - transform: {fileID: 628220958} - length: 0.013552851 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4368105, y: 0.43681377, z: 0.55604976, w: -0.5560567} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: Little Finger Distal - boneId: 31 - target: - length: 0 - transform: {fileID: 946112941} - baseRotation: {x: 0.0000006960223, y: -0.0000002304337, z: 0.0020910252, - w: 0.99999803} - basePosition: {x: -0.0135528855, y: 0.00000008122879, z: -0.000000012816958} - toBoneRotation: {x: 0.48399413, y: -0.482117, z: -0.6038307, w: -0.41073272} - bone: - transform: {fileID: 158115901} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.48399413, y: 0.482117, z: 0.6038307, w: -0.41073272} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - rotationSpeedLimitation: 0 - unity: {fileID: 0} - armAnimator: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - armSwing: 0 - unityXR: - enabled: 1 - target: {fileID: 471449747} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - controller: {fileID: 0} - leap: - enabled: 1 - target: {fileID: 471449747} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - custom: - enabled: 0 - target: {fileID: 471449747} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - sensorComponent: {fileID: 0} - attachedBone: 0 - stretchlessTarget: {fileID: 0} - shoulder: - name: - boneId: 8 - target: - length: 0.17596245 - transform: {fileID: 1829405468} - baseRotation: {x: -0.020990103, y: -0.16535601, z: 0.047576096, w: 0.9848622} - basePosition: {x: -0.01954468, y: 0.28329945, z: 0.05192679} - toBoneRotation: {x: 0.5103568, y: -0.5103575, z: -0.48942348, w: -0.48942387} - bone: - transform: {fileID: 867783065} - length: 0.17596605 - jointLimitations: 1 - maxAngle: 30 - minAngles: {x: 0, y: 0, z: -45} - maxAngles: {x: 0, y: 45, z: 0} - baseRotation: {x: -0.019858245, y: -0.16541041, z: 0.04739085, w: 0.98488533} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5103568, y: 0.5103575, z: 0.48942348, w: -0.48942387} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - upperArm: - name: - boneId: 9 - target: - length: 0.20965339 - transform: {fileID: 440608795} - baseRotation: {x: -0.015800217, y: 0.097687356, z: -0.025001187, w: 0.9947777} - basePosition: {x: -0.1759622, y: -0.0002891433, z: 0.000090672635} - toBoneRotation: {x: 0.47954103, y: -0.47954053, z: -0.51965445, w: -0.51965415} - bone: - transform: {fileID: 563861055} - length: 0.20965335 - jointLimitations: 0 - maxAngle: 120 - minAngles: {x: -180, y: -45, z: -180} - maxAngles: {x: 60, y: 130, z: 45} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.47954103, y: 0.47954053, z: 0.51965445, w: -0.51965415} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - forearm: - name: - boneId: 10 - target: - length: 0.2617538 - transform: {fileID: 973783452} - baseRotation: {x: 0.000000011612903, y: 0.17743568, z: -0.000000008124245, w: 0.9841325} - basePosition: {x: -0.20965336, y: 0.0000001603039, z: 0.00000006542541} - toBoneRotation: {x: 0.46899977, y: -0.4690027, z: -0.52918434, w: -0.52918756} - bone: - transform: {fileID: 1773322662} - length: 0.26173523 - jointLimitations: 0 - maxAngle: 130 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 150, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.46899977, y: 0.4690027, z: 0.52918434, w: -0.52918756} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - hand: - name: - boneId: 12 - target: - length: 0 - transform: {fileID: 1221579016} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0.4563661, y: -0.4563668, z: -0.54011995, w: -0.5401202} - bone: - transform: {fileID: 1770890408} - length: 0.02 - jointLimitations: 0 - maxAngle: 100 - minAngles: {x: -180, y: -50, z: -70} - maxAngles: {x: 90, y: 20, z: 90} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4563661, y: 0.4563668, z: 0.54011995, w: -0.5401202} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - poseMethod: 0 - physics: 1 - physicsMode: 2 - strength: 100 - grabbingTechnique: 0 - touchInteraction: 1 - poseMixer: - mixedPoses: - - pose: {fileID: 11400000, guid: 530d1e14f42c22649b8d0ce81eed4419, type: 2} - value: 0 - additive: 0 - isEdited: 0 - - pose: {fileID: 11400000, guid: ff91a0ed275210c429b1a33c6d38cc61, type: 2} - value: 0 - additive: 0 - isEdited: 0 - - pose: {fileID: 11400000, guid: cf96676f5038c374fab735007b8b1bce, type: 2} - value: 0 - additive: 0 - isEdited: 0 - poseMode: 1 - grabSocket: {fileID: 1438007647} - pinchSocket: {fileID: 1369708561} - grabbedPrefab: {fileID: 0} - grabbedObject: {fileID: 0} - grabbedHandle: {fileID: 0} - targetToHandle: {x: 0, y: 0, z: 0} - grabbedRigidbody: 0 - grabbedKinematicRigidbody: 0 - colliders: [] - twoHandedGrab: 0 - targetToSecondaryHandle: {x: 0, y: 0, z: 0} - poseEvent: - id: 1 - label: Pose Event - tooltip: 'Call functions based on recognized posesParameter: the recognized pose' - eventTypeLabels: - - Never - - On Pose Recognized - - On No Pose Recongnized - - While Pose Recognized - - While No Pose Recognized - - While Pose Changes - - Always - fromEventLabel: poseMixer.detectedPose - events: - - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 471449746} - methodName: Script/HidePointer - parameters: - - fromEvent: 1 - localProperty: - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - minValue: 0 - maxValue: 0 - intTriggerLow: 0 - intTriggerHigh: 1 - multiplicationFactor: 1 - - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 471449746} - methodName: Script/ActivatePointer - parameters: - - fromEvent: 1 - localProperty: - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - minValue: 0 - maxValue: 0 - intTriggerLow: 0 - intTriggerHigh: 1 - multiplicationFactor: 1 - - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 471449746} - methodName: Script/PointerClick - parameters: - - fromEvent: 1 - localProperty: - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - minValue: 0 - maxValue: 0 - intTriggerLow: 0 - intTriggerHigh: 1 - multiplicationFactor: 1 - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - minValue: 0 - maxValue: 0 - intTriggerLow: 0 - intTriggerHigh: 1 - multiplicationFactor: 1 - touchEvent: - id: 2 - label: Touch Event - tooltip: 'Call funtions based on touched objectsParameter: the touched object' - eventTypeLabels: - - Never - - On Touch Start - - On Touch End - - While Touching - - While not Touching - - On Touched Object Changes - - Always - fromEventLabel: touchedObject - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - grabEvent: - id: 3 - label: Grab Event - tooltip: 'Call functions based on grabbed objectsParameter: the grabbed object' - eventTypeLabels: - - Never - - On Grab Start - - On Grab End - - While Holding Object - - While not Holding Object - - On Grabbed Object Changes - - Always - fromEventLabel: grabbedObject - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - handPalm: {fileID: 601169473} - handRigidbody: {fileID: 1770890409} - handPhysics: {fileID: 0} - grabbedChanged: 0 - directFingerMovements: 1 ---- !u!4 &471449748 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 471449746} - m_LocalRotation: {x: -0.03698831, y: 0.07860286, z: -0.038874622, w: 0.9954608} - m_LocalPosition: {x: -0.6480988, y: 1.4151107, z: -0.08349308} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1628061112} - m_Father: {fileID: 406190702} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &471449749 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 471449746} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a5108aae91352c042b4ccef54b577401, type: 3} - m_Name: - m_EditorClassIdentifier: - scriptName: PointerClick - conditions: - - targetGameObject: {fileID: 471449746} - fullPropertyName: HandTarget/detectedPoseIx - propertyType: 2 - operandIndex: 0 - intConstant: 2 - floatConstant: 0 - - targetGameObject: {fileID: 471449746} - fullPropertyName: HandTarget/isTrackingHand - propertyType: 1 - operandIndex: 1 - intConstant: 2 - floatConstant: 0 - functionCalls: - - targetGameObject: {fileID: 1628061110} - methodName: Passer.InteractionPointer/FullClick - parameters: - - fromEvent: 1 - localProperty: - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - - targetGameObject: {fileID: 1628061110} - methodName: Passer.InteractionPointer/Activation - parameters: - - fromEvent: 1 - localProperty: - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} ---- !u!114 &471449750 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 471449746} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a5108aae91352c042b4ccef54b577401, type: 3} - m_Name: - m_EditorClassIdentifier: - scriptName: ActivatePointer - conditions: - - targetGameObject: {fileID: 471449746} - fullPropertyName: HandTarget/detectedPoseIx - propertyType: 2 - operandIndex: 0 - intConstant: 1 - floatConstant: 0 - - targetGameObject: {fileID: 471449746} - fullPropertyName: HandTarget/isTrackingHand - propertyType: 1 - operandIndex: 1 - intConstant: 1 - floatConstant: 0 - functionCalls: - - targetGameObject: {fileID: 1628061110} - methodName: Passer.InteractionPointer/Activation - parameters: - - fromEvent: 1 - localProperty: - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 1 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} ---- !u!114 &471449751 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 471449746} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a5108aae91352c042b4ccef54b577401, type: 3} - m_Name: - m_EditorClassIdentifier: - scriptName: HidePointer - conditions: - - targetGameObject: {fileID: 471449746} - fullPropertyName: HandTarget/detectedPoseIx - propertyType: 2 - operandIndex: 0 - intConstant: 0 - floatConstant: 0 - - targetGameObject: {fileID: 471449746} - fullPropertyName: HandTarget/isTrackingHand - propertyType: 1 - operandIndex: 1 - intConstant: 0 - floatConstant: 0 - functionCalls: - - targetGameObject: {fileID: 1628061110} - methodName: Passer.InteractionPointer/Activation - parameters: - - fromEvent: 1 - localProperty: - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} ---- !u!1 &471748358 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1224595740279024, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 471748359} - m_Layer: 0 - m_Name: LeftHandLittle - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &471748359 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4032801857180750, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 471748358} - m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: -0.042913206, y: 0.006371307, z: -0.016307002} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 297895104} - m_Father: {fileID: 1221579016} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &478120087 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1433705172162910, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 478120088} - m_Layer: 0 - m_Name: Default_simple|UpLeg_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &478120088 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4694827566266030, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 478120087} - m_LocalRotation: {x: 0.027057575, y: -0.99816126, z: -0.052391548, w: 0.014039656} - m_LocalPosition: {x: 0.11306188, y: 0.09605343, z: -0.00769861} - m_LocalScale: {x: 0.99999994, y: 1.0000001, z: 1.0000001} - m_Children: - - {fileID: 1180138961} - m_Father: {fileID: 1771780010} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &486911592 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 486911594} - - component: {fileID: 486911593} - m_Layer: 0 - m_Name: FocusPoint - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!120 &486911593 -LineRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 486911592} - m_Enabled: 1 - m_CastShadows: 0 - m_ReceiveShadows: 0 - m_DynamicOccludee: 1 - m_MotionVectors: 0 - m_LightProbeUsage: 0 - m_ReflectionProbeUsage: 0 - m_RayTracingMode: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 76b29e70f3f2fb14c8d67189c7b79b7d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - 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 - m_Positions: - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0, z: 1} - m_Parameters: - serializedVersion: 3 - widthMultiplier: 1 - widthCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0.01 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0.01 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - colorGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - numCornerVertices: 0 - numCapVertices: 0 - alignment: 0 - textureMode: 0 - shadowBias: 0.5 - generateLightingData: 0 - m_UseWorldSpace: 0 - m_Loop: 0 ---- !u!4 &486911594 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 486911592} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.9999999, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1628061112} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &498572709 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1004570538785296, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 498572710} - - component: {fileID: 498572711} - m_Layer: 0 - m_Name: MakeHuman_simpleTshirt_longsleeves_gameMesh - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &498572710 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4894612675394930, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 498572709} - 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: 650538884} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!137 &498572711 -SkinnedMeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 137165780126279362, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 498572709} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: bfafb5a1d5d84354f89590700d5a26e1, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 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: 1 - m_SkinnedMotionVectors: 1 - m_Mesh: {fileID: 4300000, guid: bc3e83717b5b12f46bd5e8941a902eb7, type: 3} - m_Bones: - - {fileID: 1145865274} - - {fileID: 1771780010} - - {fileID: 478120088} - - {fileID: 1180138961} - - {fileID: 1263297306} - - {fileID: 1006015604} - - {fileID: 781094803} - - {fileID: 1373346226} - - {fileID: 773577279} - - {fileID: 716700500} - - {fileID: 1373847877} - - {fileID: 593641258} - - {fileID: 2015088587} - - {fileID: 1253194904} - - {fileID: 881969594} - - {fileID: 401767782} - - {fileID: 1989546789} - - {fileID: 1095196632} - - {fileID: 1695563176} - - {fileID: 686640026} - - {fileID: 1188315739} - - {fileID: 602720583} - - {fileID: 595497165} - - {fileID: 426126129} - - {fileID: 920129643} - - {fileID: 867783065} - - {fileID: 563861055} - - {fileID: 1773322662} - - {fileID: 1770890408} - - {fileID: 851401671} - - {fileID: 117503973} - - {fileID: 1932997794} - - {fileID: 1987895546} - - {fileID: 1497208565} - - {fileID: 1743939118} - - {fileID: 1361747092} - - {fileID: 355945258} - - {fileID: 1486675371} - - {fileID: 1197352470} - - {fileID: 683515009} - - {fileID: 545104748} - - {fileID: 1747910267} - - {fileID: 1112910626} - - {fileID: 773114776} - - {fileID: 1166127968} - - {fileID: 628220958} - - {fileID: 158115901} - - {fileID: 571031287} - - {fileID: 223194048} - - {fileID: 525761777} - - {fileID: 1215063128} - - {fileID: 334783124} - - {fileID: 391583632} - - {fileID: 644259321} - - {fileID: 151768279} - - {fileID: 406140582} - - {fileID: 471235230} - - {fileID: 1246670575} - - {fileID: 1021468299} - - {fileID: 199358675} - - {fileID: 1523686378} - - {fileID: 1391756758} - - {fileID: 2120821688} - - {fileID: 590240249} - - {fileID: 866611532} - - {fileID: 795895872} - - {fileID: 1073499351} - - {fileID: 631683057} - - {fileID: 288472910} - - {fileID: 522319786} - - {fileID: 1962788798} - - {fileID: 1642768675} - - {fileID: 225476054} - - {fileID: 394238211} - - {fileID: 914649283} - - {fileID: 57537403} - - {fileID: 1733278556} - m_BlendShapeWeights: [] - m_RootBone: {fileID: 1145865274} - m_AABB: - m_Center: {x: 0.000004917383, y: 0.2830103, z: 0.025077432} - m_Extent: {x: 0.70299065, y: 0.301535, z: 0.22030836} - m_DirtyAABB: 0 ---- !u!1 &521175001 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1293454837283012, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 521175002} - m_Layer: 0 - m_Name: LeftHandThumb1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &521175002 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4842323231383668, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 521175001} - m_LocalRotation: {x: 0.06460282, y: 0.1507705, z: 0.38851672, w: 0.90672463} - m_LocalPosition: {x: -0.038734894, y: -0.0075387247, z: 0.017603168} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 51262350} - m_Father: {fileID: 1221579016} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &522319785 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1134016874426114, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 522319786} - m_Layer: 0 - m_Name: Default_simple|Palm-5_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &522319786 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4089852121457196, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 522319785} - m_LocalRotation: {x: 0.04921133, y: 0.037605647, z: -0.16630279, w: 0.98412776} - m_LocalPosition: {x: -0.000000059604645, y: 0.040441547, z: 0.00000015720725} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 0.9999998} - m_Children: - - {fileID: 1962788798} - m_Father: {fileID: 866611532} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &525761776 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1507155231181688, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 525761777} - m_Layer: 0 - m_Name: Default_simple|Finger-1-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &525761777 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4989123300232394, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 525761776} - m_LocalRotation: {x: 0.18898514, y: -0.5028104, z: -0.28734076, w: 0.7930331} - m_LocalPosition: {x: -0.00000007152558, y: 0.04319323, z: -0.0000000059604646} - m_LocalScale: {x: 0.9999999, y: 1.0000001, z: 0.99999976} - m_Children: - - {fileID: 1215063128} - m_Father: {fileID: 223194048} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &545104747 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1257792366268626, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 545104748} - m_Layer: 0 - m_Name: Default_simple|Finger-4-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &545104748 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4120045615442214, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 545104747} - m_LocalRotation: {x: -0.06410078, y: 0.065216735, z: -0.093627445, w: 0.9913989} - m_LocalPosition: {x: 0.000000011920929, y: 0.07214911, z: 0.000000006705523} - m_LocalScale: {x: 0.99999994, y: 1.0000001, z: 1} - m_Children: - - {fileID: 1747910267} - m_Father: {fileID: 683515009} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &563861054 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1909967930634854, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 563861055} - m_Layer: 0 - m_Name: Default_simple|UpArm_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &563861055 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4276307740573936, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 563861054} - m_LocalRotation: {x: 0.026173474, y: -0.042828728, z: 0.097689606, w: 0.9939504} - m_LocalPosition: {x: -0.000000023841858, y: 0.17596607, z: -0.00000010058284} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 1} - m_Children: - - {fileID: 1773322662} - m_Father: {fileID: 867783065} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &569726171 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 569726172} - - component: {fileID: 569726173} - m_Layer: 0 - m_Name: Collider - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &569726172 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 569726171} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -10} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1554194463} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!65 &569726173 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 569726171} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 2 - m_Size: {x: 50, y: 50, z: 20} - m_Center: {x: 0, y: 0, z: 0} ---- !u!1 &571031286 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1136467853191938, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 571031287} - m_Layer: 0 - m_Name: Default_simple|Palm-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &571031287 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4731655170273478, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 571031286} - m_LocalRotation: {x: -0.07861066, y: 0.11250496, z: 0.21354844, w: 0.96724355} - m_LocalPosition: {x: 0.000000053644182, y: 0.000000064074996, z: -0.000000016391278} - m_LocalScale: {x: 1, y: 0.99999976, z: 0.9999998} - m_Children: - - {fileID: 223194048} - m_Father: {fileID: 1770890408} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &583180645 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1033284628720794, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 583180646} - m_Layer: 0 - m_Name: RightHandLittle1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &583180646 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4995930457138936, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 583180645} - m_LocalRotation: {x: -0.01765707, y: 0.115314156, z: -0.15032357, w: 0.9817299} - m_LocalPosition: {x: 0.058756072, y: -0.011650493, z: -0.027812937} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1983230754} - m_Father: {fileID: 1027385223} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &590240248 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1395292973961004, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 590240249} - m_Layer: 0 - m_Name: Default_simple|Finger-3-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &590240249 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4415689783841020, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 590240248} - m_LocalRotation: {x: -0.009008898, y: -0.01096381, z: 0.0105691515, w: 0.99984354} - m_LocalPosition: {x: -0, y: 0.027933894, z: -0.0000000014901161} - m_LocalScale: {x: 1.0000002, y: 0.99999994, z: 0.99999994} - m_Children: [] - m_Father: {fileID: 2120821688} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &593641257 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1957123927445212, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 593641258} - m_Layer: 0 - m_Name: Default_simple|Spine2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &593641258 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4202424870305862, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 593641257} - m_LocalRotation: {x: -0.036399662, y: 0.0000017735865, z: 0.00000066958955, w: 0.9993373} - m_LocalPosition: {x: -0, y: 0.09838287, z: -0.0000000059604646} - m_LocalScale: {x: 1, y: 1.0000001, z: 1} - m_Children: - - {fileID: 2015088587} - m_Father: {fileID: 1373847877} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &595497164 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1532524252884284, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 595497165} - m_Layer: 0 - m_Name: Default_simple|LoLid_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &595497165 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4574072719095762, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 595497164} - m_LocalRotation: {x: 0.8102645, y: -0.12922111, z: -0.14214781, w: 0.55368525} - m_LocalPosition: {x: 0.028831, y: 0.024339577, z: 0.10911975} - m_LocalScale: {x: 1.0000002, y: 1.0000002, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 881969594} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &601113088 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1263654062350490, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 601113089} - m_Layer: 0 - m_Name: LipLeft - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &601113089 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4853836225577242, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 601113088} - 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: 1944819514} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &601169472 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1701337969829142, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 601169473} - m_Layer: 0 - m_Name: Hand Palm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &601169473 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4510370987132180, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 601169472} - m_LocalRotation: {x: -0.31734422, y: 0.6804079, z: 0.34090602, w: 0.5657923} - m_LocalPosition: {x: -0.005741546, y: 0.08732423, z: -0.023438867} - m_LocalScale: {x: 1.0000002, y: 1.0000006, z: 1.0000004} - m_Children: [] - m_Father: {fileID: 1770890408} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &602720582 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1725625781167374, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 602720583} - m_Layer: 0 - m_Name: Default_simple|UpLid_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &602720583 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4779270237372842, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 602720582} - m_LocalRotation: {x: 0.6342448, y: -0.009669192, z: 0.022489285, w: 0.7727447} - m_LocalPosition: {x: 0.028831, y: 0.024339577, z: 0.10911975} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 881969594} - m_RootOrder: 6 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &627928797 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1531378333150034, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 627928798} - m_Layer: 0 - m_Name: RightToeBase_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &627928798 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4622518637162442, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 627928797} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.14564738, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 2120263780} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &628220957 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1001119312885382, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 628220958} - m_Layer: 0 - m_Name: Default_simple|Finger-5-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &628220958 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4645080975131118, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 628220957} - m_LocalRotation: {x: 0.19701527, y: -0.18125956, z: -0.0032331983, w: 0.96349335} - m_LocalPosition: {x: 0.000000017881394, y: 0.02919662, z: -0.000000044703484} - m_LocalScale: {x: 1.0000001, y: 0.9999999, z: 0.9999999} - m_Children: - - {fileID: 158115901} - m_Father: {fileID: 1166127968} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &631683056 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1412060138017092, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 631683057} - m_Layer: 0 - m_Name: Default_simple|Finger-4-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &631683057 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4934954319862152, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 631683056} - m_LocalRotation: {x: -0.020778477, y: -0.020584434, z: 0.013226956, w: 0.9994847} - m_LocalPosition: {x: -0.0000000029802323, y: 0.034748603, z: -0.000000009313226} - m_LocalScale: {x: 1, y: 0.99999994, z: 1.0000001} - m_Children: - - {fileID: 288472910} - m_Father: {fileID: 1073499351} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &644259320 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1822260279874780, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 644259321} - m_Layer: 0 - m_Name: Default_simple|LoArm_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &644259321 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4964618141245822, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 644259320} - m_LocalRotation: {x: 0.016886849, y: 0.015354842, z: -0.1756066, w: 0.9841959} - m_LocalPosition: {x: -0.000000007450581, y: 0.20965336, z: 0.00000013932586} - m_LocalScale: {x: 0.9999998, y: 0.99999994, z: 0.99999994} - m_Children: - - {fileID: 151768279} - - {fileID: 80469599} - m_Father: {fileID: 391583632} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &650538883 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1963680002278416, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 650538884} - - component: {fileID: 650538885} - m_Layer: 0 - m_Name: Avatar_MakeHuman_medium_TP - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &650538884 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4737502107661390, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 650538883} - 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: 458045399} - - {fileID: 1176337640} - - {fileID: 1004089266} - - {fileID: 321245800} - - {fileID: 498572710} - m_Father: {fileID: 406190702} - m_RootOrder: 7 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!95 &650538885 -Animator: - serializedVersion: 3 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 95606550068584902, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 650538883} - m_Enabled: 1 - m_Avatar: {fileID: 9000000, guid: bc3e83717b5b12f46bd5e8941a902eb7, type: 3} - m_Controller: {fileID: 0} - m_CullingMode: 1 - m_UpdateMode: 0 - m_ApplyRootMotion: 1 - m_LinearVelocityBlending: 0 - m_WarningMessage: - m_HasTransformHierarchy: 1 - m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorControllerStateOnDisable: 0 ---- !u!1 &672404976 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1270866242017260, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 672404977} - m_Layer: 0 - m_Name: RightHandRing - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &672404977 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4062473987775126, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 672404976} - m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: 0.045672074, y: 0.0073501584, z: -0.0017598001} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1488478011} - m_Father: {fileID: 1298936130} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &683515008 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1884871138225610, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 683515009} - m_Layer: 0 - m_Name: Default_simple|Palm-4_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &683515009 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4007698606904240, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 683515008} - m_LocalRotation: {x: 0.08196833, y: -0.06387366, z: 0.3053637, w: 0.9465487} - m_LocalPosition: {x: 0.000000011920929, y: 0.040441517, z: -0.00000006482005} - m_LocalScale: {x: 1, y: 0.9999997, z: 0.9999997} - m_Children: - - {fileID: 545104748} - m_Father: {fileID: 1197352470} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &686640025 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1086381416786644, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 686640026} - m_Layer: 0 - m_Name: Default_simple|Eye_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &686640026 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4951104864854638, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 686640025} - m_LocalRotation: {x: 0.6426437, y: 0.30234477, z: 0.33832234, w: 0.6173611} - m_LocalPosition: {x: 0.028831, y: 0.024339577, z: 0.10911975} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 881969594} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &716700499 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1518392689425944, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 716700500} - m_Layer: 0 - m_Name: Default_simple|Toe_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &716700500 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4435518858202296, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 716700499} - m_LocalRotation: {x: -0.07168154, y: 0.89020365, z: -0.25457078, w: 0.37093547} - m_LocalPosition: {x: -0.0000000014668331, y: 0.13777359, z: 1.8626452e-10} - m_LocalScale: {x: 1, y: 1.0000001, z: 0.9999999} - m_Children: [] - m_Father: {fileID: 773577279} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &730790435 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1455416347329928, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 730790436} - m_Layer: 0 - m_Name: LeftHandIndex3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &730790436 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4791508540383098, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 730790435} - m_LocalRotation: {x: -0.0000001030348, y: -0.0000007450578, z: -0.0000010600772, - w: 1} - m_LocalPosition: {x: -0.020972589, y: 0.00000004363278, z: -0.00000009820837} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 922182719} - m_Father: {fileID: 1158084140} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &742339037 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1392706375475202, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 742339038} - m_Layer: 0 - m_Name: LeftToeBase - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &742339038 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4294946978247862, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 742339037} - m_LocalRotation: {x: -0.000000014901158, y: 0.000000043655735, z: 0.000000012354573, - w: 1} - m_LocalPosition: {x: -0.0050433227, y: -0.071307115, z: 0.11777686} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1659547868} - m_Father: {fileID: 1627358620} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &753936547 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1197404378823238, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 753936548} - m_Layer: 0 - m_Name: NoseBottomRight - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &753936548 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4886247801995910, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 753936547} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 21 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &755207880 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1242422735716024, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 755207881} - m_Layer: 0 - m_Name: RightHandMiddle4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &755207881 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4400081433498932, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 755207880} - m_LocalRotation: {x: 2.2268e-41, y: 1.0339768e-25, z: 0.000000044477652, w: 1} - m_LocalPosition: {x: 0.026656894, y: -0.0027399855, z: -0.0005033262} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 302905566} - m_Father: {fileID: 936920542} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &766880599 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1202440569572956, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 766880600} - m_Layer: 0 - m_Name: UpperLipLeft - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &766880600 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4146549112424888, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 766880599} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 22 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &770301075 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1482141645588092, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 770301076} - m_Layer: 0 - m_Name: LeftHandMiddle1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &770301076 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4738703817458982, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 770301075} - m_LocalRotation: {x: -0.004039296, y: -0.10929912, z: 0.03670964, w: 0.9933227} - m_LocalPosition: {x: -0.0631004, y: -0.007020537, z: -0.010279445} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 786654481} - m_Father: {fileID: 1657822501} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &773114775 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1052447406711528, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 773114776} - m_Layer: 0 - m_Name: Default_simple|Palm-5_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &773114776 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4498585241504586, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 773114775} - m_LocalRotation: {x: 0.04921134, y: -0.037605654, z: 0.16630279, w: 0.98412776} - m_LocalPosition: {x: 0.000000011920929, y: 0.040441517, z: -0.00000006482005} - m_LocalScale: {x: 1, y: 1.0000001, z: 0.99999976} - m_Children: - - {fileID: 1166127968} - m_Father: {fileID: 1197352470} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &773577278 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1143347797816766, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 773577279} - m_Layer: 0 - m_Name: Default_simple|Foot_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &773577279 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4142174534513954, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 773577278} - m_LocalRotation: {x: 0.54392767, y: -0.09699142, z: 0.04795601, w: -0.8321272} - m_LocalPosition: {x: 0.000000016065314, y: 0.38909996, z: -0.00000023096803} - m_LocalScale: {x: 1, y: 1, z: 1.0000002} - m_Children: - - {fileID: 716700500} - m_Father: {fileID: 1373346226} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &776913116 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1799098317921304, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 776913117} - m_Layer: 0 - m_Name: RightHandIndex3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &776913117 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4427312505510576, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 776913116} - m_LocalRotation: {x: 0.00000010881192, y: -0.0000005515757, z: 0.000000094904884, - w: 1} - m_LocalPosition: {x: 0.020972516, y: 0.000000029233888, z: -0.00000014863016} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 430998279} - m_Father: {fileID: 1981174277} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &781094802 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1425295665203600, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 781094803} - m_Layer: 0 - m_Name: Default_simple|UpLeg_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &781094803 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4805007637941736, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 781094802} - m_LocalRotation: {x: -0.027065571, y: -0.99829453, z: -0.04994712, w: -0.013446329} - m_LocalPosition: {x: -0.1130681, y: 0.09605343, z: -0.007606505} - m_LocalScale: {x: 1, y: 1.0000001, z: 0.9999999} - m_Children: - - {fileID: 1373346226} - m_Father: {fileID: 1771780010} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &783178645 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1604420868094620, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 783178646} - m_Layer: 0 - m_Name: LeftOuterBrow - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &783178646 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4689232116760628, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 783178645} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 7 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &786654480 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1854373169720616, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 786654481} - m_Layer: 0 - m_Name: LeftHandMiddle2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &786654481 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4530111573815336, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 786654480} - m_LocalRotation: {x: 0.0021570832, y: 0.021866197, z: 0.09815058, w: 0.9949291} - m_LocalPosition: {x: -0.03919543, y: -0.0000000040017767, z: -0.0000000047293724} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1059480031} - m_Father: {fileID: 770301076} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &795895871 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1847636042802092, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 795895872} - m_Layer: 0 - m_Name: Default_simple|Palm-4_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &795895872 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4807112308907060, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 795895871} - m_LocalRotation: {x: 0.08196832, y: 0.06387364, z: -0.3053637, w: 0.9465487} - m_LocalPosition: {x: -0.000000059604645, y: 0.040441547, z: 0.00000015720725} - m_LocalScale: {x: 1.0000001, y: 0.9999997, z: 0.9999998} - m_Children: - - {fileID: 1073499351} - m_Father: {fileID: 866611532} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &820797760 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 820797761} - - component: {fileID: 820797762} - m_Layer: 0 - m_Name: Grab Socket - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &820797761 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 820797760} - m_LocalRotation: {x: -0.31735164, y: -0.6804062, z: -0.34090677, w: 0.5657897} - m_LocalPosition: {x: 0.0057411483, y: 0.08732434, z: -0.02343861} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 1.0000004} - m_Children: [] - m_Father: {fileID: 151768279} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &820797762 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 820797760} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ae0d21a394a9e4148942cdc58ad330fb, type: 3} - m_Name: - m_EditorClassIdentifier: - attachedPrefab: {fileID: 0} - attachedTransform: {fileID: 0} - attachedHandle: {fileID: 0} - socketTag: - attachMethod: 0 - destroyOnLoad: 0 - attachEvent: - id: 0 - label: Hold Event - tooltip: 'Call functions using what the socket is holding - - Parameter: the - GameObject held by the socket' - eventTypeLabels: - - Never - - On Attach - - On Release - - While Attached - - While Released - - When Changed - - Always - fromEventLabel: - events: [] - handTarget: {fileID: 1534874609} ---- !u!1 &821649263 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1066220515639686, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 821649264} - m_Layer: 0 - m_Name: LeftUpperEyeLid - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &821649264 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4126955065956024, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 821649263} - m_LocalRotation: {x: -0, y: 7.275956e-12, z: -1.4495069e-10, w: 1} - m_LocalPosition: {x: -0.029584117, y: 0.036008626, z: 0.10579825} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &827013029 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1109079938820414, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 827013030} - m_Layer: 0 - m_Name: LowerLipLeft - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &827013030 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4730558286383422, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 827013029} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 27 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &851401670 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1380043188631936, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 851401671} - m_Layer: 0 - m_Name: Default_simple|Wrist-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &851401671 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4092431070185024, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 851401670} - m_LocalRotation: {x: -0.088031374, y: 0.10033041, z: -0.020807764, w: 0.99083364} - m_LocalPosition: {x: 0.000000053644182, y: 0.000000064074996, z: -0.000000016391278} - m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 0.99999994} - m_Children: - - {fileID: 117503973} - - {fileID: 1743939118} - m_Father: {fileID: 1770890408} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &855810539 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 855810540} - m_Layer: 0 - m_Name: MenuButton - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &855810540 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 855810539} - m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068} - m_LocalPosition: {x: 0, y: 0.2, z: 0.043} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 467295990} - m_Father: {fileID: 1773322662} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90} ---- !u!1 &858408422 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1434531275612162, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 858408424} - - component: {fileID: 858408423} - m_Layer: 0 - m_Name: Head Target - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &858408423 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114209259886151508, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 858408422} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: cc62ecce8e46abd48a57b51714dcd690, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - tracking: 0 - unity: {fileID: 0} - headAnimator: - enabled: 0 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - hmd: {fileID: 0} - headAnimation: 1 - faceAnimation: 1 - unityXR: - enabled: 1 - target: {fileID: 858408423} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - hmd: {fileID: 0} - custom: - enabled: 1 - target: {fileID: 858408423} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - hmd: {fileID: 0} - sensorComponent: {fileID: 0} - head: - name: - boneId: 7 - target: - length: 0 - transform: {fileID: 1917362075} - baseRotation: {x: -0.04694285, y: 0.000018009363, z: 0.0014207719, w: 0.9988968} - basePosition: {x: 0.00029402963, y: 1.6171458, z: -0.09421558} - toBoneRotation: {x: -0.052292854, y: 0.0010755174, z: 0.0010698902, w: 0.9986309} - bone: - transform: {fileID: 881969594} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.052292854, y: -0.0010755174, z: -0.0010698902, w: 0.9986309} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - neck: - name: - boneId: 6 - target: - length: 0.103641376 - transform: {fileID: 923874490} - baseRotation: {x: 0.03753295, y: -0.000031254396, z: -0.00142045, w: 0.99929446} - basePosition: {x: -1.0658141e-14, y: 0.3520819, z: -0.000000052154064} - toBoneRotation: {x: -0.00000013568071, y: -0.0014789177, z: 1.6235845e-10, w: 0.999999} - bone: - transform: {fileID: 1253194904} - length: 0.10364124 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -55, y: -70, z: -35} - maxAngles: {x: 80, y: 70, z: 35} - baseRotation: {x: 0.048996344, y: -0.000015528643, z: -0.0014208374, w: 0.9987979} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.00000013568071, y: 0.0014789177, z: -1.6235845e-10, - w: 0.999999} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - headTarget: {fileID: 858408423} - audioEnergy: 0 - lookDirection: {x: 0, y: 0, z: 1} - localLookDirection: {x: 0, y: 0, z: 1} - neck2eyes: {x: 0.000019431542, y: 0.13880491, z: 0.1160599} - head2eyes: {x: -0.00029409715, y: 0.035661697, z: 0.105916016} - collisionFader: 0 - isInsideCollider: 0 - virtual3d: 0 - screenTransform: {fileID: 0} - trackingEvent: - id: 1 - label: Tracking Event - tooltip: 'Call functions using the HMD tracking status - - Parameter: HMD - tracking' - eventTypeLabels: - - Never - - On Tracking Start - - On Tracking Stop - - While Tracking - - While not Tracking - - On Tracking Changes - - Always - fromEventLabel: tracking - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - audioEvent: - id: 2 - label: Audio Event - tooltip: 'Call functions based on the microphone audio level - - Parameter: - the audio level' - eventTypeLabels: - - Never - - On Loud Start - - On Silence Start - - While Noisy - - While Silent - - On Level Changes - - Always - fromEventLabel: audioEnergy - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.2 - floatTriggerHigh: 0.8 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - insideColliderEvent: - id: 5 - label: In Collider Event - tooltip: 'Call functions using the head being inside Colliders - - Parameter: - isInsideCollider state' - eventTypeLabels: - - Never - - When Head Enters Collider - - When Head Exits Collider - - While Head is inside Collider - - While Head outside Collider - - When Enters/Exists Collider - - Always - fromEventLabel: Inside Collider - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - smRenderer: {fileID: 0} - headRigidbody: {fileID: 0} ---- !u!4 &858408424 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4226547469860766, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 858408422} - m_LocalRotation: {x: 0.0091074845, y: 0.000015924528, z: 0.000006839651, w: 0.9999586} - m_LocalPosition: {x: 0.00029158473, y: 1.6175811, z: -0.09155834} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1936936086} - - {fileID: 1392938717} - m_Father: {fileID: 406190702} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &863392415 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 6444235033425944260, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - m_PrefabInstance: {fileID: 1799351317} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d199490a83bb2b844b9695cbf13b01ef, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!1 &866611531 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1724902281163026, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 866611532} - m_Layer: 0 - m_Name: Default_simple|Wrist-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &866611532 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4207474771072628, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 866611531} - m_LocalRotation: {x: -0.07873385, y: -0.06174133, z: 0.30221963, w: 0.9479728} - m_LocalPosition: {x: -0.000000011920929, y: 0.00000007003546, z: -0.00000007972121} - m_LocalScale: {x: 0.99999976, y: 0.9999998, z: 1} - m_Children: - - {fileID: 795895872} - - {fileID: 522319786} - m_Father: {fileID: 151768279} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &867783064 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1028960526426862, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 867783065} - m_Layer: 0 - m_Name: Default_simple|Clavicle_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &867783065 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4003028594157004, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 867783064} - m_LocalRotation: {x: 0.6661528, y: -0.44501114, z: -0.36937279, w: -0.4709239} - m_LocalPosition: {x: -0.0195459, y: 0.17546915, z: 0.0644887} - m_LocalScale: {x: 0.9999999, y: 0.9999998, z: 0.9999998} - m_Children: - - {fileID: 563861055} - m_Father: {fileID: 2015088587} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &867956340 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1365918825169536, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 867956341} - m_Layer: 0 - m_Name: NoseBottom - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &867956341 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4101816761955332, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 867956340} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 20 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &881969593 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1303570217244032, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 881969594} - m_Layer: 0 - m_Name: Default_simple|Head - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &881969594 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4101724072462928, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 881969593} - m_LocalRotation: {x: -0.10071445, y: 0.0025442657, z: 0.0025852893, w: 0.99490875} - m_LocalPosition: {x: -1.1641534e-10, y: 0.10364125, z: -0.00000004656612} - m_LocalScale: {x: 0.9999999, y: 0.99999976, z: 0.9999999} - m_Children: - - {fileID: 1188315739} - - {fileID: 686640026} - - {fileID: 401767782} - - {fileID: 920129643} - - {fileID: 595497165} - - {fileID: 426126129} - - {fileID: 602720583} - m_Father: {fileID: 1253194904} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &895587732 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1858124994802928, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 895587733} - m_Layer: 0 - m_Name: LeftCenterBrow - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &895587733 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4673905833067214, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 895587732} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 8 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &899682186 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1793637559384044, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 899682187} - m_Layer: 0 - m_Name: LeftEyeTarget - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &899682187 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4844793330028230, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 899682186} - m_LocalRotation: {x: -0.0016435153, y: -0.000010895236, z: -0.0000010121729, w: 0.9999987} - m_LocalPosition: {x: -0.029584117, y: 0.036008626, z: 0.10579825} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 31 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &906833191 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1412871589862078, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 906833192} - m_Layer: 0 - m_Name: Hand Palm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &906833192 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4466764660621372, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 906833191} - m_LocalRotation: {x: -0.31734788, y: -0.6804046, z: -0.34091172, w: 0.5657908} - m_LocalPosition: {x: 0.005741174, y: 0.08732465, z: -0.023438852} - m_LocalScale: {x: 1.0000005, y: 1.0000006, z: 1.0000006} - m_Children: [] - m_Father: {fileID: 151768279} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &907926259 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 907926261} - - component: {fileID: 907926260} - m_Layer: 0 - m_Name: LeapMotion - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &907926260 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 907926259} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9ee0a43fff4d02e45a9c9efdda168d0a, type: 3} - m_Name: - m_EditorClassIdentifier: - status: 0 - deviceOrigin: {fileID: 0} ---- !u!4 &907926261 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 907926259} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 1.2, z: 0.3} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1748566030} - - {fileID: 398673075} - m_Father: {fileID: 1434983055} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &914649282 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1708166653312896, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 914649283} - m_Layer: 0 - m_Name: Default_simple|Finger-1-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &914649283 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4359821773385432, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 914649282} - m_LocalRotation: {x: -0.31390914, y: 0.25305983, z: -0.017513711, w: 0.91494} - m_LocalPosition: {x: -0.0000000059604646, y: 0.043209907, z: -0.00000003874302} - m_LocalScale: {x: 0.99999976, y: 1, z: 1} - m_Children: - - {fileID: 57537403} - m_Father: {fileID: 394238211} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &920129642 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1957756680453144, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 920129643} - m_Layer: 0 - m_Name: Default_simple|LoLid_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &920129643 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4683135882700352, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 920129642} - m_LocalRotation: {x: 0.8102643, y: 0.1262861, z: 0.14253719, w: 0.5542624} - m_LocalPosition: {x: -0.02974893, y: 0.024471104, z: 0.10900164} - m_LocalScale: {x: 1, y: 1, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 881969594} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &922182718 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1226043302482464, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 922182719} - m_Layer: 0 - m_Name: LeftHandIndex4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &922182719 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4149711315393270, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 922182718} - m_LocalRotation: {x: -6.938894e-18, y: 6.203854e-25, z: -0.000000048550163, w: 1} - m_LocalPosition: {x: -0.024411585, y: -0.00263807, z: 0.00006414011} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2854081} - m_Father: {fileID: 730790436} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &923874489 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1538876403014824, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 923874490} - m_Layer: 0 - m_Name: Neck - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &923874490 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4813797259319496, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 923874489} - m_LocalRotation: {x: 0.041062538, y: -0.000018187842, z: -0.001420133, w: 0.9991556} - m_LocalPosition: {x: 0.0000009830953, y: 0.11450506, z: -0.013363411} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1917362075} - m_Father: {fileID: 1534795861} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &930448417 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1884105516143776, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 930448418} - m_Layer: 0 - m_Name: RightCenterBrow - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &930448418 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4523274656422684, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 930448417} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 11 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &936920541 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1756447656105672, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 936920542} - m_Layer: 0 - m_Name: RightHandMiddle3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &936920542 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4588685527615200, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 936920541} - m_LocalRotation: {x: 0.0000007520427, y: -0.000003280117, z: -0.0000010294895, w: 1} - m_LocalPosition: {x: 0.027933786, y: -0.000000018328137, z: 0.00000014627324} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 755207881} - m_Father: {fileID: 1064009028} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &941672521 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1465898791141800, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 941672522} - m_Layer: 0 - m_Name: RightHandThumb3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &941672522 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4625177701213276, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 941672521} - m_LocalRotation: {x: 0.0000007851045, y: -0.00000026449544, z: 0.00000026881736, - w: 1} - m_LocalPosition: {x: 0.034228377, y: 0.0000001094304, z: 0.00000007458584} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1681505854} - m_Father: {fileID: 1140573600} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &942676182 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1099600735256642, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 942676183} - m_Layer: 0 - m_Name: NoseTip - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &942676183 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4350097329939248, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 942676182} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 18 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &945812377 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1550099353390084, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 945812378} - m_Layer: 0 - m_Name: NoseBottomLeft - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &945812378 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4281469748913706, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 945812377} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 19 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &946112940 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1780490093422348, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 946112941} - m_Layer: 0 - m_Name: LeftHandLittle3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &946112941 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4601782163714082, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 946112940} - m_LocalRotation: {x: 0.0000007012857, y: -0.00000025145704, z: 0.0020910206, w: 0.99999785} - m_LocalPosition: {x: -0.01355281, y: 0.000000057800207, z: -0.00000001856555} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1535826699} - m_Father: {fileID: 1488833274} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &965745150 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1263279806568894, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 965745151} - m_Layer: 0 - m_Name: LeftInnerBrow - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &965745151 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4399430601631616, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 965745150} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 9 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &973783451 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1476131452168114, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 973783452} - m_Layer: 0 - m_Name: LeftForearm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &973783452 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4145304030280874, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 973783451} - m_LocalRotation: {x: -0.0029611462, y: 0.1783789, z: 0.00053687446, w: 0.9839573} - m_LocalPosition: {x: -0.20965338, y: 0.00000006775372, z: 0.000000071828254} - m_LocalScale: {x: 1, y: 0.99999994, z: 1} - m_Children: - - {fileID: 1221579016} - m_Father: {fileID: 440608795} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &973799484 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 973799485} - - component: {fileID: 973799486} - m_Layer: 0 - m_Name: Possessions - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &973799485 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 973799484} - 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: 406190702} - m_RootOrder: 8 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &973799486 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 973799484} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 92cd9bde92b8274498414785729b77e8, type: 3} - m_Name: - m_EditorClassIdentifier: - possessions: [] - defaultPossessions: [] - clearOnAwake: 0 ---- !u!1 &988121261 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 988121262} - - component: {fileID: 988121264} - - component: {fileID: 988121263} - m_Layer: 0 - m_Name: mesh0%root%3% - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &988121262 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 988121261} - 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: 1029273949} - m_Father: {fileID: 1586614635} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!23 &988121263 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 988121261} - m_Enabled: 0 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 98f132d79b80235419747362eded0d05, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 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 ---- !u!33 &988121264 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 988121261} - m_Mesh: {fileID: 4300004, guid: e93194d0ef615ae4fa03a2e60ecefbc3, type: 3} ---- !u!1 &1004089265 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1773889313550674, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1004089266} - - component: {fileID: 1004089267} - m_Layer: 0 - m_Name: MakeHuman_simpleClassicShoes_gameMesh - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1004089266 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4252890839538664, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1004089265} - 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: 650538884} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!137 &1004089267 -SkinnedMeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 137964013614479228, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1004089265} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 00f495fd4f917be4d8c2977c414ad7ce, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 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: 1 - m_SkinnedMotionVectors: 1 - m_Mesh: {fileID: 4300002, guid: bc3e83717b5b12f46bd5e8941a902eb7, type: 3} - m_Bones: - - {fileID: 1145865274} - - {fileID: 1771780010} - - {fileID: 478120088} - - {fileID: 1180138961} - - {fileID: 1263297306} - - {fileID: 1006015604} - - {fileID: 781094803} - - {fileID: 1373346226} - - {fileID: 773577279} - - {fileID: 716700500} - - {fileID: 1373847877} - - {fileID: 593641258} - - {fileID: 2015088587} - - {fileID: 1253194904} - - {fileID: 881969594} - - {fileID: 401767782} - - {fileID: 1989546789} - - {fileID: 1095196632} - - {fileID: 1695563176} - - {fileID: 686640026} - - {fileID: 1188315739} - - {fileID: 602720583} - - {fileID: 595497165} - - {fileID: 426126129} - - {fileID: 920129643} - - {fileID: 867783065} - - {fileID: 563861055} - - {fileID: 1773322662} - - {fileID: 1770890408} - - {fileID: 851401671} - - {fileID: 117503973} - - {fileID: 1932997794} - - {fileID: 1987895546} - - {fileID: 1497208565} - - {fileID: 1743939118} - - {fileID: 1361747092} - - {fileID: 355945258} - - {fileID: 1486675371} - - {fileID: 1197352470} - - {fileID: 683515009} - - {fileID: 545104748} - - {fileID: 1747910267} - - {fileID: 1112910626} - - {fileID: 773114776} - - {fileID: 1166127968} - - {fileID: 628220958} - - {fileID: 158115901} - - {fileID: 571031287} - - {fileID: 223194048} - - {fileID: 525761777} - - {fileID: 1215063128} - - {fileID: 334783124} - - {fileID: 391583632} - - {fileID: 644259321} - - {fileID: 151768279} - - {fileID: 406140582} - - {fileID: 471235230} - - {fileID: 1246670575} - - {fileID: 1021468299} - - {fileID: 199358675} - - {fileID: 1523686378} - - {fileID: 1391756758} - - {fileID: 2120821688} - - {fileID: 590240249} - - {fileID: 866611532} - - {fileID: 795895872} - - {fileID: 1073499351} - - {fileID: 631683057} - - {fileID: 288472910} - - {fileID: 522319786} - - {fileID: 1962788798} - - {fileID: 1642768675} - - {fileID: 225476054} - - {fileID: 394238211} - - {fileID: 914649283} - - {fileID: 57537403} - - {fileID: 1733278556} - m_BlendShapeWeights: [] - m_RootBone: {fileID: 1145865274} - m_AABB: - m_Center: {x: -0.0000018104911, y: -0.94063914, z: 0.003838636} - m_Extent: {x: 0.17001238, y: 0.14500663, z: 0.15758118} - m_DirtyAABB: 0 ---- !u!1 &1006015603 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1756651044207738, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1006015604} - m_Layer: 0 - m_Name: Default_simple|Toe_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1006015604 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4279173491690676, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1006015603} - m_LocalRotation: {x: 0.07168156, y: 0.8902035, z: -0.25457078, w: -0.3709356} - m_LocalPosition: {x: 0.000000009965151, y: 0.1377736, z: -0.0000000011175871} - m_LocalScale: {x: 1, y: 1.0000001, z: 0.99999994} - m_Children: [] - m_Father: {fileID: 1263297306} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1014718092 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1817751863883156, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1014718093} - m_Layer: 0 - m_Name: RightShoulder - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1014718093 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4220340276825372, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1014718092} - m_LocalRotation: {x: -0.024385279, y: 0.16505222, z: -0.046859156, w: 0.98486924} - m_LocalPosition: {x: 0.019547118, y: 0.04571951, z: 0.039004188} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1260927025} - m_Father: {fileID: 1534795861} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1021468298 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1328212420333452, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1021468299} - m_Layer: 0 - m_Name: Default_simple|Finger-2-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1021468299 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4542046164530964, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1021468298} - m_LocalRotation: {x: 0.033014614, y: 0.034923706, z: 0.00062039285, w: 0.9988443} - m_LocalPosition: {x: -0.000000020861625, y: 0.031811982, z: 0.00000013411045} - m_LocalScale: {x: 0.9999999, y: 0.99999976, z: 1} - m_Children: - - {fileID: 199358675} - m_Father: {fileID: 1246670575} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1027385222 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1185065385981448, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1027385223} - m_Layer: 0 - m_Name: RightHandLittle - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1027385223 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4236662105218020, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1027385222} - m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: 0.04291298, y: 0.0063700867, z: -0.016306998} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 583180646} - m_Father: {fileID: 1298936130} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1029273948 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1029273949} - - component: {fileID: 1029273951} - - component: {fileID: 1029273950} - m_Layer: 0 - m_Name: mesh0%root%4% - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1029273949 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1029273948} - 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: 988121262} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!23 &1029273950 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1029273948} - m_Enabled: 0 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 974f271d904500e428d76d3a3f190a7a, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 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 ---- !u!33 &1029273951 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1029273948} - m_Mesh: {fileID: 4300006, guid: e93194d0ef615ae4fa03a2e60ecefbc3, type: 3} ---- !u!1 &1045843198 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1289744425380186, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1045843199} - m_Layer: 0 - m_Name: LeftEye - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1045843199 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4116675205982598, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1045843198} - m_LocalRotation: {x: 0.000000029802319, y: -0.00000026581253, z: 0.000000025438336, - w: 1} - m_LocalPosition: {x: -0.029584117, y: 0.036009815, z: 0.105798244} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1053303135 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1033158248776460, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1053303136} - m_Layer: 0 - m_Name: Left_Cheek - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1053303136 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4805286007011574, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1053303135} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 15 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1059480030 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1002089608420890, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1059480031} - m_Layer: 0 - m_Name: LeftHandMiddle3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1059480031 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4094455697935924, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1059480030} - m_LocalRotation: {x: 0.00000044098107, y: 0.0000005178152, z: 0.0026147566, w: 0.99999666} - m_LocalPosition: {x: -0.027933799, y: 0.000000047009962, z: 0.000000051270035} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1726292585} - m_Father: {fileID: 786654481} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1064009027 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1332339260448644, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1064009028} - m_Layer: 0 - m_Name: RightHandMiddle2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1064009028 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4473108806480550, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1064009027} - m_LocalRotation: {x: 0.0021580418, y: -0.021874376, z: -0.098155476, w: 0.9949284} - m_LocalPosition: {x: 0.039195377, y: 0.00000014669786, z: -0.00000016593549} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 936920542} - m_Father: {fileID: 1121825124} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1073499350 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1158159054395246, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1073499351} - m_Layer: 0 - m_Name: Default_simple|Finger-4-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1073499351 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4846029712506166, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1073499350} - m_LocalRotation: {x: -0.0641007, y: -0.065219715, z: 0.09362651, w: 0.9913988} - m_LocalPosition: {x: -0.00000003576279, y: 0.07214912, z: -0.00000006482005} - m_LocalScale: {x: 0.9999997, y: 1.0000002, z: 0.99999994} - m_Children: - - {fileID: 631683057} - m_Father: {fileID: 795895872} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1082792471 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1082792474} - - component: {fileID: 1082792473} - - component: {fileID: 1082792472} - - component: {fileID: 1082792475} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1082792472 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1082792471} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 14 - m_FontStyle: 0 - m_BestFit: 1 - m_MinSize: 10 - m_MaxSize: 40 - m_Alignment: 4 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: Visitor Name ---- !u!222 &1082792473 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1082792471} - m_CullTransparentMesh: 0 ---- !u!224 &1082792474 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1082792471} - 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: 1392938717} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 600, y: 60} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1082792475 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1082792471} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 962ce5e02100a074f8ca243e97d5d61f, type: 3} - m_Name: - m_EditorClassIdentifier: - nameText: {fileID: 1082792472} - nameField: {fileID: 863392415} ---- !u!1 &1095196631 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1175214604113294, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1095196632} - m_Layer: 0 - m_Name: Default_simple|TongueMid - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1095196632 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4162622393889238, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1095196631} - m_LocalRotation: {x: 0.14691532, y: -0.09825708, z: -0.00031819256, w: 0.98425674} - m_LocalPosition: {x: 0.000000035832638, y: 0.029362006, z: 0.0000000346452} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1695563176} - m_Father: {fileID: 1989546789} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1112910625 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1986701756572166, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1112910626} - m_Layer: 0 - m_Name: Default_simple|Finger-4-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1112910626 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4966181494446710, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1112910625} - m_LocalRotation: {x: -0.025341898, y: 0.021609196, z: 0.0025277291, w: 0.99944204} - m_LocalPosition: {x: 0.0000000029802323, y: 0.021958875, z: -0.00000012591481} - m_LocalScale: {x: 1, y: 1.0000001, z: 0.9999999} - m_Children: [] - m_Father: {fileID: 1747910267} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1120373956 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1151603121951630, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1120373957} - m_Layer: 0 - m_Name: RightHandIndex4_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1120373957 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4744976420792636, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1120373956} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.024553984, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 430998279} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1121825123 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1842558750378386, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1121825124} - m_Layer: 0 - m_Name: RightHandMiddle1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1121825124 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4627965500523792, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1121825123} - m_LocalRotation: {x: -0.0040388615, y: 0.10930139, z: -0.036704846, w: 0.9933225} - m_LocalPosition: {x: 0.06310022, y: -0.0070201177, z: -0.010279251} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1064009028} - m_Father: {fileID: 1939411519} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1132254704 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1132254706} - - component: {fileID: 1132254705} - m_Layer: 0 - m_Name: Interaction Pointer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1132254705 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1132254704} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: baa00f2ba726a3e4bb5b4277991f5ce0, type: 3} - m_Name: - m_EditorClassIdentifier: - active: 0 - timedClick: 0 - focusPointObj: {fileID: 1678673841} - objectInFocus: {fileID: 0} - rayType: 0 - maxDistance: 10 - resolution: 0.2 - speed: 3 - radius: 0.1 - focusEvent: - id: 0 - label: Focus Event - tooltip: 'Call functions using the current focus - - Parameter: the Object - in Focus' - eventTypeLabels: [] - fromEventLabel: - events: [] - focusPointEvent: - id: 1 - label: Focus Point Event - tooltip: 'Call functions using the current focus point - - Parameter: the - position of the focus point' - eventTypeLabels: [] - fromEventLabel: - events: [] - clickEvent: - id: 2 - label: Click Event - tooltip: 'Call functions using the clicking status - - Parameter: the Object - in Focus when clicking' - eventTypeLabels: [] - fromEventLabel: - events: [] - activeEvent: - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 ---- !u!4 &1132254706 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1132254704} - m_LocalRotation: {x: 0, y: -0.7071068, z: 0.000000061817246, w: -0.7071068} - m_LocalPosition: {x: 0.21, y: -0.02, z: 0.01} - m_LocalScale: {x: 1, y: 0.9999999, z: 1} - m_Children: - - {fileID: 1678673843} - m_Father: {fileID: 1534874610} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1140573599 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1452292288540028, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1140573600} - m_Layer: 0 - m_Name: RightHandThumb2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1140573600 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4662711648771450, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1140573599} - m_LocalRotation: {x: -0.008988039, y: -0.024601957, z: 0.34303555, w: 0.93895715} - m_LocalPosition: {x: 0.04319333, y: 0.000000009313226, z: 0.000000082771294} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 941672522} - m_Father: {fileID: 2005886047} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1145865273 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1771985782678154, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1145865274} - m_Layer: 0 - m_Name: Default_simple|Root - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1145865274 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4429103896522438, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1145865273} - m_LocalRotation: {x: 0.725744, y: -0.0000044881176, z: 0.000003967367, w: 0.6879649} - m_LocalPosition: {x: 0.0000063828916, y: 0.096784174, z: 0.967513} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1771780010} - - {fileID: 1373847877} - m_Father: {fileID: 458045399} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1158084139 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1456957831285316, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1158084140} - m_Layer: 0 - m_Name: LeftHandIndex2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1158084140 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4313308515753902, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1158084139} - m_LocalRotation: {x: 0.00007044988, y: -0.0021375413, z: -0.032950435, w: 0.99945474} - m_LocalPosition: {x: -0.03181205, y: -0.00000009944779, z: 0.00000003058085} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 730790436} - m_Father: {fileID: 420954056} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1166127967 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1268577926608414, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1166127968} - m_Layer: 0 - m_Name: Default_simple|Finger-5-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1166127968 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4675739215357802, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1166127967} - m_LocalRotation: {x: -0.14018421, y: 0.12380063, z: 0.025395565, w: 0.98202693} - m_LocalPosition: {x: 0.000000008940697, y: 0.07208297, z: -0.0000000052154063} - m_LocalScale: {x: 0.9999998, y: 0.9999999, z: 1} - m_Children: - - {fileID: 628220958} - m_Father: {fileID: 773114776} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1176337639 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1407344775735020, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1176337640} - - component: {fileID: 1176337641} - m_Layer: 0 - m_Name: MakeHuman_simpleascottkMesh - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1176337640 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4330257478623712, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1176337639} - 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: 650538884} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!137 &1176337641 -SkinnedMeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 137143044352240710, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1176337639} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: ef93308acf4332b4abf491aad47a8363, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 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: 1 - m_SkinnedMotionVectors: 1 - m_Mesh: {fileID: 4300006, guid: bc3e83717b5b12f46bd5e8941a902eb7, type: 3} - m_Bones: - - {fileID: 1145865274} - - {fileID: 1771780010} - - {fileID: 478120088} - - {fileID: 1180138961} - - {fileID: 1263297306} - - {fileID: 1006015604} - - {fileID: 781094803} - - {fileID: 1373346226} - - {fileID: 773577279} - - {fileID: 716700500} - - {fileID: 1373847877} - - {fileID: 593641258} - - {fileID: 2015088587} - - {fileID: 1253194904} - - {fileID: 881969594} - - {fileID: 401767782} - - {fileID: 1989546789} - - {fileID: 1095196632} - - {fileID: 1695563176} - - {fileID: 686640026} - - {fileID: 1188315739} - - {fileID: 602720583} - - {fileID: 595497165} - - {fileID: 426126129} - - {fileID: 920129643} - - {fileID: 867783065} - - {fileID: 563861055} - - {fileID: 1773322662} - - {fileID: 1770890408} - - {fileID: 851401671} - - {fileID: 117503973} - - {fileID: 1932997794} - - {fileID: 1987895546} - - {fileID: 1497208565} - - {fileID: 1743939118} - - {fileID: 1361747092} - - {fileID: 355945258} - - {fileID: 1486675371} - - {fileID: 1197352470} - - {fileID: 683515009} - - {fileID: 545104748} - - {fileID: 1747910267} - - {fileID: 1112910626} - - {fileID: 773114776} - - {fileID: 1166127968} - - {fileID: 628220958} - - {fileID: 158115901} - - {fileID: 571031287} - - {fileID: 223194048} - - {fileID: 525761777} - - {fileID: 1215063128} - - {fileID: 334783124} - - {fileID: 391583632} - - {fileID: 644259321} - - {fileID: 151768279} - - {fileID: 406140582} - - {fileID: 471235230} - - {fileID: 1246670575} - - {fileID: 1021468299} - - {fileID: 199358675} - - {fileID: 1523686378} - - {fileID: 1391756758} - - {fileID: 2120821688} - - {fileID: 590240249} - - {fileID: 866611532} - - {fileID: 795895872} - - {fileID: 1073499351} - - {fileID: 631683057} - - {fileID: 288472910} - - {fileID: 522319786} - - {fileID: 1962788798} - - {fileID: 1642768675} - - {fileID: 225476054} - - {fileID: 394238211} - - {fileID: 914649283} - - {fileID: 57537403} - - {fileID: 1733278556} - m_BlendShapeWeights: [] - m_RootBone: {fileID: 1145865274} - m_AABB: - m_Center: {x: -0.0004566908, y: -0.12417209, z: 0.0060971826} - m_Extent: {x: 0.84691346, y: 0.92533004, z: 0.13870046} - m_DirtyAABB: 0 ---- !u!1 &1180138960 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1193743691364198, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1180138961} - m_Layer: 0 - m_Name: Default_simple|LoLeg_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1180138961 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4325067550554762, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1180138960} - m_LocalRotation: {x: 0.09242267, y: 0.03487342, z: 0.0056673256, w: 0.99509287} - m_LocalPosition: {x: 0.0000000057742002, y: 0.4977098, z: -5.5879357e-10} - m_LocalScale: {x: 0.9999999, y: 0.99999964, z: 0.99999976} - m_Children: - - {fileID: 1263297306} - m_Father: {fileID: 478120088} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1188315738 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1999586046639116, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1188315739} - m_Layer: 0 - m_Name: Default_simple|Eye_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1188315739 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4152860055675736, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1188315738} - m_LocalRotation: {x: 0.6426399, y: -0.3050372, z: -0.33841923, w: 0.615986} - m_LocalPosition: {x: -0.02974893, y: 0.024471104, z: 0.10900164} - m_LocalScale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 881969594} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1197352469 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1474715795481562, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1197352470} - m_Layer: 0 - m_Name: Default_simple|Wrist-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1197352470 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4108244152460156, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1197352469} - m_LocalRotation: {x: -0.078733854, y: 0.06174134, z: -0.30221963, w: 0.9479728} - m_LocalPosition: {x: 0.000000053644182, y: 0.000000064074996, z: -0.000000016391278} - m_LocalScale: {x: 0.9999998, y: 0.9999999, z: 1} - m_Children: - - {fileID: 683515009} - - {fileID: 773114776} - m_Father: {fileID: 1770890408} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1204334857 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1113175111824992, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1204334859} - - component: {fileID: 1204334858} - m_Layer: 0 - m_Name: Hips Target - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1204334858 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114330745310626868, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1204334857} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 76fb895d6d693584eb350ca55b24ce71, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - hipsBaseHeight: -0.00001001358 - newSpineIK: 0 - torsoAnimator: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - bodyRotation: 3 - custom: - enabled: 1 - target: {fileID: 1204334858} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - sensorComponent: {fileID: 0} - attachedBone: 0 - chest: - name: - boneId: 5 - target: - length: 0.35218483 - transform: {fileID: 37474269} - baseRotation: {x: 0.13881722, y: 2.1644775e-18, z: -1.4549508e-17, w: 0.9903181} - basePosition: {x: -8.271806e-25, y: 0.09838284, z: -0.0000000055879354} - toBoneRotation: {x: -0.17342697, y: 0.000005273313, z: 0.000000928603, w: 0.9848468} - bone: - transform: {fileID: 593641258} - length: 0.35208157 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0.008147955, y: -0.00000014661637, z: 0.00000033546456, w: 0.9999668} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.17342697, y: -0.000005273313, z: -0.000000928603, w: 0.9848468} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - spine: - name: - boneId: 2 - target: - length: 0.098382816 - transform: {fileID: 125841078} - baseRotation: {x: -0.14465712, y: -2.0786064e-18, z: 1.4562027e-17, w: 0.98948187} - basePosition: {x: 0, y: 0.099871434, z: 0.0000000038999133} - toBoneRotation: {x: -0.000000052027286, y: 0.000004799738, z: -6.2940083e-13, - w: 1} - bone: - transform: {fileID: 1373847877} - length: 0.09838287 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: -0.1292858, y: -0.00000039832045, z: 0.0000015340026, w: 0.9916074} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.000000052027286, y: -0.000004799738, z: 6.2940083e-13, - w: 1} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - hips: - name: - boneId: 1 - target: - length: 0.09987153 - transform: {fileID: 1950240826} - baseRotation: {x: 0.0016913532, y: 0, z: 0, w: 0.99999857} - basePosition: {x: 2.7755599e-18, y: 0.96801895, z: -0.07455683} - toBoneRotation: {x: 0.000000107289324, y: -0.0000001279696, z: -1.15186325e-14, - w: 1} - bone: - transform: {fileID: 1145865274} - length: 0.09987147 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0.019090457, y: -0.0000001341589, z: -0.00000012265755, w: 0.9998178} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.000000107289324, y: 0.0000001279696, z: 1.15186325e-14, - w: 1} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - hipsTarget: {fileID: 1204334858} - bendingFactor: 1 - torsoLength: 0.54715204 - spine2HipsRotation: {x: 0.033412147, y: 0.00000001968642, z: -0.0000005888695, w: 0.9994416} ---- !u!4 &1204334859 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4593667078586288, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1204334857} - m_LocalRotation: {x: 0.025753748, y: -0.00000022839774, z: 0.000005297063, w: 0.99966836} - m_LocalPosition: {x: 0.0000058771466, y: 0.96751183, z: -0.09615481} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 406190702} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1212712622 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1512490858067840, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1212712623} - m_Layer: 0 - m_Name: RightInnerBrow - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1212712623 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4041583133841430, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1212712622} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 12 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1215063127 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1539029072340636, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1215063128} - m_Layer: 0 - m_Name: Default_simple|Finger-1-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1215063128 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4793486596870556, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1215063127} - m_LocalRotation: {x: -0.21905862, y: 0.059565254, z: 0.03296994, w: 0.97333366} - m_LocalPosition: {x: 0.000000110268594, y: 0.03422841, z: -0.000000026077032} - m_LocalScale: {x: 1, y: 1.0000002, z: 1.0000002} - m_Children: [] - m_Father: {fileID: 525761777} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1221579015 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1917365809690136, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1221579016} - - component: {fileID: 1221579017} - m_Layer: 0 - m_Name: LeftHand - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1221579016 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4722921552807510, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1221579015} - m_LocalRotation: {x: -0.0045009204, y: -0.028239679, z: -0.053864088, w: 0.9981388} - m_LocalPosition: {x: -0.26173258, y: 0.00026976145, z: 0.00003089104} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 340557392} - - {fileID: 471748359} - - {fileID: 1657822501} - - {fileID: 1747922798} - - {fileID: 521175002} - m_Father: {fileID: 973783452} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1221579017 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114740464311155844, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1221579015} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 23e499d70b79fff45a764b71bda439a2, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - isLeft: 1 - side: 1 - outward: {x: -1, y: 0, z: 0} - up: {x: 0, y: 0, z: 0} - fingers: - handTarget: {fileID: 1221579017} - thumb: - proximal: - name: - boneId: 13 - target: - length: 0.043193102 - transform: {fileID: 521175002} - baseRotation: {x: 0.06460173, y: 0.1507685, z: 0.38851622, w: 0.90672517} - basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} - toBoneRotation: {x: 0.3649927, y: -0.36499238, z: -0.60562396, w: -0.6056246} - bone: - transform: {fileID: 223194048} - length: 0.043193236 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.3649927, y: 0.36499238, z: 0.60562396, w: -0.6056246} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 14 - target: - length: 0.034228522 - transform: {fileID: 51262350} - baseRotation: {x: -0.008995957, y: 0.024623606, z: -0.34303775, w: 0.9389557} - basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} - toBoneRotation: {x: -0.022813171, y: 0.022813516, z: -0.7067398, w: -0.70673805} - bone: - transform: {fileID: 525761777} - length: 0.03422838 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.022813171, y: -0.022813516, z: 0.7067398, w: -0.70673805} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 15 - target: - length: 0 - transform: {fileID: 1709674116} - baseRotation: {x: 0.0000009372024, y: -0.000000011472468, z: 0.00000024232656, - w: 1.0000001} - basePosition: {x: -0.03422827, y: -0.0000000088475645, z: -0.000000015367164} - toBoneRotation: {x: 0.18216416, y: 0.14203368, z: -0.70586044, w: -0.6696306} - bone: - transform: {fileID: 1215063128} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.18216416, y: -0.14203368, z: 0.70586044, w: -0.6696306} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - index: - proximal: - name: - boneId: 17 - target: - length: 0.031812016 - transform: {fileID: 420954056} - baseRotation: {x: -0.005704717, y: -0.05031956, z: 0.1125036, w: 0.99236} - basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} - toBoneRotation: {x: 0.5198475, y: -0.51984465, z: -0.47933367, w: -0.47933257} - bone: - transform: {fileID: 1932997794} - length: 0.03181188 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5198475, y: 0.51984465, z: 0.47933367, w: -0.47933257} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 18 - target: - length: 0.020972632 - transform: {fileID: 1158084140} - baseRotation: {x: 0.00007048661, y: -0.0021373674, z: -0.032956056, w: 0.9994545} - basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} - toBoneRotation: {x: 0.5028167, y: -0.50281554, z: -0.49716872, w: -0.49716774} - bone: - transform: {fileID: 1987895546} - length: 0.02097256 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5028167, y: 0.50281554, z: 0.49716872, w: -0.49716774} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 19 - target: - length: 0 - transform: {fileID: 730790436} - baseRotation: {x: 0.00000013120717, y: -0.0000006680489, z: 0.00000006743712, - w: 1.0000002} - basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} - toBoneRotation: {x: 0.50461894, y: -0.49842024, z: -0.49217895, w: -0.5046758} - bone: - transform: {fileID: 1497208565} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.50461894, y: 0.49842024, z: 0.49217895, w: -0.5046758} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - middle: - proximal: - name: - boneId: 21 - target: - length: 0.039195377 - transform: {fileID: 770301076} - baseRotation: {x: -0.0040393574, y: -0.10930046, z: 0.036709696, w: 0.99332243} - basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} - toBoneRotation: {x: 0.47971505, y: -0.4797154, z: -0.5194937, w: -0.51949334} - bone: - transform: {fileID: 1361747092} - length: 0.039195437 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.47971505, y: 0.4797154, z: 0.5194937, w: -0.51949334} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 22 - target: - length: 0.027933858 - transform: {fileID: 786654481} - baseRotation: {x: 0.0021575256, y: 0.021871068, z: 0.09814715, w: 0.99492925} - basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} - toBoneRotation: {x: 0.5270918, y: -0.5270903, z: -0.47135487, w: -0.47135463} - bone: - transform: {fileID: 355945258} - length: 0.027933799 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5270918, y: 0.5270903, z: 0.47135487, w: -0.47135463} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 23 - target: - length: 0 - transform: {fileID: 1059480031} - baseRotation: {x: 0.00000081928647, y: 0.00000076180424, z: -0.00000032705384, - w: 1.0000002} - basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} - toBoneRotation: {x: 0.5419978, y: -0.5223532, z: -0.46527234, w: -0.4657335} - bone: - transform: {fileID: 1486675371} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5419978, y: 0.5223532, z: 0.46527234, w: -0.4657335} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - ring: - proximal: - name: - boneId: 25 - target: - length: 0.03474858 - transform: {fileID: 1685568944} - baseRotation: {x: -0.004957695, y: -0.096462786, z: 0.051087134, w: 0.9940123} - basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} - toBoneRotation: {x: 0.48684043, y: -0.48684314, z: -0.51281995, w: -0.51282245} - bone: - transform: {fileID: 545104748} - length: 0.03474864 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.48684043, y: 0.48684314, z: 0.51281995, w: -0.51282245} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 26 - target: - length: 0.021959055 - transform: {fileID: 1637020787} - baseRotation: {x: -0.00028258574, y: -0.013883807, z: 0.020347679, w: 0.99969655} - basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} - toBoneRotation: {x: 0.49715927, y: -0.4971589, z: -0.5028259, w: -0.50282466} - bone: - transform: {fileID: 1747910267} - length: 0.021958875 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.49715927, y: 0.4971589, z: 0.5028259, w: -0.50282466} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 27 - target: - length: 0 - transform: {fileID: 2111873697} - baseRotation: {x: -0.00000022351075, y: -0.00000003935086, z: -0.00000019687393, - w: 1.0000004} - basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} - toBoneRotation: {x: 0.51810735, y: -0.49743596, z: -0.504588, w: -0.47907576} - bone: - transform: {fileID: 1112910626} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.51810735, y: 0.49743596, z: 0.504588, w: -0.47907576} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - little: - proximal: - name: - boneId: 29 - target: - length: 0.029196713 - transform: {fileID: 297895104} - baseRotation: {x: -0.017656386, y: -0.115309015, z: 0.15032484, w: 0.98173034} - basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} - toBoneRotation: {x: 0.5327495, y: -0.532751, z: -0.46494758, w: -0.4649502} - bone: - transform: {fileID: 1166127968} - length: 0.029196618 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5327495, y: 0.532751, z: 0.46494758, w: -0.4649502} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 30 - target: - length: 0.013552731 - transform: {fileID: 1488833274} - baseRotation: {x: -0.0013939913, y: 0.006939907, z: -0.19692636, w: 0.98039275} - basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} - toBoneRotation: {x: 0.43681395, y: -0.4368114, z: -0.55605316, w: -0.5560531} - bone: - transform: {fileID: 628220958} - length: 0.013552837 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.43681395, y: 0.4368114, z: 0.55605316, w: -0.5560531} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 31 - target: - length: 0 - transform: {fileID: 946112941} - baseRotation: {x: 0.0000003260318, y: -0.0000005489782, z: -0.00000060588485, - w: 1.0000001} - basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} - toBoneRotation: {x: 0.48399782, y: -0.4821145, z: -0.6038335, w: -0.41072786} - bone: - transform: {fileID: 158115901} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.48399782, y: 0.4821145, z: 0.6038335, w: -0.41072786} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - allFingers: - - proximal: - name: - boneId: 13 - target: - length: 0.043193102 - transform: {fileID: 521175002} - baseRotation: {x: 0.06460173, y: 0.1507685, z: 0.38851622, w: 0.90672517} - basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} - toBoneRotation: {x: 0.3649927, y: -0.36499238, z: -0.60562396, w: -0.6056246} - bone: - transform: {fileID: 223194048} - length: 0.043193236 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.3649927, y: 0.36499238, z: 0.60562396, w: -0.6056246} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 14 - target: - length: 0.034228522 - transform: {fileID: 51262350} - baseRotation: {x: -0.008995957, y: 0.024623606, z: -0.34303775, w: 0.9389557} - basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} - toBoneRotation: {x: -0.022813171, y: 0.022813516, z: -0.7067398, w: -0.70673805} - bone: - transform: {fileID: 525761777} - length: 0.03422838 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.022813171, y: -0.022813516, z: 0.7067398, w: -0.70673805} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 15 - target: - length: 0 - transform: {fileID: 1709674116} - baseRotation: {x: 0.0000009372024, y: -0.000000011472468, z: 0.00000024232656, - w: 1.0000001} - basePosition: {x: -0.03422827, y: -0.0000000088475645, z: -0.000000015367164} - toBoneRotation: {x: 0.18216416, y: 0.14203368, z: -0.70586044, w: -0.6696306} - bone: - transform: {fileID: 1215063128} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.18216416, y: -0.14203368, z: 0.70586044, w: -0.6696306} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 17 - target: - length: 0.031812016 - transform: {fileID: 420954056} - baseRotation: {x: -0.005704717, y: -0.05031956, z: 0.1125036, w: 0.99236} - basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} - toBoneRotation: {x: 0.5198475, y: -0.51984465, z: -0.47933367, w: -0.47933257} - bone: - transform: {fileID: 1932997794} - length: 0.03181188 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5198475, y: 0.51984465, z: 0.47933367, w: -0.47933257} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 18 - target: - length: 0.020972632 - transform: {fileID: 1158084140} - baseRotation: {x: 0.00007048661, y: -0.0021373674, z: -0.032956056, w: 0.9994545} - basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} - toBoneRotation: {x: 0.5028167, y: -0.50281554, z: -0.49716872, w: -0.49716774} - bone: - transform: {fileID: 1987895546} - length: 0.02097256 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5028167, y: 0.50281554, z: 0.49716872, w: -0.49716774} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 19 - target: - length: 0 - transform: {fileID: 730790436} - baseRotation: {x: 0.00000013120717, y: -0.0000006680489, z: 0.00000006743712, - w: 1.0000002} - basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} - toBoneRotation: {x: 0.50461894, y: -0.49842024, z: -0.49217895, w: -0.5046758} - bone: - transform: {fileID: 1497208565} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.50461894, y: 0.49842024, z: 0.49217895, w: -0.5046758} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 21 - target: - length: 0.039195377 - transform: {fileID: 770301076} - baseRotation: {x: -0.0040393574, y: -0.10930046, z: 0.036709696, w: 0.99332243} - basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} - toBoneRotation: {x: 0.47971505, y: -0.4797154, z: -0.5194937, w: -0.51949334} - bone: - transform: {fileID: 1361747092} - length: 0.039195437 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.47971505, y: 0.4797154, z: 0.5194937, w: -0.51949334} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 22 - target: - length: 0.027933858 - transform: {fileID: 786654481} - baseRotation: {x: 0.0021575256, y: 0.021871068, z: 0.09814715, w: 0.99492925} - basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} - toBoneRotation: {x: 0.5270918, y: -0.5270903, z: -0.47135487, w: -0.47135463} - bone: - transform: {fileID: 355945258} - length: 0.027933799 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5270918, y: 0.5270903, z: 0.47135487, w: -0.47135463} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 23 - target: - length: 0 - transform: {fileID: 1059480031} - baseRotation: {x: 0.00000081928647, y: 0.00000076180424, z: -0.00000032705384, - w: 1.0000002} - basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} - toBoneRotation: {x: 0.5419978, y: -0.5223532, z: -0.46527234, w: -0.4657335} - bone: - transform: {fileID: 1486675371} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5419978, y: 0.5223532, z: 0.46527234, w: -0.4657335} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 25 - target: - length: 0.03474858 - transform: {fileID: 1685568944} - baseRotation: {x: -0.004957695, y: -0.096462786, z: 0.051087134, w: 0.9940123} - basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} - toBoneRotation: {x: 0.48684043, y: -0.48684314, z: -0.51281995, w: -0.51282245} - bone: - transform: {fileID: 545104748} - length: 0.03474864 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.48684043, y: 0.48684314, z: 0.51281995, w: -0.51282245} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 26 - target: - length: 0.021959055 - transform: {fileID: 1637020787} - baseRotation: {x: -0.00028258574, y: -0.013883807, z: 0.020347679, w: 0.99969655} - basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} - toBoneRotation: {x: 0.49715927, y: -0.4971589, z: -0.5028259, w: -0.50282466} - bone: - transform: {fileID: 1747910267} - length: 0.021958875 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.49715927, y: 0.4971589, z: 0.5028259, w: -0.50282466} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 27 - target: - length: 0 - transform: {fileID: 2111873697} - baseRotation: {x: -0.00000022351075, y: -0.00000003935086, z: -0.00000019687393, - w: 1.0000004} - basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} - toBoneRotation: {x: 0.51810735, y: -0.49743596, z: -0.504588, w: -0.47907576} - bone: - transform: {fileID: 1112910626} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.51810735, y: 0.49743596, z: 0.504588, w: -0.47907576} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 29 - target: - length: 0.029196713 - transform: {fileID: 297895104} - baseRotation: {x: -0.017656386, y: -0.115309015, z: 0.15032484, w: 0.98173034} - basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} - toBoneRotation: {x: 0.5327495, y: -0.532751, z: -0.46494758, w: -0.4649502} - bone: - transform: {fileID: 1166127968} - length: 0.029196618 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5327495, y: 0.532751, z: 0.46494758, w: -0.4649502} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 30 - target: - length: 0.013552731 - transform: {fileID: 1488833274} - baseRotation: {x: -0.0013939913, y: 0.006939907, z: -0.19692636, w: 0.98039275} - basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} - toBoneRotation: {x: 0.43681395, y: -0.4368114, z: -0.55605316, w: -0.5560531} - bone: - transform: {fileID: 628220958} - length: 0.013552837 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.43681395, y: 0.4368114, z: 0.55605316, w: -0.5560531} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 31 - target: - length: 0 - transform: {fileID: 946112941} - baseRotation: {x: 0.0000003260318, y: -0.0000005489782, z: -0.00000060588485, - w: 1.0000001} - basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} - toBoneRotation: {x: 0.48399782, y: -0.4821145, z: -0.6038335, w: -0.41072786} - bone: - transform: {fileID: 158115901} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.48399782, y: 0.4821145, z: 0.6038335, w: -0.41072786} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - rotationSpeedLimitation: 0 - unity: {fileID: 0} - armAnimator: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - armSwing: 0 - unityXR: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - controller: {fileID: 0} - leap: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - custom: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - sensorComponent: {fileID: 0} - attachedBone: 0 - stretchlessTarget: {fileID: 0} - shoulder: - name: - boneId: 8 - target: - length: 0.17596246 - transform: {fileID: 1829405468} - baseRotation: {x: -0.0043154173, y: -0.16464704, z: 0.049991153, w: 0.9850756} - basePosition: {x: -0.0195459, y: 0.28317055, z: 0.052202977} - toBoneRotation: {x: 0.5123313, y: -0.5123308, z: -0.48735732, w: -0.48735708} - bone: - transform: {fileID: 867783065} - length: 0.17596602 - jointLimitations: 0 - maxAngle: 30 - minAngles: {x: 0, y: 0, z: -45} - maxAngles: {x: 0, y: 45, z: 0} - baseRotation: {x: -0.015878104, y: -0.16521747, z: 0.048054643, w: 0.9849578} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5123313, y: 0.5123308, z: 0.48735732, w: -0.48735708} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - upperArm: - name: - boneId: 9 - target: - length: 0.20965336 - transform: {fileID: 440608795} - baseRotation: {x: -0.05543213, y: 0.09408962, z: -0.018999647, w: 0.9938379} - basePosition: {x: -0.17596605, y: 0.000000013154931, z: -0.0000000144355} - toBoneRotation: {x: 0.47953996, y: -0.47953978, z: -0.5196552, w: -0.51965535} - bone: - transform: {fileID: 563861055} - length: 0.20965339 - jointLimitations: 0 - maxAngle: 120 - minAngles: {x: -180, y: -45, z: -180} - maxAngles: {x: 60, y: 130, z: 45} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.47953996, y: 0.47953978, z: 0.5196552, w: -0.51965535} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - forearm: - name: - boneId: 10 - target: - length: 0.26175377 - transform: {fileID: 973783452} - baseRotation: {x: -0.0000000060664687, y: 0.17829445, z: 0.000000030004518, - w: 0.98397744} - basePosition: {x: -0.20965345, y: -0.00000002561137, z: 0.000000029220246} - toBoneRotation: {x: 0.4678087, y: -0.46781132, z: -0.5302383, w: -0.5302409} - bone: - transform: {fileID: 1773322662} - length: 0.26173523 - jointLimitations: 0 - maxAngle: 130 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 150, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4678087, y: 0.46781132, z: 0.5302383, w: -0.5302409} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - hand: - name: - boneId: 12 - target: - length: 0 - transform: {fileID: 1221579016} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0.45636642, y: -0.45636693, z: -0.5401195, w: -0.5401205} - bone: - transform: {fileID: 1770890408} - length: 0.02 - jointLimitations: 0 - maxAngle: 100 - minAngles: {x: -180, y: -50, z: -70} - maxAngles: {x: 90, y: 20, z: 90} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.45636642, y: 0.45636693, z: 0.5401195, w: -0.5401205} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - poseMethod: 0 - physics: 1 - physicsMode: 2 - strength: 100 - grabbingTechnique: 0 - touchInteraction: 1 - poseMixer: - mixedPoses: [] - poseMode: 0 - grabSocket: {fileID: 0} - pinchSocket: {fileID: 0} - grabbedPrefab: {fileID: 0} - grabbedObject: {fileID: 0} - grabbedHandle: {fileID: 0} - targetToHandle: {x: 0, y: 0, z: 0} - grabbedRigidbody: 0 - grabbedKinematicRigidbody: 0 - colliders: [] - twoHandedGrab: 0 - targetToSecondaryHandle: {x: 0, y: 0, z: 0} - poseEvent: - id: 0 - label: - tooltip: - eventTypeLabels: [] - fromEventLabel: - events: [] - touchEvent: - id: 0 - label: - tooltip: - eventTypeLabels: [] - fromEventLabel: - events: [] - grabEvent: - id: 0 - label: - tooltip: - eventTypeLabels: [] - fromEventLabel: - events: [] - handPalm: {fileID: 601169473} - handRigidbody: {fileID: 0} - handPhysics: {fileID: 0} - grabbedChanged: 0 - directFingerMovements: 1 ---- !u!1 &1240706936 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1240706937} - - component: {fileID: 1240706940} - - component: {fileID: 1240706939} - - component: {fileID: 1240706938} - m_Layer: 0 - m_Name: Canvas - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1240706937 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1240706936} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.001, y: 0.001, z: 0.001} - m_Children: - - {fileID: 1554194463} - m_Father: {fileID: 80469599} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0.1, y: 0.1} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1240706938 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1240706936} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} - m_Name: - m_EditorClassIdentifier: - m_IgnoreReversedGraphics: 1 - m_BlockingObjects: 0 - m_BlockingMask: - serializedVersion: 2 - m_Bits: 4294967295 ---- !u!114 &1240706939 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1240706936} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} - m_Name: - m_EditorClassIdentifier: - m_UiScaleMode: 0 - m_ReferencePixelsPerUnit: 100 - m_ScaleFactor: 1 - m_ReferenceResolution: {x: 800, y: 600} - m_ScreenMatchMode: 0 - m_MatchWidthOrHeight: 0 - m_PhysicalUnit: 3 - m_FallbackScreenDPI: 96 - m_DefaultSpriteDPI: 96 - m_DynamicPixelsPerUnit: 1 ---- !u!223 &1240706940 -Canvas: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1240706936} - m_Enabled: 1 - serializedVersion: 3 - m_RenderMode: 2 - m_Camera: {fileID: 0} - m_PlaneDistance: 100 - m_PixelPerfect: 0 - m_ReceivesEvents: 1 - m_OverrideSorting: 0 - m_OverridePixelPerfect: 0 - m_SortingBucketNormalizedSize: 0 - m_AdditionalShaderChannelsFlag: 0 - m_SortingLayerID: 0 - m_SortingOrder: 0 - m_TargetDisplay: 0 ---- !u!1 &1246670574 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1402875662777858, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1246670575} - m_Layer: 0 - m_Name: Default_simple|Finger-2-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1246670575 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4203709300162504, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1246670574} - m_LocalRotation: {x: -0.1297249, y: -0.16705072, z: 0.18461229, w: 0.95978314} - m_LocalPosition: {x: -0.0000000059604646, y: 0.0782364, z: -0.000000054761767} - m_LocalScale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} - m_Children: - - {fileID: 1021468299} - m_Father: {fileID: 471235230} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1253194903 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1151225926221510, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1253194904} - m_Layer: 0 - m_Name: Default_simple|Neck - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1253194904 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4347886489370074, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1253194903} - m_LocalRotation: {x: -0.055619575, y: -0.0016423445, z: -0.0013291942, w: 0.9984498} - m_LocalPosition: {x: -6.252776e-12, y: 0.23304586, z: 0.00000017881399} - m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 1.0000001} - m_Children: - - {fileID: 881969594} - m_Father: {fileID: 2015088587} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1258143642 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1495923108181230, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1258143643} - m_Layer: 0 - m_Name: LowerLipLeft - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1258143643 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4143901247004274, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1258143642} - 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: 1944819514} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1260927024 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1606240439578078, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1260927025} - m_Layer: 0 - m_Name: RightUpperArm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1260927025 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4366140037610812, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1260927024} - m_LocalRotation: {x: -0.014625628, y: -0.09696727, z: 0.023564532, w: 0.99490106} - m_LocalPosition: {x: 0.1759662, y: 0.0000000691507, z: -0.00000022933818} - m_LocalScale: {x: 1, y: 0.99999994, z: 1} - m_Children: - - {fileID: 154061979} - m_Father: {fileID: 1014718093} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1263297305 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1037128031434206, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1263297306} - m_Layer: 0 - m_Name: Default_simple|Foot_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1263297306 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4832482620891188, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1263297305} - m_LocalRotation: {x: 0.5476989, y: 0.096656024, z: -0.047973737, w: -0.82968795} - m_LocalPosition: {x: -0.00000001722947, y: 0.3891, z: -0.0000003427268} - m_LocalScale: {x: 0.9999998, y: 0.9999999, z: 1.0000001} - m_Children: - - {fileID: 1006015604} - m_Father: {fileID: 1180138961} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1286430333 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1286430334} - - component: {fileID: 1286430336} - - component: {fileID: 1286430335} - m_Layer: 0 - m_Name: mesh0%root%0% - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1286430334 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1286430333} - 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: 317195185} - m_Father: {fileID: 1748566030} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!23 &1286430335 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1286430333} - m_Enabled: 0 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: eb576b7a3316a4241973def6f1195d31, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 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 ---- !u!33 &1286430336 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1286430333} - m_Mesh: {fileID: 4300000, guid: e93194d0ef615ae4fa03a2e60ecefbc3, type: 3} ---- !u!1 &1292259421 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1424178138028672, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1292259422} - m_Layer: 0 - m_Name: RightHandLittle3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1292259422 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4572116573331730, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1292259421} - m_LocalRotation: {x: 0.00000044668542, y: 0.000000641681, z: -0.0000015258223, w: 1} - m_LocalPosition: {x: 0.013552986, y: 0.0000001937733, z: 0.000000039251162} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1652532185} - m_Father: {fileID: 1983230754} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1298936129 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1902199179204432, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1298936130} - - component: {fileID: 1298936131} - m_Layer: 0 - m_Name: RightHand - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1298936130 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4510637005904788, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1298936129} - m_LocalRotation: {x: -0.00427332, y: 0.028161492, z: 0.053634852, w: 0.9981543} - m_LocalPosition: {x: 0.2616355, y: 0.00028805103, z: -0.00087368116} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 360471315} - - {fileID: 1027385223} - - {fileID: 1939411519} - - {fileID: 672404977} - - {fileID: 2005886047} - m_Father: {fileID: 154061979} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1298936131 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114869624958343802, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1298936129} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 23e499d70b79fff45a764b71bda439a2, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - isLeft: 0 - side: 2 - outward: {x: 1, y: 0, z: 0} - up: {x: 0, y: 0, z: 0} - fingers: - handTarget: {fileID: 1298936131} - thumb: - proximal: - name: - boneId: 41 - target: - length: 0.043193385 - transform: {fileID: 2005886047} - baseRotation: {x: 0.06460349, y: -0.15076971, z: -0.38852262, w: 0.9067221} - basePosition: {x: 0.038734883, y: -0.0075387657, z: 0.017603258} - toBoneRotation: {x: 0.36499402, y: 0.36499575, z: 0.6056214, w: -0.605624} - bone: - transform: {fileID: 914649283} - length: 0.043193344 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.36499402, y: -0.36499575, z: -0.6056214, w: -0.605624} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 42 - target: - length: 0.03422835 - transform: {fileID: 1140573600} - baseRotation: {x: -0.008989782, y: -0.024606204, z: 0.3430428, w: 0.93895435} - basePosition: {x: 0.043193325, y: 0.00000008940697, z: -0.000000073807314} - toBoneRotation: {x: -0.022803916, y: -0.022804664, z: 0.7067399, w: -0.70673835} - bone: - transform: {fileID: 57537403} - length: 0.03422839 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.022803916, y: 0.022804664, z: -0.7067399, w: -0.70673835} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 43 - target: - length: 0 - transform: {fileID: 941672522} - baseRotation: {x: 0.00000078256153, y: -0.00000023714787, z: 0.0000002486774, - w: 1.0000008} - basePosition: {x: 0.034228537, y: 0.000000026542693, z: -0.0000000024128894} - toBoneRotation: {x: 0.18216805, y: -0.14201938, z: 0.7058624, w: -0.66962963} - bone: - transform: {fileID: 1733278556} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.18216805, y: 0.14201938, z: -0.7058624, w: -0.66962963} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - index: - proximal: - name: - boneId: 45 - target: - length: 0.03181207 - transform: {fileID: 139022767} - baseRotation: {x: -0.005704874, y: 0.05032363, z: -0.112497725, w: 0.9923604} - basePosition: {x: 0.110632144, y: -0.0052804975, z: 0.02043517} - toBoneRotation: {x: 0.5198464, y: 0.51984596, z: 0.47933453, w: -0.47933146} - bone: - transform: {fileID: 1246670575} - length: 0.031812012 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5198464, y: -0.51984596, z: -0.47933453, w: -0.47933146} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 46 - target: - length: 0.020972446 - transform: {fileID: 1981174277} - baseRotation: {x: 0.00007039203, y: 0.0021354351, z: 0.032949883, w: 0.99945474} - basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} - toBoneRotation: {x: 0.5028158, y: 0.5028137, z: 0.49716893, w: -0.49717033} - bone: - transform: {fileID: 1021468299} - length: 0.02097251 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5028158, y: -0.5028137, z: -0.49716893, w: -0.49717033} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 47 - target: - length: 0 - transform: {fileID: 776913117} - baseRotation: {x: 0.00000013686027, y: -0.00000042133158, z: -0.00000004568069, - w: 1.0000008} - basePosition: {x: 0.020972585, y: -0.000000032916205, z: -0.000000032471178} - toBoneRotation: {x: 0.5046189, y: 0.49841765, z: 0.49218628, w: -0.504671} - bone: - transform: {fileID: 199358675} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5046189, y: -0.49841765, z: -0.49218628, w: -0.504671} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - middle: - proximal: - name: - boneId: 49 - target: - length: 0.039195374 - transform: {fileID: 1121825124} - baseRotation: {x: -0.004038654, y: 0.109302215, z: -0.03670268, w: 0.9933225} - basePosition: {x: 0.10902338, y: 0.000000016356353, z: 0.000000021129381} - toBoneRotation: {x: 0.4797118, y: 0.47971097, z: 0.5194972, w: -0.5194968} - bone: - transform: {fileID: 1391756758} - length: 0.039195307 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4797118, y: -0.47971097, z: -0.5194972, w: -0.5194968} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 50 - target: - length: 0.027933823 - transform: {fileID: 1064009028} - baseRotation: {x: 0.0021584118, y: -0.021876236, z: -0.09816408, w: 0.99492747} - basePosition: {x: 0.03919523, y: -0.000000031359377, z: 0.00000006877235} - toBoneRotation: {x: 0.52708656, y: 0.5270903, z: 0.47135615, w: -0.47135875} - bone: - transform: {fileID: 2120821688} - length: 0.027933905 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.52708656, y: -0.5270903, z: -0.47135615, w: -0.47135875} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 51 - target: - length: 0 - transform: {fileID: 936920542} - baseRotation: {x: 0.00000005841917, y: 0.00000025574087, z: 0.00000082736585, - w: 1.0000007} - basePosition: {x: 0.027934084, y: 0.000000013693352, z: -0.000000039028237} - toBoneRotation: {x: 0.54199123, y: 0.52235746, z: 0.4652679, w: -0.46574068} - bone: - transform: {fileID: 590240249} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.54199123, y: -0.52235746, z: -0.4652679, w: -0.46574068} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - ring: - proximal: - name: - boneId: 53 - target: - length: 0.034748513 - transform: {fileID: 1488478011} - baseRotation: {x: -0.0049577025, y: 0.09645838, z: -0.051089548, w: 0.9940126} - basePosition: {x: 0.104699, y: -0.003332672, z: -0.023172297} - toBoneRotation: {x: 0.48684233, y: 0.48684394, z: 0.51281786, w: -0.5128214} - bone: - transform: {fileID: 1073499351} - length: 0.03474864 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.48684233, y: -0.48684394, z: -0.51281786, w: -0.5128214} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 54 - target: - length: 0.02195891 - transform: {fileID: 1901710610} - baseRotation: {x: -0.00028255038, y: 0.013891375, z: -0.020333981, w: 0.99969673} - basePosition: {x: 0.034748368, y: 0.000000041924068, z: 0.000000030224328} - toBoneRotation: {x: 0.4971573, y: 0.49715728, z: 0.5028305, w: -0.5028235} - bone: - transform: {fileID: 631683057} - length: 0.021958852 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4971573, y: -0.49715728, z: -0.5028305, w: -0.5028235} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 55 - target: - length: 0 - transform: {fileID: 2105080693} - baseRotation: {x: 0.000000049831026, y: 0.00000033627802, z: 0.00000016529386, - w: 1.0000008} - basePosition: {x: 0.021958932, y: 0.0000000028240947, z: 0.000000039618854} - toBoneRotation: {x: 0.51810986, y: 0.4974276, z: 0.504595, w: -0.47907436} - bone: - transform: {fileID: 288472910} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.51810986, y: -0.4974276, z: -0.504595, w: -0.47907436} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - little: - proximal: - name: - boneId: 57 - target: - length: 0.02919673 - transform: {fileID: 583180646} - baseRotation: {x: -0.017656688, y: 0.11531694, z: -0.1503171, w: 0.98173064} - basePosition: {x: 0.10166885, y: -0.0052805184, z: -0.044119984} - toBoneRotation: {x: 0.5327484, y: 0.5327496, z: 0.46495032, w: -0.46495032} - bone: - transform: {fileID: 1962788798} - length: 0.029196557 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5327484, y: -0.5327496, z: -0.46495032, w: -0.46495032} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 58 - target: - length: 0.013552978 - transform: {fileID: 1983230754} - baseRotation: {x: -0.0013953411, y: -0.00694669, z: 0.19692646, w: 0.9803927} - basePosition: {x: 0.029196555, y: 0.000000012863893, z: 0.000000026033376} - toBoneRotation: {x: 0.4368124, y: 0.43680936, z: 0.5560542, w: -0.55605483} - bone: - transform: {fileID: 1642768675} - length: 0.013552919 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4368124, y: -0.43680936, z: -0.5560542, w: -0.55605483} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 59 - target: - length: 0 - transform: {fileID: 1292259422} - baseRotation: {x: 0.00000040056008, y: 0.00000002446107, z: 0.00000020619437, - w: 1.0000008} - basePosition: {x: 0.013552904, y: 0.000000022497261, z: 0.00000001279245} - toBoneRotation: {x: 0.4840041, y: 0.48210353, z: 0.6038362, w: -0.41072935} - bone: - transform: {fileID: 225476054} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4840041, y: -0.48210353, z: -0.6038362, w: -0.41072935} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - allFingers: - - proximal: - name: - boneId: 41 - target: - length: 0.043193385 - transform: {fileID: 2005886047} - baseRotation: {x: 0.06460349, y: -0.15076971, z: -0.38852262, w: 0.9067221} - basePosition: {x: 0.038734883, y: -0.0075387657, z: 0.017603258} - toBoneRotation: {x: 0.36499402, y: 0.36499575, z: 0.6056214, w: -0.605624} - bone: - transform: {fileID: 914649283} - length: 0.043193344 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.36499402, y: -0.36499575, z: -0.6056214, w: -0.605624} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 42 - target: - length: 0.03422835 - transform: {fileID: 1140573600} - baseRotation: {x: -0.008989782, y: -0.024606204, z: 0.3430428, w: 0.93895435} - basePosition: {x: 0.043193325, y: 0.00000008940697, z: -0.000000073807314} - toBoneRotation: {x: -0.022803916, y: -0.022804664, z: 0.7067399, w: -0.70673835} - bone: - transform: {fileID: 57537403} - length: 0.03422839 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.022803916, y: 0.022804664, z: -0.7067399, w: -0.70673835} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 43 - target: - length: 0 - transform: {fileID: 941672522} - baseRotation: {x: 0.00000078256153, y: -0.00000023714787, z: 0.0000002486774, - w: 1.0000008} - basePosition: {x: 0.034228537, y: 0.000000026542693, z: -0.0000000024128894} - toBoneRotation: {x: 0.18216805, y: -0.14201938, z: 0.7058624, w: -0.66962963} - bone: - transform: {fileID: 1733278556} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.18216805, y: 0.14201938, z: -0.7058624, w: -0.66962963} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 45 - target: - length: 0.03181207 - transform: {fileID: 139022767} - baseRotation: {x: -0.005704874, y: 0.05032363, z: -0.112497725, w: 0.9923604} - basePosition: {x: 0.110632144, y: -0.0052804975, z: 0.02043517} - toBoneRotation: {x: 0.5198464, y: 0.51984596, z: 0.47933453, w: -0.47933146} - bone: - transform: {fileID: 1246670575} - length: 0.031812012 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5198464, y: -0.51984596, z: -0.47933453, w: -0.47933146} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 46 - target: - length: 0.020972446 - transform: {fileID: 1981174277} - baseRotation: {x: 0.00007039203, y: 0.0021354351, z: 0.032949883, w: 0.99945474} - basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} - toBoneRotation: {x: 0.5028158, y: 0.5028137, z: 0.49716893, w: -0.49717033} - bone: - transform: {fileID: 1021468299} - length: 0.02097251 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5028158, y: -0.5028137, z: -0.49716893, w: -0.49717033} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 47 - target: - length: 0 - transform: {fileID: 776913117} - baseRotation: {x: 0.00000013686027, y: -0.00000042133158, z: -0.00000004568069, - w: 1.0000008} - basePosition: {x: 0.020972585, y: -0.000000032916205, z: -0.000000032471178} - toBoneRotation: {x: 0.5046189, y: 0.49841765, z: 0.49218628, w: -0.504671} - bone: - transform: {fileID: 199358675} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5046189, y: -0.49841765, z: -0.49218628, w: -0.504671} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 49 - target: - length: 0.039195374 - transform: {fileID: 1121825124} - baseRotation: {x: -0.004038654, y: 0.109302215, z: -0.03670268, w: 0.9933225} - basePosition: {x: 0.10902338, y: 0.000000016356353, z: 0.000000021129381} - toBoneRotation: {x: 0.4797118, y: 0.47971097, z: 0.5194972, w: -0.5194968} - bone: - transform: {fileID: 1391756758} - length: 0.039195307 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4797118, y: -0.47971097, z: -0.5194972, w: -0.5194968} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 50 - target: - length: 0.027933823 - transform: {fileID: 1064009028} - baseRotation: {x: 0.0021584118, y: -0.021876236, z: -0.09816408, w: 0.99492747} - basePosition: {x: 0.03919523, y: -0.000000031359377, z: 0.00000006877235} - toBoneRotation: {x: 0.52708656, y: 0.5270903, z: 0.47135615, w: -0.47135875} - bone: - transform: {fileID: 2120821688} - length: 0.027933905 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.52708656, y: -0.5270903, z: -0.47135615, w: -0.47135875} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 51 - target: - length: 0 - transform: {fileID: 936920542} - baseRotation: {x: 0.00000005841917, y: 0.00000025574087, z: 0.00000082736585, - w: 1.0000007} - basePosition: {x: 0.027934084, y: 0.000000013693352, z: -0.000000039028237} - toBoneRotation: {x: 0.54199123, y: 0.52235746, z: 0.4652679, w: -0.46574068} - bone: - transform: {fileID: 590240249} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.54199123, y: -0.52235746, z: -0.4652679, w: -0.46574068} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 53 - target: - length: 0.034748513 - transform: {fileID: 1488478011} - baseRotation: {x: -0.0049577025, y: 0.09645838, z: -0.051089548, w: 0.9940126} - basePosition: {x: 0.104699, y: -0.003332672, z: -0.023172297} - toBoneRotation: {x: 0.48684233, y: 0.48684394, z: 0.51281786, w: -0.5128214} - bone: - transform: {fileID: 1073499351} - length: 0.03474864 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.48684233, y: -0.48684394, z: -0.51281786, w: -0.5128214} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 54 - target: - length: 0.02195891 - transform: {fileID: 1901710610} - baseRotation: {x: -0.00028255038, y: 0.013891375, z: -0.020333981, w: 0.99969673} - basePosition: {x: 0.034748368, y: 0.000000041924068, z: 0.000000030224328} - toBoneRotation: {x: 0.4971573, y: 0.49715728, z: 0.5028305, w: -0.5028235} - bone: - transform: {fileID: 631683057} - length: 0.021958852 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4971573, y: -0.49715728, z: -0.5028305, w: -0.5028235} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 55 - target: - length: 0 - transform: {fileID: 2105080693} - baseRotation: {x: 0.000000049831026, y: 0.00000033627802, z: 0.00000016529386, - w: 1.0000008} - basePosition: {x: 0.021958932, y: 0.0000000028240947, z: 0.000000039618854} - toBoneRotation: {x: 0.51810986, y: 0.4974276, z: 0.504595, w: -0.47907436} - bone: - transform: {fileID: 288472910} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.51810986, y: -0.4974276, z: -0.504595, w: -0.47907436} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 57 - target: - length: 0.02919673 - transform: {fileID: 583180646} - baseRotation: {x: -0.017656688, y: 0.11531694, z: -0.1503171, w: 0.98173064} - basePosition: {x: 0.10166885, y: -0.0052805184, z: -0.044119984} - toBoneRotation: {x: 0.5327484, y: 0.5327496, z: 0.46495032, w: -0.46495032} - bone: - transform: {fileID: 1962788798} - length: 0.029196557 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5327484, y: -0.5327496, z: -0.46495032, w: -0.46495032} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 58 - target: - length: 0.013552978 - transform: {fileID: 1983230754} - baseRotation: {x: -0.0013953411, y: -0.00694669, z: 0.19692646, w: 0.9803927} - basePosition: {x: 0.029196555, y: 0.000000012863893, z: 0.000000026033376} - toBoneRotation: {x: 0.4368124, y: 0.43680936, z: 0.5560542, w: -0.55605483} - bone: - transform: {fileID: 1642768675} - length: 0.013552919 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4368124, y: -0.43680936, z: -0.5560542, w: -0.55605483} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 59 - target: - length: 0 - transform: {fileID: 1292259422} - baseRotation: {x: 0.00000040056008, y: 0.00000002446107, z: 0.00000020619437, - w: 1.0000008} - basePosition: {x: 0.013552904, y: 0.000000022497261, z: 0.00000001279245} - toBoneRotation: {x: 0.4840041, y: 0.48210353, z: 0.6038362, w: -0.41072935} - bone: - transform: {fileID: 225476054} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4840041, y: -0.48210353, z: -0.6038362, w: -0.41072935} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - rotationSpeedLimitation: 0 - unity: {fileID: 0} - armAnimator: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - armSwing: 0 - unityXR: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - controller: {fileID: 0} - leap: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - custom: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - sensorComponent: {fileID: 0} - attachedBone: 0 - stretchlessTarget: {fileID: 0} - shoulder: - name: - boneId: 36 - target: - length: 0.17596619 - transform: {fileID: 1014718093} - baseRotation: {x: -0.004315328, y: 0.16464703, z: -0.04999076, w: 0.9850756} - basePosition: {x: 0.0195458, y: 0.28317055, z: 0.052202977} - toBoneRotation: {x: 0.5123309, y: 0.5123309, z: 0.48735726, w: -0.48735717} - bone: - transform: {fileID: 334783124} - length: 0.17596614 - jointLimitations: 0 - maxAngle: 30 - minAngles: {x: 0, y: -45, z: 0} - maxAngles: {x: 0, y: 0, z: 45} - baseRotation: {x: -0.01587858, y: 0.16522796, z: -0.048054606, w: 0.98495597} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5123309, y: -0.5123309, z: -0.48735726, w: -0.48735717} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - upperArm: - name: - boneId: 37 - target: - length: 0.20965125 - transform: {fileID: 1260927025} - baseRotation: {x: -0.055432968, y: -0.0940898, z: 0.018999131, w: 0.99383783} - basePosition: {x: 0.17596613, y: -9.313226e-10, z: 0.000000007450581} - toBoneRotation: {x: 0.47953933, y: 0.47953844, z: 0.51965636, w: -0.51965606} - bone: - transform: {fileID: 391583632} - length: 0.20965332 - jointLimitations: 0 - maxAngle: 120 - minAngles: {x: -180, y: -130, z: -45} - maxAngles: {x: 60, y: 45, z: 180} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.47953933, y: -0.47953844, z: -0.51965636, w: -0.51965606} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - forearm: - name: - boneId: 38 - target: - length: 0.26161155 - transform: {fileID: 154061979} - baseRotation: {x: 0.000000034648366, y: -0.17829426, z: -0.0000000033409975, - w: 0.98397756} - basePosition: {x: 0.20965332, y: 0.0000000018626454, z: 0.00000006717164} - toBoneRotation: {x: 0.46780735, y: 0.4678092, z: 0.53024036, w: -0.53024167} - bone: - transform: {fileID: 644259321} - length: 0.2617356 - jointLimitations: 0 - maxAngle: 130 - minAngles: {x: 0, y: -150, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.46780735, y: -0.4678092, z: -0.53024036, w: -0.53024167} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - hand: - name: - boneId: 40 - target: - length: 0 - transform: {fileID: 1298936130} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0.4563663, y: 0.45636657, z: 0.5401196, w: -0.54012066} - bone: - transform: {fileID: 151768279} - length: 0.02 - jointLimitations: 0 - maxAngle: 100 - minAngles: {x: -90, y: -20, z: -70} - maxAngles: {x: 45, y: 50, z: 70} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4563663, y: -0.45636657, z: -0.5401196, w: -0.54012066} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - poseMethod: 0 - physics: 1 - physicsMode: 2 - strength: 100 - grabbingTechnique: 0 - touchInteraction: 1 - poseMixer: - mixedPoses: [] - poseMode: 0 - grabSocket: {fileID: 0} - pinchSocket: {fileID: 0} - grabbedPrefab: {fileID: 0} - grabbedObject: {fileID: 0} - grabbedHandle: {fileID: 0} - targetToHandle: {x: 0, y: 0, z: 0} - grabbedRigidbody: 0 - grabbedKinematicRigidbody: 0 - colliders: [] - twoHandedGrab: 0 - targetToSecondaryHandle: {x: 0, y: 0, z: 0} - poseEvent: - id: 0 - label: - tooltip: - eventTypeLabels: [] - fromEventLabel: - events: [] - touchEvent: - id: 0 - label: - tooltip: - eventTypeLabels: [] - fromEventLabel: - events: [] - grabEvent: - id: 0 - label: - tooltip: - eventTypeLabels: [] - fromEventLabel: - events: [] - handPalm: {fileID: 906833192} - handRigidbody: {fileID: 0} - handPhysics: {fileID: 0} - grabbedChanged: 0 - directFingerMovements: 1 ---- !u!1 &1300815094 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1453992451727138, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1300815095} - m_Layer: 0 - m_Name: UpperLip - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1300815095 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4041430871893800, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1300815094} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 23 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1317170888 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1317170889} - - component: {fileID: 1317170890} - m_Layer: 0 - m_Name: Pinch Socket - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1317170889 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1317170888} - m_LocalRotation: {x: 0.3484481, y: 0.64613867, z: -0.42112288, w: -0.53267664} - m_LocalPosition: {x: 0.03542129, y: 0.09999981, z: -0.02950163} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 1.0000004} - m_Children: [] - m_Father: {fileID: 151768279} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1317170890 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1317170888} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 420729d57aa3e734982a265b400401d5, type: 3} - m_Name: - m_EditorClassIdentifier: - attachedPrefab: {fileID: 0} - attachedTransform: {fileID: 0} - attachedHandle: {fileID: 0} - socketTag: - attachMethod: 0 - destroyOnLoad: 0 - attachEvent: - id: 0 - label: Hold Event - tooltip: 'Call functions using what the socket is holding - - Parameter: the - GameObject held by the socket' - eventTypeLabels: - - Never - - On Attach - - On Release - - While Attached - - While Released - - When Changed - - Always - fromEventLabel: - events: [] ---- !u!1 &1323362934 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1287507837425548, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1323362935} - m_Layer: 0 - m_Name: LowerLip - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1323362935 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4184468074010946, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1323362934} - 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: 1944819514} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1361747091 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1856174669478828, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1361747092} - m_Layer: 0 - m_Name: Default_simple|Finger-3-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1361747092 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4138842791892764, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1361747091} - m_LocalRotation: {x: -0.098844185, y: 0.09397538, z: -0.10678322, w: 0.9848837} - m_LocalPosition: {x: 0.000000017881394, y: 0.073648624, z: -0.000000018626451} - m_LocalScale: {x: 0.9999999, y: 0.99999976, z: 0.9999998} - m_Children: - - {fileID: 355945258} - m_Father: {fileID: 1743939118} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1369708559 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1369708560} - - component: {fileID: 1369708561} - m_Layer: 0 - m_Name: Pinch Socket - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1369708560 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1369708559} - m_LocalRotation: {x: 0.6461398, y: -0.34844747, z: 0.53267676, w: -0.42112154} - m_LocalPosition: {x: -0.03542113, y: 0.10000005, z: -0.02950136} - m_LocalScale: {x: 0.9999999, y: 1.0000005, z: 1.0000005} - m_Children: [] - m_Father: {fileID: 1770890408} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1369708561 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1369708559} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 420729d57aa3e734982a265b400401d5, type: 3} - m_Name: - m_EditorClassIdentifier: - attachedPrefab: {fileID: 0} - attachedTransform: {fileID: 0} - attachedHandle: {fileID: 0} - socketTag: - attachMethod: 0 - destroyOnLoad: 0 - attachEvent: - id: 0 - label: Hold Event - tooltip: 'Call functions using what the socket is holding - - Parameter: the - GameObject held by the socket' - eventTypeLabels: - - Never - - On Attach - - On Release - - While Attached - - While Released - - When Changed - - Always - fromEventLabel: - events: [] ---- !u!1 &1373346225 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1691613618242666, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1373346226} - m_Layer: 0 - m_Name: Default_simple|LoLeg_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1373346226 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4683570673871574, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1373346225} - m_LocalRotation: {x: 0.08344202, y: -0.034901407, z: -0.0051091867, w: 0.9958882} - m_LocalPosition: {x: 0.00000001974404, y: 0.49770975, z: -0.0000000057742002} - m_LocalScale: {x: 1, y: 0.99999976, z: 0.9999999} - m_Children: - - {fileID: 773577279} - m_Father: {fileID: 781094803} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1373847876 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1386661135198430, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1373847877} - m_Layer: 0 - m_Name: Default_simple|Spine1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1373847877 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4223991281525740, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1373847876} - m_LocalRotation: {x: -0.14757691, y: 0.000011331646, z: 0.0000019946926, w: 0.98905057} - m_LocalPosition: {x: -0, y: 0.099871516, z: -0.0000000026077032} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 593641258} - m_Father: {fileID: 1145865274} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1391756757 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1538231959466680, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1391756758} - m_Layer: 0 - m_Name: Default_simple|Finger-3-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1391756758 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4857669091618938, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1391756757} - m_LocalRotation: {x: -0.098841496, y: -0.09396801, z: 0.106784575, w: 0.9848845} - m_LocalPosition: {x: 0.000000011920929, y: 0.0736487, z: -0.00000001564622} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 0.99999994} - m_Children: - - {fileID: 2120821688} - m_Father: {fileID: 1523686378} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1392323300 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1881785487895400, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1392323301} - m_Layer: 0 - m_Name: LipLeft - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1392323301 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4193153697632076, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1392323300} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 25 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1392938716 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1392938717} - - component: {fileID: 1392938719} - - component: {fileID: 1392938718} - m_Layer: 5 - m_Name: Canvas - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1392938717 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1392938716} - m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.001, y: 0.0009999999, z: 0.0009999999} - m_Children: - - {fileID: 1082792474} - m_Father: {fileID: 858408424} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0.2} - m_SizeDelta: {x: 600, y: 60} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1392938718 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1392938716} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} - m_Name: - m_EditorClassIdentifier: - m_UiScaleMode: 0 - m_ReferencePixelsPerUnit: 100 - m_ScaleFactor: 1 - m_ReferenceResolution: {x: 800, y: 600} - m_ScreenMatchMode: 0 - m_MatchWidthOrHeight: 0 - m_PhysicalUnit: 3 - m_FallbackScreenDPI: 96 - m_DefaultSpriteDPI: 96 - m_DynamicPixelsPerUnit: 1 ---- !u!223 &1392938719 -Canvas: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1392938716} - m_Enabled: 1 - serializedVersion: 3 - m_RenderMode: 2 - m_Camera: {fileID: 0} - m_PlaneDistance: 100 - m_PixelPerfect: 0 - m_ReceivesEvents: 1 - m_OverrideSorting: 0 - m_OverridePixelPerfect: 0 - m_SortingBucketNormalizedSize: 0 - m_AdditionalShaderChannelsFlag: 0 - m_SortingLayerID: 0 - m_SortingOrder: 0 - m_TargetDisplay: 0 ---- !u!1 &1434983054 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1434983055} - m_Layer: 0 - m_Name: Real World - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1434983055 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1434983054} - 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: 907926261} - m_Father: {fileID: 406190702} - m_RootOrder: 10 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1438007645 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1438007646} - - component: {fileID: 1438007647} - m_Layer: 0 - m_Name: Grab Socket - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1438007646 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1438007645} - m_LocalRotation: {x: -0.31735063, y: 0.6804077, z: 0.34090462, w: 0.56578964} - m_LocalPosition: {x: -0.0057412195, y: 0.08732422, z: -0.023438573} - m_LocalScale: {x: 0.9999999, y: 1.0000005, z: 1.0000005} - m_Children: [] - m_Father: {fileID: 1770890408} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1438007647 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1438007645} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ae0d21a394a9e4148942cdc58ad330fb, type: 3} - m_Name: - m_EditorClassIdentifier: - attachedPrefab: {fileID: 0} - attachedTransform: {fileID: 0} - attachedHandle: {fileID: 0} - socketTag: - attachMethod: 0 - destroyOnLoad: 0 - attachEvent: - id: 0 - label: Hold Event - tooltip: 'Call functions using what the socket is holding - - Parameter: the - GameObject held by the socket' - eventTypeLabels: - - Never - - On Attach - - On Release - - While Attached - - While Released - - When Changed - - Always - fromEventLabel: - events: [] - handTarget: {fileID: 471449747} ---- !u!1 &1447608205 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1752374058602414, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1447608206} - m_Layer: 0 - m_Name: RightEye - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1447608206 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4395233546404108, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1447608205} - m_LocalRotation: {x: 0.000000029802319, y: -0.00000026581253, z: 0.000000025438336, - w: 1} - m_LocalPosition: {x: 0.028996065, y: 0.03600967, z: 0.105798386} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1456104794 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1463462407490100, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1456104795} - m_Layer: 0 - m_Name: LeftHandRing4_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1456104795 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4574373351221650, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1456104794} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.025170134, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 251685527} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1462013238 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1483982151323864, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1462013239} - m_Layer: 0 - m_Name: RightLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1462013239 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4852305108979124, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1462013238} - m_LocalRotation: {x: 0.08475155, y: -0.00000770809, z: 0.0000051722523, w: 0.9964022} - m_LocalPosition: {x: 0.0000131726265, y: -0.49778748, z: -0.0015492588} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 353654649} - m_Father: {fileID: 37814231} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1470992617 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1406747179684060, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1470992618} - m_Layer: 0 - m_Name: Left_Ear - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1470992618 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4952670461780880, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1470992617} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 13 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1474799497 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1880204358524582, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1474799498} - m_Layer: 0 - m_Name: LeftLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1474799498 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4265836628940780, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1474799497} - m_LocalRotation: {x: 0.09216287, y: -0.000000005122274, z: -0.0000000066283974, - w: 0.99574393} - m_LocalPosition: {x: -0.0000049732625, y: -0.4977672, z: -0.0003783293} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1627358620} - m_Father: {fileID: 1752288249} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1486675370 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1398077792108928, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1486675371} - m_Layer: 0 - m_Name: Default_simple|Finger-3-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1486675371 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4597244093057908, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1486675370} - m_LocalRotation: {x: -0.011610202, y: 0.010935806, z: -0.010889111, w: 0.9998135} - m_LocalPosition: {x: 0.000000026822091, y: 0.027933901, z: -0.0000000014901161} - m_LocalScale: {x: 0.9999998, y: 0.99999994, z: 0.99999994} - m_Children: [] - m_Father: {fileID: 355945258} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1488478010 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1884516867326250, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1488478011} - m_Layer: 0 - m_Name: RightHandRing1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1488478011 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4969306225400416, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1488478010} - m_LocalRotation: {x: -0.0049572843, y: 0.09645897, z: -0.051085025, w: 0.9940128} - m_LocalPosition: {x: 0.05902695, y: -0.010682687, z: -0.021412477} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1901710610} - m_Father: {fileID: 672404977} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1488833273 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1018894504199456, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1488833274} - m_Layer: 0 - m_Name: LeftHandLittle2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1488833274 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4806724498701320, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1488833273} - m_LocalRotation: {x: -0.0013955996, y: 0.0069488864, z: -0.19691405, w: 0.9803952} - m_LocalPosition: {x: -0.029196609, y: -0.000000034400728, z: 4.3655746e-10} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 946112941} - m_Father: {fileID: 297895104} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1497208564 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1493930478182798, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1497208565} - m_Layer: 0 - m_Name: Default_simple|Finger-2-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1497208565 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4599040316230182, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1497208564} - m_LocalRotation: {x: 0.0032039545, y: -0.002555456, z: -0.0093312375, w: 0.99994814} - m_LocalPosition: {x: -0.0000000059604646, y: 0.020972518, z: -0.00000008717179} - m_LocalScale: {x: 1.0000002, y: 1, z: 1.0000001} - m_Children: [] - m_Father: {fileID: 1987895546} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1510566772 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1510566773} - - component: {fileID: 1510566776} - - component: {fileID: 1510566775} - - component: {fileID: 1510566774} - - component: {fileID: 1510566777} - m_Layer: 0 - m_Name: Button - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1510566773 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1510566772} - 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: 355146204} - - {fileID: 1812487319} - m_Father: {fileID: 467295990} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 50, y: 50} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1510566774 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1510566772} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_PressedColor: {r: 1, g: 0.7402892, b: 0, a: 1} - m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Selected - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 1510566775} - m_OnClick: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1799351318} - m_MethodName: SetActive - m_Mode: 6 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 1 - m_CallState: 2 ---- !u!114 &1510566775 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1510566772} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1510566776 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1510566772} - m_CullTransparentMesh: 0 ---- !u!54 &1510566777 -Rigidbody: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1510566772} - serializedVersion: 2 - m_Mass: 1 - m_Drag: 0 - m_AngularDrag: 0.05 - m_UseGravity: 0 - m_IsKinematic: 1 - m_Interpolate: 0 - m_Constraints: 0 - m_CollisionDetection: 0 ---- !u!1 &1523686377 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1304411631426540, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1523686378} - m_Layer: 0 - m_Name: Default_simple|Palm-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1523686378 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4614261073176312, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1523686377} - m_LocalRotation: {x: 0.13238394, y: 0.15014051, z: -0.024215339, w: 0.9794621} - m_LocalPosition: {x: 0.0000000018626451, y: 0.036258247, z: 0.0000000029802323} - m_LocalScale: {x: 1, y: 0.9999998, z: 0.99999994} - m_Children: - - {fileID: 1391756758} - m_Father: {fileID: 406140582} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1526618972 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1132187170922540, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1526618973} - m_Layer: 0 - m_Name: Head_End_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1526618973 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4386706657558378, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1526618972} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.16325943, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1634722030} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1528103496 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1267280373120998, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1528103497} - m_Layer: 0 - m_Name: LeftLowerEyeLid - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1528103497 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4764410936486678, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1528103496} - m_LocalRotation: {x: -0, y: 7.275956e-12, z: -1.4495069e-10, w: 1} - m_LocalPosition: {x: -0.029584117, y: 0.036008626, z: 0.10579825} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1534795860 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1621655342170804, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1534795861} - m_Layer: 0 - m_Name: Spine3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1534795861 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4076222856923868, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1534795860} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -1.52742e-16, y: 0.117230676, z: 0.012485121} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1829405468} - - {fileID: 923874490} - - {fileID: 1014718093} - m_Father: {fileID: 1685322345} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1534874608 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1534874610} - - component: {fileID: 1534874609} - - component: {fileID: 1534874614} - - component: {fileID: 1534874613} - - component: {fileID: 1534874612} - m_Layer: 0 - m_Name: Right Hand Target - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1534874609 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1534874608} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 23e499d70b79fff45a764b71bda439a2, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - isLeft: 0 - side: 2 - outward: {x: 1, y: 0, z: 0} - up: {x: 0, y: 0, z: 0} - fingers: - handTarget: {fileID: 1534874609} - thumb: - proximal: - name: - boneId: 41 - target: - length: 0.043193333 - transform: {fileID: 2005886047} - baseRotation: {x: 0.06460444, y: -0.15077312, z: -0.38851956, w: 0.90672284} - basePosition: {x: 0.038734965, y: -0.0075386385, z: 0.017603125} - toBoneRotation: {x: 0.36499527, y: 0.36499596, z: 0.6056212, w: -0.6056232} - bone: - transform: {fileID: 914649283} - length: 0.04319328 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.36499527, y: -0.36499596, z: -0.6056212, w: -0.6056232} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 42 - target: - length: 0.0342283 - transform: {fileID: 1140573600} - baseRotation: {x: -0.008988019, y: -0.024601994, z: 0.34303546, w: 0.9389572} - basePosition: {x: 0.04319329, y: 0.000000014901161, z: 0.00000012660166} - toBoneRotation: {x: -0.022802055, y: -0.022803584, z: 0.7067384, w: -0.70674} - bone: - transform: {fileID: 57537403} - length: 0.034228407 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.022802055, y: 0.022803584, z: -0.7067384, w: -0.70674} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 43 - target: - length: 0 - transform: {fileID: 941672522} - baseRotation: {x: 0.0000007830487, y: -0.00000025415014, z: 0.00000028580664, - w: 1.0000004} - basePosition: {x: 0.034228407, y: 0.000000110361725, z: 0.00000006051732} - toBoneRotation: {x: 0.18216953, y: -0.14201815, z: 0.70586073, w: -0.669631} - bone: - transform: {fileID: 1733278556} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.18216953, y: 0.14201815, z: -0.70586073, w: -0.669631} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - index: - proximal: - name: - boneId: 45 - target: - length: 0.031811893 - transform: {fileID: 139022767} - baseRotation: {x: -0.0057046018, y: 0.050321117, z: -0.11249768, w: 0.9923606} - basePosition: {x: 0.1106322, y: -0.0052802763, z: 0.020435072} - toBoneRotation: {x: 0.519846, y: 0.519847, z: 0.47933373, w: -0.47933078} - bone: - transform: {fileID: 1246670575} - length: 0.031812012 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.519846, y: -0.519847, z: -0.47933373, w: -0.47933078} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 46 - target: - length: 0.020972498 - transform: {fileID: 1981174277} - baseRotation: {x: 0.000070562535, y: 0.0021400584, z: 0.03295042, w: 0.9994547} - basePosition: {x: 0.031811967, y: -0.000000045227353, z: -0.00000009037649} - toBoneRotation: {x: 0.5028161, y: 0.50281405, z: 0.49716857, w: -0.49716938} - bone: - transform: {fileID: 1021468299} - length: 0.020972447 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5028161, y: -0.50281405, z: -0.49716857, w: -0.49716938} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 47 - target: - length: 0 - transform: {fileID: 776913117} - baseRotation: {x: 0.000000107475984, y: -0.0000005083512, z: 0.000000097387776, - w: 1.0000005} - basePosition: {x: 0.020972673, y: 0.0000000037739483, z: -0.00000014093226} - toBoneRotation: {x: 0.50461894, y: 0.4984184, z: 0.49218646, w: -0.5046697} - bone: - transform: {fileID: 199358675} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.50461894, y: -0.4984184, z: -0.49218646, w: -0.5046697} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - middle: - proximal: - name: - boneId: 49 - target: - length: 0.039195474 - transform: {fileID: 1121825124} - baseRotation: {x: -0.0040388545, y: 0.10930136, z: -0.036704827, w: 0.99332255} - basePosition: {x: 0.10902337, y: -0.00000011037628, z: 0.00000008636562} - toBoneRotation: {x: 0.4797114, y: 0.47971204, z: 0.5194965, w: -0.5194965} - bone: - transform: {fileID: 1391756758} - length: 0.03919535 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4797114, y: -0.47971204, z: -0.5194965, w: -0.5194965} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 50 - target: - length: 0.027933773 - transform: {fileID: 1064009028} - baseRotation: {x: 0.0021580341, y: -0.02187439, z: -0.09815548, w: 0.99492824} - basePosition: {x: 0.03919535, y: 0.00000009224459, z: -0.00000016517879} - toBoneRotation: {x: 0.52708805, y: 0.52708936, z: 0.47135893, w: -0.47135562} - bone: - transform: {fileID: 2120821688} - length: 0.027933897 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.52708805, y: -0.52708936, z: -0.47135893, w: -0.47135562} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 51 - target: - length: 0 - transform: {fileID: 936920542} - baseRotation: {x: 0.0000007747806, y: -0.0000032786554, z: -0.0000010528165, - w: 1.0000004} - basePosition: {x: 0.027933914, y: 0.000000059422746, z: 0.00000014428997} - toBoneRotation: {x: 0.5419921, y: 0.52235675, z: 0.46527025, w: -0.46573803} - bone: - transform: {fileID: 590240249} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5419921, y: -0.52235675, z: -0.46527025, w: -0.46573803} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - ring: - proximal: - name: - boneId: 53 - target: - length: 0.034748547 - transform: {fileID: 1488478011} - baseRotation: {x: -0.004957289, y: 0.09645897, z: -0.05108501, w: 0.99401283} - basePosition: {x: 0.10469904, y: -0.0033326033, z: -0.023172272} - toBoneRotation: {x: 0.48684332, y: 0.4868439, z: 0.51281786, w: -0.5128204} - bone: - transform: {fileID: 1073499351} - length: 0.034748428 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.48684332, y: -0.4868439, z: -0.51281786, w: -0.5128204} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 54 - target: - length: 0.021958843 - transform: {fileID: 1901710610} - baseRotation: {x: -0.00028245986, y: 0.013879377, z: -0.020344637, w: 0.9996966} - basePosition: {x: 0.034748606, y: 0.00000015362457, z: -0.000000026164344} - toBoneRotation: {x: 0.49715877, y: 0.4971562, z: 0.5028283, w: -0.50282454} - bone: - transform: {fileID: 631683057} - length: 0.021958835 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.49715877, y: -0.4971562, z: -0.5028283, w: -0.50282454} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 55 - target: - length: 0 - transform: {fileID: 2105080693} - baseRotation: {x: 0.00000007313953, y: -0.00000012248896, z: 0.00000035957527, - w: 1.0000002} - basePosition: {x: 0.021958914, y: -0.000000008674192, z: 0.000000027093748} - toBoneRotation: {x: 0.51811165, y: 0.4974264, z: 0.5045926, w: -0.47907573} - bone: - transform: {fileID: 288472910} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.51811165, y: -0.4974264, z: -0.5045926, w: -0.47907573} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - little: - proximal: - name: - boneId: 57 - target: - length: 0.029196577 - transform: {fileID: 583180646} - baseRotation: {x: -0.01765703, y: 0.1153142, z: -0.15032353, w: 0.9817299} - basePosition: {x: 0.10166904, y: -0.0052804495, z: -0.0441199} - toBoneRotation: {x: 0.5327477, y: 0.53275114, z: 0.46494833, w: -0.46495065} - bone: - transform: {fileID: 1962788798} - length: 0.029196654 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5327477, y: -0.53275114, z: -0.46494833, w: -0.46495065} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 58 - target: - length: 0.013553013 - transform: {fileID: 1983230754} - baseRotation: {x: -0.001395355, y: -0.0069462294, z: 0.19694012, w: 0.98038983} - basePosition: {x: 0.029196724, y: 0.00000006775372, z: -0.00000011987868} - toBoneRotation: {x: 0.43681493, y: 0.43680716, z: 0.5560549, w: -0.55605346} - bone: - transform: {fileID: 1642768675} - length: 0.013552816 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.43681493, y: -0.43680716, z: -0.5560549, w: -0.55605346} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 59 - target: - length: 0 - transform: {fileID: 1292259422} - baseRotation: {x: 0.00000046300585, y: 0.0000006421535, z: -0.000001511797, - w: 1.0000002} - basePosition: {x: 0.013552909, y: 0.00000018379069, z: 0.00000003797082} - toBoneRotation: {x: 0.4840065, y: 0.4821013, z: 0.6038366, w: -0.41072825} - bone: - transform: {fileID: 225476054} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4840065, y: -0.4821013, z: -0.6038366, w: -0.41072825} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - allFingers: - - proximal: - name: - boneId: 41 - target: - length: 0.043193333 - transform: {fileID: 2005886047} - baseRotation: {x: 0.06460444, y: -0.15077312, z: -0.38851956, w: 0.90672284} - basePosition: {x: 0.038734965, y: -0.0075386385, z: 0.017603125} - toBoneRotation: {x: 0.36499527, y: 0.36499596, z: 0.6056212, w: -0.6056232} - bone: - transform: {fileID: 914649283} - length: 0.04319328 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.36499527, y: -0.36499596, z: -0.6056212, w: -0.6056232} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 42 - target: - length: 0.0342283 - transform: {fileID: 1140573600} - baseRotation: {x: -0.008988019, y: -0.024601994, z: 0.34303546, w: 0.9389572} - basePosition: {x: 0.04319329, y: 0.000000014901161, z: 0.00000012660166} - toBoneRotation: {x: -0.022802055, y: -0.022803584, z: 0.7067384, w: -0.70674} - bone: - transform: {fileID: 57537403} - length: 0.034228407 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.022802055, y: 0.022803584, z: -0.7067384, w: -0.70674} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 43 - target: - length: 0 - transform: {fileID: 941672522} - baseRotation: {x: 0.0000007830487, y: -0.00000025415014, z: 0.00000028580664, - w: 1.0000004} - basePosition: {x: 0.034228407, y: 0.000000110361725, z: 0.00000006051732} - toBoneRotation: {x: 0.18216953, y: -0.14201815, z: 0.70586073, w: -0.669631} - bone: - transform: {fileID: 1733278556} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.18216953, y: 0.14201815, z: -0.70586073, w: -0.669631} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 45 - target: - length: 0.031811893 - transform: {fileID: 139022767} - baseRotation: {x: -0.0057046018, y: 0.050321117, z: -0.11249768, w: 0.9923606} - basePosition: {x: 0.1106322, y: -0.0052802763, z: 0.020435072} - toBoneRotation: {x: 0.519846, y: 0.519847, z: 0.47933373, w: -0.47933078} - bone: - transform: {fileID: 1246670575} - length: 0.031812012 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.519846, y: -0.519847, z: -0.47933373, w: -0.47933078} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 46 - target: - length: 0.020972498 - transform: {fileID: 1981174277} - baseRotation: {x: 0.000070562535, y: 0.0021400584, z: 0.03295042, w: 0.9994547} - basePosition: {x: 0.031811967, y: -0.000000045227353, z: -0.00000009037649} - toBoneRotation: {x: 0.5028161, y: 0.50281405, z: 0.49716857, w: -0.49716938} - bone: - transform: {fileID: 1021468299} - length: 0.020972447 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5028161, y: -0.50281405, z: -0.49716857, w: -0.49716938} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 47 - target: - length: 0 - transform: {fileID: 776913117} - baseRotation: {x: 0.000000107475984, y: -0.0000005083512, z: 0.000000097387776, - w: 1.0000005} - basePosition: {x: 0.020972673, y: 0.0000000037739483, z: -0.00000014093226} - toBoneRotation: {x: 0.50461894, y: 0.4984184, z: 0.49218646, w: -0.5046697} - bone: - transform: {fileID: 199358675} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.50461894, y: -0.4984184, z: -0.49218646, w: -0.5046697} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 49 - target: - length: 0.039195474 - transform: {fileID: 1121825124} - baseRotation: {x: -0.0040388545, y: 0.10930136, z: -0.036704827, w: 0.99332255} - basePosition: {x: 0.10902337, y: -0.00000011037628, z: 0.00000008636562} - toBoneRotation: {x: 0.4797114, y: 0.47971204, z: 0.5194965, w: -0.5194965} - bone: - transform: {fileID: 1391756758} - length: 0.03919535 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4797114, y: -0.47971204, z: -0.5194965, w: -0.5194965} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 50 - target: - length: 0.027933773 - transform: {fileID: 1064009028} - baseRotation: {x: 0.0021580341, y: -0.02187439, z: -0.09815548, w: 0.99492824} - basePosition: {x: 0.03919535, y: 0.00000009224459, z: -0.00000016517879} - toBoneRotation: {x: 0.52708805, y: 0.52708936, z: 0.47135893, w: -0.47135562} - bone: - transform: {fileID: 2120821688} - length: 0.027933897 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.52708805, y: -0.52708936, z: -0.47135893, w: -0.47135562} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 51 - target: - length: 0 - transform: {fileID: 936920542} - baseRotation: {x: 0.0000007747806, y: -0.0000032786554, z: -0.0000010528165, - w: 1.0000004} - basePosition: {x: 0.027933914, y: 0.000000059422746, z: 0.00000014428997} - toBoneRotation: {x: 0.5419921, y: 0.52235675, z: 0.46527025, w: -0.46573803} - bone: - transform: {fileID: 590240249} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5419921, y: -0.52235675, z: -0.46527025, w: -0.46573803} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 53 - target: - length: 0.034748547 - transform: {fileID: 1488478011} - baseRotation: {x: -0.004957289, y: 0.09645897, z: -0.05108501, w: 0.99401283} - basePosition: {x: 0.10469904, y: -0.0033326033, z: -0.023172272} - toBoneRotation: {x: 0.48684332, y: 0.4868439, z: 0.51281786, w: -0.5128204} - bone: - transform: {fileID: 1073499351} - length: 0.034748428 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.48684332, y: -0.4868439, z: -0.51281786, w: -0.5128204} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 54 - target: - length: 0.021958843 - transform: {fileID: 1901710610} - baseRotation: {x: -0.00028245986, y: 0.013879377, z: -0.020344637, w: 0.9996966} - basePosition: {x: 0.034748606, y: 0.00000015362457, z: -0.000000026164344} - toBoneRotation: {x: 0.49715877, y: 0.4971562, z: 0.5028283, w: -0.50282454} - bone: - transform: {fileID: 631683057} - length: 0.021958835 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.49715877, y: -0.4971562, z: -0.5028283, w: -0.50282454} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 55 - target: - length: 0 - transform: {fileID: 2105080693} - baseRotation: {x: 0.00000007313953, y: -0.00000012248896, z: 0.00000035957527, - w: 1.0000002} - basePosition: {x: 0.021958914, y: -0.000000008674192, z: 0.000000027093748} - toBoneRotation: {x: 0.51811165, y: 0.4974264, z: 0.5045926, w: -0.47907573} - bone: - transform: {fileID: 288472910} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.51811165, y: -0.4974264, z: -0.5045926, w: -0.47907573} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - - proximal: - name: - boneId: 57 - target: - length: 0.029196577 - transform: {fileID: 583180646} - baseRotation: {x: -0.01765703, y: 0.1153142, z: -0.15032353, w: 0.9817299} - basePosition: {x: 0.10166904, y: -0.0052804495, z: -0.0441199} - toBoneRotation: {x: 0.5327477, y: 0.53275114, z: 0.46494833, w: -0.46495065} - bone: - transform: {fileID: 1962788798} - length: 0.029196654 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.5327477, y: -0.53275114, z: -0.46494833, w: -0.46495065} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - intermediate: - name: - boneId: 58 - target: - length: 0.013553013 - transform: {fileID: 1983230754} - baseRotation: {x: -0.001395355, y: -0.0069462294, z: 0.19694012, w: 0.98038983} - basePosition: {x: 0.029196724, y: 0.00000006775372, z: -0.00000011987868} - toBoneRotation: {x: 0.43681493, y: 0.43680716, z: 0.5560549, w: -0.55605346} - bone: - transform: {fileID: 1642768675} - length: 0.013552816 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.43681493, y: -0.43680716, z: -0.5560549, w: -0.55605346} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - distal: - name: - boneId: 59 - target: - length: 0 - transform: {fileID: 1292259422} - baseRotation: {x: 0.00000046300585, y: 0.0000006421535, z: -0.000001511797, - w: 1.0000002} - basePosition: {x: 0.013552909, y: 0.00000018379069, z: 0.00000003797082} - toBoneRotation: {x: 0.4840065, y: 0.4821013, z: 0.6038366, w: -0.41072825} - bone: - transform: {fileID: 225476054} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4840065, y: -0.4821013, z: -0.6038366, w: -0.41072825} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - rotationSpeedLimitation: 0 - unity: {fileID: 0} - armAnimator: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - armSwing: 0 - unityXR: - enabled: 1 - target: {fileID: 1534874609} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - controller: {fileID: 0} - leap: - enabled: 1 - target: {fileID: 1534874609} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - custom: - enabled: 1 - target: {fileID: 1534874609} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - handSkeleton: {fileID: 0} - sensorComponent: {fileID: 0} - attachedBone: 0 - stretchlessTarget: {fileID: 0} - shoulder: - name: - boneId: 36 - target: - length: 0.1759662 - transform: {fileID: 1014718093} - baseRotation: {x: -0.024451608, y: 0.16553089, z: -0.047001764, w: 0.98478067} - basePosition: {x: 0.019547872, y: 0.28328025, z: 0.050420955} - toBoneRotation: {x: 0.50864255, y: 0.50864226, z: 0.49120572, w: -0.49120533} - bone: - transform: {fileID: 334783124} - length: 0.17596617 - jointLimitations: 1 - maxAngle: 30 - minAngles: {x: 0, y: -45, z: 0} - maxAngles: {x: 0, y: 0, z: 45} - baseRotation: {x: -0.023304192, y: 0.16558555, z: -0.046800755, w: 0.9848086} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.50864255, y: -0.50864226, z: -0.49120572, w: -0.49120533} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - upperArm: - name: - boneId: 37 - target: - length: 0.20965123 - transform: {fileID: 1260927025} - baseRotation: {x: -0.014613109, y: -0.098086305, z: 0.023731984, w: 0.9947879} - basePosition: {x: 0.17596617, y: 0.00000011455268, z: -0.00000022584572} - toBoneRotation: {x: 0.47953868, y: 0.47953862, z: 0.5196566, w: -0.5196562} - bone: - transform: {fileID: 391583632} - length: 0.20965338 - jointLimitations: 0 - maxAngle: 120 - minAngles: {x: -180, y: -130, z: -45} - maxAngles: {x: 60, y: 45, z: 180} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.47953868, y: -0.47953862, z: -0.5196566, w: -0.5196562} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - forearm: - name: - boneId: 38 - target: - length: 0.2616189 - transform: {fileID: 154061979} - baseRotation: {x: 0.000000031561708, y: -0.1765776, z: 0.0000000120713235, w: 0.984287} - basePosition: {x: 0.2096508, y: -0.00023330821, z: 0.00035716168} - toBoneRotation: {x: 0.46960938, y: 0.4696114, z: 0.52864486, w: -0.5286463} - bone: - transform: {fileID: 644259321} - length: 0.2617357 - jointLimitations: 0 - maxAngle: 130 - minAngles: {x: 0, y: -150, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.46960938, y: -0.4696114, z: -0.52864486, w: -0.5286463} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - hand: - name: - boneId: 40 - target: - length: 0 - transform: {fileID: 1298936130} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0.4563662, y: 0.4563674, z: 0.5401191, w: -0.5401206} - bone: - transform: {fileID: 151768279} - length: 0.02 - jointLimitations: 0 - maxAngle: 100 - minAngles: {x: -90, y: -20, z: -70} - maxAngles: {x: 45, y: 50, z: 70} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: -0.4563662, y: -0.4563674, z: -0.5401191, w: -0.5401206} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - poseMethod: 0 - physics: 1 - physicsMode: 2 - strength: 100 - grabbingTechnique: 0 - touchInteraction: 1 - poseMixer: - mixedPoses: - - pose: {fileID: 11400000, guid: 530d1e14f42c22649b8d0ce81eed4419, type: 2} - value: 0 - additive: 0 - isEdited: 0 - - pose: {fileID: 11400000, guid: ff91a0ed275210c429b1a33c6d38cc61, type: 2} - value: 0 - additive: 0 - isEdited: 0 - - pose: {fileID: 11400000, guid: cf96676f5038c374fab735007b8b1bce, type: 2} - value: 0 - additive: 0 - isEdited: 0 - poseMode: 1 - grabSocket: {fileID: 820797762} - pinchSocket: {fileID: 1317170890} - grabbedPrefab: {fileID: 0} - grabbedObject: {fileID: 0} - grabbedHandle: {fileID: 0} - targetToHandle: {x: 0, y: 0, z: 0} - grabbedRigidbody: 0 - grabbedKinematicRigidbody: 0 - colliders: [] - twoHandedGrab: 0 - targetToSecondaryHandle: {x: 0, y: 0, z: 0} - poseEvent: - id: 1 - label: Pose Event - tooltip: 'Call functions based on recognized posesParameter: the recognized pose' - eventTypeLabels: - - Never - - On Pose Recognized - - On No Pose Recongnized - - While Pose Recognized - - While No Pose Recognized - - While Pose Changes - - Always - fromEventLabel: poseMixer.detectedPose - events: - - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1534874608} - methodName: Script/ActivatePointer - parameters: - - fromEvent: 1 - localProperty: From Event - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - minValue: 0 - maxValue: 0 - intTriggerLow: 0 - intTriggerHigh: 1 - multiplicationFactor: 1 - - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1534874608} - methodName: Script/HidePointer - parameters: - - fromEvent: 1 - localProperty: - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - minValue: 0 - maxValue: 0 - intTriggerLow: 0 - intTriggerHigh: 1 - multiplicationFactor: 1 - - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1534874608} - methodName: Script/PointerClick - parameters: - - fromEvent: 1 - localProperty: - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - minValue: 0 - maxValue: 0 - intTriggerLow: 0 - intTriggerHigh: 1 - multiplicationFactor: 1 - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - minValue: 0 - maxValue: 0 - intTriggerLow: 0 - intTriggerHigh: 1 - multiplicationFactor: 1 - touchEvent: - id: 2 - label: Touch Event - tooltip: 'Call funtions based on touched objectsParameter: the touched object' - eventTypeLabels: - - Never - - On Touch Start - - On Touch End - - While Touching - - While not Touching - - On Touched Object Changes - - Always - fromEventLabel: touchedObject - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - grabEvent: - id: 3 - label: Grab Event - tooltip: 'Call functions based on grabbed objectsParameter: the grabbed object' - eventTypeLabels: - - Never - - On Grab Start - - On Grab End - - While Holding Object - - While not Holding Object - - On Grabbed Object Changes - - Always - fromEventLabel: grabbedObject - events: - - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: UnityEngine.GameObject/SetActive - parameters: - - fromEvent: 1 - localProperty: From Event - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 1 - overrideMode: 0 - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - handPalm: {fileID: 906833192} - handRigidbody: {fileID: 151768280} - handPhysics: {fileID: 0} - grabbedChanged: 0 - directFingerMovements: 1 ---- !u!4 &1534874610 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1534874608} - m_LocalRotation: {x: -0.038406886, y: -0.07910725, z: 0.03829069, w: 0.99538976} - m_LocalPosition: {x: 0.64817727, y: 1.4149626, z: -0.08377302} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1132254706} - m_Father: {fileID: 406190702} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1534874612 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1534874608} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a5108aae91352c042b4ccef54b577401, type: 3} - m_Name: - m_EditorClassIdentifier: - scriptName: PointerClick - conditions: - - targetGameObject: {fileID: 1534874608} - fullPropertyName: HandTarget/detectedPoseIx - propertyType: 2 - operandIndex: 0 - intConstant: 2 - floatConstant: 0 - - targetGameObject: {fileID: 1534874608} - fullPropertyName: HandTarget/isTrackingHand - propertyType: 1 - operandIndex: 1 - intConstant: 2 - floatConstant: 0 - functionCalls: - - targetGameObject: {fileID: 1132254704} - methodName: Passer.InteractionPointer/FullClick - parameters: - - fromEvent: 1 - localProperty: - type: 0 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - - targetGameObject: {fileID: 1132254704} - methodName: Passer.InteractionPointer/Activation - parameters: - - fromEvent: 1 - localProperty: - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} ---- !u!114 &1534874613 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1534874608} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a5108aae91352c042b4ccef54b577401, type: 3} - m_Name: - m_EditorClassIdentifier: - scriptName: ActivatePointer - conditions: - - targetGameObject: {fileID: 1534874608} - fullPropertyName: HandTarget/detectedPoseIx - propertyType: 2 - operandIndex: 0 - intConstant: 1 - floatConstant: 0 - - targetGameObject: {fileID: 1534874608} - fullPropertyName: HandTarget/isTrackingHand - propertyType: 1 - operandIndex: 1 - intConstant: 1 - floatConstant: 0 - functionCalls: - - targetGameObject: {fileID: 1132254704} - methodName: Passer.InteractionPointer/Activation - parameters: - - fromEvent: 1 - localProperty: - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 1 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} ---- !u!114 &1534874614 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1534874608} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a5108aae91352c042b4ccef54b577401, type: 3} - m_Name: - m_EditorClassIdentifier: - scriptName: HidePointer - conditions: - - targetGameObject: {fileID: 1534874608} - fullPropertyName: HandTarget/detectedPoseIx - propertyType: 2 - operandIndex: 0 - intConstant: 0 - floatConstant: 0 - - targetGameObject: {fileID: 1534874608} - fullPropertyName: HandTarget/isTrackingHand - propertyType: 1 - operandIndex: 1 - intConstant: 0 - floatConstant: 0 - functionCalls: - - targetGameObject: {fileID: 1132254704} - methodName: Passer.InteractionPointer/Activation - parameters: - - fromEvent: 1 - localProperty: - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} ---- !u!1 &1535826698 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1391851199170550, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1535826699} - m_Layer: 0 - m_Name: LeftHandLittle4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1535826699 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4426884481028828, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1535826698} - m_LocalRotation: {x: -9.123824e-10, y: 4.8709725e-17, z: 0.000000053387403, w: 1} - m_LocalPosition: {x: -0.022208022, y: -0.00232193, z: 0.000012555385} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1853155378} - m_Father: {fileID: 946112941} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1554194462 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1554194463} - - component: {fileID: 1554194467} - - component: {fileID: 1554194466} - - component: {fileID: 1554194465} - - component: {fileID: 1554194464} - m_Layer: 0 - m_Name: Button - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1554194463 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1554194462} - 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: 2083424528} - - {fileID: 569726172} - m_Father: {fileID: 1240706937} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 50, y: 50} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!54 &1554194464 -Rigidbody: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1554194462} - serializedVersion: 2 - m_Mass: 1 - m_Drag: 0 - m_AngularDrag: 0.05 - m_UseGravity: 0 - m_IsKinematic: 1 - m_Interpolate: 0 - m_Constraints: 0 - m_CollisionDetection: 0 ---- !u!114 &1554194465 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1554194462} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 1, g: 1, b: 1, a: 1} - m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_PressedColor: {r: 1, g: 0.7402892, b: 0, a: 1} - m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Selected - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 1554194466} - m_OnClick: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1799351318} - m_MethodName: SetActive - m_Mode: 6 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 1 - m_CallState: 2 ---- !u!114 &1554194466 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1554194462} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1554194467 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1554194462} - m_CullTransparentMesh: 0 ---- !u!1 &1584325828 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1227234631421420, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1584325829} - m_Layer: 0 - m_Name: RightHandRing4_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1584325829 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4096819407707556, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1584325828} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.025169373, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1622285761} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1586614634 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1586614635} - m_Layer: 0 - m_Name: mesh0%root%2% - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1586614635 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1586614634} - 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: 988121262} - m_Father: {fileID: 317195185} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1622285760 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1103402576114874, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1622285761} - m_Layer: 0 - m_Name: RightHandRing4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1622285761 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4513430418279412, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1622285760} - m_LocalRotation: {x: 3.7002212e-10, y: 1.7525295e-17, z: -0.000000047362832, w: 1} - m_LocalPosition: {x: 0.0249897, y: -0.002992096, z: -0.00024336025} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1584325829} - m_Father: {fileID: 2105080693} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1627358618 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1214387338340654, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1627358620} - - component: {fileID: 1627358619} - m_Layer: 0 - m_Name: LeftFoot - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1627358619 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114834356338198134, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1627358618} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c5cc9f1bf2585504fa61d8598151b9c7, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - isLeft: 1 - side: 1 - otherFoot: {fileID: 353654650} - rotationSpeedLimitation: 0 - legAnimator: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - animationSpeed: 1 - velocityAnimationSpeed: 0 - isMoving: 0 - scale: {x: 1, y: 1, z: 1} - f: 0 - prevFrame: 0 - nextFrame: 0 - custom: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - sensorComponent: {fileID: 0} - attachedBone: 2 - upperLeg: - name: - boneId: 32 - target: - length: 0 - transform: {fileID: 1752288249} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0, y: 0, z: 0, w: 1} - bone: - transform: {fileID: 0} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -130, y: -45, z: -50} - maxAngles: {x: 30, y: 40, z: 30} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0, y: 0, z: 0, w: 0} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - lowerLeg: - name: - boneId: 33 - target: - length: 0 - transform: {fileID: 1474799498} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0, y: 0, z: 0, w: 1} - bone: - transform: {fileID: 0} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -15, y: NaN, z: NaN} - maxAngles: {x: 130, y: NaN, z: NaN} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0, y: 0, z: 0, w: 0} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - foot: - name: - boneId: 34 - target: - length: 0 - transform: {fileID: 1627358620} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0, y: 0, z: 0, w: 1} - bone: - transform: {fileID: 0} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -45, y: 0, z: -30} - maxAngles: {x: 70, y: 0, z: 20} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0, y: 0, z: 0, w: 0} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - toes: - name: - boneId: 35 - target: - length: 0 - transform: {fileID: 742339038} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0, y: 0, z: 0, w: 1} - bone: - transform: {fileID: 0} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -70, y: NaN, z: NaN} - maxAngles: {x: 45, y: NaN, z: NaN} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0, y: 0, z: 0, w: 0} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - jointLimitations: 1 - slidePrevention: 1 - physics: 1 - groundEvent: - id: 0 - label: X Range Event - tooltip: 'Call function using the X axis range value - - Parameter: the range - along the X axis (0..1)' - eventTypeLabels: [] - fromEventLabel: - events: [] - ground: {fileID: 0} - groundNormal: {x: 0, y: 1, z: 0} - groundTranslation: {x: 0, y: 0, z: 0} - groundDistance: 0 - soleThicknessFoot: 0 - soleThicknessToes: 0 ---- !u!4 &1627358620 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4568769572018584, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1627358618} - m_LocalRotation: {x: 0.06781381, y: 0.00078192074, z: 0.0263906, w: -0.99734867} - m_LocalPosition: {x: 0.00000034005328, y: -0.3889685, z: 0.000864394} - m_LocalScale: {x: 1, y: 0.99999994, z: 1} - m_Children: - - {fileID: 742339038} - m_Father: {fileID: 1474799498} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1628061110 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1628061112} - - component: {fileID: 1628061111} - m_Layer: 0 - m_Name: Interaction Pointer - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1628061111 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1628061110} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: baa00f2ba726a3e4bb5b4277991f5ce0, type: 3} - m_Name: - m_EditorClassIdentifier: - active: 0 - timedClick: 0 - focusPointObj: {fileID: 486911592} - objectInFocus: {fileID: 0} - rayType: 0 - maxDistance: 10 - resolution: 0.2 - speed: 3 - radius: 0.1 - focusEvent: - id: 0 - label: Focus Event - tooltip: 'Call functions using the current focus - - Parameter: the Object - in Focus' - eventTypeLabels: [] - fromEventLabel: - events: [] - focusPointEvent: - id: 0 - label: Focus Point Event - tooltip: 'Call functions using the current focus point - - Parameter: the - position of the focus point' - eventTypeLabels: [] - fromEventLabel: - events: [] - clickEvent: - id: 0 - label: Click Event - tooltip: 'Call functions using the clicking status - - Parameter: the Object - in Focus when clicking' - eventTypeLabels: [] - fromEventLabel: - events: [] - activeEvent: - eventType: 5 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 ---- !u!4 &1628061112 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1628061110} - m_LocalRotation: {x: 0, y: 0.7071068, z: -0.000000061817246, w: -0.7071068} - m_LocalPosition: {x: -0.21, y: -0.02, z: 0.01} - m_LocalScale: {x: 1.0000001, y: 1.0000001, z: 1} - m_Children: - - {fileID: 486911594} - m_Father: {fileID: 471449748} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1634722029 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1094116396334154, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1634722030} - m_Layer: 0 - m_Name: Head_End - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1634722030 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4233586287970926, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1634722029} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 1.5254398e-16, y: 0.16325943, z: -2.58904e-15} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1526618973} - m_Father: {fileID: 1917362075} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1637020786 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1494183702735710, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1637020787} - m_Layer: 0 - m_Name: LeftHandRing2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1637020787 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4159580148161470, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1637020786} - m_LocalRotation: {x: -0.00028276848, y: -0.01388421, z: 0.02035739, w: 0.9996964} - m_LocalPosition: {x: -0.034748588, y: 0.000000019703293, z: -0.00000008811185} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2111873697} - m_Father: {fileID: 1685568944} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1642768674 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1244044714468310, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1642768675} - m_Layer: 0 - m_Name: Default_simple|Finger-5-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1642768675 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4187340435356652, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1642768674} - m_LocalRotation: {x: 0.19702888, y: 0.18126056, z: 0.0032391883, w: 0.96349037} - m_LocalPosition: {x: -0.000000017881394, y: 0.029196614, z: -0.0000000834465} - m_LocalScale: {x: 1.0000001, y: 0.9999999, z: 0.9999998} - m_Children: - - {fileID: 225476054} - m_Father: {fileID: 1962788798} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1649066311 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1107057297672604, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1649066312} - m_Layer: 0 - m_Name: RightHandThumb4_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1649066312 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4727648937451328, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1649066311} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.029778594, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1681505854} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1652532184 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1898206393747298, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1652532185} - m_Layer: 0 - m_Name: RightHandLittle4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1652532185 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4203219466308372, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1652532184} - m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: 0.0222126, y: -0.0022802735, z: 0.00006594256} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 102389566} - m_Father: {fileID: 1292259422} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1657822500 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1645214781836138, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1657822501} - m_Layer: 0 - m_Name: LeftHandMiddle - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1657822501 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4683942239785922, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1657822500} - m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: -0.045923002, y: 0.0070205685, z: 0.010279348} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 770301076} - m_Father: {fileID: 1221579016} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1659547867 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1227793318822304, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1659547868} - m_Layer: 0 - m_Name: LeftToeBase_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1659547868 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4823343616730946, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1659547867} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.14564738, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 742339038} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1678673841 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1678673843} - - component: {fileID: 1678673842} - m_Layer: 0 - m_Name: FocusPoint - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!120 &1678673842 -LineRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1678673841} - m_Enabled: 1 - m_CastShadows: 0 - m_ReceiveShadows: 0 - m_DynamicOccludee: 1 - m_MotionVectors: 0 - m_LightProbeUsage: 0 - m_ReflectionProbeUsage: 0 - m_RayTracingMode: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 76b29e70f3f2fb14c8d67189c7b79b7d, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - 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 - m_Positions: - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0, z: 1} - m_Parameters: - serializedVersion: 3 - widthMultiplier: 1 - widthCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0.01 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 1 - value: 0.01 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - colorGradient: - serializedVersion: 2 - key0: {r: 1, g: 1, b: 1, a: 1} - key1: {r: 1, g: 1, b: 1, a: 1} - key2: {r: 0, g: 0, b: 0, a: 0} - key3: {r: 0, g: 0, b: 0, a: 0} - key4: {r: 0, g: 0, b: 0, a: 0} - key5: {r: 0, g: 0, b: 0, a: 0} - key6: {r: 0, g: 0, b: 0, a: 0} - key7: {r: 0, g: 0, b: 0, a: 0} - ctime0: 0 - ctime1: 65535 - ctime2: 0 - ctime3: 0 - ctime4: 0 - ctime5: 0 - ctime6: 0 - ctime7: 0 - atime0: 0 - atime1: 65535 - atime2: 0 - atime3: 0 - atime4: 0 - atime5: 0 - atime6: 0 - atime7: 0 - m_Mode: 0 - m_NumColorKeys: 2 - m_NumAlphaKeys: 2 - numCornerVertices: 0 - numCapVertices: 0 - alignment: 0 - textureMode: 0 - shadowBias: 0.5 - generateLightingData: 0 - m_UseWorldSpace: 0 - m_Loop: 0 ---- !u!4 &1678673843 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1678673841} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1.0000001, z: 1} - m_Children: [] - m_Father: {fileID: 1132254706} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1681505853 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1930603959438288, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1681505854} - m_Layer: 0 - m_Name: RightHandThumb4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1681505854 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4803401839867098, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1681505853} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.029777298, y: 0.00011596679, z: 0.00026114538} - m_LocalScale: {x: 1, y: 0.99999994, z: 1} - m_Children: - - {fileID: 1649066312} - m_Father: {fileID: 941672522} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1685322344 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1312001939330234, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1685322345} - m_Layer: 0 - m_Name: Spine2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1685322345 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4897238156439488, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1685322344} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 4.0527506e-16, y: 0.120330654, z: -1.9229062e-15} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1534795861} - m_Father: {fileID: 37474269} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1685568943 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1125460456468738, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1685568944} - m_Layer: 0 - m_Name: LeftHandRing1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1685568944 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4756903264266758, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1685568943} - m_LocalRotation: {x: -0.004957438, y: -0.096460424, z: 0.051084857, w: 0.99401265} - m_LocalPosition: {x: -0.05902669, y: -0.010684873, z: -0.021412449} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1637020787} - m_Father: {fileID: 1747922798} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1695563175 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1582612557936630, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1695563176} - m_Layer: 0 - m_Name: Default_simple|TongueTip - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1695563176 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4738200294241408, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1695563175} - m_LocalRotation: {x: 0.11951273, y: -0.00022152186, z: -0.000026665808, w: 0.99283266} - m_LocalPosition: {x: -4.976122e-11, y: 0.023791809, z: 0.000000035814846} - m_LocalScale: {x: 0.9999998, y: 1, z: 0.9999997} - m_Children: [] - m_Father: {fileID: 1095196632} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1702931363 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1257326207474490, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1702931364} - m_Layer: 0 - m_Name: LipRight - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1702931364 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4187244318580374, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1702931363} - 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: 1944819514} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1709674115 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1745173780317050, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1709674116} - m_Layer: 0 - m_Name: LeftHandThumb3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1709674116 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4891661842404048, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1709674115} - m_LocalRotation: {x: 0.000000044703473, y: 0.009483071, z: 0.000000009313224, w: 0.99995506} - m_LocalPosition: {x: -0.03422847, y: -0.00000011455268, z: -0.00000011294492} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1862587116} - m_Father: {fileID: 51262350} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1726292584 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1975585496134792, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1726292585} - m_Layer: 0 - m_Name: LeftHandMiddle4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1726292585 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4320099069120258, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1726292584} - m_LocalRotation: {x: 1.1672813e-10, y: 0, z: -0, w: 1} - m_LocalPosition: {x: -0.026661986, y: -0.0027456665, z: 0.0000018486779} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 279078251} - m_Father: {fileID: 1059480031} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1733278555 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1920330727854992, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1733278556} - m_Layer: 0 - m_Name: Default_simple|Finger-1-3_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1733278556 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4921176492983432, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1733278555} - m_LocalRotation: {x: -0.2282887, y: -0.059740625, z: -0.032997984, w: 0.9711985} - m_LocalPosition: {x: 0.00000012117671, y: 0.03422847, z: -0.00000004172325} - m_LocalScale: {x: 1, y: 1.0000001, z: 1.0000001} - m_Children: [] - m_Father: {fileID: 57537403} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1743939117 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1912293358752392, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1743939118} - m_Layer: 0 - m_Name: Default_simple|Palm-3_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1743939118 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4470063881372246, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1743939117} - m_LocalRotation: {x: 0.13238394, y: -0.15014052, z: 0.02421533, w: 0.9794621} - m_LocalPosition: {x: 0.00000000782311, y: 0.036258318, z: -0.000000102818014} - m_LocalScale: {x: 1.0000001, y: 1.0000002, z: 1} - m_Children: - - {fileID: 1361747092} - m_Father: {fileID: 851401671} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1747910266 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1589969889942482, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1747910267} - m_Layer: 0 - m_Name: Default_simple|Finger-4-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1747910267 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4330584244443522, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1747910266} - m_LocalRotation: {x: -0.020784589, y: 0.020590873, z: -0.013231356, w: 0.9994844} - m_LocalPosition: {x: 0.0000000014901161, y: 0.034748547, z: -0.00000005271286} - m_LocalScale: {x: 0.9999999, y: 0.99999994, z: 0.9999999} - m_Children: - - {fileID: 1112910626} - m_Father: {fileID: 545104748} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1747922797 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1986859505865246, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1747922798} - m_Layer: 0 - m_Name: LeftHandRing - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1747922798 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4631255674452056, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1747922797} - m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: -0.04567215, y: 0.007352142, z: -0.0017597537} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1685568944} - m_Father: {fileID: 1221579016} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1748566029 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1748566030} - m_Layer: 0 - m_Name: LeapMotion - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1748566030 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1748566029} - 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: 1286430334} - m_Father: {fileID: 907926261} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1752288248 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1210328996221056, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1752288249} - m_Layer: 0 - m_Name: LeftUpLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1752288249 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4009915692520274, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1752288248} - m_LocalRotation: {x: 0.05124342, y: 0.00078764564, z: -0.026378935, w: -0.99833745} - m_LocalPosition: {x: -0.11306408, y: 0.0038856552, z: -0.008168868} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1474799498} - m_Father: {fileID: 1950240826} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1770890407 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1839459483121668, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1770890408} - - component: {fileID: 1770890409} - m_Layer: 0 - m_Name: Default_simple|Hand_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1770890408 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4555409134179758, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1770890407} - m_LocalRotation: {x: 0.04922018, y: -0.019142529, z: -0.035603177, w: 0.9979696} - m_LocalPosition: {x: -0.00000026077038, y: 0.26173523, z: -0.0000017276034} - m_LocalScale: {x: 1.0000001, y: 1, z: 0.99999994} - m_Children: - - {fileID: 571031287} - - {fileID: 851401671} - - {fileID: 1197352470} - - {fileID: 601169473} - - {fileID: 1438007646} - - {fileID: 1369708560} - m_Father: {fileID: 1773322662} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!54 &1770890409 -Rigidbody: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 54082586551718176, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1770890407} - serializedVersion: 2 - m_Mass: 1 - m_Drag: 0 - m_AngularDrag: 10 - m_UseGravity: 0 - m_IsKinematic: 1 - m_Interpolate: 0 - m_Constraints: 0 - m_CollisionDetection: 3 ---- !u!1 &1771780009 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1978058929575540, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1771780010} - m_Layer: 0 - m_Name: Default_simple|Hips - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1771780010 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4098931775146128, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1771780009} - m_LocalRotation: {x: 0.00020365315, y: -8.9019625e-12, z: 1, w: 0.00000004371139} - m_LocalPosition: {x: -0, y: 0.099871516, z: -0.0000000026077032} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 478120088} - - {fileID: 781094803} - m_Father: {fileID: 1145865274} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1773322661 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1246919268167264, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1773322662} - m_Layer: 0 - m_Name: Default_simple|LoArm_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1773322662 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4591459014655838, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1773322661} - m_LocalRotation: {x: 0.017241187, y: -0.016904563, z: 0.17637075, w: 0.9840276} - m_LocalPosition: {x: 0.0000000029802323, y: 0.2096534, z: 0.0000001244247} - m_LocalScale: {x: 0.99999976, y: 1.0000001, z: 1} - m_Children: - - {fileID: 1770890408} - - {fileID: 855810540} - m_Father: {fileID: 563861055} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1789833046 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1947052586037322, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1789833047} - m_Layer: 0 - m_Name: UpperLipRight - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1789833047 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4397445689454020, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1789833046} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 24 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &1799351317 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 406190702} - m_Modifications: - - target: {fileID: 1032603559326628, guid: 1872b6d9b9fad8c428436cb3b098a782, type: 3} - propertyPath: m_Name - value: HumanoidMenu - objectReference: {fileID: 0} - - target: {fileID: 1032603559326628, guid: 1872b6d9b9fad8c428436cb3b098a782, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1299873922928470, guid: 1872b6d9b9fad8c428436cb3b098a782, type: 3} - propertyPath: m_IsActive - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 114178951896966072, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 406190707} - - target: {fileID: 114178951896966072, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: LoadSiteFromURL - objectReference: {fileID: 0} - - target: {fileID: 223458321851979846, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_Camera - value: - objectReference: {fileID: 1936936088} - - target: {fileID: 223458321851979846, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_RenderMode - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_RootOrder - value: 9 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_SizeDelta.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_SizeDelta.y - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalScale.x - value: 0.0005 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalScale.y - value: 0.0005 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalScale.z - value: 0.0005 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalPosition.z - value: 0.4 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_AnchoredPosition.y - value: 1.6 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2681429694717158454, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: nameText - value: - objectReference: {fileID: 1082792472} - - target: {fileID: 5173329382994482727, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5173329382994482727, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[1].m_Mode - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 5173329382994482727, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 406190707} - - target: {fileID: 5173329382994482727, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[1].m_Target - value: - objectReference: {fileID: 1799351318} - - target: {fileID: 5173329382994482727, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[1].m_CallState - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 5173329382994482727, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: GoBack - objectReference: {fileID: 0} - - target: {fileID: 5173329382994482727, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[1].m_MethodName - value: SetActive - objectReference: {fileID: 0} - - target: {fileID: 5173329382994482727, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[1].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - - target: {fileID: 9093438921138459220, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 9093438921138459220, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[1].m_Mode - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 9093438921138459220, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target - value: - objectReference: {fileID: 406190707} - - target: {fileID: 9093438921138459220, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[1].m_Target - value: - objectReference: {fileID: 1799351318} - - target: {fileID: 9093438921138459220, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[1].m_CallState - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 9093438921138459220, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName - value: ReloadSite - objectReference: {fileID: 0} - - target: {fileID: 9093438921138459220, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[1].m_MethodName - value: SetActive - objectReference: {fileID: 0} - - target: {fileID: 9093438921138459220, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[1].m_Arguments.m_ObjectArgumentAssemblyTypeName - value: UnityEngine.Object, UnityEngine - objectReference: {fileID: 0} - m_RemovedComponents: - - {fileID: 2681429694717158454, guid: 1872b6d9b9fad8c428436cb3b098a782, type: 3} - m_SourcePrefab: {fileID: 100100000, guid: 1872b6d9b9fad8c428436cb3b098a782, type: 3} ---- !u!1 &1799351318 stripped -GameObject: - m_CorrespondingSourceObject: {fileID: 1032603559326628, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - m_PrefabInstance: {fileID: 1799351317} - m_PrefabAsset: {fileID: 0} ---- !u!224 &1799351319 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 224516364197970440, guid: 1872b6d9b9fad8c428436cb3b098a782, - type: 3} - m_PrefabInstance: {fileID: 1799351317} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1812487318 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1812487319} - - component: {fileID: 1812487320} - m_Layer: 0 - m_Name: Collider - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1812487319 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1812487318} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -10} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1510566773} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!65 &1812487320 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1812487318} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 2 - m_Size: {x: 50, y: 50, z: 20} - m_Center: {x: 0, y: 0, z: 0} ---- !u!1 &1829405467 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1313738321027854, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1829405468} - m_Layer: 0 - m_Name: LeftShoulder - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1829405468 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4479796633608260, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1829405467} - m_LocalRotation: {x: -0.020937435, y: -0.16477177, z: 0.04741481, w: 0.9849689} - m_LocalPosition: {x: -0.019544581, y: 0.045719393, z: 0.03900465} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 440608795} - m_Father: {fileID: 1534795861} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1853155377 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1467400194841342, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1853155378} - m_Layer: 0 - m_Name: LeftHandLittle4_end - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1853155378 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4352595038430966, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1853155377} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.022329101, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1535826699} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1862587115 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1222899038048950, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1862587116} - m_Layer: 0 - m_Name: LeftHandThumb4 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1862587116 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4779596101871306, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1862587115} - m_LocalRotation: {x: 9.382326e-10, y: -7.190296e-18, z: 0.00000004003126, w: 1} - m_LocalPosition: {x: -0.029778114, y: 0.000015687518, z: 0.00024009302} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 280073852} - m_Father: {fileID: 1709674116} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1901710609 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1567975533295086, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1901710610} - m_Layer: 0 - m_Name: RightHandRing2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1901710610 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4240111297789060, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1901710609} - m_LocalRotation: {x: -0.000282437, y: 0.013879421, z: -0.02034466, w: 0.9996966} - m_LocalPosition: {x: 0.034748547, y: 0.00000012220698, z: -0.00000001952867} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2105080693} - m_Father: {fileID: 1488478011} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1909280560 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1686377646278178, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1909280562} - - component: {fileID: 1909280561} - m_Layer: 0 - m_Name: Right Foot Target - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1909280561 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114738865152254024, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1909280560} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: c5cc9f1bf2585504fa61d8598151b9c7, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - isLeft: 0 - side: 2 - otherFoot: {fileID: 103041704} - rotationSpeedLimitation: 0 - legAnimator: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - animationSpeed: 1 - velocityAnimationSpeed: 0 - isMoving: 0 - scale: {x: 1, y: 1, z: 1} - f: 0 - prevFrame: 0 - nextFrame: 0 - custom: - enabled: 1 - target: {fileID: 1909280561} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - sensorComponent: {fileID: 0} - attachedBone: 2 - upperLeg: - name: - boneId: 60 - target: - length: 0.49770966 - transform: {fileID: 37814231} - baseRotation: {x: 0.051287115, y: -0.0006011905, z: -0.01098064, w: 0.99862343} - basePosition: {x: 0.11306499, y: 0.0038180987, z: -0.0076525463} - toBoneRotation: {x: -0.99991477, y: 0.000000011583122, z: 0.013061191, w: 0.00000005195821} - bone: - transform: {fileID: 781094803} - length: 0.49770975 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -130, y: -40, z: -30} - maxAngles: {x: 30, y: 45, z: 50} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.99991477, y: -0.000000011583122, z: -0.013061191, w: 0.00000005195821} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - lowerLeg: - name: - boneId: 61 - target: - length: 0.38909963 - transform: {fileID: 1462013239} - baseRotation: {x: -0.061184876, y: -0.0015660633, z: -0.034974452, w: 0.99751234} - basePosition: {x: 0, y: -0.49770975, z: -0.000000014901161} - toBoneRotation: {x: -0.9988438, y: 0.000000023734618, z: 0.04807419, w: 0.00000015213196} - bone: - transform: {fileID: 1373346226} - length: 0.38909978 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -15, y: NaN, z: NaN} - maxAngles: {x: 130, y: NaN, z: NaN} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.9988438, y: -0.000000023734618, z: -0.04807419, w: 0.00000015213196} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - foot: - name: - boneId: 62 - target: - length: 0.13777368 - transform: {fileID: 353654649} - baseRotation: {x: 0.008247801, y: -0.00037978138, z: 0.045996152, w: 0.9989075} - basePosition: {x: 0.06642775, y: 0.089666426, z: -0.128434} - toBoneRotation: {x: -0.8693028, y: -0.047893215, z: -0.04769747, w: -0.4896365} - bone: - transform: {fileID: 773577279} - length: 0.13777356 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -45, y: 0, z: -20} - maxAngles: {x: 50, y: 0, z: 30} - baseRotation: {x: 0.26767564, y: 0.020563992, z: -0.005714353, w: 0.9632727} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.8693028, y: 0.047893215, z: 0.04769747, w: -0.4896365} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - toes: - name: - boneId: 63 - target: - length: 0 - transform: {fileID: 2120263780} - baseRotation: {x: -0.00000012862819, y: 0.000000046037396, z: 0.000000051355915, - w: 1.0000005} - basePosition: {x: 0.0050154766, y: -0.07128225, z: 0.11779302} - toBoneRotation: {x: -0.23270462, y: -0.6715216, z: -0.67033505, w: -0.2134442} - bone: - transform: {fileID: 716700500} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -70, y: NaN, z: NaN} - maxAngles: {x: 45, y: NaN, z: NaN} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.23270462, y: 0.6715216, z: 0.67033505, w: -0.2134442} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - jointLimitations: 1 - slidePrevention: 0 - physics: 1 - groundEvent: - id: 0 - label: X Range Event - tooltip: 'Call function using the X axis range value - - Parameter: the range - along the X axis (0..1)' - eventTypeLabels: [] - fromEventLabel: - events: [] - ground: {fileID: 0} - groundNormal: {x: 0, y: 1, z: 0} - groundTranslation: {x: 0, y: 0, z: 0} - groundDistance: -0.060000002 - soleThicknessFoot: 0 - soleThicknessToes: 0 ---- !u!4 &1909280562 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4212725289086030, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1909280560} - m_LocalRotation: {x: -0.0018339357, y: -0.000074054245, z: -0.0000074661657, w: 0.99999833} - m_LocalPosition: {x: 0.066422425, y: 0.08951807, z: -0.12731828} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 406190702} - m_RootOrder: 6 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1917362074 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1374457552578878, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1917362075} - - component: {fileID: 1917362076} - m_Layer: 0 - m_Name: Head - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1917362075 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4152618081546724, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1917362074} - m_LocalRotation: {x: -0.049208563, y: 0.000014754975, z: 0.0014186656, w: 0.9987876} - m_LocalPosition: {x: 0.0000003768655, y: 0.10364133, z: -0.00018570758} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1634722030} - - {fileID: 1045843199} - - {fileID: 821649264} - - {fileID: 1528103497} - - {fileID: 1447608206} - - {fileID: 2143439966} - - {fileID: 446177973} - - {fileID: 783178646} - - {fileID: 895587733} - - {fileID: 965745151} - - {fileID: 42068896} - - {fileID: 930448418} - - {fileID: 1212712623} - - {fileID: 1470992618} - - {fileID: 109471993} - - {fileID: 1053303136} - - {fileID: 2035074773} - - {fileID: 363371076} - - {fileID: 942676183} - - {fileID: 945812378} - - {fileID: 867956341} - - {fileID: 753936548} - - {fileID: 766880600} - - {fileID: 1300815095} - - {fileID: 1789833047} - - {fileID: 1392323301} - - {fileID: 195951669} - - {fileID: 827013030} - - {fileID: 255950345} - - {fileID: 230332012} - - {fileID: 1944819514} - - {fileID: 899682187} - - {fileID: 1933267379} - m_Father: {fileID: 923874490} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1917362076 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114060434131929138, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1917362074} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: cc62ecce8e46abd48a57b51714dcd690, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - tracking: 0 - unity: {fileID: 0} - headAnimator: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - hmd: {fileID: 0} - headAnimation: 1 - faceAnimation: 1 - unityXR: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - hmd: {fileID: 0} - custom: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - hmd: {fileID: 0} - sensorComponent: {fileID: 0} - head: - name: - boneId: 7 - target: - length: 0 - transform: {fileID: 1917362075} - baseRotation: {x: -0.04581995, y: 0.000058443795, z: 0.0014225503, w: 0.9989487} - basePosition: {x: 0.00029399773, y: 1.6171684, z: -0.0944475} - toBoneRotation: {x: -0.053934425, y: 0.001066447, z: 0.0010665351, w: 0.99854344} - bone: - transform: {fileID: 881969594} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.053934425, y: -0.001066447, z: -0.0010665351, w: 0.99854344} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - neck: - name: - boneId: 6 - target: - length: 0.10364124 - transform: {fileID: 923874490} - baseRotation: {x: 0.036409654, y: -0.00007170396, z: -0.0014218483, w: 0.99933594} - basePosition: {x: -1.0658141e-14, y: 0.3520819, z: -0.000000052154064} - toBoneRotation: {x: -0.00000038546798, y: -0.0014867106, z: 0.0000000026978149, - w: 0.999999} - bone: - transform: {fileID: 1253194904} - length: 0.10364117 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: -55, y: -70, z: -35} - maxAngles: {x: 80, y: 70, z: 35} - baseRotation: {x: 0.045939095, y: -0.000019398169, z: -0.0014207483, w: 0.9989432} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0.00000038546798, y: 0.0014867106, z: -0.0000000026978149, - w: 0.999999} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - headTarget: {fileID: 1917362076} - audioEnergy: 0 - lookDirection: {x: 0, y: 0, z: 1} - localLookDirection: {x: 0, y: 0, z: 1} - neck2eyes: {x: 0.00002862913, y: 0.13921297, z: 0.11531055} - head2eyes: {x: -0.0002939695, y: 0.03600931, z: 0.10579825} - collisionFader: 0 - isInsideCollider: 0 - virtual3d: 0 - screenTransform: {fileID: 0} - trackingEvent: - id: 1 - label: Tracking Event - tooltip: 'Call functions using the HMD tracking status - - Parameter: HMD - tracking' - eventTypeLabels: - - Never - - On Tracking Start - - On Tracking Stop - - While Tracking - - While not Tracking - - On Tracking Changes - - Always - fromEventLabel: tracking - events: [] - audioEvent: - id: 2 - label: Audio Event - tooltip: 'Call functions based on the microphone audio level - - Parameter: - the audio level' - eventTypeLabels: - - Never - - On Loud Start - - On Silence Start - - While Noisy - - While Silent - - On Level Changes - - Always - fromEventLabel: audioEnergy - events: [] - insideColliderEvent: - id: 5 - label: In Collider Event - tooltip: 'Call functions using the head being inside Colliders - - Parameter: - isInsideCollider state' - eventTypeLabels: - - Never - - When Head Enters Collider - - When Head Exits Collider - - While Head is inside Collider - - While Head outside Collider - - When Enters/Exists Collider - - Always - fromEventLabel: Inside Collider - events: [] - smRenderer: {fileID: 0} - headRigidbody: {fileID: 0} ---- !u!1 &1932997793 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1281373668151938, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1932997794} - m_Layer: 0 - m_Name: Default_simple|Finger-2-1_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1932997794 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4192633482918058, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1932997793} - m_LocalRotation: {x: -0.12973194, y: 0.16704999, z: -0.18461327, w: 0.9597822} - m_LocalPosition: {x: 0.000000011920929, y: 0.0782364, z: -0.00000006109476} - m_LocalScale: {x: 0.9999999, y: 1, z: 0.9999998} - m_Children: - - {fileID: 1987895546} - m_Father: {fileID: 117503973} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1933267378 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1616518078218694, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1933267379} - m_Layer: 0 - m_Name: RightEyeTarget - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1933267379 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4580922959182128, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1933267378} - m_LocalRotation: {x: -0.0016435153, y: -0.000010895236, z: -0.0000010121729, w: 0.9999987} - m_LocalPosition: {x: 0.028996069, y: 0.036008652, z: 0.10579835} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 32 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1936936085 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1936936086} - - component: {fileID: 1936936088} - - component: {fileID: 1936936087} - m_Layer: 0 - m_Name: First Person Camera - m_TagString: MainCamera - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1936936086 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1936936085} - m_LocalRotation: {x: -0.0016435178, y: -0.000010892965, z: -0.0000010120322, w: 0.9999987} - m_LocalPosition: {x: -0.00031584402, y: 0.027249653, z: 0.119767256} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 858408424} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!81 &1936936087 -AudioListener: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1936936085} - m_Enabled: 1 ---- !u!20 &1936936088 -Camera: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1936936085} - m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 1 - m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} - m_projectionMatrixMode: 1 - m_GateFitMode: 2 - m_FOVAxisMode: 0 - m_SensorSize: {x: 36, y: 24} - m_LensShift: {x: 0, y: 0} - m_FocalLength: 50 - m_NormalizedViewPortRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - near clip plane: 0.1 - far clip plane: 1000 - field of view: 60 - orthographic: 0 - orthographic size: 5 - m_Depth: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 0} - m_TargetDisplay: 0 - m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 - m_ForceIntoRT: 0 - m_OcclusionCulling: 1 - m_StereoConvergence: 10 - m_StereoSeparation: 0.022 ---- !u!1 &1939411518 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1102556550407086, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1939411519} - m_Layer: 0 - m_Name: RightHandMiddle - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1939411519 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4771058809334668, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1939411518} - m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} - m_LocalPosition: {x: 0.04592308, y: 0.0070201107, z: 0.010279321} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1121825124} - m_Father: {fileID: 1298936130} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1944819513 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1534749586555618, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1944819514} - m_Layer: 0 - m_Name: Jaw - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1944819514 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4567821310212188, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1944819513} - m_LocalRotation: {x: 0.37890103, y: -0.000009578614, z: 0.00000008074311, w: 0.92543715} - m_LocalPosition: {x: 0.00061001367, y: 0.002629899, z: 0.05086039} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 601113089} - - {fileID: 1702931364} - - {fileID: 1258143643} - - {fileID: 1323362935} - - {fileID: 145344373} - m_Father: {fileID: 1917362075} - m_RootOrder: 30 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1950240825 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1566097144353924, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1950240826} - - component: {fileID: 1950240827} - m_Layer: 0 - m_Name: Hips - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1950240826 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4077972891607794, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1950240825} - m_LocalRotation: {x: 0.025753748, y: -0.00000022839774, z: 0.000005297063, w: 0.99966836} - m_LocalPosition: {x: 0.0000058771466, y: 0.96751183, z: -0.09615481} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1752288249} - - {fileID: 37814231} - - {fileID: 125841078} - m_Father: {fileID: 53380334} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1950240827 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 114008462852273132, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1950240825} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 76fb895d6d693584eb350ca55b24ce71, type: 3} - m_Name: - m_EditorClassIdentifier: - humanoid: {fileID: 406190701} - hipsBaseHeight: 0 - newSpineIK: 0 - torsoAnimator: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - bodyRotation: 0 - custom: - enabled: 1 - target: {fileID: 0} - sensorTransform: {fileID: 0} - sensor2TargetPosition: {x: 0, y: 0, z: 0} - sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} - sensorComponent: {fileID: 0} - attachedBone: 0 - chest: - name: - boneId: 5 - target: - length: 0 - transform: {fileID: 37474269} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0, y: 0, z: 0, w: 1} - bone: - transform: {fileID: 0} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0, y: 0, z: 0, w: 0} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - spine: - name: - boneId: 2 - target: - length: 0 - transform: {fileID: 125841078} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0, y: 0, z: 0, w: 1} - bone: - transform: {fileID: 0} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0, y: 0, z: 0, w: 0} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - hips: - name: - boneId: 1 - target: - length: 0 - transform: {fileID: 1950240826} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toBoneRotation: {x: 0, y: 0, z: 0, w: 1} - bone: - transform: {fileID: 0} - length: 0.02 - jointLimitations: 0 - maxAngle: 0 - minAngles: {x: 0, y: 0, z: 0} - maxAngles: {x: 0, y: 0, z: 0} - baseRotation: {x: 0, y: 0, z: 0, w: 1} - basePosition: {x: 0, y: 0, z: 0} - toTargetRotation: {x: 0, y: 0, z: 0, w: 0} - rotationVelocity: {x: 0, y: 0, z: 0, w: 0} - velocity: {x: 0, y: 0, z: 0} - hipsTarget: {fileID: 1950240827} - bendingFactor: 1 - torsoLength: 0.5669377 - spine2HipsRotation: {x: 0, y: 0, z: 0, w: 1} ---- !u!1 &1962788797 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1461812210016768, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1962788798} - m_Layer: 0 - m_Name: Default_simple|Finger-5-1_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1962788798 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4407903580427252, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1962788797} - m_LocalRotation: {x: -0.14018516, y: -0.12379975, z: -0.025393834, w: 0.982027} - m_LocalPosition: {x: 0.0000000029802323, y: 0.072082974, z: 0.000000018253923} - m_LocalScale: {x: 0.99999994, y: 0.9999999, z: 1.0000001} - m_Children: - - {fileID: 1642768675} - m_Father: {fileID: 522319786} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1981174276 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1834829123970544, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1981174277} - m_Layer: 0 - m_Name: RightHandIndex2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1981174277 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4417891367142784, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1981174276} - m_LocalRotation: {x: 0.00007056024, y: 0.0021400559, z: 0.03295043, w: 0.9994547} - m_LocalPosition: {x: 0.03181196, y: -0.000000008556526, z: -0.0000001070548} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 776913117} - m_Father: {fileID: 139022767} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1983230753 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1993377973834358, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1983230754} - m_Layer: 0 - m_Name: RightHandLittle2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1983230754 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4432671791840990, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1983230753} - m_LocalRotation: {x: -0.0013953648, y: -0.006946323, z: 0.19694015, w: 0.9803899} - m_LocalPosition: {x: 0.029196661, y: 0.00000007508788, z: -0.00000012706732} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1292259422} - m_Father: {fileID: 583180646} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1987895545 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1371052166256540, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1987895546} - m_Layer: 0 - m_Name: Default_simple|Finger-2-2_L - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1987895546 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4443476381753458, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1987895545} - m_LocalRotation: {x: 0.033016797, y: -0.03491989, z: -0.0006100331, w: 0.99884444} - m_LocalPosition: {x: -0.0000000059604646, y: 0.03181202, z: 0.00000008493662} - m_LocalScale: {x: 0.9999999, y: 0.99999976, z: 1} - m_Children: - - {fileID: 1497208565} - m_Father: {fileID: 1932997794} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1989546788 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1344978707343170, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1989546789} - m_Layer: 0 - m_Name: Default_simple|TongueBase - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1989546789 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4725967988645226, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1989546788} - m_LocalRotation: {x: -0.47926906, y: 0.10446028, z: -0.03200773, w: 0.8708414} - m_LocalPosition: {x: 0.00083714817, y: 0.028252175, z: 0.027737051} - m_LocalScale: {x: 1, y: 1.0000002, z: 1} - m_Children: - - {fileID: 1095196632} - m_Father: {fileID: 401767782} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2005886046 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1975233977049092, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2005886047} - m_Layer: 0 - m_Name: RightHandThumb1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2005886047 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4546925314228116, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2005886046} - m_LocalRotation: {x: 0.06460446, y: -0.15077323, z: -0.38851947, w: 0.9067229} - m_LocalPosition: {x: 0.038734995, y: -0.007538622, z: 0.017603103} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1140573600} - m_Father: {fileID: 1298936130} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2015088586 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1146141617219072, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2015088587} - m_Layer: 0 - m_Name: Default_simple|Spine3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2015088587 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4521098095622184, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2015088586} - m_LocalRotation: {x: 0.267824, y: -6.426498e-25, z: -1.7864311e-25, w: 0.96346784} - m_LocalPosition: {x: -6.8157583e-29, y: 0.13128923, z: 0} - m_LocalScale: {x: 1, y: 0.99999976, z: 0.99999964} - m_Children: - - {fileID: 867783065} - - {fileID: 334783124} - - {fileID: 1253194904} - m_Father: {fileID: 593641258} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2035074772 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1069500936319558, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2035074773} - m_Layer: 0 - m_Name: Right_Cheek - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2035074773 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4450568632235384, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2035074772} - m_LocalRotation: {x: -6.661338e-16, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -3.3386545, y: -2.6963475, z: -0.9558947} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 16 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2053259176 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1401581359391094, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2053259177} - - component: {fileID: 2053259179} - - component: {fileID: 2053259178} - m_Layer: 0 - m_Name: Cube - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2053259177 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4760089760973858, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2053259176} - m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067} - m_LocalPosition: {x: -0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 53380334} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!23 &2053259178 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 23852005006859940, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2053259176} - m_Enabled: 0 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 15932f28e65def049945387d8ce8f70c, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 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 ---- !u!33 &2053259179 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 33012943763188924, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2053259176} - m_Mesh: {fileID: 4300000, guid: fcf9a9e3fb67cb64887a4d17ddc7c85c, type: 3} ---- !u!1 &2083424527 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2083424528} - - component: {fileID: 2083424530} - - component: {fileID: 2083424529} - m_Layer: 0 - m_Name: Image - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2083424528 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2083424527} - m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} - m_Children: [] - m_Father: {fileID: 1554194463} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2083424529 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2083424527} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 3d3a4648e55e230458547326e3875504, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &2083424530 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2083424527} - m_CullTransparentMesh: 0 ---- !u!1 &2105080692 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1497681734929000, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2105080693} - m_Layer: 0 - m_Name: RightHandRing3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2105080693 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4413968871351114, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2105080692} - m_LocalRotation: {x: 0.000000079453436, y: -0.000000109896035, z: 0.000000343753, - w: 1} - m_LocalPosition: {x: 0.021958824, y: -9.895302e-10, z: 0.000000015164801} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1622285761} - m_Father: {fileID: 1901710610} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2111873696 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1875569272415370, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2111873697} - m_Layer: 0 - m_Name: LeftHandRing3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2111873697 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4749625204626208, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2111873696} - m_LocalRotation: {x: -0.00000046222686, y: 0.00000004563479, z: 0.0022659004, w: 0.9999975} - m_LocalPosition: {x: -0.02195906, y: 0.000000056408453, z: 0.000000023034232} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 251685527} - m_Father: {fileID: 1637020787} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2120263779 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1233517525712632, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2120263780} - m_Layer: 0 - m_Name: RightToeBase - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2120263780 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4887052528329802, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2120263779} - m_LocalRotation: {x: -0.0000001341104, y: 0.000000046333277, z: 0.00000005166655, - w: 1} - m_LocalPosition: {x: 0.0050420654, y: -0.07130921, z: 0.11777578} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 627928798} - m_Father: {fileID: 353654649} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2120821687 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1583332134335732, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2120821688} - m_Layer: 0 - m_Name: Default_simple|Finger-3-2_R - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2120821688 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4359433736689700, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2120821687} - m_LocalRotation: {x: -0.098493405, y: -0.09277832, z: -0.02030651, w: 0.9905953} - m_LocalPosition: {x: -0.000000011175871, y: 0.039195336, z: -0.000000030640514} - m_LocalScale: {x: 0.9999998, y: 0.99999976, z: 1} - m_Children: - - {fileID: 590240249} - m_Father: {fileID: 1391756758} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2143439965 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 1240984510626116, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2143439966} - m_Layer: 0 - m_Name: RightUpperEyeLid - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2143439966 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 4648566422830736, guid: 1f5fac54cb798c04588288c31a69c94a, - type: 3} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2143439965} - m_LocalRotation: {x: -0, y: 7.275956e-12, z: -1.4495069e-10, w: 1} - m_LocalPosition: {x: 0.028996069, y: 0.036008652, z: 0.10579835} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1917362075} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Samples~/Visitors/Characters/DefaultPasserAvatar.meta b/Samples~/VisitorsAndSites.meta similarity index 77% rename from Samples~/Visitors/Characters/DefaultPasserAvatar.meta rename to Samples~/VisitorsAndSites.meta index 7369068..477f4db 100644 --- a/Samples~/Visitors/Characters/DefaultPasserAvatar.meta +++ b/Samples~/VisitorsAndSites.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: d7e8d519f532c4845b3af4baad2a37c7 +guid: ff2f1499d2457b941b4b2b3d34187d7f folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Samples~/Sites.meta b/Samples~/VisitorsAndSites/Sites.meta similarity index 100% rename from Samples~/Sites.meta rename to Samples~/VisitorsAndSites/Sites.meta diff --git a/Samples~/Sites/AvatarShop.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop.meta similarity index 100% rename from Samples~/Sites/AvatarShop.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop.meta diff --git a/Samples~/Sites/AvatarShop.unity b/Samples~/VisitorsAndSites/Sites/AvatarShop.unity similarity index 100% rename from Samples~/Sites/AvatarShop.unity rename to Samples~/VisitorsAndSites/Sites/AvatarShop.unity diff --git a/Samples~/Sites/AvatarShop.unity.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop.unity.meta similarity index 100% rename from Samples~/Sites/AvatarShop.unity.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop.unity.meta diff --git a/Samples~/Sites/AvatarShop/Models.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_color.jpg b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_color.jpg similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_color.jpg rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_color.jpg diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_color.jpg.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_color.jpg.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_color.jpg.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_color.jpg.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_high_nm.jpg b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_high_nm.jpg similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_high_nm.jpg rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_high_nm.jpg diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_high_nm.jpg.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_high_nm.jpg.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_high_nm.jpg.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbm/Charity_high_nm.jpg.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbx b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbx similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbx rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbx diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbx.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbx.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbx.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/AutodeskCharity.fbx.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_color.jpg b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_color.jpg similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_color.jpg rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_color.jpg diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_color.jpg.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_color.jpg.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_color.jpg.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_color.jpg.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_high_nm.jpg b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_high_nm.jpg similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_high_nm.jpg rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_high_nm.jpg diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_high_nm.jpg.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_high_nm.jpg.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_high_nm.jpg.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity.fbm/Charity_high_nm.jpg.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_color.jpg b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_color.jpg similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_color.jpg rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_color.jpg diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_color.jpg.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_color.jpg.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_color.jpg.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_color.jpg.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_high_nm.jpg b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_high_nm.jpg similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_high_nm.jpg rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_high_nm.jpg diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_high_nm.jpg.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_high_nm.jpg.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_high_nm.jpg.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Charity_Unity_textures/Charity_high_nm.jpg.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Materials.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Materials.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Materials.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Materials.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Body.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Body.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Body.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Body.mat diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Body.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Body.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Body.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Body.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Eye_trans.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Eye_trans.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Eye_trans.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Eye_trans.mat diff --git a/Samples~/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Eye_trans.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Eye_trans.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Eye_trans.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/AutodeskCharity/Materials/_Eye_trans.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_diffuse.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_diffuse.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_diffuse.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_diffuse.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_diffuse.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_diffuse.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_diffuse.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_diffuse.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_gloss.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_gloss.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_gloss.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_gloss.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_gloss.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_gloss.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_gloss.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_gloss.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_normal.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_normal.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_normal.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_normal.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_normal.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_normal.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_normal.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_normal.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_specular.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_specular.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_specular.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_specular.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_specular.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_specular.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_specular.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Body_specular.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_diffuse.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_diffuse.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_diffuse.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_diffuse.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_diffuse.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_diffuse.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_diffuse.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_diffuse.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_gloss.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_gloss.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_gloss.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_gloss.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_gloss.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_gloss.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_gloss.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_gloss.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_normal.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_normal.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_normal.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_normal.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_normal.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_normal.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_normal.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_normal.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_specular.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_specular.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_specular.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_specular.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_specular.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_specular.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_specular.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Bottom_specular.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_diffuse.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_diffuse.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_diffuse.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_diffuse.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_diffuse.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_diffuse.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_diffuse.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_diffuse.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_gloss.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_gloss.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_gloss.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_gloss.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_gloss.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_gloss.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_gloss.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_gloss.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_normal.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_normal.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_normal.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_normal.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_normal.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_normal.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_normal.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_normal.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_specular.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_specular.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_specular.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_specular.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_specular.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_specular.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_specular.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Hair_specular.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_diffuse.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_diffuse.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_diffuse.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_diffuse.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_diffuse.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_diffuse.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_diffuse.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_diffuse.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_gloss.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_gloss.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_gloss.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_gloss.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_gloss.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_gloss.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_gloss.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_gloss.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_normal.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_normal.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_normal.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_normal.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_normal.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_normal.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_normal.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_normal.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_specular.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_specular.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_specular.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_specular.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_specular.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_specular.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_specular.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Shoes_specular.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_diffuse.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_diffuse.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_diffuse.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_diffuse.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_diffuse.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_diffuse.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_diffuse.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_diffuse.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_gloss.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_gloss.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_gloss.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_gloss.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_gloss.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_gloss.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_gloss.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_gloss.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_normal.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_normal.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_normal.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_normal.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_normal.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_normal.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_normal.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_normal.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_specular.png b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_specular.png similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_specular.png rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_specular.png diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_specular.png.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_specular.png.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_specular.png.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbm/Female_Top_specular.png.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbx b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbx similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbx rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbx diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbx.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbx.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Female.fbx.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Female.fbx.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Bodymat.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Bodymat.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Bodymat.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Bodymat.mat diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Bodymat.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Bodymat.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Bodymat.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Bodymat.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Bottommat.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Bottommat.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Bottommat.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Bottommat.mat diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Bottommat.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Bottommat.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Bottommat.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Bottommat.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Body_diffuse.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Body_diffuse.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Body_diffuse.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Body_diffuse.mat diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Body_diffuse.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Body_diffuse.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Body_diffuse.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Body_diffuse.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Bottom_diffuse.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Bottom_diffuse.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Bottom_diffuse.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Bottom_diffuse.mat diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Bottom_diffuse.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Bottom_diffuse.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Bottom_diffuse.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Bottom_diffuse.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Hair_diffuse.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Hair_diffuse.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Hair_diffuse.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Hair_diffuse.mat diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Hair_diffuse.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Hair_diffuse.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Hair_diffuse.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Hair_diffuse.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Shoes_diffuse.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Shoes_diffuse.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Shoes_diffuse.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Shoes_diffuse.mat diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Shoes_diffuse.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Shoes_diffuse.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Shoes_diffuse.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Shoes_diffuse.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Top_diffuse.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Top_diffuse.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Top_diffuse.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Top_diffuse.mat diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Top_diffuse.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Top_diffuse.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Female_Top_diffuse.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Female_Top_diffuse.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Hairmat.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Hairmat.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Hairmat.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Hairmat.mat diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Hairmat.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Hairmat.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Hairmat.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Hairmat.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Shoesmat.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Shoesmat.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Shoesmat.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Shoesmat.mat diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Shoesmat.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Shoesmat.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Shoesmat.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Shoesmat.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Topmat.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Topmat.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Topmat.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Topmat.mat diff --git a/Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Topmat.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Topmat.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/Mixamo/Materials/Topmat.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/Mixamo/Materials/Topmat.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/SpaceRobotKyle.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/SpaceRobotKyle.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle.meta diff --git a/Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials.meta diff --git a/Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Robot.mat b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Robot.mat similarity index 100% rename from Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Robot.mat rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Robot.mat diff --git a/Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Robot.mat.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Robot.mat.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Robot.mat.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Robot.mat.meta diff --git a/Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures.meta diff --git a/Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Color.tga b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Color.tga similarity index 100% rename from Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Color.tga rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Color.tga diff --git a/Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Color.tga.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Color.tga.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Color.tga.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Color.tga.meta diff --git a/Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Normal.tga b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Normal.tga similarity index 100% rename from Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Normal.tga rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Normal.tga diff --git a/Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Normal.tga.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Normal.tga.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Normal.tga.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Materials/Textures/Robot_Normal.tga.meta diff --git a/Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Robot Kyle.fbx b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Robot Kyle.fbx similarity index 100% rename from Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Robot Kyle.fbx rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Robot Kyle.fbx diff --git a/Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Robot Kyle.fbx.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Robot Kyle.fbx.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Models/SpaceRobotKyle/Robot Kyle.fbx.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Models/SpaceRobotKyle/Robot Kyle.fbx.meta diff --git a/Samples~/Sites/AvatarShop/Resources.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Resources.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Resources.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Resources.meta diff --git a/Samples~/Sites/AvatarShop/Resources/AutodeskCharity.prefab b/Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/AutodeskCharity.prefab similarity index 100% rename from Samples~/Sites/AvatarShop/Resources/AutodeskCharity.prefab rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/AutodeskCharity.prefab diff --git a/Samples~/Sites/AvatarShop/Resources/AutodeskCharity.prefab.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/AutodeskCharity.prefab.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Resources/AutodeskCharity.prefab.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/AutodeskCharity.prefab.meta diff --git a/Samples~/Sites/AvatarShop/Resources/Mixamo.prefab b/Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/Mixamo.prefab similarity index 100% rename from Samples~/Sites/AvatarShop/Resources/Mixamo.prefab rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/Mixamo.prefab diff --git a/Samples~/Sites/AvatarShop/Resources/Mixamo.prefab.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/Mixamo.prefab.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Resources/Mixamo.prefab.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/Mixamo.prefab.meta diff --git a/Samples~/Sites/AvatarShop/Resources/Robot Kyle.prefab b/Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/Robot Kyle.prefab similarity index 100% rename from Samples~/Sites/AvatarShop/Resources/Robot Kyle.prefab rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/Robot Kyle.prefab diff --git a/Samples~/Sites/AvatarShop/Resources/Robot Kyle.prefab.meta b/Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/Robot Kyle.prefab.meta similarity index 100% rename from Samples~/Sites/AvatarShop/Resources/Robot Kyle.prefab.meta rename to Samples~/VisitorsAndSites/Sites/AvatarShop/Resources/Robot Kyle.prefab.meta diff --git a/Samples~/Sites/GroceryStore.unity b/Samples~/VisitorsAndSites/Sites/GroceryStore.unity similarity index 100% rename from Samples~/Sites/GroceryStore.unity rename to Samples~/VisitorsAndSites/Sites/GroceryStore.unity diff --git a/Samples~/Sites/GroceryStore.unity.meta b/Samples~/VisitorsAndSites/Sites/GroceryStore.unity.meta similarity index 100% rename from Samples~/Sites/GroceryStore.unity.meta rename to Samples~/VisitorsAndSites/Sites/GroceryStore.unity.meta diff --git a/Samples~/Sites/ObjectTable.unity b/Samples~/VisitorsAndSites/Sites/ObjectTable.unity similarity index 100% rename from Samples~/Sites/ObjectTable.unity rename to Samples~/VisitorsAndSites/Sites/ObjectTable.unity diff --git a/Samples~/Sites/ObjectTable.unity.meta b/Samples~/VisitorsAndSites/Sites/ObjectTable.unity.meta similarity index 100% rename from Samples~/Sites/ObjectTable.unity.meta rename to Samples~/VisitorsAndSites/Sites/ObjectTable.unity.meta diff --git a/Samples~/Sites/Prefabs.meta b/Samples~/VisitorsAndSites/Sites/Prefabs.meta similarity index 100% rename from Samples~/Sites/Prefabs.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs.meta diff --git a/Samples~/Sites/Prefabs/Audio.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Audio.meta similarity index 100% rename from Samples~/Sites/Prefabs/Audio.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Audio.meta diff --git a/Samples~/Sites/Prefabs/Audio/Gunshot.wav b/Samples~/VisitorsAndSites/Sites/Prefabs/Audio/Gunshot.wav similarity index 100% rename from Samples~/Sites/Prefabs/Audio/Gunshot.wav rename to Samples~/VisitorsAndSites/Sites/Prefabs/Audio/Gunshot.wav diff --git a/Samples~/Sites/Prefabs/Audio/Gunshot.wav.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Audio/Gunshot.wav.meta similarity index 100% rename from Samples~/Sites/Prefabs/Audio/Gunshot.wav.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Audio/Gunshot.wav.meta diff --git a/Samples~/Sites/Prefabs/Gun Clip.prefab b/Samples~/VisitorsAndSites/Sites/Prefabs/Gun Clip.prefab similarity index 100% rename from Samples~/Sites/Prefabs/Gun Clip.prefab rename to Samples~/VisitorsAndSites/Sites/Prefabs/Gun Clip.prefab diff --git a/Samples~/Sites/Prefabs/Gun Clip.prefab.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Gun Clip.prefab.meta similarity index 100% rename from Samples~/Sites/Prefabs/Gun Clip.prefab.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Gun Clip.prefab.meta diff --git a/Samples~/Sites/Prefabs/Gun.prefab b/Samples~/VisitorsAndSites/Sites/Prefabs/Gun.prefab similarity index 100% rename from Samples~/Sites/Prefabs/Gun.prefab rename to Samples~/VisitorsAndSites/Sites/Prefabs/Gun.prefab diff --git a/Samples~/Sites/Prefabs/Gun.prefab.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Gun.prefab.meta similarity index 100% rename from Samples~/Sites/Prefabs/Gun.prefab.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Gun.prefab.meta diff --git a/Samples~/Sites/Prefabs/Mug.prefab b/Samples~/VisitorsAndSites/Sites/Prefabs/Mug.prefab similarity index 100% rename from Samples~/Sites/Prefabs/Mug.prefab rename to Samples~/VisitorsAndSites/Sites/Prefabs/Mug.prefab diff --git a/Samples~/Sites/Prefabs/Mug.prefab.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Mug.prefab.meta similarity index 100% rename from Samples~/Sites/Prefabs/Mug.prefab.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Mug.prefab.meta diff --git a/Samples~/Sites/Prefabs/Possession Receiver.prefab b/Samples~/VisitorsAndSites/Sites/Prefabs/Possession Receiver.prefab similarity index 100% rename from Samples~/Sites/Prefabs/Possession Receiver.prefab rename to Samples~/VisitorsAndSites/Sites/Prefabs/Possession Receiver.prefab diff --git a/Samples~/Sites/Prefabs/Possession Receiver.prefab.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Possession Receiver.prefab.meta similarity index 100% rename from Samples~/Sites/Prefabs/Possession Receiver.prefab.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Possession Receiver.prefab.meta diff --git a/Samples~/Sites/Prefabs/Round Table.prefab b/Samples~/VisitorsAndSites/Sites/Prefabs/Round Table.prefab similarity index 100% rename from Samples~/Sites/Prefabs/Round Table.prefab rename to Samples~/VisitorsAndSites/Sites/Prefabs/Round Table.prefab diff --git a/Samples~/Sites/Prefabs/Round Table.prefab.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Round Table.prefab.meta similarity index 100% rename from Samples~/Sites/Prefabs/Round Table.prefab.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Round Table.prefab.meta diff --git a/Samples~/Sites/Prefabs/Sword.prefab b/Samples~/VisitorsAndSites/Sites/Prefabs/Sword.prefab similarity index 100% rename from Samples~/Sites/Prefabs/Sword.prefab rename to Samples~/VisitorsAndSites/Sites/Prefabs/Sword.prefab diff --git a/Samples~/Sites/Prefabs/Sword.prefab.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Sword.prefab.meta similarity index 100% rename from Samples~/Sites/Prefabs/Sword.prefab.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Sword.prefab.meta diff --git a/Samples~/Sites/Prefabs/Textures.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Textures.meta similarity index 100% rename from Samples~/Sites/Prefabs/Textures.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Textures.meta diff --git a/Samples~/Sites/Prefabs/Textures/Crosshairs.png b/Samples~/VisitorsAndSites/Sites/Prefabs/Textures/Crosshairs.png similarity index 100% rename from Samples~/Sites/Prefabs/Textures/Crosshairs.png rename to Samples~/VisitorsAndSites/Sites/Prefabs/Textures/Crosshairs.png diff --git a/Samples~/Sites/Prefabs/Textures/Crosshairs.png.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Textures/Crosshairs.png.meta similarity index 100% rename from Samples~/Sites/Prefabs/Textures/Crosshairs.png.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Textures/Crosshairs.png.meta diff --git a/Samples~/Sites/Prefabs/Trashcan.prefab b/Samples~/VisitorsAndSites/Sites/Prefabs/Trashcan.prefab similarity index 94% rename from Samples~/Sites/Prefabs/Trashcan.prefab rename to Samples~/VisitorsAndSites/Sites/Prefabs/Trashcan.prefab index 454f4cc..66a65f8 100644 --- a/Samples~/Sites/Prefabs/Trashcan.prefab +++ b/Samples~/VisitorsAndSites/Sites/Prefabs/Trashcan.prefab @@ -90,7 +90,7 @@ MeshRenderer: m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - - {fileID: 2100000, guid: 275c45232837a3d4a9ee32ad99346149, type: 2} + - {fileID: 2100000, guid: f55a91f15ddc78d46ade3f69aa5feb9d, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 @@ -170,7 +170,7 @@ MeshRenderer: m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - - {fileID: 2100000, guid: 621aa4ca84cd6824088baa431f636df5, type: 2} + - {fileID: 2100000, guid: 4548f06e1b1a3c347bf16e59f2068e5f, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 @@ -260,7 +260,7 @@ MonoBehaviour: m_GameObject: {fileID: 1361154700711664} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d1fdf6bb225e95246b0a0a46135637fd, type: 3} + m_Script: {fileID: 11500000, guid: 1c8991f0c3bd0be4984ab90eff16e98d, type: 3} m_Name: m_EditorClassIdentifier: triggerHandlers: @@ -298,24 +298,6 @@ MonoBehaviour: rigidbodyConstant: {fileID: 0} boolInverse: 0 overrideMode: 0 - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: Passer.Destroyer/Destroy - parameters: - - fromEvent: 1 - localProperty: From Event - type: 5 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 leftInputEvents: - id: 0 label: Left Vertical @@ -607,6 +589,6 @@ MonoBehaviour: m_GameObject: {fileID: 1361154700711664} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8a1a6c1d6d2471f4cb6059a524592f12, type: 3} + m_Script: {fileID: 11500000, guid: 66f1263dc17745042986d64d3fc85479, type: 3} m_Name: m_EditorClassIdentifier: diff --git a/Samples~/Sites/Prefabs/Trashcan.prefab.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Trashcan.prefab.meta similarity index 100% rename from Samples~/Sites/Prefabs/Trashcan.prefab.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Trashcan.prefab.meta diff --git a/Samples~/Sites/Prefabs/Trophy.prefab b/Samples~/VisitorsAndSites/Sites/Prefabs/Trophy.prefab similarity index 100% rename from Samples~/Sites/Prefabs/Trophy.prefab rename to Samples~/VisitorsAndSites/Sites/Prefabs/Trophy.prefab diff --git a/Samples~/Sites/Prefabs/Trophy.prefab.meta b/Samples~/VisitorsAndSites/Sites/Prefabs/Trophy.prefab.meta similarity index 100% rename from Samples~/Sites/Prefabs/Trophy.prefab.meta rename to Samples~/VisitorsAndSites/Sites/Prefabs/Trophy.prefab.meta diff --git a/Samples~/Sites/ShootingRange.unity b/Samples~/VisitorsAndSites/Sites/ShootingRange.unity similarity index 100% rename from Samples~/Sites/ShootingRange.unity rename to Samples~/VisitorsAndSites/Sites/ShootingRange.unity diff --git a/Samples~/Sites/ShootingRange.unity.meta b/Samples~/VisitorsAndSites/Sites/ShootingRange.unity.meta similarity index 100% rename from Samples~/Sites/ShootingRange.unity.meta rename to Samples~/VisitorsAndSites/Sites/ShootingRange.unity.meta diff --git a/Samples~/Sites/SiteList.asset b/Samples~/VisitorsAndSites/Sites/SiteList.asset similarity index 100% rename from Samples~/Sites/SiteList.asset rename to Samples~/VisitorsAndSites/Sites/SiteList.asset diff --git a/Samples~/Sites/SiteList.asset.meta b/Samples~/VisitorsAndSites/Sites/SiteList.asset.meta similarity index 100% rename from Samples~/Sites/SiteList.asset.meta rename to Samples~/VisitorsAndSites/Sites/SiteList.asset.meta diff --git a/Samples~/Sites/SocialSpace.unity b/Samples~/VisitorsAndSites/Sites/SocialSpace.unity similarity index 100% rename from Samples~/Sites/SocialSpace.unity rename to Samples~/VisitorsAndSites/Sites/SocialSpace.unity diff --git a/Samples~/Sites/SocialSpace.unity.meta b/Samples~/VisitorsAndSites/Sites/SocialSpace.unity.meta similarity index 100% rename from Samples~/Sites/SocialSpace.unity.meta rename to Samples~/VisitorsAndSites/Sites/SocialSpace.unity.meta diff --git a/Samples~/Sites/Start.unity b/Samples~/VisitorsAndSites/Sites/Start.unity similarity index 76% rename from Samples~/Sites/Start.unity rename to Samples~/VisitorsAndSites/Sites/Start.unity index e246d47..acc0016 100644 --- a/Samples~/Sites/Start.unity +++ b/Samples~/VisitorsAndSites/Sites/Start.unity @@ -121,6 +121,63 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} +--- !u!1001 &24982755 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 1031698180132208, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_Name + value: Trashcan + objectReference: {fileID: 0} + - target: {fileID: 4771669736763168, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 4771669736763168, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_LocalPosition.x + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4771669736763168, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4771669736763168, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4771669736763168, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4771669736763168, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4771669736763168, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4771669736763168, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4771669736763168, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4771669736763168, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4771669736763168, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 147677c2efdfa6d4b85f9d2cfb6dd83a, type: 3} --- !u!1 &46912516 GameObject: m_ObjectHideFlags: 0 @@ -400,58 +457,12 @@ MonoBehaviour: m_GameObject: {fileID: 335397008} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f3f9caadb394b5542bb33fe728ca2ad4, type: 3} + m_Script: {fileID: 11500000, guid: 30aa688ff1be4ec45b922da88c07d164, type: 3} m_Name: m_EditorClassIdentifier: loadSiteAtStart: 0 startSite: - startScene: ---- !u!1 &338917258 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 338917259} - - component: {fileID: 338917260} - m_Layer: 0 - m_Name: Site Navigator - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &338917259 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 338917258} - 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: 1845035522} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &338917260 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 338917258} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: f3f9caadb394b5542bb33fe728ca2ad4, type: 3} - m_Name: - m_EditorClassIdentifier: - loadSiteAtStart: 0 - startSite: - startScene: + startScene: -none- --- !u!1 &448194152 GameObject: m_ObjectHideFlags: 0 @@ -530,170 +541,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 448194152} m_CullTransparentMesh: 0 ---- !u!1001 &527799174 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 1845035522} - m_Modifications: - - target: {fileID: 4041298548937282, guid: 1da531a8a95c70d41986a4dddde17328, type: 3} - propertyPath: m_RootOrder - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 4041298548937282, guid: 1da531a8a95c70d41986a4dddde17328, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4041298548937282, guid: 1da531a8a95c70d41986a4dddde17328, type: 3} - propertyPath: m_LocalPosition.y - value: 1.3 - objectReference: {fileID: 0} - - target: {fileID: 4041298548937282, guid: 1da531a8a95c70d41986a4dddde17328, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4041298548937282, guid: 1da531a8a95c70d41986a4dddde17328, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4041298548937282, guid: 1da531a8a95c70d41986a4dddde17328, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4041298548937282, guid: 1da531a8a95c70d41986a4dddde17328, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4041298548937282, guid: 1da531a8a95c70d41986a4dddde17328, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 1da531a8a95c70d41986a4dddde17328, type: 3} ---- !u!4 &527799175 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4041298548937282, guid: 1da531a8a95c70d41986a4dddde17328, - type: 3} - m_PrefabInstance: {fileID: 527799174} - m_PrefabAsset: {fileID: 0} ---- !u!1 &669597481 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 669597482} - - component: {fileID: 669597485} - - component: {fileID: 669597484} - - component: {fileID: 669597483} - - component: {fileID: 669597486} - m_Layer: 0 - m_Name: Cube - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &669597482 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 669597481} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0.6, z: 0} - m_LocalScale: {x: 0.3, y: 1.2, z: 0.3} - m_Children: [] - m_Father: {fileID: 1845035522} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!23 &669597483 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 669597481} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 6cbba3a789d43564e8ab97b29489a06f, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 1 - 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 ---- !u!65 &669597484 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 669597481} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 2 - m_Size: {x: 1, y: 1, z: 1} - m_Center: {x: 0, y: 0, z: 0} ---- !u!33 &669597485 -MeshFilter: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 669597481} - m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} ---- !u!114 &669597486 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 669597481} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 59fbdf36d3ccc604291afcbbb7b99016, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: [] - teleportRoot: 0 - checkCollision: 0 - movementType: 0 - targetPosRot: 1 - targetTransform: {fileID: 2075206561} - pose: {fileID: 0} - enableAnimators: 1 - unityEvents: - m_PersistentCalls: - m_Calls: [] --- !u!1 &760078894 GameObject: m_ObjectHideFlags: 0 @@ -1198,7 +1045,7 @@ MeshRenderer: m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - - {fileID: 2100000, guid: 621aa4ca84cd6824088baa431f636df5, type: 2} + - {fileID: 2100000, guid: 4548f06e1b1a3c347bf16e59f2068e5f, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 @@ -1255,416 +1102,6 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1148510271 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1148510272} - - component: {fileID: 1148510275} - - component: {fileID: 1148510274} - - component: {fileID: 1148510273} - m_Layer: 0 - m_Name: Socket - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1148510272 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1148510271} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 1.3, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1845035522} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1148510273 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1148510271} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d1fdf6bb225e95246b0a0a46135637fd, type: 3} - m_Name: - m_EditorClassIdentifier: - triggerHandlers: - id: 0 - label: Trigger Event - tooltip: 'Call functions using the trigger collider state - - Parameter: the - GameObject entering the trigger' - eventTypeLabels: - - Never - - On Trigger Enter - - On Trigger Exit - - On Trigger Stay - - On Trigger Empty - - On Trigger Change - - Always - fromEventLabel: - events: - - eventType: 1 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1148510271} - methodName: Passer.Socket/Attach - parameters: - - fromEvent: 1 - localProperty: From Event - type: 5 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - leftInputEvents: - - id: 0 - label: Left Vertical - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 1 - label: Left Horizontal - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 2 - label: Left Stick Button - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 3 - label: Left Button 1 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 4 - label: Left Button 2 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 5 - label: Left Button 3 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 6 - label: Left Button 4 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 7 - label: Left Trigger 1 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 8 - label: Left Trigger 2 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 9 - label: Left Option - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - rightInputEvents: - - id: 0 - label: Right Vertical - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 1 - label: Right Horizontal - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 2 - label: Right Stick Button - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 3 - label: Right Button 1 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 4 - label: Right Button 2 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 5 - label: Right Button 3 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 6 - label: Right Button 4 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 7 - label: Right Trigger 1 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 8 - label: Right Trigger 2 - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: - - id: 9 - label: Right Option - tooltip: - eventTypeLabels: - - Never - - On Press - - On Release - - While Down - - While Up - - On Change - - Continuous - fromEventLabel: - events: [] - defaultParameterProperty: ---- !u!65 &1148510274 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1148510271} - m_Material: {fileID: 0} - m_IsTrigger: 1 - m_Enabled: 1 - serializedVersion: 2 - m_Size: {x: 0.1, y: 0.1, z: 0.1} - m_Center: {x: 0, y: 0, z: 0} ---- !u!114 &1148510275 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1148510271} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 420729d57aa3e734982a265b400401d5, type: 3} - m_Name: - m_EditorClassIdentifier: - attachedPrefab: {fileID: 0} - attachedTransform: {fileID: 0} - attachedHandle: {fileID: 0} - socketTag: Untagged - attachMethod: 0 - destroyOnLoad: 0 - attachEvent: - id: 0 - label: Hold Event - tooltip: 'Call functions using what the socket is holding - - Parameter: the - GameObject held by the socket' - eventTypeLabels: - - Never - - On Attach - - On Release - - While Attached - - While Released - - When Changed - - Always - fromEventLabel: - events: [] --- !u!1 &1229350934 GameObject: m_ObjectHideFlags: 0 @@ -1878,7 +1315,7 @@ MeshRenderer: m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - - {fileID: 2100000, guid: 6cbba3a789d43564e8ab97b29489a06f, type: 2} + - {fileID: 2100000, guid: 64d7781eca699b542a5df49daf52cf9a, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 @@ -1929,12 +1366,12 @@ MonoBehaviour: m_GameObject: {fileID: 1319885355} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 59fbdf36d3ccc604291afcbbb7b99016, type: 3} + m_Script: {fileID: 11500000, guid: 4fd9e8ef4ab40fd4b8cedb997c6c1557, type: 3} m_Name: m_EditorClassIdentifier: m_Delegates: [] teleportRoot: 0 - checkCollision: 0 + checkCollision: 1 movementType: 0 targetPosRot: 1 targetTransform: {fileID: 1640318592} @@ -2391,47 +1828,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1562772844} m_CullTransparentMesh: 0 ---- !u!1001 &1635097569 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 4771669736763168, guid: 1b4c481b3e4fa594980a1129304a25cd, type: 3} - propertyPath: m_RootOrder - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 4771669736763168, guid: 1b4c481b3e4fa594980a1129304a25cd, type: 3} - propertyPath: m_LocalPosition.x - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 4771669736763168, guid: 1b4c481b3e4fa594980a1129304a25cd, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4771669736763168, guid: 1b4c481b3e4fa594980a1129304a25cd, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4771669736763168, guid: 1b4c481b3e4fa594980a1129304a25cd, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4771669736763168, guid: 1b4c481b3e4fa594980a1129304a25cd, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4771669736763168, guid: 1b4c481b3e4fa594980a1129304a25cd, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4771669736763168, guid: 1b4c481b3e4fa594980a1129304a25cd, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 1b4c481b3e4fa594980a1129304a25cd, type: 3} --- !u!1 &1640318591 GameObject: m_ObjectHideFlags: 0 @@ -2462,41 +1858,6 @@ Transform: m_Father: {fileID: 1407433714} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1845035521 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1845035522} - m_Layer: 0 - m_Name: Column Trophy - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!4 &1845035522 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1845035521} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -1, y: 0, z: 2} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 669597482} - - {fileID: 338917259} - - {fileID: 1148510272} - - {fileID: 527799175} - - {fileID: 2075206561} - m_Father: {fileID: 0} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1928735075 GameObject: m_ObjectHideFlags: 0 @@ -2611,7 +1972,6 @@ GameObject: m_Component: - component: {fileID: 1993615570} - component: {fileID: 1993615571} - - component: {fileID: 1993615569} m_Layer: 0 m_Name: Site m_TagString: Untagged @@ -2619,18 +1979,6 @@ GameObject: m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!114 &1993615569 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1993615568} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b33adfd1e657c43458167975d3fa2014, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!4 &1993615570 Transform: m_ObjectHideFlags: 0 @@ -2643,7 +1991,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 4 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1993615571 MonoBehaviour: @@ -2654,42 +2002,9 @@ MonoBehaviour: m_GameObject: {fileID: 1993615568} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4165e8b3ff1b52240a4b769238c24d63, type: 3} + m_Script: {fileID: 11500000, guid: 08889dd893af600478b5cdbf999dfd83, type: 3} m_Name: m_EditorClassIdentifier: - center: {x: 0, y: 0.9, z: 0} - radius: 0.3 - height: 1.8 ---- !u!1 &2075206560 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2075206561} - m_Layer: 0 - m_Name: Teleport Point - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2075206561 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2075206560} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -0.70000005} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1845035522} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &2115695043 GameObject: m_ObjectHideFlags: 0 diff --git a/Samples~/Sites/Start.unity.meta b/Samples~/VisitorsAndSites/Sites/Start.unity.meta similarity index 100% rename from Samples~/Sites/Start.unity.meta rename to Samples~/VisitorsAndSites/Sites/Start.unity.meta diff --git a/Samples~/Visitors.meta b/Samples~/VisitorsAndSites/Visitors.meta similarity index 100% rename from Samples~/Visitors.meta rename to Samples~/VisitorsAndSites/Visitors.meta diff --git a/Samples~/Visitors/Characters.meta b/Samples~/VisitorsAndSites/Visitors/Characters.meta similarity index 100% rename from Samples~/Visitors/Characters.meta rename to Samples~/VisitorsAndSites/Visitors/Characters.meta diff --git a/Samples~/VisitorsAndSites/Visitors/Characters/MakeHuman_simple_TP.fbx b/Samples~/VisitorsAndSites/Visitors/Characters/MakeHuman_simple_TP.fbx new file mode 100644 index 0000000..b22f472 Binary files /dev/null and b/Samples~/VisitorsAndSites/Visitors/Characters/MakeHuman_simple_TP.fbx differ diff --git a/Samples~/VisitorsAndSites/Visitors/Characters/MakeHuman_simple_TP.fbx.meta b/Samples~/VisitorsAndSites/Visitors/Characters/MakeHuman_simple_TP.fbx.meta new file mode 100644 index 0000000..bba2069 --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/Characters/MakeHuman_simple_TP.fbx.meta @@ -0,0 +1,1469 @@ +fileFormatVersion: 2 +guid: 7de88d771dc86f2458fcf6b68b5d7df8 +ModelImporter: + serializedVersion: 19301 + internalIDToNameTable: + - first: + 1: 100000 + second: Default_simple + - first: + 1: 100002 + second: Default_simple|Clavicle_L + - first: + 1: 100004 + second: Default_simple|Clavicle_R + - first: + 1: 100006 + second: Default_simple|Eye_L + - first: + 1: 100008 + second: Default_simple|Eye_R + - first: + 1: 100010 + second: Default_simple|Finger-1-1_L + - first: + 1: 100012 + second: Default_simple|Finger-1-1_R + - first: + 1: 100014 + second: Default_simple|Finger-1-2_L + - first: + 1: 100016 + second: Default_simple|Finger-1-2_R + - first: + 1: 100018 + second: Default_simple|Finger-1-3_L + - first: + 1: 100020 + second: Default_simple|Finger-1-3_R + - first: + 1: 100022 + second: Default_simple|Finger-2-1_L + - first: + 1: 100024 + second: Default_simple|Finger-2-1_R + - first: + 1: 100026 + second: Default_simple|Finger-2-2_L + - first: + 1: 100028 + second: Default_simple|Finger-2-2_R + - first: + 1: 100030 + second: Default_simple|Finger-2-3_L + - first: + 1: 100032 + second: Default_simple|Finger-2-3_R + - first: + 1: 100034 + second: Default_simple|Finger-3-1_L + - first: + 1: 100036 + second: Default_simple|Finger-3-1_R + - first: + 1: 100038 + second: Default_simple|Finger-3-2_L + - first: + 1: 100040 + second: Default_simple|Finger-3-2_R + - first: + 1: 100042 + second: Default_simple|Finger-3-3_L + - first: + 1: 100044 + second: Default_simple|Finger-3-3_R + - first: + 1: 100046 + second: Default_simple|Finger-4-1_L + - first: + 1: 100048 + second: Default_simple|Finger-4-1_R + - first: + 1: 100050 + second: Default_simple|Finger-4-2_L + - first: + 1: 100052 + second: Default_simple|Finger-4-2_R + - first: + 1: 100054 + second: Default_simple|Finger-4-3_L + - first: + 1: 100056 + second: Default_simple|Finger-4-3_R + - first: + 1: 100058 + second: Default_simple|Finger-5-1_L + - first: + 1: 100060 + second: Default_simple|Finger-5-1_R + - first: + 1: 100062 + second: Default_simple|Finger-5-2_L + - first: + 1: 100064 + second: Default_simple|Finger-5-2_R + - first: + 1: 100066 + second: Default_simple|Finger-5-3_L + - first: + 1: 100068 + second: Default_simple|Finger-5-3_R + - first: + 1: 100070 + second: Default_simple|Foot_L + - first: + 1: 100072 + second: Default_simple|Foot_R + - first: + 1: 100074 + second: Default_simple|Hand_L + - first: + 1: 100076 + second: Default_simple|Hand_R + - first: + 1: 100078 + second: Default_simple|Head + - first: + 1: 100080 + second: Default_simple|Hips + - first: + 1: 100082 + second: Default_simple|Jaw + - first: + 1: 100084 + second: Default_simple|LoArm_L + - first: + 1: 100086 + second: Default_simple|LoArm_R + - first: + 1: 100088 + second: Default_simple|LoLeg_L + - first: + 1: 100090 + second: Default_simple|LoLeg_R + - first: + 1: 100092 + second: Default_simple|LoLid_L + - first: + 1: 100094 + second: Default_simple|LoLid_R + - first: + 1: 100096 + second: Default_simple|Neck + - first: + 1: 100098 + second: Default_simple|Palm-1_L + - first: + 1: 100100 + second: Default_simple|Palm-1_R + - first: + 1: 100102 + second: Default_simple|Palm-2_L + - first: + 1: 100104 + second: Default_simple|Palm-2_R + - first: + 1: 100106 + second: Default_simple|Palm-3_L + - first: + 1: 100108 + second: Default_simple|Palm-3_R + - first: + 1: 100110 + second: Default_simple|Palm-4_L + - first: + 1: 100112 + second: Default_simple|Palm-4_R + - first: + 1: 100114 + second: Default_simple|Palm-5_L + - first: + 1: 100116 + second: Default_simple|Palm-5_R + - first: + 1: 100118 + second: Default_simple|Root + - first: + 1: 100120 + second: Default_simple|Spine1 + - first: + 1: 100122 + second: Default_simple|Spine2 + - first: + 1: 100124 + second: Default_simple|Spine3 + - first: + 1: 100126 + second: Default_simple|Toe_L + - first: + 1: 100128 + second: Default_simple|Toe_R + - first: + 1: 100130 + second: Default_simple|TongueBase + - first: + 1: 100132 + second: Default_simple|TongueMid + - first: + 1: 100134 + second: Default_simple|TongueTip + - first: + 1: 100136 + second: Default_simple|UpArm_L + - first: + 1: 100138 + second: Default_simple|UpArm_R + - first: + 1: 100140 + second: Default_simple|UpLeg_L + - first: + 1: 100142 + second: Default_simple|UpLeg_R + - first: + 1: 100144 + second: Default_simple|UpLid_L + - first: + 1: 100146 + second: Default_simple|UpLid_R + - first: + 1: 100148 + second: Default_simple|Wrist-1_L + - first: + 1: 100150 + second: Default_simple|Wrist-1_R + - first: + 1: 100152 + second: Default_simple|Wrist-2_L + - first: + 1: 100154 + second: Default_simple|Wrist-2_R + - first: + 1: 100156 + second: //RootNode + - first: + 1: 100158 + second: MakeHuman_simpleascottkMesh + - first: + 1: 100160 + second: MakeHuman_simpleClassicShoes_gameMesh + - first: + 1: 100162 + second: MakeHuman_simpleJeans_GameMesh + - first: + 1: 100164 + second: MakeHuman_simpleTshirt_longsleeves_gameMesh + - first: + 4: 400000 + second: Default_simple + - first: + 4: 400002 + second: Default_simple|Clavicle_L + - first: + 4: 400004 + second: Default_simple|Clavicle_R + - first: + 4: 400006 + second: Default_simple|Eye_L + - first: + 4: 400008 + second: Default_simple|Eye_R + - first: + 4: 400010 + second: Default_simple|Finger-1-1_L + - first: + 4: 400012 + second: Default_simple|Finger-1-1_R + - first: + 4: 400014 + second: Default_simple|Finger-1-2_L + - first: + 4: 400016 + second: Default_simple|Finger-1-2_R + - first: + 4: 400018 + second: Default_simple|Finger-1-3_L + - first: + 4: 400020 + second: Default_simple|Finger-1-3_R + - first: + 4: 400022 + second: Default_simple|Finger-2-1_L + - first: + 4: 400024 + second: Default_simple|Finger-2-1_R + - first: + 4: 400026 + second: Default_simple|Finger-2-2_L + - first: + 4: 400028 + second: Default_simple|Finger-2-2_R + - first: + 4: 400030 + second: Default_simple|Finger-2-3_L + - first: + 4: 400032 + second: Default_simple|Finger-2-3_R + - first: + 4: 400034 + second: Default_simple|Finger-3-1_L + - first: + 4: 400036 + second: Default_simple|Finger-3-1_R + - first: + 4: 400038 + second: Default_simple|Finger-3-2_L + - first: + 4: 400040 + second: Default_simple|Finger-3-2_R + - first: + 4: 400042 + second: Default_simple|Finger-3-3_L + - first: + 4: 400044 + second: Default_simple|Finger-3-3_R + - first: + 4: 400046 + second: Default_simple|Finger-4-1_L + - first: + 4: 400048 + second: Default_simple|Finger-4-1_R + - first: + 4: 400050 + second: Default_simple|Finger-4-2_L + - first: + 4: 400052 + second: Default_simple|Finger-4-2_R + - first: + 4: 400054 + second: Default_simple|Finger-4-3_L + - first: + 4: 400056 + second: Default_simple|Finger-4-3_R + - first: + 4: 400058 + second: Default_simple|Finger-5-1_L + - first: + 4: 400060 + second: Default_simple|Finger-5-1_R + - first: + 4: 400062 + second: Default_simple|Finger-5-2_L + - first: + 4: 400064 + second: Default_simple|Finger-5-2_R + - first: + 4: 400066 + second: Default_simple|Finger-5-3_L + - first: + 4: 400068 + second: Default_simple|Finger-5-3_R + - first: + 4: 400070 + second: Default_simple|Foot_L + - first: + 4: 400072 + second: Default_simple|Foot_R + - first: + 4: 400074 + second: Default_simple|Hand_L + - first: + 4: 400076 + second: Default_simple|Hand_R + - first: + 4: 400078 + second: Default_simple|Head + - first: + 4: 400080 + second: Default_simple|Hips + - first: + 4: 400082 + second: Default_simple|Jaw + - first: + 4: 400084 + second: Default_simple|LoArm_L + - first: + 4: 400086 + second: Default_simple|LoArm_R + - first: + 4: 400088 + second: Default_simple|LoLeg_L + - first: + 4: 400090 + second: Default_simple|LoLeg_R + - first: + 4: 400092 + second: Default_simple|LoLid_L + - first: + 4: 400094 + second: Default_simple|LoLid_R + - first: + 4: 400096 + second: Default_simple|Neck + - first: + 4: 400098 + second: Default_simple|Palm-1_L + - first: + 4: 400100 + second: Default_simple|Palm-1_R + - first: + 4: 400102 + second: Default_simple|Palm-2_L + - first: + 4: 400104 + second: Default_simple|Palm-2_R + - first: + 4: 400106 + second: Default_simple|Palm-3_L + - first: + 4: 400108 + second: Default_simple|Palm-3_R + - first: + 4: 400110 + second: Default_simple|Palm-4_L + - first: + 4: 400112 + second: Default_simple|Palm-4_R + - first: + 4: 400114 + second: Default_simple|Palm-5_L + - first: + 4: 400116 + second: Default_simple|Palm-5_R + - first: + 4: 400118 + second: Default_simple|Root + - first: + 4: 400120 + second: Default_simple|Spine1 + - first: + 4: 400122 + second: Default_simple|Spine2 + - first: + 4: 400124 + second: Default_simple|Spine3 + - first: + 4: 400126 + second: Default_simple|Toe_L + - first: + 4: 400128 + second: Default_simple|Toe_R + - first: + 4: 400130 + second: Default_simple|TongueBase + - first: + 4: 400132 + second: Default_simple|TongueMid + - first: + 4: 400134 + second: Default_simple|TongueTip + - first: + 4: 400136 + second: Default_simple|UpArm_L + - first: + 4: 400138 + second: Default_simple|UpArm_R + - first: + 4: 400140 + second: Default_simple|UpLeg_L + - first: + 4: 400142 + second: Default_simple|UpLeg_R + - first: + 4: 400144 + second: Default_simple|UpLid_L + - first: + 4: 400146 + second: Default_simple|UpLid_R + - first: + 4: 400148 + second: Default_simple|Wrist-1_L + - first: + 4: 400150 + second: Default_simple|Wrist-1_R + - first: + 4: 400152 + second: Default_simple|Wrist-2_L + - first: + 4: 400154 + second: Default_simple|Wrist-2_R + - first: + 4: 400156 + second: //RootNode + - first: + 4: 400158 + second: MakeHuman_simpleascottkMesh + - first: + 4: 400160 + second: MakeHuman_simpleClassicShoes_gameMesh + - first: + 4: 400162 + second: MakeHuman_simpleJeans_GameMesh + - first: + 4: 400164 + second: MakeHuman_simpleTshirt_longsleeves_gameMesh + - first: + 43: 4300000 + second: MakeHuman_simpleTshirt_longsleeves_gameMesh + - first: + 43: 4300002 + second: MakeHuman_simpleClassicShoes_gameMesh + - first: + 43: 4300004 + second: MakeHuman_simpleJeans_GameMesh + - first: + 43: 4300006 + second: MakeHuman_simpleascottkMesh + - first: + 95: 9500000 + second: //RootNode + - first: + 137: 13700000 + second: MakeHuman_simpleascottkMesh + - first: + 137: 13700002 + second: MakeHuman_simpleClassicShoes_gameMesh + - first: + 137: 13700004 + second: MakeHuman_simpleJeans_GameMesh + - first: + 137: 13700006 + second: MakeHuman_simpleTshirt_longsleeves_gameMesh + externalObjects: {} + materials: + materialImportMode: 1 + materialName: 0 + materialSearch: 1 + materialLocation: 0 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 0.1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importVisibility: 0 + importBlendShapes: 1 + importCameras: 0 + importLights: 0 + fileIdsGeneration: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 2 + normalCalculationMode: 1 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: Default_simple|Root + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|UpLeg_L + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|UpLeg_R + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|LoLeg_L + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|LoLeg_R + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Foot_L + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Foot_R + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Spine1 + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Spine2 + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Neck + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Clavicle_L + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Clavicle_R + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|UpArm_L + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|UpArm_R + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|LoArm_L + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|LoArm_R + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Hand_L + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Hand_R + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Toe_L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Toe_R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Eye_L + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Eye_R + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-1-1_L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-1-2_L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-1-3_L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-2-1_L + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-2-2_L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-2-3_L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-3-1_L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-3-2_L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-3-3_L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-4-1_L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-4-2_L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-4-3_L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-5-1_L + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-5-2_L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-5-3_L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-1-1_R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-1-2_R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-1-3_R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-2-1_R + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-2-2_R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-2-3_R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-3-1_R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-3-2_R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-3-3_R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-4-1_R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-4-2_R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-4-3_R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-5-1_R + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-5-2_R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Default_simple|Finger-5-3_R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: MakeHuman_simple_TP(Clone) + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Default_simple + parentName: MakeHuman_simple_TP(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067} + scale: {x: 1, y: 1, z: 1} + - name: Default_simple|Root + parentName: Default_simple + position: {x: 2.7755599e-18, y: 0.0745567, z: 0.968019} + rotation: {x: 0.7083016, y: 0, z: -0, w: 0.7059099} + scale: {x: 1, y: 1, z: 1} + - name: Default_simple|Hips + parentName: Default_simple|Root + position: {x: -0, y: 0.099871516, z: -0.0000000026077032} + rotation: {x: 0.00020365315, y: -8.9019625e-12, z: 1, w: 0.00000004371139} + scale: {x: 1, y: 1, z: 1} + - name: Default_simple|UpLeg_L + parentName: Default_simple|Hips + position: {x: 0.11306188, y: 0.09605343, z: -0.00769861} + rotation: {x: -0.010425516, y: 0.9985675, z: -0.051403023, w: -0.010583601} + scale: {x: 0.99999994, y: 1.0000001, z: 1.0000001} + - name: Default_simple|LoLeg_L + parentName: Default_simple|UpLeg_L + position: {x: 0.0000000057742002, y: 0.4977098, z: -5.5879357e-10} + rotation: {x: -0.059092857, y: 0.033356853, z: -0.038403418, w: 0.9969557} + scale: {x: 0.9999999, y: 0.99999964, z: 0.99999976} + - name: Default_simple|Foot_L + parentName: Default_simple|LoLeg_L + position: {x: -0.000000007450581, y: 0.3890997, z: 5.5879357e-10} + rotation: {x: -0.48251152, y: -0.11093321, z: 0.06505074, w: 0.8663976} + scale: {x: 0.9999998, y: 0.9999999, z: 1.0000001} + - name: Default_simple|Toe_L + parentName: Default_simple|Foot_L + position: {x: 0.000000009965151, y: 0.1377736, z: -0.0000000011175871} + rotation: {x: 0.071681574, y: 0.8902036, z: -0.25457057, w: -0.37093556} + scale: {x: 1, y: 1.0000001, z: 0.99999994} + - name: Default_simple|UpLeg_R + parentName: Default_simple|Hips + position: {x: -0.1130681, y: 0.09605343, z: -0.007606505} + rotation: {x: 0.010405684, y: 0.99857175, z: -0.0514071, w: 0.010173368} + scale: {x: 1, y: 1.0000001, z: 0.9999999} + - name: Default_simple|LoLeg_R + parentName: Default_simple|UpLeg_R + position: {x: 0.00000001974404, y: 0.49770975, z: -0.0000000057742002} + rotation: {x: -0.05909286, y: -0.033356883, z: 0.038403418, w: 0.9969557} + scale: {x: 1, y: 0.99999976, z: 0.9999999} + - name: Default_simple|Foot_R + parentName: Default_simple|LoLeg_R + position: {x: -0.000000006705523, y: 0.3890997, z: 0.0000000017229468} + rotation: {x: -0.48251155, y: 0.11093323, z: -0.06505075, w: 0.8663976} + scale: {x: 1, y: 1, z: 1.0000002} + - name: Default_simple|Toe_R + parentName: Default_simple|Foot_R + position: {x: -0.0000000014668331, y: 0.13777359, z: 1.8626452e-10} + rotation: {x: -0.07168165, y: 0.8902036, z: -0.2545705, w: 0.37093556} + scale: {x: 1, y: 1.0000001, z: 0.9999999} + - name: Default_simple|Spine1 + parentName: Default_simple|Root + position: {x: -0, y: 0.099871516, z: -0.0000000026077032} + rotation: {x: -0.14465688, y: 1.2476301e-17, z: 1.2434173e-17, w: 0.9894819} + scale: {x: 1, y: 1, z: 1} + - name: Default_simple|Spine2 + parentName: Default_simple|Spine1 + position: {x: -0, y: 0.09838287, z: -0.0000000059604646} + rotation: {x: -0.035034057, y: -1.0045644e-17, z: -1.4468992e-17, w: 0.99938613} + scale: {x: 1, y: 1.0000001, z: 1} + - name: Default_simple|Spine3 + parentName: Default_simple|Spine2 + position: {x: -6.8157583e-29, y: 0.13128923, z: 0} + rotation: {x: 0.267824, y: -6.426498e-25, z: -1.7864311e-25, w: 0.96346784} + scale: {x: 1, y: 0.99999976, z: 0.99999964} + - name: Default_simple|Neck + parentName: Default_simple|Spine3 + position: {x: -2.303967e-29, y: 0.23304668, z: 0} + rotation: {x: -0.04150668, y: -0.0016287738, z: -0.0013519175, w: 0.999136} + scale: {x: 0.99999994, y: 0.9999999, z: 1.0000001} + - name: Default_simple|Head + parentName: Default_simple|Neck + position: {x: 2.3283065e-11, y: 0.10364123, z: -0.00000002982697} + rotation: {x: -0.104866445, y: 0.0025335106, z: 0.0025860115, w: 0.9944798} + scale: {x: 0.9999999, y: 0.99999976, z: 0.9999999} + - name: Default_simple|Jaw + parentName: Default_simple|Head + position: {x: 0.00050111033, y: -0.0028648942, z: 0.05084892} + rotation: {x: 0.92835206, y: -0.0095513165, z: -0.008545598, w: 0.37148112} + scale: {x: 1.0000001, y: 1.0000001, z: 0.9999997} + - name: Default_simple|TongueBase + parentName: Default_simple|Jaw + position: {x: 0.00083714817, y: 0.028252175, z: 0.027737051} + rotation: {x: -0.47926906, y: 0.10446028, z: -0.03200773, w: 0.8708414} + scale: {x: 1, y: 1.0000002, z: 1} + - name: Default_simple|TongueMid + parentName: Default_simple|TongueBase + position: {x: 0.000000035832638, y: 0.029362006, z: 0.0000000346452} + rotation: {x: 0.14691532, y: -0.09825708, z: -0.00031819256, w: 0.98425674} + scale: {x: 1, y: 1, z: 1} + - name: Default_simple|TongueTip + parentName: Default_simple|TongueMid + position: {x: -4.976122e-11, y: 0.023791809, z: 0.000000035814846} + rotation: {x: 0.11951273, y: -0.00022152186, z: -0.000026665808, w: 0.99283266} + scale: {x: 0.9999998, y: 1, z: 0.9999997} + - name: Default_simple|Eye_R + parentName: Default_simple|Head + position: {x: 0.028831, y: 0.024339577, z: 0.10911975} + rotation: {x: 0.6426437, y: 0.30234477, z: 0.33832234, w: 0.6173611} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} + - name: Default_simple|Eye_L + parentName: Default_simple|Head + position: {x: -0.02974893, y: 0.024471104, z: 0.10900164} + rotation: {x: 0.6426399, y: -0.3050372, z: -0.33841923, w: 0.615986} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} + - name: Default_simple|UpLid_R + parentName: Default_simple|Head + position: {x: 0.028831, y: 0.024339577, z: 0.10911975} + rotation: {x: 0.6342448, y: -0.009669192, z: 0.022489285, w: 0.7727447} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} + - name: Default_simple|LoLid_R + parentName: Default_simple|Head + position: {x: 0.028831, y: 0.024339577, z: 0.10911975} + rotation: {x: 0.8102645, y: -0.12922111, z: -0.14214781, w: 0.55368525} + scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002} + - name: Default_simple|UpLid_L + parentName: Default_simple|Head + position: {x: -0.02974893, y: 0.024471104, z: 0.10900164} + rotation: {x: 0.63430923, y: 0.0066882665, z: -0.022945793, w: 0.7727099} + scale: {x: 1.0000001, y: 1, z: 1.0000001} + - name: Default_simple|LoLid_L + parentName: Default_simple|Head + position: {x: -0.02974893, y: 0.024471104, z: 0.10900164} + rotation: {x: 0.8102643, y: 0.1262861, z: 0.14253719, w: 0.5542624} + scale: {x: 1, y: 1, z: 1.0000002} + - name: Default_simple|Clavicle_L + parentName: Default_simple|Spine3 + position: {x: -0.0195459, y: 0.17546915, z: 0.0644887} + rotation: {x: 0.6623768, y: -0.45012143, z: -0.3719145, w: -0.46939042} + scale: {x: 0.9999999, y: 0.9999998, z: 0.9999998} + - name: Default_simple|UpArm_L + parentName: Default_simple|Clavicle_L + position: {x: -0.000000023841858, y: 0.17596607, z: -0.00000010058284} + rotation: {x: 0.027660992, y: -0.020725368, z: 0.122422084, w: 0.99187607} + scale: {x: 1.0000001, y: 1.0000001, z: 1} + - name: Default_simple|LoArm_L + parentName: Default_simple|UpArm_L + position: {x: 0.0000000029802323, y: 0.2096534, z: 0.0000001244247} + rotation: {x: 0.01450704, y: -0.02345194, z: 0.07444137, w: 0.9968441} + scale: {x: 0.99999976, y: 1.0000001, z: 1} + - name: Default_simple|Hand_L + parentName: Default_simple|LoArm_L + position: {x: 0.000000011920929, y: 0.2617354, z: -0.0000000062864274} + rotation: {x: 0.043181416, y: -0.05320051, z: -0.030178789, w: 0.9971933} + scale: {x: 1.0000001, y: 1, z: 0.99999994} + - name: Default_simple|Wrist-1_L + parentName: Default_simple|Hand_L + position: {x: 0.000000053644182, y: 0.000000064074996, z: -0.000000016391278} + rotation: {x: -0.088031374, y: 0.10033041, z: -0.020807764, w: 0.99083364} + scale: {x: 0.99999994, y: 0.9999999, z: 0.99999994} + - name: Default_simple|Palm-2_L + parentName: Default_simple|Wrist-1_L + position: {x: 0.00000000782311, y: 0.036258318, z: -0.000000102818014} + rotation: {x: 0.1070703, y: -0.13619797, z: 0.1609636, w: 0.9716362} + scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001} + - name: Default_simple|Finger-2-1_L + parentName: Default_simple|Palm-2_L + position: {x: 0.000000011920929, y: 0.0782364, z: -0.00000006109476} + rotation: {x: -0.09057315, y: 0.16272993, z: -0.17085303, w: 0.96753544} + scale: {x: 0.9999999, y: 1, z: 0.9999998} + - name: Default_simple|Finger-2-2_L + parentName: Default_simple|Finger-2-1_L + position: {x: -0.0000000059604646, y: 0.03181202, z: 0.00000008493662} + rotation: {x: 0.033016395, y: -0.034922723, z: -0.0006163417, w: 0.9988443} + scale: {x: 0.9999999, y: 0.99999976, z: 1} + - name: Default_simple|Finger-2-3_L + parentName: Default_simple|Finger-2-2_L + position: {x: -0.0000000059604646, y: 0.020972518, z: -0.00000008717179} + rotation: {x: 0.0031949228, y: -0.0025556798, z: -0.009327911, w: 0.99994814} + scale: {x: 1.0000002, y: 1, z: 1.0000001} + - name: Default_simple|Palm-3_L + parentName: Default_simple|Wrist-1_L + position: {x: 0.00000000782311, y: 0.036258318, z: -0.000000102818014} + rotation: {x: 0.13238394, y: -0.15014052, z: 0.02421533, w: 0.9794621} + scale: {x: 1.0000001, y: 1.0000002, z: 1} + - name: Default_simple|Finger-3-1_L + parentName: Default_simple|Palm-3_L + position: {x: 0.000000017881394, y: 0.073648624, z: -0.000000018626451} + rotation: {x: -0.08279746, y: 0.09559904, z: -0.07708242, w: 0.988971} + scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998} + - name: Default_simple|Finger-3-2_L + parentName: Default_simple|Finger-3-1_L + position: {x: 0.0000000044703485, y: 0.039195366, z: -0.000000015553088} + rotation: {x: -0.03778158, y: 0.093188696, z: 0.007786491, w: 0.9949009} + scale: {x: 1.0000001, y: 0.9999998, z: 1.0000002} + - name: Default_simple|Finger-3-3_L + parentName: Default_simple|Finger-3-2_L + position: {x: 0.000000026822091, y: 0.027933901, z: -0.0000000014901161} + rotation: {x: -0.009011901, y: 0.010956692, z: -0.010570687, w: 0.99984354} + scale: {x: 0.9999998, y: 0.99999994, z: 0.99999994} + - name: Default_simple|Wrist-2_L + parentName: Default_simple|Hand_L + position: {x: 0.000000053644182, y: 0.000000064074996, z: -0.000000016391278} + rotation: {x: -0.078733854, y: 0.06174134, z: -0.30221963, w: 0.9479728} + scale: {x: 0.9999998, y: 0.9999999, z: 1} + - name: Default_simple|Palm-4_L + parentName: Default_simple|Wrist-2_L + position: {x: 0.000000011920929, y: 0.040441517, z: -0.00000006482005} + rotation: {x: 0.08196833, y: -0.06387366, z: 0.3053637, w: 0.9465487} + scale: {x: 1, y: 0.9999997, z: 0.9999997} + - name: Default_simple|Finger-4-1_L + parentName: Default_simple|Palm-4_L + position: {x: 0.000000011920929, y: 0.07214911, z: 0.000000006705523} + rotation: {x: -0.048631113, y: 0.065401964, z: -0.070996426, w: 0.99414146} + scale: {x: 0.99999994, y: 1.0000001, z: 1} + - name: Default_simple|Finger-4-2_L + parentName: Default_simple|Finger-4-1_L + position: {x: 0.0000000014901161, y: 0.034748547, z: -0.00000005271286} + rotation: {x: -0.020781247, y: 0.020584289, z: -0.013230967, w: 0.9994846} + scale: {x: 0.9999999, y: 0.99999994, z: 0.9999999} + - name: Default_simple|Finger-4-3_L + parentName: Default_simple|Finger-4-2_L + position: {x: 0.0000000029802323, y: 0.021958875, z: -0.00000012591481} + rotation: {x: -0.023077015, y: 0.021606896, z: 0.0025523978, w: 0.99949694} + scale: {x: 1, y: 1.0000001, z: 0.9999999} + - name: Default_simple|Palm-5_L + parentName: Default_simple|Wrist-2_L + position: {x: 0.000000011920929, y: 0.040441517, z: -0.00000006482005} + rotation: {x: 0.04921134, y: -0.037605654, z: 0.16630279, w: 0.98412776} + scale: {x: 1, y: 1.0000001, z: 0.99999976} + - name: Default_simple|Finger-5-1_L + parentName: Default_simple|Palm-5_L + position: {x: 0.000000008940697, y: 0.07208297, z: -0.0000000052154063} + rotation: {x: -0.05275475, y: 0.1364065, z: 0.09559624, w: 0.98461753} + scale: {x: 0.9999998, y: 0.9999999, z: 1} + - name: Default_simple|Finger-5-2_L + parentName: Default_simple|Finger-5-1_L + position: {x: 0.000000017881394, y: 0.02919662, z: -0.000000044703484} + rotation: {x: 0.03358432, y: -0.18477675, z: -0.00055641157, w: 0.98220634} + scale: {x: 1.0000001, y: 0.9999999, z: 0.9999999} + - name: Default_simple|Finger-5-3_L + parentName: Default_simple|Finger-5-2_L + position: {x: -0.000000029802322, y: 0.013552886, z: -0.000000008940697} + rotation: {x: -0.0853983, y: 0.094036184, z: 0.106551744, w: 0.98615974} + scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999} + - name: Default_simple|Palm-1_L + parentName: Default_simple|Hand_L + position: {x: 0.000000053644182, y: 0.000000064074996, z: -0.000000016391278} + rotation: {x: -0.07861066, y: 0.11250496, z: 0.21354844, w: 0.96724355} + scale: {x: 1, y: 0.99999976, z: 0.9999998} + - name: Default_simple|Finger-1-1_L + parentName: Default_simple|Palm-1_L + position: {x: -0, y: 0.04320998, z: 0.0000000011175871} + rotation: {x: 0.01710976, y: -0.2156474, z: 0.14842948, w: 0.9649727} + scale: {x: 0.99999976, y: 1.0000002, z: 1} + - name: Default_simple|Finger-1-2_L + parentName: Default_simple|Finger-1-1_L + position: {x: -0.00000007152558, y: 0.04319323, z: -0.0000000059604646} + rotation: {x: 0.014328311, y: -0.53529084, z: -0.021783166, w: 0.84426534} + scale: {x: 0.9999999, y: 1.0000001, z: 0.99999976} + - name: Default_simple|Finger-1-3_L + parentName: Default_simple|Finger-1-2_L + position: {x: 0.000000110268594, y: 0.03422841, z: -0.000000026077032} + rotation: {x: -0.22828908, y: 0.05974261, z: 0.032998517, w: 0.97119826} + scale: {x: 1, y: 1.0000002, z: 1.0000002} + - name: Default_simple|Clavicle_R + parentName: Default_simple|Spine3 + position: {x: 0.0195458, y: 0.17546915, z: 0.0644887} + rotation: {x: 0.6623769, y: 0.45012134, z: 0.37191454, w: -0.46939024} + scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994} + - name: Default_simple|UpArm_R + parentName: Default_simple|Clavicle_R + position: {x: 0.000000017881394, y: 0.17596617, z: -0.000000008195639} + rotation: {x: 0.027660996, y: 0.020725444, z: -0.122422144, w: 0.9918761} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: Default_simple|LoArm_R + parentName: Default_simple|UpArm_R + position: {x: -0.000000007450581, y: 0.20965336, z: 0.00000013932586} + rotation: {x: 0.014506994, y: 0.023451881, z: -0.074441314, w: 0.99684405} + scale: {x: 0.9999998, y: 0.99999994, z: 0.99999994} + - name: Default_simple|Hand_R + parentName: Default_simple|LoArm_R + position: {x: -0.00000001564622, y: 0.26173544, z: 0.00000002370216} + rotation: {x: 0.04318142, y: 0.05320051, z: 0.030178793, w: 0.9971933} + scale: {x: 1, y: 0.99999994, z: 0.9999999} + - name: Default_simple|Wrist-1_R + parentName: Default_simple|Hand_R + position: {x: -0.000000011920929, y: 0.00000007003546, z: -0.00000007972121} + rotation: {x: -0.088031374, y: -0.10033041, z: 0.020807767, w: 0.99083364} + scale: {x: 1, y: 1, z: 0.9999999} + - name: Default_simple|Palm-2_R + parentName: Default_simple|Wrist-1_R + position: {x: 0.0000000018626451, y: 0.036258247, z: 0.0000000029802323} + rotation: {x: 0.10707028, y: 0.13619792, z: -0.16096357, w: 0.9716362} + scale: {x: 0.99999994, y: 0.9999998, z: 1} + - name: Default_simple|Finger-2-1_R + parentName: Default_simple|Palm-2_R + position: {x: -0.0000000059604646, y: 0.0782364, z: -0.000000054761767} + rotation: {x: -0.09057315, y: -0.16273017, z: 0.17085277, w: 0.9675354} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: Default_simple|Finger-2-2_R + parentName: Default_simple|Finger-2-1_R + position: {x: -0.000000020861625, y: 0.031811982, z: 0.00000013411045} + rotation: {x: 0.0330164, y: 0.03492272, z: 0.00061634195, w: 0.9988443} + scale: {x: 0.9999999, y: 0.99999976, z: 1} + - name: Default_simple|Finger-2-3_R + parentName: Default_simple|Finger-2-2_R + position: {x: 0.0000000059604646, y: 0.020972481, z: 0.000000032037498} + rotation: {x: 0.003194927, y: 0.002555683, z: 0.009327909, w: 0.99994814} + scale: {x: 1.0000002, y: 0.99999994, z: 1} + - name: Default_simple|Palm-3_R + parentName: Default_simple|Wrist-1_R + position: {x: 0.0000000018626451, y: 0.036258247, z: 0.0000000029802323} + rotation: {x: 0.13238394, y: 0.15014051, z: -0.024215339, w: 0.9794621} + scale: {x: 1, y: 0.9999998, z: 0.99999994} + - name: Default_simple|Finger-3-1_R + parentName: Default_simple|Palm-3_R + position: {x: 0.000000011920929, y: 0.0736487, z: -0.00000001564622} + rotation: {x: -0.08279651, y: -0.09559908, z: 0.07708012, w: 0.98897135} + scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994} + - name: Default_simple|Finger-3-2_R + parentName: Default_simple|Finger-3-1_R + position: {x: -0.000000011175871, y: 0.039195336, z: -0.000000030640514} + rotation: {x: -0.037786745, y: -0.09318863, z: -0.0077862237, w: 0.99490076} + scale: {x: 0.9999998, y: 0.99999976, z: 1} + - name: Default_simple|Finger-3-3_R + parentName: Default_simple|Finger-3-2_R + position: {x: -0, y: 0.027933894, z: -0.0000000014901161} + rotation: {x: -0.009011891, y: -0.010956677, z: 0.010570689, w: 0.99984354} + scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994} + - name: Default_simple|Wrist-2_R + parentName: Default_simple|Hand_R + position: {x: -0.000000011920929, y: 0.00000007003546, z: -0.00000007972121} + rotation: {x: -0.07873385, y: -0.06174133, z: 0.30221963, w: 0.9479728} + scale: {x: 0.99999976, y: 0.9999998, z: 1} + - name: Default_simple|Palm-4_R + parentName: Default_simple|Wrist-2_R + position: {x: -0.000000059604645, y: 0.040441547, z: 0.00000015720725} + rotation: {x: 0.08196832, y: 0.06387364, z: -0.3053637, w: 0.9465487} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999998} + - name: Default_simple|Finger-4-1_R + parentName: Default_simple|Palm-4_R + position: {x: -0.00000003576279, y: 0.07214912, z: -0.00000006482005} + rotation: {x: -0.048630048, y: -0.06540221, z: 0.07099508, w: 0.9941416} + scale: {x: 0.9999997, y: 1.0000002, z: 0.99999994} + - name: Default_simple|Finger-4-2_R + parentName: Default_simple|Finger-4-1_R + position: {x: -0.0000000029802323, y: 0.034748603, z: -0.000000009313226} + rotation: {x: -0.020781247, y: -0.020584293, z: 0.0132309655, w: 0.9994846} + scale: {x: 1, y: 0.99999994, z: 1.0000001} + - name: Default_simple|Finger-4-3_R + parentName: Default_simple|Finger-4-2_R + position: {x: -0.0000000029802323, y: 0.021958834, z: 0.000000011920929} + rotation: {x: -0.023077015, y: -0.0216069, z: -0.0025523964, w: 0.99949694} + scale: {x: 0.99999994, y: 1.0000001, z: 0.99999976} + - name: Default_simple|Palm-5_R + parentName: Default_simple|Wrist-2_R + position: {x: -0.000000059604645, y: 0.040441547, z: 0.00000015720725} + rotation: {x: 0.04921133, y: 0.037605647, z: -0.16630279, w: 0.98412776} + scale: {x: 1.0000001, y: 1.0000001, z: 0.9999998} + - name: Default_simple|Finger-5-1_R + parentName: Default_simple|Palm-5_R + position: {x: 0.0000000029802323, y: 0.072082974, z: 0.000000018253923} + rotation: {x: -0.052751854, y: -0.13640705, z: -0.095598385, w: 0.9846174} + scale: {x: 0.99999994, y: 0.9999999, z: 1.0000001} + - name: Default_simple|Finger-5-2_R + parentName: Default_simple|Finger-5-1_R + position: {x: -0.000000017881394, y: 0.029196614, z: -0.0000000834465} + rotation: {x: 0.033574857, y: 0.18477683, z: 0.00055497483, w: 0.9822067} + scale: {x: 1.0000001, y: 0.9999999, z: 0.9999998} + - name: Default_simple|Finger-5-3_R + parentName: Default_simple|Finger-5-2_R + position: {x: 0.0000000059604646, y: 0.013552903, z: 0.000000117719175} + rotation: {x: -0.085398294, y: -0.094036184, z: -0.10655173, w: 0.98615974} + scale: {x: 0.9999999, y: 0.99999994, z: 0.99999994} + - name: Default_simple|Palm-1_R + parentName: Default_simple|Hand_R + position: {x: -0.000000011920929, y: 0.00000007003546, z: -0.00000007972121} + rotation: {x: -0.078610666, y: -0.11250499, z: -0.21354845, w: 0.96724355} + scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999} + - name: Default_simple|Finger-1-1_R + parentName: Default_simple|Palm-1_R + position: {x: -0.0000000059604646, y: 0.043209907, z: -0.00000003874302} + rotation: {x: 0.01711159, y: 0.21564732, z: -0.14843115, w: 0.96497244} + scale: {x: 0.99999976, y: 1, z: 1} + - name: Default_simple|Finger-1-2_R + parentName: Default_simple|Finger-1-1_R + position: {x: 0.000000008940697, y: 0.043193217, z: -0.00000005066395} + rotation: {x: 0.014330127, y: 0.5352907, z: 0.021789245, w: 0.8442653} + scale: {x: 1, y: 0.9999999, z: 0.9999999} + - name: Default_simple|Finger-1-3_R + parentName: Default_simple|Finger-1-2_R + position: {x: 0.00000012117671, y: 0.03422847, z: -0.00000004172325} + rotation: {x: -0.22828919, y: -0.059742626, z: -0.03299853, w: 0.97119826} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: MakeHuman_simpleascottkMesh + parentName: MakeHuman_simple_TP(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: MakeHuman_simpleClassicShoes_gameMesh + parentName: MakeHuman_simple_TP(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: MakeHuman_simpleJeans_GameMesh + parentName: MakeHuman_simple_TP(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: MakeHuman_simpleTshirt_longsleeves_gameMesh + parentName: MakeHuman_simple_TP(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 0.1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Samples~/VisitorsAndSites/Visitors/Characters/Materials.meta b/Samples~/VisitorsAndSites/Visitors/Characters/Materials.meta new file mode 100644 index 0000000..239bff7 --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/Characters/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 285bea8feec48314ea3b03d759d8b989 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_ClassicShoes.mat b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_ClassicShoes.mat new file mode 100644 index 0000000..34fab9a --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_ClassicShoes.mat @@ -0,0 +1,77 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: MakeHuman_ClassicShoes + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _ALPHAPREMULTIPLY_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 3 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 0 + m_Colors: + - _Color: {r: 0.1, g: 0.1, b: 0.1, a: 0.9} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Samples~/Visitors/Characters/DefaultPasserAvatar/DefaultPasserAvatar.prefab.meta b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_ClassicShoes.mat.meta similarity index 52% rename from Samples~/Visitors/Characters/DefaultPasserAvatar/DefaultPasserAvatar.prefab.meta rename to Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_ClassicShoes.mat.meta index 1080f42..105e52a 100644 --- a/Samples~/Visitors/Characters/DefaultPasserAvatar/DefaultPasserAvatar.prefab.meta +++ b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_ClassicShoes.mat.meta @@ -1,8 +1,8 @@ fileFormatVersion: 2 -guid: 4c6d92c8c15b9004893eb1ec4c91ad2f +guid: 8baecd572ba25b3489b2eae005912291 NativeFormatImporter: externalObjects: {} - mainObjectFileID: 0 + mainObjectFileID: 2100000 userData: - assetBundleName: possessions + assetBundleName: assetBundleVariant: diff --git a/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Jeans.mat b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Jeans.mat new file mode 100644 index 0000000..72bbb26 --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Jeans.mat @@ -0,0 +1,77 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: MakeHuman_Jeans + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _ALPHAPREMULTIPLY_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 3 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 0 + m_Colors: + - _Color: {r: 0.0426, g: 0.0557, b: 0.2079, a: 0.9574} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Jeans.mat.meta b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Jeans.mat.meta new file mode 100644 index 0000000..5de08a9 --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Jeans.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d40262ac1b5e7c9489157ec5005172d7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Longsleeve.mat b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Longsleeve.mat new file mode 100644 index 0000000..f2bece5 --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Longsleeve.mat @@ -0,0 +1,77 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: MakeHuman_Longsleeve + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _ALPHAPREMULTIPLY_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 3 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 0 + m_Colors: + - _Color: {r: 0.8, g: 0.8, b: 0.8, a: 0.19999999} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Longsleeve.mat.meta b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Longsleeve.mat.meta new file mode 100644 index 0000000..a2ec845 --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Longsleeve.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f0c0d9ee232539940bd0386ec75f9506 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Skin.mat b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Skin.mat new file mode 100644 index 0000000..b60adf2 --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Skin.mat @@ -0,0 +1,77 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: MakeHuman_Skin + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _ALPHAPREMULTIPLY_ON + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 3 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 0 + m_Colors: + - _Color: {r: 0.8, g: 0.54, b: 0.35, a: 0.19999999} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Skin.mat.meta b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Skin.mat.meta new file mode 100644 index 0000000..c2dee5b --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/Characters/Materials/MakeHuman_Skin.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f2847c31500892d4aa5730bb94ff378d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Samples~/VisitorsAndSites/Visitors/HumanoidVisitor Desktop.unity b/Samples~/VisitorsAndSites/Visitors/HumanoidVisitor Desktop.unity new file mode 100644 index 0000000..5090123 --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/HumanoidVisitor Desktop.unity @@ -0,0 +1,11487 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.3731193, g: 0.38073996, b: 0.35872698, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_GIWorkflowMode: 0 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 1 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 0 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_UseShadowmask: 1 +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &6020513 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6020514} + m_Layer: 0 + m_Name: Real World + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6020514 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6020513} + 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: 406190702} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &43157953 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 43157954} + m_Layer: 0 + m_Name: LeftUpLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &43157954 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 43157953} + m_LocalRotation: {x: 0.00645711, y: 0.0014565397, z: -0.026247267, w: -0.99963355} + m_LocalPosition: {x: -0.11306503, y: 0.0038180987, z: -0.0076525463} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 306204549} + m_Father: {fileID: 1342240993} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &45235756 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 45235757} + m_Layer: 0 + m_Name: LeftHandRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &45235757 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 45235756} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.04567215, y: 0.007352142, z: -0.0017597537} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 576893250} + m_Father: {fileID: 556404547} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &54809800 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 54809801} + m_Layer: 0 + m_Name: Spine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &54809801 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 54809800} + m_LocalRotation: {x: -0.14465712, y: -2.1299905e-18, z: 1.456954e-17, w: 0.98948187} + m_LocalPosition: {x: 0, y: 0.099871434, z: 0.0000000038999133} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1801003896} + m_Father: {fileID: 1342240993} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &64492081 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 64492082} + m_Layer: 0 + m_Name: RightToeBase_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &64492082 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 64492081} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.14564738, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1437378155} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &70403910 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 70403911} + - component: {fileID: 70403912} + m_Layer: 0 + m_Name: Interaction Pointer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &70403911 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 70403910} + m_LocalRotation: {x: 0, y: 0.7071068, z: -0.000000061817246, w: -0.7071068} + m_LocalPosition: {x: -0.21, y: -0.02, z: 0.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1703984715} + m_Father: {fileID: 863530833} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &70403912 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 70403910} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7c2edd1df6fd02a41a7649912f199815, type: 3} + m_Name: + m_EditorClassIdentifier: + active: 0 + timedClick: 0 + focusPointObj: {fileID: 1703984714} + objectInFocus: {fileID: 0} + rayType: 0 + maxDistance: 10 + resolution: 0.2 + speed: 3 + radius: 0.1 + focusEvent: + id: 0 + label: Focus Event + tooltip: 'Call functions using the current focus + + Parameter: the Object + in Focus' + eventTypeLabels: [] + fromEventLabel: + events: [] + focusPointEvent: + id: 1 + label: Focus Point Event + tooltip: 'Call functions using the current focus point + + Parameter: the + position of the focus point' + eventTypeLabels: [] + fromEventLabel: + events: [] + clickEvent: + id: 2 + label: Click Event + tooltip: 'Call functions using the clicking status + + Parameter: the Object + in Focus when clicking' + eventTypeLabels: [] + fromEventLabel: + events: [] + activeEvent: + eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 +--- !u!1 &70717875 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 70717876} + m_Layer: 0 + m_Name: LeftHandThumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &70717876 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 70717875} + m_LocalRotation: {x: 0.06460373, y: 0.15077275, z: 0.38851693, w: 0.9067241} + m_LocalPosition: {x: -0.03873508, y: -0.0075387615, z: 0.01760323} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1521403434} + m_Father: {fileID: 556404547} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &78894025 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 78894026} + m_Layer: 0 + m_Name: RightHandRing4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &78894026 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 78894025} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.025169373, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2028113983} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &125018019 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 125018020} + m_Layer: 0 + m_Name: RightHandIndex4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &125018020 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 125018019} + m_LocalRotation: {x: 0.0000000011378876, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.024410933, y: -0.002639923, z: -0.0001821129} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 243850797} + m_Father: {fileID: 1574765228} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &150031986 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 150031987} + m_Layer: 0 + m_Name: RightHandRing3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &150031987 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 150031986} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.021958912, y: 0.0000000061777428, z: 0.0000000042420254} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2028113983} + m_Father: {fileID: 1430034255} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &168375711 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 168375712} + m_Layer: 0 + m_Name: RightHandThumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &168375712 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 168375711} + m_LocalRotation: {x: -0.008992237, y: -0.02461422, z: 0.3430319, w: 0.9389581} + m_LocalPosition: {x: 0.043193247, y: 0.000000022351742, z: -0.0000000057043508} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 610479810} + m_Father: {fileID: 659906141} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &227197579 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 227197580} + m_Layer: 0 + m_Name: RightHandIndex1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &227197580 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 227197579} + m_LocalRotation: {x: -0.0054981266, y: 0.049288616, z: -0.113639936, w: 0.9922834} + m_LocalPosition: {x: 0.06687912, y: -0.012180703, z: -0.0064183045} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1272244734} + m_Father: {fileID: 1052059310} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &243850796 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 243850797} + m_Layer: 0 + m_Name: RightHandIndex4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &243850797 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 243850796} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.024553984, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 125018020} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &258388182 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 258388183} + m_Layer: 0 + m_Name: LeftHandIndex2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &258388183 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 258388182} + m_LocalRotation: {x: 0.00007039679, y: -0.0021356225, z: -0.032948554, w: 0.9994548} + m_LocalPosition: {x: -0.0318122, y: -0.000000017200364, z: 0.000000028010618} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 350577121} + m_Father: {fileID: 941025115} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &271428294 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 271428298} + - component: {fileID: 271428297} + - component: {fileID: 271428296} + - component: {fileID: 271428295} + m_Layer: 0 + m_Name: Plane + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &271428295 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 271428294} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &271428296 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 271428294} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + 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 +--- !u!33 &271428297 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 271428294} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &271428298 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 271428294} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &291436759 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 291436760} + m_Layer: 0 + m_Name: LeftToeBase_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &291436760 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 291436759} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.14564738, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 820417796} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &306204548 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 306204549} + m_Layer: 0 + m_Name: LeftLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &306204549 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 306204548} + m_LocalRotation: {x: 0.07048519, y: 0.000000008032655, z: -4.981756e-10, w: 0.9975129} + m_LocalPosition: {x: 0, y: -0.49770987, z: 0.000000033527613} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 503480753} + m_Father: {fileID: 43157954} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &326639800 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 326639802} + - component: {fileID: 326639801} + m_Layer: 0 + m_Name: Target Rig + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!95 &326639801 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 326639800} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: 0ef46fdec482c674c8bd176e0b18d448, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 1 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!4 &326639802 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 326639800} + 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: 1926889927} + - {fileID: 1342240993} + m_Father: {fileID: 406190702} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &342315004 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 342315005} + m_Layer: 0 + m_Name: LeftHandLittle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &342315005 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 342315004} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.042913206, y: 0.006371307, z: -0.016307002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 675595218} + m_Father: {fileID: 556404547} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &343822769 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 343822770} + m_Layer: 0 + m_Name: RightHandMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &343822770 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 343822769} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04592308, y: 0.0070201107, z: 0.010279321} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 901613376} + m_Father: {fileID: 1732119031} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &350577120 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 350577121} + m_Layer: 0 + m_Name: LeftHandIndex3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &350577121 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 350577120} + m_LocalRotation: {x: -1.517253e-39, y: 1.8611566e-24, z: 0.000000097100354, w: 1} + m_LocalPosition: {x: -0.020972572, y: -0.0000000010625172, z: -0.000000016159737} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 985663891} + m_Father: {fileID: 258388183} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &371312889 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 371312890} + m_Layer: 0 + m_Name: Head_End + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &371312890 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 371312889} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 1.5254398e-16, y: 0.16325943, z: -2.58904e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1275684680} + m_Father: {fileID: 840202824} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &378023154 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 378023155} + m_Layer: 0 + m_Name: Hand Palm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &378023155 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 378023154} + m_LocalRotation: {x: -0.31734905, y: -0.68040276, z: -0.34091663, w: 0.56578934} + m_LocalPosition: {x: 0.005740938, y: 0.08732491, z: -0.023439249} + m_LocalScale: {x: 1.0000002, y: 1.0000005, z: 1.0000008} + m_Children: [] + m_Father: {fileID: 587632955} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &389100084 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 389100085} + m_Layer: 0 + m_Name: RightHandMiddle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &389100085 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 389100084} + m_LocalRotation: {x: 2.571394e-39, y: -2.1196503e-24, z: -0.0000000889553, w: 1} + m_LocalPosition: {x: 0.027934022, y: 0.000000003979949, z: -0.000000022161544} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1816589898} + m_Father: {fileID: 1098450101} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &406190697 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 1003187176396958, guid: 1f5fac54cb798c04588288c31a69c94a, + type: 3} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 406190702} + - component: {fileID: 406190701} + - component: {fileID: 406190700} + - component: {fileID: 406190707} + - component: {fileID: 406190699} + - component: {fileID: 406190698} + - component: {fileID: 406190703} + - component: {fileID: 406190705} + - component: {fileID: 406190706} + - component: {fileID: 406190704} + m_Layer: 0 + m_Name: HumanoidVisitor + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &406190698 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2155a4c2d238ebe419b9a2e97fa74e43, type: 3} + m_Name: + m_EditorClassIdentifier: + keyboardHandlers: + - id: 0 + label: + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 1 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 1920379519} + methodName: ToggleActive/Toggle + parameters: + - fromEvent: 1 + localProperty: From Event + type: 0 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + keyCode: 27 + - id: 1 + label: + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 1 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 406190697} + methodName: Passer.SiteNavigator/ReloadSite + parameters: + - fromEvent: 1 + localProperty: From Event + type: 0 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + keyCode: 286 + - id: 2 + label: + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 1 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 406190697} + methodName: Passer.SiteNavigator/GoBack + parameters: + - fromEvent: 1 + localProperty: From Event + type: 0 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + keyCode: 8 +--- !u!114 &406190699 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c94f15b4311749343b4cb5d6a56bec59, type: 3} + m_Name: + m_EditorClassIdentifier: + shown: 1 +--- !u!114 &406190700 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 114262253121122728, guid: 1f5fac54cb798c04588288c31a69c94a, + type: 3} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: db813424629662a42ac8ec7f8fbfd7ce, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + fingerMovements: 1 + gameController: 0 + leftInputEvents: + - id: 0 + label: Stick Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 6 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 406190697} + methodName: Passer.Humanoid.HumanoidControl/MoveForward + parameters: + - fromEvent: 1 + localProperty: From Event + type: 1 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: leftStickVertical + - id: 1 + label: Stick Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 6 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 406190697} + methodName: Passer.Humanoid.HumanoidControl/MoveSideward + parameters: + - fromEvent: 1 + localProperty: From Event + type: 1 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: leftStickHorizontal + - id: 2 + label: Stick Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 3 + label: Touchpad Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: leftTouchpadVertical + - id: 4 + label: Touchpad Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: leftTouchpadHorizontal + - id: 5 + label: Touchpad Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 6 + label: Button 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 70403910} + methodName: InteractionPointer/Activation + parameters: + - fromEvent: 1 + localProperty: From Event + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 7 + label: Button 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 8 + label: Button 3 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 9 + label: Button 4 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 10 + label: Trigger 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 70403910} + methodName: InteractionPointer/Click + parameters: + - fromEvent: 1 + localProperty: From Event + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 11 + label: Trigger 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 12 + label: Option + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + rightInputEvents: + - id: 0 + label: Stick Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 1 + label: Stick Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 2 + label: Stick Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 3 + label: Touchpad Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 4 + label: Touchpad Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 5 + label: Touchpad Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 6 + label: Button 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 1452470659} + methodName: InteractionPointer/Activation + parameters: + - fromEvent: 1 + localProperty: From Event + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 7 + label: Button 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 8 + label: Button 3 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 9 + label: Button 4 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 10 + label: Trigger 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 1452470659} + methodName: InteractionPointer/Click + parameters: + - fromEvent: 1 + localProperty: From Event + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 11 + label: Trigger 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 12 + label: Option + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: +--- !u!114 &406190701 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 114146988969048474, guid: 1f5fac54cb798c04588288c31a69c94a, + type: 3} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b8af60788a29495468933ff82a4527ba, type: 3} + m_Name: + m_EditorClassIdentifier: + path: es/com.passervr.humanoidcontrol_free/Runtime/HumanoidFree/Scripts/ + headTarget: {fileID: 461606206} + leftHandTarget: {fileID: 863530832} + rightHandTarget: {fileID: 1521805286} + hipsTarget: {fileID: 1607455710} + leftFootTarget: {fileID: 1205176002} + rightFootTarget: {fileID: 1222757461} + primaryTarget: 0 + targetsRig: {fileID: 326639801} + showTargetRig: 0 + avatarRig: {fileID: 587632938} + showAvatarRig: 1 + avatarNeckHeight: 0 + showMuscleTension: 0 + calculateBodyPose: 1 + animatorEnabled: 1 + animatorController: {fileID: 0} + pose: {fileID: 0} + editPose: 0 + remoteAvatar: {fileID: 0} + playerType: 0 + syncRootTransform: 1 + remoteTrackerIpAddress: + humanoidId: 0 + showRealObjects: 0 + _showSkeletons: 0 + physics: 1 + useGravity: 1 + generateColliders: 1 + haptics: 0 + startPosition: 0 + scaling: 1 + calibrateAtStart: 0 + dontDestroyOnLoad: 1 + disconnectInstances: 0 + gameControllerEnabled: 1 + gameControllerIndex: 0 + gameController: 0 + unityXR: + enabled: 0 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 406190701} + leapTracker: + enabled: 1 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 406190701} + isHeadMounted: 0 + custom: + enabled: 0 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 406190701} + forwardSpeed: 1 + backwardSpeed: 0.6 + sidewardSpeed: 1 + maxAcceleration: 1 + rotationSpeed: 60 + stepOffset: 0.3 + proximitySpeed: 0 + proximitySpeedRate: 0.8 + bodyPull: 0 + velocity: {x: 0, y: 0, z: 0} + targetVelocity: {x: 0, y: 0, z: 0} + acceleration: {x: 0, y: 0, z: 0} + turningVelocity: 0 + triggerEntered: 0 + collided: 0 + hitNormal: {x: 0, y: 0, z: 0} + humanoidRigidbody: {fileID: 0} + characterRigidbody: {fileID: 0} + bodyCapsule: {fileID: 0} + bodyCollider: {fileID: 0} + ground: {fileID: 0} + groundVelocity: {x: 0, y: 0, z: 0} + groundAngularVelocity: 0 + useLegLengthCorrection: 0 + animatorParameterForward: + animatorParameterSideward: + animatorParameterRotation: + animatorParameterHeight: + animatorParameterForwardIndex: 0 + animatorParameterSidewardIndex: 0 + animatorParameterRotationIndex: 0 + animatorParameterHeightIndex: 0 + isRemote: 0 + nwId: 0 + id: -1 +--- !u!4 &406190702 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 4968286101144654, guid: 1f5fac54cb798c04588288c31a69c94a, + type: 3} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + 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: 461606207} + - {fileID: 863530833} + - {fileID: 1521805287} + - {fileID: 1607455711} + - {fileID: 1205176003} + - {fileID: 1222757462} + - {fileID: 973799485} + - {fileID: 638677533} + - {fileID: 326639802} + - {fileID: 6020514} + - {fileID: 587632939} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &406190703 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f1bac11d1dcef5b46b26ce430dcf6d77, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &406190704 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 01614664b831546d2ae94a42149d80ac, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MoveRepeatDelay: 0.5 + m_MoveRepeatRate: 0.1 + m_ActionsAsset: {fileID: -944628639613478452, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_PointAction: {fileID: 1054132383583890850, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_MoveAction: {fileID: 3710738434707379630, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_SubmitAction: {fileID: 2064916234097673511, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_CancelAction: {fileID: -1967631576421560919, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_LeftClickAction: {fileID: 8056856818456041789, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_MiddleClickAction: {fileID: 3279352641294131588, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_RightClickAction: {fileID: 3837173908680883260, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_ScrollWheelAction: {fileID: 4502412055082496612, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_TrackedDevicePositionAction: {fileID: 4754684134866288074, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_TrackedDeviceOrientationAction: {fileID: 1025543830046995696, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_DeselectOnBackgroundClick: 1 + m_PointerBehavior: 0 +--- !u!114 &406190705 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FirstSelected: {fileID: 0} + m_sendNavigationEvents: 1 + m_DragThreshold: 10 +--- !u!114 &406190706 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30aa688ff1be4ec45b922da88c07d164, type: 3} + m_Name: + m_EditorClassIdentifier: + loadSiteAtStart: 1 + startSite: passervr.com/sites/start + startScene: -none- +--- !u!114 &406190707 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5ecd2d6450bd18343ba76db900bb9480, type: 3} + m_Name: + m_EditorClassIdentifier: + side: 2 + leftButtonIsTrigger1: 1 + middleButtonIsButton1: 1 + rightButtonIsTrigger2: 1 + mouseInputEvents: + - id: 0 + label: Mouse Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 6 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 461606205} + methodName: Passer.Humanoid.HeadTarget/RotationX + parameters: + - fromEvent: 1 + localProperty: From Event + type: 1 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 1 + label: Mouse Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 6 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 406190697} + methodName: Passer.Humanoid.HumanoidControl/Rotation + parameters: + - fromEvent: 1 + localProperty: From Event + type: 1 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 2 + label: Mouse Scroll + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 3 + label: Left Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 4 + label: Middle button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 5 + label: Right Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: +--- !u!1 &412351090 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7338513305112454716, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!54 &412351091 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 412351090} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 10 + m_UseGravity: 0 + m_IsKinematic: 1 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 3 +--- !u!1 &435226694 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 435226695} + m_Layer: 0 + m_Name: LeftHandMiddle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &435226695 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 435226694} + m_LocalRotation: {x: 1.1672813e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.026661986, y: -0.0027456665, z: 0.0000018486779} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1987946259} + m_Father: {fileID: 1420667492} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &461606205 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 461606207} + - component: {fileID: 461606206} + m_Layer: 0 + m_Name: Head Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &461606206 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 461606205} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35164cbaf9701d94a8a457b1aeadc9dd, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + tracking: 0 + unity: {fileID: 0} + headAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + headAnimation: 1 + faceAnimation: 1 + unityXR: + enabled: 1 + target: {fileID: 461606206} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 461606206} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + sensorComponent: {fileID: 0} + head: + name: + boneId: 7 + target: + length: 0 + transform: {fileID: 840202824} + baseRotation: {x: -0.051078435, y: 0.00006799481, z: 0.0014238398, w: 0.99869376} + basePosition: {x: 0.00029400006, y: 1.6174197, z: -0.09445348} + toBoneRotation: {x: -0.05393493, y: 0.0010665676, z: 0.0010667277, w: 0.9985432} + bone: + transform: {fileID: 587632978} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.05393493, y: -0.0010665676, z: -0.0010667277, w: 0.9985432} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + neck: + name: + boneId: 6 + target: + length: 0.10364128 + transform: {fileID: 2115575811} + baseRotation: {x: 0.055280615, y: -0.00006199547, z: -0.0014239603, w: 0.99847007} + basePosition: {x: -2.729696e-23, y: 0.35208222, z: 0} + toBoneRotation: {x: 0.00000074006266, y: -0.0014306401, z: -0.0000000011389604, + w: 0.9999989} + bone: + transform: {fileID: 587632979} + length: 0.10364126 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -55, y: -70, z: -35} + maxAngles: {x: 80, y: 70, z: 35} + baseRotation: {x: 0.051077344, y: -0.000067984016, z: -0.0014235855, w: 0.99869365} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.00000074006266, y: 0.0014306401, z: 0.0000000011389604, + w: 0.9999989} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + headTarget: {fileID: 461606206} + audioEnergy: 0 + lookDirection: {x: 0, y: 0, z: 1} + localLookDirection: {x: 0, y: 0, z: 1} + neck2eyes: {x: 0.000032856184, y: 0.13910997, z: 0.1163718} + head2eyes: {x: -0.00029400844, y: 0.036009908, z: 0.105798185} + collisionFader: 0 + isInsideCollider: 0 + virtual3d: 0 + screenTransform: {fileID: 0} + trackingEvent: + id: 1 + label: Tracking Event + tooltip: 'Call functions using the HMD tracking status + + Parameter: HMD + tracking' + eventTypeLabels: + - Never + - On Tracking Start + - On Tracking Stop + - While Tracking + - While not Tracking + - On Tracking Changes + - Always + fromEventLabel: tracking + events: [] + audioEvent: + id: 2 + label: Audio Event + tooltip: 'Call functions based on the microphone audio level + + Parameter: + the audio level' + eventTypeLabels: + - Never + - On Loud Start + - On Silence Start + - While Noisy + - While Silent + - On Level Changes + - Always + fromEventLabel: audioEnergy + events: [] + insideColliderEvent: + id: 5 + label: In Collider Event + tooltip: 'Call functions using the head being inside Colliders + + Parameter: + isInsideCollider state' + eventTypeLabels: + - Never + - When Head Enters Collider + - When Head Exits Collider + - While Head is inside Collider + - While Head outside Collider + - When Enters/Exists Collider + - Always + fromEventLabel: Inside Collider + events: [] + smRenderer: {fileID: 0} + headRigidbody: {fileID: 0} +--- !u!4 &461606207 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 461606205} + m_LocalRotation: {x: 0.000000011874363, y: -7.6823964e-11, z: 0.00000015983451, + w: 1} + m_LocalPosition: {x: 0.00029400006, y: 1.6174197, z: -0.09445348} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 666026183} + m_Father: {fileID: 406190702} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &470366358 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 470366359} + m_Layer: 0 + m_Name: LeftHandThumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &470366359 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 470366358} + m_LocalRotation: {x: -6.938894e-18, y: -4.135903e-25, z: -0.000000040031257, w: 1} + m_LocalPosition: {x: -0.034580924, y: 0.00022601848, z: 0.000417871} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 832089069} + m_Father: {fileID: 1521403434} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &503480752 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 503480753} + - component: {fileID: 503480754} + m_Layer: 0 + m_Name: LeftFoot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &503480753 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 503480752} + m_LocalRotation: {x: 0.06570551, y: 0.00035268452, z: 0.026285259, w: -0.99749273} + m_LocalPosition: {x: 0.00014137187, y: -0.38910016, z: -0.000009771436} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 820417796} + m_Father: {fileID: 306204549} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &503480754 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 503480752} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 1 + side: 1 + otherFoot: {fileID: 1904652738} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + animationSpeed: 1 + velocityAnimationSpeed: 0 + isMoving: 0 + scale: {x: 1, y: 1, z: 1} + f: 0 + prevFrame: 0 + nextFrame: 0 + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 32 + target: + length: 0.4569167 + transform: {fileID: 43157954} + baseRotation: {x: 0.051287744, y: 0.0005637996, z: 0.010977737, w: 0.99862343} + basePosition: {x: -0.11306503, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: -0.9999399, y: 0.0000000024376035, z: -0.010959089, w: -0.000000036551736} + bone: + transform: {fileID: 587632989} + length: 0.49770987 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -130, y: -45, z: -50} + maxAngles: {x: 30, y: 40, z: 30} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.9999399, y: -0.0000000024376035, z: 0.010959089, w: -0.000000036551736} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + lowerLeg: + name: + boneId: 33 + target: + length: 0.46714398 + transform: {fileID: 306204549} + baseRotation: {x: -0.061178457, y: 0.0014482728, z: 0.034985777, w: 0.9975125} + basePosition: {x: -9.313226e-10, y: -0.4977099, z: 0.000000037252903} + toBoneRotation: {x: -0.99894893, y: 0.000000008189416, z: -0.045841355, w: 0.000000128784} + bone: + transform: {fileID: 587632988} + length: 0.38909954 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -15, y: NaN, z: NaN} + maxAngles: {x: 130, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.99894893, y: -0.000000008189416, z: 0.045841355, w: 0.000000128784} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + foot: + name: + boneId: 34 + target: + length: 0.14564736 + transform: {fileID: 503480753} + baseRotation: {x: 0.0082407575, y: 0.0005350625, z: -0.045995984, w: 0.9989076} + basePosition: {x: -0.0664299, y: 0.089666426, z: -0.12843405} + toBoneRotation: {x: -0.8697181, y: 0.047805566, z: 0.047805402, w: -0.4888968} + bone: + transform: {fileID: 587632987} + length: 0.13777348 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -30} + maxAngles: {x: 70, y: 0, z: 20} + baseRotation: {x: 0.26849964, y: -0.02049732, z: 0.005714712, w: 0.9630447} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.8697181, y: -0.047805566, z: -0.047805402, w: -0.4888968} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + toes: + name: + boneId: 35 + target: + length: 0 + transform: {fileID: 820417796} + baseRotation: {x: -3.4698715e-17, y: 1.2603816e-11, z: -0.000000007451479, w: 1} + basePosition: {x: -0.005016463, y: -0.07128256, z: 0.11779294} + toBoneRotation: {x: 0.23283803, y: -0.67092836, z: -0.6709268, w: 0.2133051} + bone: + transform: {fileID: 587632986} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -70, y: NaN, z: NaN} + maxAngles: {x: 45, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.23283803, y: 0.67092836, z: 0.6709268, w: 0.2133051} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + jointLimitations: 1 + slidePrevention: 0 + physics: 1 + groundEvent: + id: 1 + label: Ground Event + tooltip: 'Call function based on ground standing + + Parameter: the ground + object' + eventTypeLabels: + - Never + - On Grounded + - On not Grounded + - While Grounded + - While not Grounded + - When Ground Changes + - Always + fromEventLabel: ground.gameObject + events: [] + ground: {fileID: 0} + groundNormal: {x: 0, y: 1, z: 0} + groundTranslation: {x: 0, y: 0, z: 0} + groundDistance: -0.060000002 + soleThicknessFoot: 0 + soleThicknessToes: 0 +--- !u!1 &556404546 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 556404547} + - component: {fileID: 556404548} + m_Layer: 0 + m_Name: LeftHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &556404547 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 556404546} + m_LocalRotation: {x: -0.0005845436, y: -0.032941025, z: -0.055782665, w: 0.9978993} + m_LocalPosition: {x: -0.26170787, y: -0.000013167302, z: -0.0000954601} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 850870784} + - {fileID: 342315005} + - {fileID: 709754739} + - {fileID: 45235757} + - {fileID: 70717876} + m_Father: {fileID: 1276374658} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &556404548 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 556404546} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 1 + side: 1 + outward: {x: -1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 556404548} + thumb: + proximal: + name: + boneId: 13 + target: + length: 0.049988233 + transform: {fileID: 70717876} + baseRotation: {x: 0.06460373, y: 0.15077278, z: 0.38851687, w: 0.90672415} + basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} + toBoneRotation: {x: 0.36499423, y: -0.36499333, z: -0.6056228, w: -0.6056239} + bone: + transform: {fileID: 587632961} + length: 0.043193225 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499423, y: 0.36499333, z: 0.6056228, w: -0.6056239} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 14 + target: + length: 0.03472507 + transform: {fileID: 1521403434} + baseRotation: {x: -0.008991983, y: 0.0246129, z: -0.3430352, w: 0.938957} + basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} + toBoneRotation: {x: -0.022807825, y: 0.022806363, z: -0.7067395, w: -0.7067383} + bone: + transform: {fileID: 587632960} + length: 0.03422832 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022807825, y: -0.022806363, z: 0.7067395, w: -0.7067383} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 15 + target: + length: 0 + transform: {fileID: 470366359} + baseRotation: {x: 0.000000006553089, y: 9.554908e-10, z: -0.000000025221432, + w: 1.0000002} + basePosition: {x: -0.03472478, y: -0.00007951213, z: 0.00010129184} + toBoneRotation: {x: 0.1821647, y: 0.14202075, z: -0.7058615, w: -0.669631} + bone: + transform: {fileID: 587632959} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.1821647, y: -0.14202075, z: 0.7058615, w: -0.669631} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + index: + proximal: + name: + boneId: 17 + target: + length: 0.04912074 + transform: {fileID: 941025115} + baseRotation: {x: -0.0057040453, y: -0.05031723, z: 0.112495705, w: 0.992361} + basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} + toBoneRotation: {x: 0.5198467, y: -0.5198469, z: -0.47933367, w: -0.47933084} + bone: + transform: {fileID: 587632973} + length: 0.031812172 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5198467, y: 0.5198469, z: 0.47933367, w: -0.47933084} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 18 + target: + length: 0.02784785 + transform: {fileID: 258388183} + baseRotation: {x: 0.00007040986, y: -0.0021356642, z: -0.032948546, w: 0.99945474} + basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} + toBoneRotation: {x: 0.5028153, y: -0.5028159, z: -0.49716592, w: -0.49717128} + bone: + transform: {fileID: 587632972} + length: 0.020972535 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5028153, y: 0.5028159, z: 0.49716592, w: -0.49717128} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 19 + target: + length: 0 + transform: {fileID: 350577121} + baseRotation: {x: 0.00000000551551, y: -0.0000000042187, z: 0.00000009683003, + w: 1.0000002} + basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} + toBoneRotation: {x: 0.5046204, y: -0.4984175, z: -0.49218103, w: -0.5046746} + bone: + transform: {fileID: 587632971} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5046204, y: 0.4984175, z: 0.49218103, w: -0.5046746} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + middle: + proximal: + name: + boneId: 21 + target: + length: 0.053606123 + transform: {fileID: 795315829} + baseRotation: {x: -0.0040385625, y: -0.109294675, z: 0.036704447, w: 0.99332327} + basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} + toBoneRotation: {x: 0.47971106, y: -0.47971115, z: -0.5194971, w: -0.51949745} + bone: + transform: {fileID: 587632970} + length: 0.039195456 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47971106, y: 0.47971115, z: 0.5194971, w: -0.51949745} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 22 + target: + length: 0.033593606 + transform: {fileID: 1200568106} + baseRotation: {x: 0.0021576565, y: 0.02187023, z: 0.09815683, w: 0.9949282} + basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} + toBoneRotation: {x: 0.5270925, y: -0.52709013, z: -0.47135434, w: -0.471354} + bone: + transform: {fileID: 587632969} + length: 0.027933823 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5270925, y: 0.52709013, z: 0.47135434, w: -0.471354} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 23 + target: + length: 0 + transform: {fileID: 1420667492} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000007} + basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} + toBoneRotation: {x: 0.54199415, y: -0.5223527, z: -0.46527293, w: -0.46573755} + bone: + transform: {fileID: 587632968} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.54199415, y: 0.5223527, z: 0.46527293, w: -0.46573755} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + ring: + proximal: + name: + boneId: 25 + target: + length: 0.046718832 + transform: {fileID: 576893250} + baseRotation: {x: -0.0049566743, y: -0.09645417, z: 0.05108124, w: 0.9940135} + basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} + toBoneRotation: {x: 0.48684487, y: -0.48684067, z: -0.51282156, w: -0.5128182} + bone: + transform: {fileID: 587632967} + length: 0.03474856 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48684487, y: 0.48684067, z: 0.51282156, w: -0.5128182} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 26 + target: + length: 0.032411408 + transform: {fileID: 1187905662} + baseRotation: {x: -0.00028273667, y: -0.013883139, z: 0.020359093, w: 0.9996963} + basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} + toBoneRotation: {x: 0.4971546, y: -0.49715853, z: -0.5028262, w: -0.5028287} + bone: + transform: {fileID: 587632966} + length: 0.021958824 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4971546, y: 0.49715853, z: 0.5028262, w: -0.5028287} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 27 + target: + length: 0 + transform: {fileID: 1268742392} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} + toBoneRotation: {x: 0.5181041, y: -0.49743828, z: -0.50458765, w: -0.4790777} + bone: + transform: {fileID: 587632965} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5181041, y: 0.49743828, z: 0.50458765, w: -0.4790777} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + little: + proximal: + name: + boneId: 29 + target: + length: 0.03741744 + transform: {fileID: 675595218} + baseRotation: {x: -0.017655034, y: -0.11530151, z: 0.15032326, w: 0.98173153} + basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} + toBoneRotation: {x: 0.532749, y: -0.5327491, z: -0.46494943, w: -0.46495053} + bone: + transform: {fileID: 587632964} + length: 0.029196626 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.532749, y: 0.5327491, z: 0.46494943, w: -0.46495053} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 30 + target: + length: 0.023639701 + transform: {fileID: 610705184} + baseRotation: {x: -0.0013944433, y: 0.0069423034, z: -0.19692202, w: 0.9803935} + basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} + toBoneRotation: {x: 0.43681476, y: -0.43681344, z: -0.5560503, w: -0.55605334} + bone: + transform: {fileID: 587632963} + length: 0.013552837 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.43681476, y: 0.43681344, z: 0.5560503, w: -0.55605334} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 31 + target: + length: 0 + transform: {fileID: 2132157727} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} + toBoneRotation: {x: 0.4840008, y: -0.48211464, z: -0.60382974, w: -0.41072986} + bone: + transform: {fileID: 587632962} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4840008, y: 0.48211464, z: 0.60382974, w: -0.41072986} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + allFingers: + - proximal: + name: + boneId: 13 + target: + length: 0.049988233 + transform: {fileID: 70717876} + baseRotation: {x: 0.06460373, y: 0.15077278, z: 0.38851687, w: 0.90672415} + basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} + toBoneRotation: {x: 0.36499423, y: -0.36499333, z: -0.6056228, w: -0.6056239} + bone: + transform: {fileID: 587632961} + length: 0.043193225 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499423, y: 0.36499333, z: 0.6056228, w: -0.6056239} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 14 + target: + length: 0.03472507 + transform: {fileID: 1521403434} + baseRotation: {x: -0.008991983, y: 0.0246129, z: -0.3430352, w: 0.938957} + basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} + toBoneRotation: {x: -0.022807825, y: 0.022806363, z: -0.7067395, w: -0.7067383} + bone: + transform: {fileID: 587632960} + length: 0.03422832 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022807825, y: -0.022806363, z: 0.7067395, w: -0.7067383} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 15 + target: + length: 0 + transform: {fileID: 470366359} + baseRotation: {x: 0.000000006553089, y: 9.554908e-10, z: -0.000000025221432, + w: 1.0000002} + basePosition: {x: -0.03472478, y: -0.00007951213, z: 0.00010129184} + toBoneRotation: {x: 0.1821647, y: 0.14202075, z: -0.7058615, w: -0.669631} + bone: + transform: {fileID: 587632959} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.1821647, y: -0.14202075, z: 0.7058615, w: -0.669631} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 17 + target: + length: 0.04912074 + transform: {fileID: 941025115} + baseRotation: {x: -0.0057040453, y: -0.05031723, z: 0.112495705, w: 0.992361} + basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} + toBoneRotation: {x: 0.5198467, y: -0.5198469, z: -0.47933367, w: -0.47933084} + bone: + transform: {fileID: 587632973} + length: 0.031812172 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5198467, y: 0.5198469, z: 0.47933367, w: -0.47933084} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 18 + target: + length: 0.02784785 + transform: {fileID: 258388183} + baseRotation: {x: 0.00007040986, y: -0.0021356642, z: -0.032948546, w: 0.99945474} + basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} + toBoneRotation: {x: 0.5028153, y: -0.5028159, z: -0.49716592, w: -0.49717128} + bone: + transform: {fileID: 587632972} + length: 0.020972535 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5028153, y: 0.5028159, z: 0.49716592, w: -0.49717128} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 19 + target: + length: 0 + transform: {fileID: 350577121} + baseRotation: {x: 0.00000000551551, y: -0.0000000042187, z: 0.00000009683003, + w: 1.0000002} + basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} + toBoneRotation: {x: 0.5046204, y: -0.4984175, z: -0.49218103, w: -0.5046746} + bone: + transform: {fileID: 587632971} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5046204, y: 0.4984175, z: 0.49218103, w: -0.5046746} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 21 + target: + length: 0.053606123 + transform: {fileID: 795315829} + baseRotation: {x: -0.0040385625, y: -0.109294675, z: 0.036704447, w: 0.99332327} + basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} + toBoneRotation: {x: 0.47971106, y: -0.47971115, z: -0.5194971, w: -0.51949745} + bone: + transform: {fileID: 587632970} + length: 0.039195456 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47971106, y: 0.47971115, z: 0.5194971, w: -0.51949745} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 22 + target: + length: 0.033593606 + transform: {fileID: 1200568106} + baseRotation: {x: 0.0021576565, y: 0.02187023, z: 0.09815683, w: 0.9949282} + basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} + toBoneRotation: {x: 0.5270925, y: -0.52709013, z: -0.47135434, w: -0.471354} + bone: + transform: {fileID: 587632969} + length: 0.027933823 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5270925, y: 0.52709013, z: 0.47135434, w: -0.471354} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 23 + target: + length: 0 + transform: {fileID: 1420667492} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000007} + basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} + toBoneRotation: {x: 0.54199415, y: -0.5223527, z: -0.46527293, w: -0.46573755} + bone: + transform: {fileID: 587632968} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.54199415, y: 0.5223527, z: 0.46527293, w: -0.46573755} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 25 + target: + length: 0.046718832 + transform: {fileID: 576893250} + baseRotation: {x: -0.0049566743, y: -0.09645417, z: 0.05108124, w: 0.9940135} + basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} + toBoneRotation: {x: 0.48684487, y: -0.48684067, z: -0.51282156, w: -0.5128182} + bone: + transform: {fileID: 587632967} + length: 0.03474856 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48684487, y: 0.48684067, z: 0.51282156, w: -0.5128182} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 26 + target: + length: 0.032411408 + transform: {fileID: 1187905662} + baseRotation: {x: -0.00028273667, y: -0.013883139, z: 0.020359093, w: 0.9996963} + basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} + toBoneRotation: {x: 0.4971546, y: -0.49715853, z: -0.5028262, w: -0.5028287} + bone: + transform: {fileID: 587632966} + length: 0.021958824 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4971546, y: 0.49715853, z: 0.5028262, w: -0.5028287} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 27 + target: + length: 0 + transform: {fileID: 1268742392} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} + toBoneRotation: {x: 0.5181041, y: -0.49743828, z: -0.50458765, w: -0.4790777} + bone: + transform: {fileID: 587632965} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5181041, y: 0.49743828, z: 0.50458765, w: -0.4790777} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 29 + target: + length: 0.03741744 + transform: {fileID: 675595218} + baseRotation: {x: -0.017655034, y: -0.11530151, z: 0.15032326, w: 0.98173153} + basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} + toBoneRotation: {x: 0.532749, y: -0.5327491, z: -0.46494943, w: -0.46495053} + bone: + transform: {fileID: 587632964} + length: 0.029196626 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.532749, y: 0.5327491, z: 0.46494943, w: -0.46495053} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 30 + target: + length: 0.023639701 + transform: {fileID: 610705184} + baseRotation: {x: -0.0013944433, y: 0.0069423034, z: -0.19692202, w: 0.9803935} + basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} + toBoneRotation: {x: 0.43681476, y: -0.43681344, z: -0.5560503, w: -0.55605334} + bone: + transform: {fileID: 587632963} + length: 0.013552837 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.43681476, y: 0.43681344, z: 0.5560503, w: -0.55605334} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 31 + target: + length: 0 + transform: {fileID: 2132157727} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} + toBoneRotation: {x: 0.4840008, y: -0.48211464, z: -0.60382974, w: -0.41072986} + bone: + transform: {fileID: 587632962} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4840008, y: 0.48211464, z: 0.60382974, w: -0.41072986} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + rotationSpeedLimitation: 0 + unity: {fileID: 0} + armAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + armSwing: 0 + unityXR: + enabled: 1 + target: {fileID: 556404548} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + leap: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 8 + target: + length: 0.15648837 + transform: {fileID: 1403266749} + baseRotation: {x: -0.0043154173, y: -0.16464704, z: 0.049991153, w: 0.9850756} + basePosition: {x: -0.0195459, y: 0.28317055, z: 0.052202977} + toBoneRotation: {x: 0.5180166, y: -0.5180166, z: -0.48130918, w: -0.48130986} + bone: + transform: {fileID: 587632977} + length: 0.17596602 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: 0, z: -45} + maxAngles: {x: 0, y: 45, z: 0} + baseRotation: {x: -0.0043153935, y: -0.16464704, z: 0.04999112, w: 0.98507553} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5180166, y: 0.5180166, z: 0.48130918, w: -0.48130986} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + upperArm: + name: + boneId: 9 + target: + length: 0.25876033 + transform: {fileID: 1540508304} + baseRotation: {x: -0.05543213, y: 0.09408962, z: -0.018999647, w: 0.9938379} + basePosition: {x: -0.17596605, y: 0.000000013154931, z: -0.0000000144355} + toBoneRotation: {x: 0.47953615, y: -0.47953606, z: -0.5196588, w: -0.5196585} + bone: + transform: {fileID: 587632976} + length: 0.20965345 + jointLimitations: 0 + maxAngle: 120 + minAngles: {x: -180, y: -45, z: -180} + maxAngles: {x: 60, y: 130, z: 45} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47953615, y: 0.47953606, z: 0.5196588, w: -0.5196585} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + forearm: + name: + boneId: 10 + target: + length: 0.28402025 + transform: {fileID: 1276374658} + baseRotation: {x: -0.0000000060664687, y: 0.17829445, z: 0.000000030004518, + w: 0.98397744} + basePosition: {x: -0.20965345, y: -0.00000002561137, z: 0.000000029220246} + toBoneRotation: {x: 0.46654177, y: -0.4665418, z: -0.5313555, w: -0.5313555} + bone: + transform: {fileID: 587632975} + length: 0.26173535 + jointLimitations: 0 + maxAngle: 130 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 150, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.46654177, y: 0.4665418, z: 0.5313555, w: -0.5313555} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hand: + name: + boneId: 12 + target: + length: 0 + transform: {fileID: 556404547} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: 0.45636553, y: -0.45636657, z: -0.5401205, w: -0.54012054} + bone: + transform: {fileID: 587632974} + length: 0.02 + jointLimitations: 0 + maxAngle: 100 + minAngles: {x: -180, y: -50, z: -70} + maxAngles: {x: 90, y: 20, z: 90} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.45636553, y: 0.45636657, z: 0.5401205, w: -0.54012054} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + poseMethod: 0 + physics: 1 + physicsMode: 2 + strength: 100 + grabbingTechnique: 0 + touchInteraction: 1 + poseMixer: + mixedPoses: [] + poseMode: 0 + grabSocket: {fileID: 0} + pinchSocket: {fileID: 0} + grabbedPrefab: {fileID: 0} + grabbedObject: {fileID: 0} + grabbedHandle: {fileID: 0} + targetToHandle: {x: 0, y: 0, z: 0} + grabbedRigidbody: 0 + grabbedKinematicRigidbody: 0 + colliders: [] + twoHandedGrab: 0 + targetToSecondaryHandle: {x: 0, y: 0, z: 0} + poseEvent: + id: 1 + label: Pose Event + tooltip: 'Call functions based on recognized posesParameter: the index of the + recognized pose' + eventTypeLabels: + - Never + - On Pose Recognized + - On No Pose Recongnized + - While Pose Recognized + - While No Pose Recognized + - When Pose Changes + - Always + fromEventLabel: poseMixer.detectedPoseIx + events: [] + touchEvent: + id: 2 + label: Touch Event + tooltip: 'Call funtions based on touched objectsParameter: the touched object' + eventTypeLabels: + - Never + - On Touch Start + - On Touch End + - While Touching + - While not Touching + - On Touched Object Changes + - Always + fromEventLabel: touchedObject + events: [] + grabEvent: + id: 3 + label: Grab Event + tooltip: 'Call functions based on grabbed objectsParameter: the grabbed object' + eventTypeLabels: + - Never + - On Grab Start + - On Grab End + - While Holding Object + - While not Holding Object + - On Grabbed Object Changes + - Always + fromEventLabel: grabbedObject + events: [] + handPalm: {fileID: 1532273532} + handRigidbody: {fileID: 0} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!1 &576893249 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 576893250} + m_Layer: 0 + m_Name: LeftHandRing1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &576893250 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 576893249} + m_LocalRotation: {x: -0.004956685, y: -0.09645421, z: 0.051081255, w: 0.9940135} + m_LocalPosition: {x: -0.059026904, y: -0.010685019, z: -0.021412365} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1187905662} + m_Father: {fileID: 45235757} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &587632937 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 406190702} + m_Modifications: + - target: {fileID: 7338513305112361472, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9843978 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361472, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.018599145 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361472, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.026441444 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361472, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.17296234 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361474, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9855841 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361474, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.017872354 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361474, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.026513735 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361474, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.16613749 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361484, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99690485 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361484, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.070364155 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361484, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.034814805 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361484, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.004184738 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361486, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99690473 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361486, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.07036591 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361486, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.034814753 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361486, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.004185276 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361488, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.0000000040745367 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361488, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.3890995 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361488, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000014901165 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361488, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.83054346 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361488, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.54642636 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361488, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.09638604 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361488, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.048224676 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361490, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.98615986 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361490, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.08539835 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361490, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.0940362 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361490, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.10655133 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361492, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9861598 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361492, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.08539832 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361492, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.09403618 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361492, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.106551565 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361494, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.96349394 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361494, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.19701603 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361494, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.18125586 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361494, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0032372149 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361496, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.x + value: -6.6938816e-10 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361496, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.10364131 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361496, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.00000018160787 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361496, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9944798 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361496, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.10486603 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361496, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.0025335508 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361496, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0025861314 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361498, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.x + value: -0.00000024586922 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361498, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.2617354 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361498, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.0000005345792 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361498, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99777603 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361498, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.050210733 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361498, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.017151486 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361498, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.040346418 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361500, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.000000014901165 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361500, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.26173553 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361500, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.0000006388873 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361500, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99776083 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361500, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0502403 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361500, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.01712927 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361500, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.04069258 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361502, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.x + value: -0.000000002910383 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361502, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.38909948 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361502, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000033527616 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361502, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.8305445 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361502, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.54642475 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361502, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.09638636 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361502, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.048224702 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361504, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000009990886 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361504, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.074555695 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361504, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.9680186 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361504, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7059107 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361504, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.7083008 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361504, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.000000019857213 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361504, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.00000016610163 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361512, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.3709356 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361512, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.07168156 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361512, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.89020354 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361512, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.2545705 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361516, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9993862 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361516, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.03503409 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361516, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -5.255707e-10 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361516, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.00000003059886 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361518, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.989482 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361518, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.1446564 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361518, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.00000002980387 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361518, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.00000018118558 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361526, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.x + value: -8.348877e-14 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361526, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.23304616 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361526, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000089406996 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361526, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99913603 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361526, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.0415065 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361526, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.0016287328 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361526, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.0013518296 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361536, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.95987666 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361536, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.13083918 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361536, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.16688631 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361536, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.18348536 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361538, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9711982 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361538, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.22828925 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361538, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.059742454 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361538, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.03299822 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361540, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.97119826 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361540, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.22828905 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361540, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.059742503 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361540, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.032998245 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361542, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.79303527 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361542, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.18897755 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361542, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.50280994 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361542, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.2873408 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361544, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9999482 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361544, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0031948483 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361544, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.002555682 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361544, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.009328016 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361546, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9988444 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361546, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.033012863 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361546, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.034922957 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361546, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.00062294625 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361548, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9988444 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361548, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.033013843 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361548, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.034923002 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361548, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.00062055484 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361550, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.959877 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361550, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.13083735 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361550, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.16688657 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361550, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.18348435 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361554, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.47092563 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361554, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.66615146 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361554, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.44501323 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361554, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.36937055 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361556, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.47092557 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361556, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.66615134 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361556, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.44501314 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361556, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.36937082 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361560, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.79303664 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361560, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.1889776 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361560, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.50280976 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361560, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.28733742 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361562, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9149404 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361562, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.31390554 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361562, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.25306246 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361562, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.01751437 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361564, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9149404 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361564, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.3139071 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361564, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.253061 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361564, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.017511746 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361568, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.999497 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361568, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.023077061 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361568, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.021606881 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361568, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.002552063 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361570, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9994844 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361570, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.020787373 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361570, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.020584358 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361570, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.013229716 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361572, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99948454 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361572, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.02078593 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361572, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.020584488 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361572, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.013230106 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361574, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9913992 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361574, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.064100556 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361574, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.06521974 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361574, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0936214 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361576, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9634935 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361576, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.19701776 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361576, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.18125616 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361576, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.0032403828 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361578, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9820266 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361578, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.140187 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361578, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.1237984 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361578, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.02540526 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361580, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.98202664 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361580, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.14018643 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361580, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.12379774 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361580, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.025407942 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361582, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99949694 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361582, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.023076875 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361582, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.021606809 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361582, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.0025522728 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361584, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99059445 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361584, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.09849631 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361584, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.09278558 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361584, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.02029913 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361586, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9848853 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361586, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.098840676 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361586, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.09396839 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361586, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.10677817 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361588, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.98488533 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361588, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.0988401 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361588, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.09396794 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361588, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.1067786 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361590, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99994814 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361590, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0031951107 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361590, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.0025557696 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361590, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.009328037 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361592, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9913995 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361592, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.06409766 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361592, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.06521923 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361592, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.093621716 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361594, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9998435 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361594, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.00901214 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361594, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.0109568 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361594, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.010570756 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361596, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99984354 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361596, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.009012037 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361596, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.010956794 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361596, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.010570622 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361598, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9905312 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361598, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.09961941 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361598, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.092034645 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361598, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.021298682 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361942, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.37093556 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361942, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.0716816 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361942, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.89020354 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361942, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.2545706 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361944, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.013499436 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361944, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.026406417 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361944, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.9995414 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361944, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.006123446 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361946, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.013909643 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361946, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.026402915 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361946, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.9995358 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361946, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0061340714 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361948, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9935381 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361948, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.029147856 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361948, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.052458692 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361948, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.0963364 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361950, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9930468 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361950, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.029421657 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361950, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.0516963 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112361950, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.101587445 + objectReference: {fileID: 0} + - target: {fileID: 7338513305112455146, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + propertyPath: m_Name + value: MakeHuman_simple_TP + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f249fe40e650a8c4a90aee2b885b941f, type: 3} +--- !u!95 &587632938 stripped +Animator: + m_CorrespondingSourceObject: {fileID: 7338513305103095222, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632939 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361930, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632940 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361538, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632941 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361542, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632942 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361562, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632943 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361490, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632944 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361494, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632945 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361578, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632946 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361582, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632947 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361570, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632948 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361574, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632949 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361594, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632950 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361598, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632951 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361586, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632952 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361590, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632953 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361546, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632954 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361550, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632955 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361498, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632956 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361472, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632957 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361948, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632958 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361554, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632959 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361540, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632960 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361560, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632961 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361564, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632962 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361492, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632963 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361576, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632964 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361580, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632965 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361568, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632966 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361572, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632967 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361592, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632968 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361596, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632969 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361584, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632970 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361588, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632971 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361544, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632972 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361548, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632973 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361536, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632974 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361500, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632975 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361474, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632976 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361950, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632977 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361556, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632978 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361496, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632979 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361526, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632980 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361516, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632981 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361518, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632982 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361942, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632983 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361502, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632984 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361484, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632985 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361944, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632986 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361512, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632987 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361488, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632988 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361486, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632989 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361946, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!4 &587632990 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7338513305112361504, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!1 &610479809 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 610479810} + m_Layer: 0 + m_Name: RightHandThumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &610479810 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 610479809} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.033524193, y: -0.00024372339, z: -0.00061750336} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1396561009} + m_Father: {fileID: 168375712} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &610705183 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 610705184} + m_Layer: 0 + m_Name: LeftHandLittle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &610705184 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 610705183} + m_LocalRotation: {x: -0.0013944741, y: 0.00694235, z: -0.196922, w: 0.9803936} + m_LocalPosition: {x: -0.029196518, y: -0.000000019441359, z: -0.000000021449523} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2132157727} + m_Father: {fileID: 675595218} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &614345737 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 614345738} + m_Layer: 0 + m_Name: RightHandLittle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &614345738 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 614345737} + m_LocalRotation: {x: -0.0013946104, y: -0.006942933, z: 0.1969303, w: 0.980392} + m_LocalPosition: {x: 0.029196594, y: 0.000000016996637, z: -0.0000000068394} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1806440840} + m_Father: {fileID: 1589474481} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &638677532 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 406190702} + m_Modifications: + - target: {fileID: 1032603559326628, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, type: 3} + propertyPath: m_Name + value: HumanoidMenu + objectReference: {fileID: 0} + - target: {fileID: 1032603559326628, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 114178951896966072, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Mode + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 114178951896966072, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target + value: + objectReference: {fileID: 671035346} + - target: {fileID: 114178951896966072, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName + value: GoHome + objectReference: {fileID: 0} + - target: {fileID: 114545805772665636, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_Target + value: + objectReference: {fileID: 406190701} + - target: {fileID: 114545805772665636, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.data[0].m_MethodName + value: Calibrate + objectReference: {fileID: 0} + - target: {fileID: 223458321851979846, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_RenderMode + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_Pivot.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalScale.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalScale.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalScale.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, type: 3} +--- !u!224 &638677533 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 224516364197970440, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + m_PrefabInstance: {fileID: 638677532} + m_PrefabAsset: {fileID: 0} +--- !u!1 &659906140 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 659906141} + m_Layer: 0 + m_Name: RightHandThumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &659906141 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 659906140} + m_LocalRotation: {x: 0.06460323, y: -0.15077199, z: -0.38851634, w: 0.9067245} + m_LocalPosition: {x: 0.038734943, y: -0.0075387647, z: 0.017603222} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 168375712} + m_Father: {fileID: 1732119031} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &666026182 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 666026183} + - component: {fileID: 666026185} + - component: {fileID: 666026184} + m_Layer: 0 + m_Name: Camera + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &666026183 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 666026182} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0.035, z: 0.12} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 461606207} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!81 &666026184 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 666026182} + m_Enabled: 1 +--- !u!20 &666026185 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 666026182} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.1 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!1 &671035340 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1092005954041834, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + m_PrefabInstance: {fileID: 638677532} + m_PrefabAsset: {fileID: 0} +--- !u!114 &671035346 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 671035340} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30aa688ff1be4ec45b922da88c07d164, type: 3} + m_Name: + m_EditorClassIdentifier: + loadSiteAtStart: 0 + startSite: + startScene: -none- +--- !u!1 &675595217 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 675595218} + m_Layer: 0 + m_Name: LeftHandLittle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &675595218 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 675595217} + m_LocalRotation: {x: -0.017655013, y: -0.11530157, z: 0.1503233, w: 0.98173153} + m_LocalPosition: {x: -0.05875598, y: -0.011651849, z: -0.027812978} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 610705184} + m_Father: {fileID: 342315005} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &682496933 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 682496934} + m_Layer: 0 + m_Name: Spine3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &682496934 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 682496933} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -1.52742e-16, y: 0.117230676, z: 0.012485121} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1403266749} + - {fileID: 2115575811} + - {fileID: 1843388640} + m_Father: {fileID: 1600525789} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &704195719 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 704195720} + m_Layer: 0 + m_Name: LeftHandLittle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &704195720 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 704195719} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.022329101, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1439942362} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &709754738 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 709754739} + m_Layer: 0 + m_Name: LeftHandMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &709754739 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 709754738} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.045923002, y: 0.0070205685, z: 0.010279348} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 795315829} + m_Father: {fileID: 556404547} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &795315828 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 795315829} + m_Layer: 0 + m_Name: LeftHandMiddle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &795315829 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 795315828} + m_LocalRotation: {x: -0.004038545, y: -0.1092947, z: 0.036704462, w: 0.9933233} + m_LocalPosition: {x: -0.06310032, y: -0.007020589, z: -0.01027938} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1200568106} + m_Father: {fileID: 709754739} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &820417795 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 820417796} + m_Layer: 0 + m_Name: LeftToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &820417796 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 820417795} + m_LocalRotation: {x: 0, y: 0, z: -0.000000008184788, w: 1} + m_LocalPosition: {x: -0.005016455, y: -0.07128249, z: 0.11779296} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 291436760} + m_Father: {fileID: 503480753} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &832089068 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 832089069} + m_Layer: 0 + m_Name: LeftHandThumb4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &832089069 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 832089068} + m_LocalRotation: {x: 9.382326e-10, y: -7.190296e-18, z: 0.00000004003126, w: 1} + m_LocalPosition: {x: -0.029778114, y: 0.000015687518, z: 0.00024009302} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1524419975} + m_Father: {fileID: 470366359} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &840202823 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 840202824} + - component: {fileID: 840202825} + m_Layer: 0 + m_Name: Head + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &840202824 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 840202823} + m_LocalRotation: {x: -0.051078428, y: 0.00006799517, z: 0.001423846, w: 0.9986936} + m_LocalPosition: {x: 2.0372681e-10, y: 0.103641205, z: -0.000000013038516} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 371312890} + m_Father: {fileID: 2115575811} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &840202825 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 840202823} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35164cbaf9701d94a8a457b1aeadc9dd, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + tracking: 0 + unity: {fileID: 0} + headAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + headAnimation: 1 + faceAnimation: 1 + unityXR: + enabled: 1 + target: {fileID: 840202825} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + sensorComponent: {fileID: 0} + head: + name: + boneId: 7 + target: + length: 0 + transform: {fileID: 840202824} + baseRotation: {x: -0.05107844, y: 0.00006798714, z: 0.001423687, w: 0.9986939} + basePosition: {x: 0.00029400006, y: 1.6174197, z: -0.09445348} + toBoneRotation: {x: -0.053934872, y: 0.0010665756, z: 0.001066575, w: 0.9985435} + bone: + transform: {fileID: 587632978} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.053934872, y: -0.0010665756, z: -0.001066575, w: 0.9985435} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + neck: + name: + boneId: 6 + target: + length: 0.100040674 + transform: {fileID: 2115575811} + baseRotation: {x: 0.055280615, y: -0.00006199547, z: -0.0014239603, w: 0.99847007} + basePosition: {x: -2.729696e-23, y: 0.35208222, z: 0} + toBoneRotation: {x: 0.00000009285625, y: -0.0014306424, z: -2.7784955e-10, w: 0.999999} + bone: + transform: {fileID: 587632979} + length: 0.10364129 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -55, y: -70, z: -35} + maxAngles: {x: 80, y: 70, z: 35} + baseRotation: {x: 0.05107844, y: -0.000067987145, z: -0.0014236866, w: 0.99869365} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.00000009285625, y: 0.0014306424, z: 2.7784955e-10, + w: 0.999999} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + headTarget: {fileID: 840202825} + audioEnergy: 0 + lookDirection: {x: 0, y: 0, z: 1} + localLookDirection: {x: 0, y: 0, z: 1} + neck2eyes: {x: 0.0000000018626451, y: 0.13910985, z: 0.11637211} + head2eyes: {x: -0.0002939982, y: 0.03600979, z: 0.105798244} + collisionFader: 0 + isInsideCollider: 0 + virtual3d: 0 + screenTransform: {fileID: 0} + trackingEvent: + id: 1 + label: Tracking Event + tooltip: 'Call functions using the HMD tracking status + + Parameter: HMD + tracking' + eventTypeLabels: + - Never + - On Tracking Start + - On Tracking Stop + - While Tracking + - While not Tracking + - On Tracking Changes + - Always + fromEventLabel: tracking + events: [] + audioEvent: + id: 2 + label: Audio Event + tooltip: 'Call functions based on the microphone audio level + + Parameter: + the audio level' + eventTypeLabels: + - Never + - On Loud Start + - On Silence Start + - While Noisy + - While Silent + - On Level Changes + - Always + fromEventLabel: audioEnergy + events: [] + insideColliderEvent: + id: 5 + label: In Collider Event + tooltip: 'Call functions using the head being inside Colliders + + Parameter: + isInsideCollider state' + eventTypeLabels: + - Never + - When Head Enters Collider + - When Head Exits Collider + - While Head is inside Collider + - While Head outside Collider + - When Enters/Exists Collider + - Always + fromEventLabel: Inside Collider + events: [] + smRenderer: {fileID: 0} + headRigidbody: {fileID: 0} +--- !u!1 &850870783 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 850870784} + m_Layer: 0 + m_Name: LeftHandIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &850870784 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 850870783} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.043752592, y: 0.0068923947, z: 0.026853435} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 941025115} + m_Father: {fileID: 556404547} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &863530831 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 863530833} + - component: {fileID: 863530832} + m_Layer: 0 + m_Name: Left Hand Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &863530832 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863530831} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 1 + side: 1 + outward: {x: -1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 863530832} + thumb: + proximal: + name: + boneId: 13 + target: + length: 0.043193266 + transform: {fileID: 70717876} + baseRotation: {x: 0.064604245, y: 0.15077415, z: 0.38851634, w: 0.9067241} + basePosition: {x: -0.038735073, y: -0.0075387643, z: 0.017603219} + toBoneRotation: {x: 0.36499536, y: -0.36499438, z: -0.60562193, w: -0.6056237} + bone: + transform: {fileID: 587632961} + length: 0.043193366 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499536, y: 0.36499438, z: 0.60562193, w: -0.6056237} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 14 + target: + length: 0.034725018 + transform: {fileID: 1521403434} + baseRotation: {x: -0.008992007, y: 0.02461258, z: -0.34303945, w: 0.9389554} + basePosition: {x: -0.04319326, y: 0.000000092200935, z: -0.000000051863026} + toBoneRotation: {x: -0.022806084, y: 0.022806125, z: -0.70674247, w: -0.7067356} + bone: + transform: {fileID: 587632960} + length: 0.03422832 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022806084, y: -0.022806125, z: 0.70674247, w: -0.7067356} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 15 + target: + length: 0 + transform: {fileID: 470366359} + baseRotation: {x: 0.000000009673223, y: -0.0000000138865, z: -0.00000002925365, + w: 1.0000005} + basePosition: {x: -0.03472484, y: -0.00007957453, z: 0.00010121022} + toBoneRotation: {x: 0.18216582, y: 0.14202128, z: -0.7058642, w: -0.66962796} + bone: + transform: {fileID: 587632959} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.18216582, y: -0.14202128, z: 0.7058642, w: -0.66962796} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + index: + proximal: + name: + boneId: 17 + target: + length: 0.031812266 + transform: {fileID: 941025115} + baseRotation: {x: -0.005646038, y: -0.04930272, z: 0.113633804, w: 0.99228257} + basePosition: {x: -0.110632196, y: -0.005280553, z: 0.020435218} + toBoneRotation: {x: 0.5197774, y: -0.5197748, z: -0.4794089, w: -0.47940916} + bone: + transform: {fileID: 587632973} + length: 0.031812042 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5197774, y: 0.5197748, z: 0.4794089, w: -0.47940916} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 18 + target: + length: 0.02097259 + transform: {fileID: 258388183} + baseRotation: {x: 0.00007028261, y: -0.002131555, z: -0.032951303, w: 0.9994546} + basePosition: {x: -0.031812176, y: 0.0000000057334546, z: 0.000000027732312} + toBoneRotation: {x: 0.50274146, y: -0.5027425, z: -0.49724245, w: -0.497243} + bone: + transform: {fileID: 587632972} + length: 0.020972516 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50274146, y: 0.5027425, z: 0.49724245, w: -0.497243} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 19 + target: + length: 0 + transform: {fileID: 350577121} + baseRotation: {x: 0.000000018569114, y: 0.000000011244949, z: 0.00000010010131, + w: 1.0000008} + basePosition: {x: -0.020972623, y: 0.00000001972171, z: -0.000000023013625} + toBoneRotation: {x: 0.5045455, y: -0.498345, z: -0.49225706, w: -0.5047467} + bone: + transform: {fileID: 587632971} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5045455, y: 0.498345, z: 0.49225706, w: -0.5047467} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + middle: + proximal: + name: + boneId: 21 + target: + length: 0.03919538 + transform: {fileID: 795315829} + baseRotation: {x: -0.0040385355, y: -0.10929494, z: 0.036704056, w: 0.99332327} + basePosition: {x: -0.10902339, y: -0.00000007104245, z: -0.000000050982635} + toBoneRotation: {x: 0.4797115, y: -0.47971183, z: -0.51949674, w: -0.5194965} + bone: + transform: {fileID: 587632970} + length: 0.03919545 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4797115, y: 0.47971183, z: 0.51949674, w: -0.5194965} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 22 + target: + length: 0.027933868 + transform: {fileID: 1200568106} + baseRotation: {x: 0.002157611, y: 0.021870172, z: 0.09815551, w: 0.9949285} + basePosition: {x: -0.039195407, y: 0.0000000014406396, z: 0.000000052241376} + toBoneRotation: {x: 0.5270935, y: -0.52709043, z: -0.47135484, w: -0.47135255} + bone: + transform: {fileID: 587632969} + length: 0.027933788 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5270935, y: 0.52709043, z: 0.47135484, w: -0.47135255} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 23 + target: + length: 0 + transform: {fileID: 1420667492} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000007} + basePosition: {x: -0.02793382, y: -0.0000000096988515, z: -0.000000038009944} + toBoneRotation: {x: 0.54199517, y: -0.5223528, z: -0.4652734, w: -0.4657359} + bone: + transform: {fileID: 587632968} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.54199517, y: 0.5223528, z: 0.4652734, w: -0.4657359} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + ring: + proximal: + name: + boneId: 25 + target: + length: 0.034748618 + transform: {fileID: 576893250} + baseRotation: {x: -0.0049570138, y: -0.09645433, z: 0.051084675, w: 0.9940133} + basePosition: {x: -0.10469906, y: -0.0033328552, z: -0.023172101} + toBoneRotation: {x: 0.48684356, y: -0.48684344, z: -0.51281935, w: -0.5128196} + bone: + transform: {fileID: 587632967} + length: 0.034748506 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48684356, y: 0.48684344, z: 0.51281935, w: -0.5128196} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 26 + target: + length: 0.02195881 + transform: {fileID: 1187905662} + baseRotation: {x: -0.00028268577, y: -0.013883767, z: 0.020354504, w: 0.99969643} + basePosition: {x: -0.034748565, y: 0.000000014231773, z: 0.0000000030559022} + toBoneRotation: {x: 0.4971554, y: -0.49715942, z: -0.50282663, w: -0.5028271} + bone: + transform: {fileID: 587632966} + length: 0.021958807 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4971554, y: 0.49715942, z: 0.50282663, w: -0.5028271} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 27 + target: + length: 0 + transform: {fileID: 1268742392} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000006} + basePosition: {x: -0.021958875, y: -0.00000006673008, z: 0.000000008870288} + toBoneRotation: {x: 0.5181048, y: -0.49743897, z: -0.50458795, w: -0.47907603} + bone: + transform: {fileID: 587632965} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5181048, y: 0.49743897, z: 0.50458795, w: -0.47907603} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + little: + proximal: + name: + boneId: 29 + target: + length: 0.029196594 + transform: {fileID: 675595218} + baseRotation: {x: -0.01765545, y: -0.11530408, z: 0.15032344, w: 0.9817312} + basePosition: {x: -0.10166908, y: -0.005280584, z: -0.044119924} + toBoneRotation: {x: 0.53274775, y: -0.53275096, z: -0.46495056, w: -0.46494895} + bone: + transform: {fileID: 587632964} + length: 0.029196689 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.53274775, y: 0.53275096, z: 0.46495056, w: -0.46494895} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 30 + target: + length: 0.013552842 + transform: {fileID: 610705184} + baseRotation: {x: -0.0013947368, y: 0.0069437497, z: -0.19692235, w: 0.9803935} + basePosition: {x: -0.029196512, y: 0.000000005995389, z: -0.000000028696377} + toBoneRotation: {x: 0.43681467, y: -0.43681473, z: -0.55605036, w: -0.55605245} + bone: + transform: {fileID: 587632963} + length: 0.013552965 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.43681467, y: 0.43681473, z: 0.55605036, w: -0.55605245} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 31 + target: + length: 0 + transform: {fileID: 2132157727} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000006} + basePosition: {x: -0.013552897, y: -0.00000007665949, z: 0.000000006823484} + toBoneRotation: {x: 0.48400068, y: -0.48211578, z: -0.6038298, w: -0.4107289} + bone: + transform: {fileID: 587632962} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48400068, y: 0.48211578, z: 0.6038298, w: -0.4107289} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + allFingers: + - proximal: + name: + boneId: 13 + target: + length: 0.043193266 + transform: {fileID: 70717876} + baseRotation: {x: 0.064604245, y: 0.15077415, z: 0.38851634, w: 0.9067241} + basePosition: {x: -0.038735073, y: -0.0075387643, z: 0.017603219} + toBoneRotation: {x: 0.36499536, y: -0.36499438, z: -0.60562193, w: -0.6056237} + bone: + transform: {fileID: 587632961} + length: 0.043193366 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499536, y: 0.36499438, z: 0.60562193, w: -0.6056237} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 14 + target: + length: 0.034725018 + transform: {fileID: 1521403434} + baseRotation: {x: -0.008992007, y: 0.02461258, z: -0.34303945, w: 0.9389554} + basePosition: {x: -0.04319326, y: 0.000000092200935, z: -0.000000051863026} + toBoneRotation: {x: -0.022806084, y: 0.022806125, z: -0.70674247, w: -0.7067356} + bone: + transform: {fileID: 587632960} + length: 0.03422832 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022806084, y: -0.022806125, z: 0.70674247, w: -0.7067356} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 15 + target: + length: 0 + transform: {fileID: 470366359} + baseRotation: {x: 0.000000009673223, y: -0.0000000138865, z: -0.00000002925365, + w: 1.0000005} + basePosition: {x: -0.03472484, y: -0.00007957453, z: 0.00010121022} + toBoneRotation: {x: 0.18216582, y: 0.14202128, z: -0.7058642, w: -0.66962796} + bone: + transform: {fileID: 587632959} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.18216582, y: -0.14202128, z: 0.7058642, w: -0.66962796} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 17 + target: + length: 0.031812266 + transform: {fileID: 941025115} + baseRotation: {x: -0.005646038, y: -0.04930272, z: 0.113633804, w: 0.99228257} + basePosition: {x: -0.110632196, y: -0.005280553, z: 0.020435218} + toBoneRotation: {x: 0.5197774, y: -0.5197748, z: -0.4794089, w: -0.47940916} + bone: + transform: {fileID: 587632973} + length: 0.031812042 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5197774, y: 0.5197748, z: 0.4794089, w: -0.47940916} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 18 + target: + length: 0.02097259 + transform: {fileID: 258388183} + baseRotation: {x: 0.00007028261, y: -0.002131555, z: -0.032951303, w: 0.9994546} + basePosition: {x: -0.031812176, y: 0.0000000057334546, z: 0.000000027732312} + toBoneRotation: {x: 0.50274146, y: -0.5027425, z: -0.49724245, w: -0.497243} + bone: + transform: {fileID: 587632972} + length: 0.020972516 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50274146, y: 0.5027425, z: 0.49724245, w: -0.497243} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 19 + target: + length: 0 + transform: {fileID: 350577121} + baseRotation: {x: 0.000000018569114, y: 0.000000011244949, z: 0.00000010010131, + w: 1.0000008} + basePosition: {x: -0.020972623, y: 0.00000001972171, z: -0.000000023013625} + toBoneRotation: {x: 0.5045455, y: -0.498345, z: -0.49225706, w: -0.5047467} + bone: + transform: {fileID: 587632971} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5045455, y: 0.498345, z: 0.49225706, w: -0.5047467} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 21 + target: + length: 0.03919538 + transform: {fileID: 795315829} + baseRotation: {x: -0.0040385355, y: -0.10929494, z: 0.036704056, w: 0.99332327} + basePosition: {x: -0.10902339, y: -0.00000007104245, z: -0.000000050982635} + toBoneRotation: {x: 0.4797115, y: -0.47971183, z: -0.51949674, w: -0.5194965} + bone: + transform: {fileID: 587632970} + length: 0.03919545 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4797115, y: 0.47971183, z: 0.51949674, w: -0.5194965} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 22 + target: + length: 0.027933868 + transform: {fileID: 1200568106} + baseRotation: {x: 0.002157611, y: 0.021870172, z: 0.09815551, w: 0.9949285} + basePosition: {x: -0.039195407, y: 0.0000000014406396, z: 0.000000052241376} + toBoneRotation: {x: 0.5270935, y: -0.52709043, z: -0.47135484, w: -0.47135255} + bone: + transform: {fileID: 587632969} + length: 0.027933788 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5270935, y: 0.52709043, z: 0.47135484, w: -0.47135255} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 23 + target: + length: 0 + transform: {fileID: 1420667492} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000007} + basePosition: {x: -0.02793382, y: -0.0000000096988515, z: -0.000000038009944} + toBoneRotation: {x: 0.54199517, y: -0.5223528, z: -0.4652734, w: -0.4657359} + bone: + transform: {fileID: 587632968} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.54199517, y: 0.5223528, z: 0.4652734, w: -0.4657359} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 25 + target: + length: 0.034748618 + transform: {fileID: 576893250} + baseRotation: {x: -0.0049570138, y: -0.09645433, z: 0.051084675, w: 0.9940133} + basePosition: {x: -0.10469906, y: -0.0033328552, z: -0.023172101} + toBoneRotation: {x: 0.48684356, y: -0.48684344, z: -0.51281935, w: -0.5128196} + bone: + transform: {fileID: 587632967} + length: 0.034748506 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48684356, y: 0.48684344, z: 0.51281935, w: -0.5128196} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 26 + target: + length: 0.02195881 + transform: {fileID: 1187905662} + baseRotation: {x: -0.00028268577, y: -0.013883767, z: 0.020354504, w: 0.99969643} + basePosition: {x: -0.034748565, y: 0.000000014231773, z: 0.0000000030559022} + toBoneRotation: {x: 0.4971554, y: -0.49715942, z: -0.50282663, w: -0.5028271} + bone: + transform: {fileID: 587632966} + length: 0.021958807 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4971554, y: 0.49715942, z: 0.50282663, w: -0.5028271} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 27 + target: + length: 0 + transform: {fileID: 1268742392} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000006} + basePosition: {x: -0.021958875, y: -0.00000006673008, z: 0.000000008870288} + toBoneRotation: {x: 0.5181048, y: -0.49743897, z: -0.50458795, w: -0.47907603} + bone: + transform: {fileID: 587632965} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5181048, y: 0.49743897, z: 0.50458795, w: -0.47907603} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 29 + target: + length: 0.029196594 + transform: {fileID: 675595218} + baseRotation: {x: -0.01765545, y: -0.11530408, z: 0.15032344, w: 0.9817312} + basePosition: {x: -0.10166908, y: -0.005280584, z: -0.044119924} + toBoneRotation: {x: 0.53274775, y: -0.53275096, z: -0.46495056, w: -0.46494895} + bone: + transform: {fileID: 587632964} + length: 0.029196689 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.53274775, y: 0.53275096, z: 0.46495056, w: -0.46494895} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 30 + target: + length: 0.013552842 + transform: {fileID: 610705184} + baseRotation: {x: -0.0013947368, y: 0.0069437497, z: -0.19692235, w: 0.9803935} + basePosition: {x: -0.029196512, y: 0.000000005995389, z: -0.000000028696377} + toBoneRotation: {x: 0.43681467, y: -0.43681473, z: -0.55605036, w: -0.55605245} + bone: + transform: {fileID: 587632963} + length: 0.013552965 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.43681467, y: 0.43681473, z: 0.55605036, w: -0.55605245} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 31 + target: + length: 0 + transform: {fileID: 2132157727} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000006} + basePosition: {x: -0.013552897, y: -0.00000007665949, z: 0.000000006823484} + toBoneRotation: {x: 0.48400068, y: -0.48211578, z: -0.6038298, w: -0.4107289} + bone: + transform: {fileID: 587632962} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48400068, y: 0.48211578, z: 0.6038298, w: -0.4107289} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + rotationSpeedLimitation: 0 + unity: {fileID: 0} + armAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + armSwing: 0 + unityXR: + enabled: 1 + target: {fileID: 863530832} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + leap: + enabled: 1 + target: {fileID: 863530832} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 863530832} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 8 + target: + length: 0.17596605 + transform: {fileID: 1403266749} + baseRotation: {x: -0.004314244, y: -0.16458106, z: 0.049971305, w: 0.9850876} + basePosition: {x: -0.0195459, y: 0.28317055, z: 0.052202977} + toBoneRotation: {x: 0.518017, y: -0.5180167, z: -0.4813094, w: -0.48130932} + bone: + transform: {fileID: 587632977} + length: 0.17596605 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: 0, z: -45} + maxAngles: {x: 0, y: 45, z: 0} + baseRotation: {x: -0.0043148184, y: -0.1646471, z: 0.049990695, w: 0.9850755} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.518017, y: 0.5180167, z: 0.4813094, w: -0.48130932} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + upperArm: + name: + boneId: 9 + target: + length: 0.20965344 + transform: {fileID: 1540508304} + baseRotation: {x: -0.024457764, y: 0.101522304, z: -0.029118646, w: 0.9941063} + basePosition: {x: -0.17596604, y: 0.000000031548552, z: -0.000000015133992} + toBoneRotation: {x: 0.47953743, y: -0.47953698, z: -0.51965785, w: -0.51965755} + bone: + transform: {fileID: 587632976} + length: 0.20965344 + jointLimitations: 0 + maxAngle: 120 + minAngles: {x: -180, y: -45, z: -180} + maxAngles: {x: 60, y: 130, z: 45} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47953743, y: 0.47953698, z: 0.51965785, w: -0.51965755} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + forearm: + name: + boneId: 10 + target: + length: 0.26173532 + transform: {fileID: 1276374658} + baseRotation: {x: 0.0008855305, y: 0.16721442, z: -0.00015021491, w: 0.9859202} + basePosition: {x: -0.20965345, y: -0.000000074272975, z: 0.000000023806933} + toBoneRotation: {x: 0.46596593, y: -0.46596685, z: -0.5318603, w: -0.5318605} + bone: + transform: {fileID: 587632975} + length: 0.2617355 + jointLimitations: 0 + maxAngle: 130 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 150, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.46596593, y: 0.46596685, z: 0.5318603, w: -0.5318605} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hand: + name: + boneId: 12 + target: + length: 0 + transform: {fileID: 556404547} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: 0.4563659, y: -0.45636743, z: -0.5401195, w: -0.5401202} + bone: + transform: {fileID: 587632974} + length: 0.02 + jointLimitations: 0 + maxAngle: 100 + minAngles: {x: -180, y: -50, z: -70} + maxAngles: {x: 90, y: 20, z: 90} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4563659, y: 0.45636743, z: 0.5401195, w: -0.5401202} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + poseMethod: 0 + physics: 1 + physicsMode: 2 + strength: 100 + grabbingTechnique: 0 + touchInteraction: 1 + poseMixer: + mixedPoses: [] + poseMode: 0 + grabSocket: {fileID: 1629474917} + pinchSocket: {fileID: 1904192035} + grabbedPrefab: {fileID: 0} + grabbedObject: {fileID: 0} + grabbedHandle: {fileID: 0} + targetToHandle: {x: 0, y: 0, z: 0} + grabbedRigidbody: 0 + grabbedKinematicRigidbody: 0 + colliders: [] + twoHandedGrab: 0 + targetToSecondaryHandle: {x: 0, y: 0, z: 0} + poseEvent: + id: 1 + label: Pose Event + tooltip: 'Call functions based on recognized posesParameter: the index of the + recognized pose' + eventTypeLabels: + - Never + - On Pose Recognized + - On No Pose Recongnized + - While Pose Recognized + - While No Pose Recognized + - When Pose Changes + - Always + fromEventLabel: poseMixer.detectedPoseIx + events: [] + touchEvent: + id: 2 + label: Touch Event + tooltip: 'Call funtions based on touched objectsParameter: the touched object' + eventTypeLabels: + - Never + - On Touch Start + - On Touch End + - While Touching + - While not Touching + - On Touched Object Changes + - Always + fromEventLabel: touchedObject + events: [] + grabEvent: + id: 3 + label: Grab Event + tooltip: 'Call functions based on grabbed objectsParameter: the grabbed object' + eventTypeLabels: + - Never + - On Grab Start + - On Grab End + - While Holding Object + - While not Holding Object + - On Grabbed Object Changes + - Always + fromEventLabel: grabbedObject + events: [] + handPalm: {fileID: 1532273532} + handRigidbody: {fileID: 412351091} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!4 &863530833 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863530831} + m_LocalRotation: {x: -0.040412106, y: 0.06807431, z: -0.043296997, w: 0.9959207} + m_LocalPosition: {x: -0.6490116, y: 1.4160106, z: -0.08229028} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 70403911} + m_Father: {fileID: 406190702} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &901613375 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 901613376} + m_Layer: 0 + m_Name: RightHandMiddle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &901613376 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 901613375} + m_LocalRotation: {x: -0.0040384866, y: 0.109295115, z: -0.036703307, w: 0.99332327} + m_LocalPosition: {x: 0.06310029, y: -0.0070200944, z: -0.0102793} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1098450101} + m_Father: {fileID: 343822770} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &924631956 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 924631957} + m_Layer: 0 + m_Name: RightForearm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &924631957 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 924631956} + m_LocalRotation: {x: 0.0007305609, y: -0.17395876, z: 0.0001291055, w: 0.98475266} + m_LocalPosition: {x: 0.20965332, y: 0.000000004190952, z: 0.00000004901085} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1732119031} + m_Father: {fileID: 1152808289} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &941025114 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 941025115} + m_Layer: 0 + m_Name: LeftHandIndex1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &941025115 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 941025114} + m_LocalRotation: {x: -0.0054979273, y: -0.049288984, z: 0.11364157, w: 0.9922833} + m_LocalPosition: {x: -0.066879705, y: -0.012172932, z: -0.0064182784} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 258388183} + m_Father: {fileID: 850870784} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &973799484 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 973799485} + - component: {fileID: 973799486} + m_Layer: 0 + m_Name: Possessions + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &973799485 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 973799484} + 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: 406190702} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &973799486 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 973799484} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0395546b2eee9064d87a73f5e764624e, type: 3} + m_Name: + m_EditorClassIdentifier: + possessions: [] + defaultPossessions: [] + clearOnAwake: 0 +--- !u!1 &985663890 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 985663891} + m_Layer: 0 + m_Name: LeftHandIndex4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &985663891 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 985663890} + m_LocalRotation: {x: -6.938894e-18, y: 6.203854e-25, z: -0.000000048550163, w: 1} + m_LocalPosition: {x: -0.024411585, y: -0.00263807, z: 0.00006414011} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1566969877} + m_Father: {fileID: 350577121} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1052059309 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1052059310} + m_Layer: 0 + m_Name: RightHandIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1052059310 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1052059309} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04375305, y: 0.006900177, z: 0.026853401} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 227197580} + m_Father: {fileID: 1732119031} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1098450100 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1098450101} + m_Layer: 0 + m_Name: RightHandMiddle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1098450101 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1098450100} + m_LocalRotation: {x: 0.0025883645, y: -0.022855753, z: -0.09927532, w: 0.99479413} + m_LocalPosition: {x: 0.039195206, y: -0.000000025538611, z: 0.000000033163815} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 389100085} + m_Father: {fileID: 901613376} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1123440731 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7338513305112454714, guid: f249fe40e650a8c4a90aee2b885b941f, + type: 3} + m_PrefabInstance: {fileID: 587632937} + m_PrefabAsset: {fileID: 0} +--- !u!54 &1123440732 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1123440731} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 10 + m_UseGravity: 0 + m_IsKinematic: 1 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 3 +--- !u!1 &1152808288 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1152808289} + m_Layer: 0 + m_Name: RightUpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1152808289 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1152808288} + m_LocalRotation: {x: -0.02397444, y: -0.096348144, z: 0.028794505, w: 0.99464226} + m_LocalPosition: {x: 0.17596613, y: -9.313226e-10, z: 0.000000007450581} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 924631957} + m_Father: {fileID: 1843388640} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1179570614 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1179570615} + m_Layer: 0 + m_Name: RightHandThumb4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1179570615 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1179570614} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.029778594, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1396561009} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1187905661 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1187905662} + m_Layer: 0 + m_Name: LeftHandRing2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1187905662 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1187905661} + m_LocalRotation: {x: -0.00028270792, y: -0.013883135, z: 0.020359108, w: 0.9996963} + m_LocalPosition: {x: -0.03474858, y: 0.000000013969839, z: -0.0000000028230716} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1268742392} + m_Father: {fileID: 576893250} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1200568105 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1200568106} + m_Layer: 0 + m_Name: LeftHandMiddle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1200568106 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1200568105} + m_LocalRotation: {x: 0.0021576383, y: 0.02187022, z: 0.098156855, w: 0.99492836} + m_LocalPosition: {x: -0.03919543, y: -0.000000020372681, z: 0.000000025946065} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1420667492} + m_Father: {fileID: 795315829} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1205176001 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1205176003} + - component: {fileID: 1205176002} + m_Layer: 0 + m_Name: Left Foot Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1205176002 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1205176001} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 1 + side: 1 + otherFoot: {fileID: 1904652738} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + animationSpeed: 1 + velocityAnimationSpeed: 0 + isMoving: 0 + scale: {x: 1, y: 1, z: 1} + f: 0 + prevFrame: 0 + nextFrame: 0 + custom: + enabled: 1 + target: {fileID: 1205176002} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 32 + target: + length: 0.49770987 + transform: {fileID: 43157954} + baseRotation: {x: -0.0064887377, y: -0.00017077653, z: 0.026318628, w: 0.99963254} + basePosition: {x: -0.11306503, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: 0.9999249, y: -0.000000009155648, z: 0.012249772, w: 0.0000001416426} + bone: + transform: {fileID: 587632989} + length: 0.49770978 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -130, y: -45, z: -50} + maxAngles: {x: 30, y: 40, z: 30} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.9999249, y: 0.000000009155648, z: -0.012249772, w: 0.0000001416426} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + lowerLeg: + name: + boneId: 33 + target: + length: 0.38909948 + transform: {fileID: 306204549} + baseRotation: {x: 0.0704852, y: 0.000000007779199, z: 0.0000000012319692, w: 0.9975128} + basePosition: {x: 0, y: -0.4977099, z: 0.000000035390258} + toBoneRotation: {x: 0.9988882, y: -0.0000000035169399, z: 0.047141265, w: -0.00000004004607} + bone: + transform: {fileID: 587632988} + length: 0.38909945 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -15, y: NaN, z: NaN} + maxAngles: {x: 130, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.9988882, y: 0.0000000035169399, z: -0.047141265, w: -0.00000004004607} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + foot: + name: + boneId: 34 + target: + length: 0.13777348 + transform: {fileID: 503480753} + baseRotation: {x: -0.0656739, y: -0.0016403036, z: -0.026268024, w: 0.9974941} + basePosition: {x: -0.06657098, y: 0.08965939, z: -0.12842925} + toBoneRotation: {x: -0.8697179, y: 0.04780561, z: 0.047805432, w: -0.48889682} + bone: + transform: {fileID: 587632987} + length: 0.13777357 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -30} + maxAngles: {x: 70, y: 0, z: 20} + baseRotation: {x: 0.26850018, y: -0.020497316, z: 0.0057147234, w: 0.9630446} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.8697179, y: -0.04780561, z: -0.047805432, w: -0.48889682} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + toes: + name: + boneId: 35 + target: + length: 0 + transform: {fileID: 820417796} + baseRotation: {x: -6.505214e-17, y: 1.2601425e-11, z: -0.00000000745057, w: 1} + basePosition: {x: -0.0050164573, y: -0.07128247, z: 0.11779296} + toBoneRotation: {x: 0.23283793, y: -0.67092836, z: -0.6709268, w: 0.21330509} + bone: + transform: {fileID: 587632986} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -70, y: NaN, z: NaN} + maxAngles: {x: 45, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.23283793, y: 0.67092836, z: 0.6709268, w: 0.21330509} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + jointLimitations: 1 + slidePrevention: 0 + physics: 1 + groundEvent: + id: 1 + label: Ground Event + tooltip: 'Call function based on ground standing + + Parameter: the ground + object' + eventTypeLabels: + - Never + - On Grounded + - On not Grounded + - While Grounded + - While not Grounded + - When Ground Changes + - Always + fromEventLabel: ground.gameObject + events: [] + ground: {fileID: 0} + groundNormal: {x: 0, y: 1, z: 0} + groundTranslation: {x: 0, y: 0, z: 0} + groundDistance: -0.060000002 + soleThicknessFoot: 0 + soleThicknessToes: 0 +--- !u!4 &1205176003 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1205176001} + m_LocalRotation: {x: 0.0000000067520887, y: -0.000000008771624, z: 0.0000000239231, + w: 1} + m_LocalPosition: {x: -0.06642988, y: 0.08966708, z: -0.1284347} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 406190702} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1222757460 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1222757462} + - component: {fileID: 1222757461} + m_Layer: 0 + m_Name: Right Foot Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1222757461 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1222757460} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 0 + side: 2 + otherFoot: {fileID: 1205176002} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + animationSpeed: 1 + velocityAnimationSpeed: 0 + isMoving: 0 + scale: {x: 1, y: 1, z: 1} + f: 0 + prevFrame: 0 + nextFrame: 0 + custom: + enabled: 1 + target: {fileID: 1222757461} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 60 + target: + length: 0.49770978 + transform: {fileID: 1518988260} + baseRotation: {x: -0.0064880215, y: 0.00017076546, z: -0.02631991, w: 0.99963254} + basePosition: {x: 0.11306499, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: 0.99992496, y: -0.000000018513372, z: -0.012246363, w: -0.000000021532264} + bone: + transform: {fileID: 587632985} + length: 0.49770975 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -130, y: -40, z: -30} + maxAngles: {x: 30, y: 45, z: 50} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.99992496, y: 0.000000018513372, z: 0.012246363, w: -0.000000021532264} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + lowerLeg: + name: + boneId: 61 + target: + length: 0.38909963 + transform: {fileID: 1337573812} + baseRotation: {x: 0.070484824, y: 0.0000000011925054, z: 3.1017985e-10, w: 0.9975129} + basePosition: {x: -0.0000000037252903, y: -0.49770978, z: 0.000000040978193} + toBoneRotation: {x: 0.9988884, y: 0.000000015541428, z: -0.047137905, w: 0.00000001204388} + bone: + transform: {fileID: 587632984} + length: 0.3890995 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -15, y: NaN, z: NaN} + maxAngles: {x: 130, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.9988884, y: -0.000000015541428, z: 0.047137905, w: 0.00000001204388} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + foot: + name: + boneId: 62 + target: + length: 0.13777347 + transform: {fileID: 1904652737} + baseRotation: {x: -0.06567425, y: 0.0016403843, z: 0.026269302, w: 0.99749404} + basePosition: {x: 0.06656869, y: 0.08965945, z: -0.12843023} + toBoneRotation: {x: -0.86971784, y: -0.047802575, z: -0.04780759, w: -0.4888972} + bone: + transform: {fileID: 587632983} + length: 0.13777356 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -20} + maxAngles: {x: 50, y: 0, z: 30} + baseRotation: {x: 0.26849997, y: 0.020493174, z: -0.0057135634, w: 0.9630447} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.86971784, y: 0.047802575, z: 0.04780759, w: -0.4888972} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + toes: + name: + boneId: 63 + target: + length: 0 + transform: {fileID: 1437378155} + baseRotation: {x: -8.797167e-17, y: 1.0381506e-10, z: 0.0000000074498576, w: 1} + basePosition: {x: 0.0050154664, y: -0.07128238, z: 0.117793016} + toBoneRotation: {x: -0.23283675, y: -0.6709274, z: -0.67092717, w: -0.21330853} + bone: + transform: {fileID: 587632982} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -70, y: NaN, z: NaN} + maxAngles: {x: 45, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.23283675, y: 0.6709274, z: 0.67092717, w: -0.21330853} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + jointLimitations: 1 + slidePrevention: 0 + physics: 1 + groundEvent: + id: 1 + label: Ground Event + tooltip: 'Call function based on ground standing + + Parameter: the ground + object' + eventTypeLabels: + - Never + - On Grounded + - On not Grounded + - While Grounded + - While not Grounded + - When Ground Changes + - Always + fromEventLabel: ground.gameObject + events: [] + ground: {fileID: 0} + groundNormal: {x: 0, y: 1, z: 0} + groundTranslation: {x: 0, y: 0, z: 0} + groundDistance: -0.060000002 + soleThicknessFoot: 0 + soleThicknessToes: 0 +--- !u!4 &1222757462 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1222757460} + m_LocalRotation: {x: 0.00000004400499, y: 0.00000001145199, z: -0.000000025583851, + w: 1} + m_LocalPosition: {x: 0.06642776, y: 0.08966708, z: -0.12843432} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 406190702} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1268742391 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1268742392} + m_Layer: 0 + m_Name: LeftHandRing3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1268742392 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1268742391} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.0219588, y: -0.000000018950004, z: 0.000000028710701} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2136027065} + m_Father: {fileID: 1187905662} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1272244733 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1272244734} + m_Layer: 0 + m_Name: RightHandIndex2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1272244734 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1272244733} + m_LocalRotation: {x: 0.00007047922, y: 0.0021385583, z: 0.03295008, w: 0.99945474} + m_LocalPosition: {x: 0.03181205, y: 0.00000004490721, z: 0.000000015672413} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1574765228} + m_Father: {fileID: 227197580} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1275684679 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1275684680} + m_Layer: 0 + m_Name: Head_End_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1275684680 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1275684679} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.16325943, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 371312890} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1276374657 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1276374658} + m_Layer: 0 + m_Name: LeftForearm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1276374658 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1276374657} + m_LocalRotation: {x: 0.0008986199, y: 0.16763909, z: -0.000152586, w: 0.98584807} + m_LocalPosition: {x: -0.20965344, y: -0.000000022817403, z: 0.00000001839362} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 556404547} + m_Father: {fileID: 1540508304} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1337573811 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1337573812} + m_Layer: 0 + m_Name: RightLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1337573812 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1337573811} + m_LocalRotation: {x: 0.07048482, y: 9.3132246e-10, z: 0.0000000023380833, w: 0.9975129} + m_LocalPosition: {x: 9.313226e-10, y: -0.49770978, z: 0.000000037252903} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1904652737} + m_Father: {fileID: 1518988260} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1342240992 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1342240993} + - component: {fileID: 1342240994} + m_Layer: 0 + m_Name: Hips + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1342240993 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1342240992} + m_LocalRotation: {x: 0.0016913532, y: -0, z: -0, w: 0.99999857} + m_LocalPosition: {x: 0, y: 0.96801895, z: -0.07455683} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 43157954} + - {fileID: 1518988260} + - {fileID: 54809801} + m_Father: {fileID: 326639802} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1342240994 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1342240992} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a92bd8efd3050c94ca4271d58273b4e0, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + hipsBaseHeight: -0.00000071525574 + newSpineIK: 0 + torsoAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + bodyRotation: 0 + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + chest: + name: + boneId: 5 + target: + length: 0.3582629 + transform: {fileID: 1801003896} + baseRotation: {x: 0.13881722, y: 2.215905e-18, z: -1.455672e-17, w: 0.9903181} + basePosition: {x: -4.135903e-25, y: 0.09838284, z: -0.0000000055879354} + toBoneRotation: {x: -0.17342691, y: 5.9046194e-25, z: -1.9341085e-24, w: 0.9848467} + bone: + transform: {fileID: 587632980} + length: 0.3520822 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: -0.00420811, y: -2.4523091e-26, z: 3.2305517e-24, w: 0.9999911} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.17342691, y: -5.9046194e-25, z: 1.9341085e-24, w: 0.9848467} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + spine: + name: + boneId: 2 + target: + length: 0.11258185 + transform: {fileID: 54809801} + baseRotation: {x: -0.14465712, y: -2.1299905e-18, z: 1.4569539e-17, w: 0.98948187} + basePosition: {x: 0, y: 0.099871434, z: 0.0000000038999133} + toBoneRotation: {x: -0.000000008522472, y: 1.4761559e-17, z: -4.800697e-24, + w: 0.9999999} + bone: + transform: {fileID: 587632981} + length: 0.09838284 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: -0.14298335, y: -2.1546303e-18, z: 1.4565918e-17, w: 0.98972505} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.000000008522472, y: -1.4761559e-17, z: 4.800697e-24, + w: 0.9999999} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hips: + name: + boneId: 1 + target: + length: 0.09609294 + transform: {fileID: 1342240993} + baseRotation: {x: 0.0016913532, y: 0, z: 0, w: 0.99999857} + basePosition: {x: 2.7755599e-18, y: 0.96801895, z: -0.07455683} + toBoneRotation: {x: -0.00000022035827, y: -0, z: 0, w: 0.99999994} + bone: + transform: {fileID: 587632990} + length: 0.099871434 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0.001691353, y: 0, z: 0, w: 0.9999985} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00000022035827, y: 0, z: 0, w: 0.99999994} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hipsTarget: {fileID: 1342240994} + bendingFactor: 1 + torsoLength: 0.54714984 + spine2HipsRotation: {x: 0.02954614, y: 7.508338e-20, z: -2.5401166e-18, w: 0.99956334} +--- !u!1 &1396561008 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1396561009} + m_Layer: 0 + m_Name: RightHandThumb4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1396561009 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1396561008} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.029777298, y: 0.00011596679, z: 0.00026114538} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 1179570615} + m_Father: {fileID: 610479810} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1403266748 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1403266749} + m_Layer: 0 + m_Name: LeftShoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1403266749 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1403266748} + m_LocalRotation: {x: -0.0043050786, y: -0.16425486, z: 0.049871925, w: 0.985147} + m_LocalPosition: {x: -0.0195459, y: 0.045609213, z: 0.039717842} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1540508304} + m_Father: {fileID: 682496934} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1420667491 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1420667492} + m_Layer: 0 + m_Name: LeftHandMiddle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1420667492 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1420667491} + m_LocalRotation: {x: 1.7373489e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.027933838, y: 0.00000001531589, z: -0.000000008935103} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 435226695} + m_Father: {fileID: 1200568106} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1430034254 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1430034255} + m_Layer: 0 + m_Name: RightHandRing2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1430034255 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1430034254} + m_LocalRotation: {x: -0.00028264275, y: 0.013882526, z: -0.020352917, w: 0.99969643} + m_LocalPosition: {x: 0.03474849, y: 0.000000043510227, z: 0.000000024258043} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 150031987} + m_Father: {fileID: 1921802263} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1437378154 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1437378155} + m_Layer: 0 + m_Name: RightToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1437378155 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1437378154} + m_LocalRotation: {x: 0, y: 0, z: 0.000000008184788, w: 1} + m_LocalPosition: {x: 0.005015462, y: -0.07128238, z: 0.117793016} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 64492082} + m_Father: {fileID: 1904652737} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1439942361 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1439942362} + m_Layer: 0 + m_Name: LeftHandLittle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1439942362 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1439942361} + m_LocalRotation: {x: -9.123824e-10, y: 4.8709725e-17, z: 0.000000053387403, w: 1} + m_LocalPosition: {x: -0.022208022, y: -0.00232193, z: 0.000012555385} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 704195720} + m_Father: {fileID: 2132157727} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1452470659 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1452470661} + - component: {fileID: 1452470660} + m_Layer: 0 + m_Name: Interaction Pointer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!114 &1452470660 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1452470659} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7c2edd1df6fd02a41a7649912f199815, type: 3} + m_Name: + m_EditorClassIdentifier: + active: 0 + timedClick: 0 + focusPointObj: {fileID: 1846310861} + objectInFocus: {fileID: 0} + rayType: 0 + maxDistance: 10 + resolution: 0.2 + speed: 3 + radius: 0.1 + focusEvent: + id: 0 + label: Focus Event + tooltip: 'Call functions using the current focus + + Parameter: the Object + in Focus' + eventTypeLabels: [] + fromEventLabel: + events: [] + focusPointEvent: + id: 1 + label: Focus Point Event + tooltip: 'Call functions using the current focus point + + Parameter: the + position of the focus point' + eventTypeLabels: [] + fromEventLabel: + events: [] + clickEvent: + id: 2 + label: Click Event + tooltip: 'Call functions using the clicking status + + Parameter: the Object + in Focus when clicking' + eventTypeLabels: [] + fromEventLabel: + events: [] + activeEvent: + eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 +--- !u!4 &1452470661 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1452470659} + m_LocalRotation: {x: 0, y: -0.7071068, z: 0.000000061817246, w: -0.7071068} + m_LocalPosition: {x: 0.21, y: -0.02, z: 0.01} + m_LocalScale: {x: 1, y: 1, z: 1.0000001} + m_Children: + - {fileID: 1846310863} + m_Father: {fileID: 1521805287} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1518988259 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518988260} + m_Layer: 0 + m_Name: RightUpLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1518988260 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518988259} + m_LocalRotation: {x: 0.0064557097, y: -0.0014566086, z: 0.026248645, w: -0.99963355} + m_LocalPosition: {x: 0.11306499, y: 0.0038180987, z: -0.0076525463} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1337573812} + m_Father: {fileID: 1342240993} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1521403433 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1521403434} + m_Layer: 0 + m_Name: LeftHandThumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1521403434 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521403433} + m_LocalRotation: {x: -0.008991977, y: 0.024612898, z: -0.3430352, w: 0.9389569} + m_LocalPosition: {x: -0.043193243, y: 0.000000057742, z: -0.00000004505273} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 470366359} + m_Father: {fileID: 70717876} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1521805285 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1521805287} + - component: {fileID: 1521805286} + m_Layer: 0 + m_Name: Right Hand Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1521805286 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521805285} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 0 + side: 2 + outward: {x: 1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 1521805286} + thumb: + proximal: + name: + boneId: 41 + target: + length: 0.04319329 + transform: {fileID: 659906141} + baseRotation: {x: 0.06460269, y: -0.15077043, z: -0.38851684, w: 0.90672445} + basePosition: {x: 0.038734943, y: -0.0075387214, z: 0.017603192} + toBoneRotation: {x: 0.3649922, y: 0.36499402, z: 0.60562336, w: -0.6056241} + bone: + transform: {fileID: 587632942} + length: 0.04319324 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.3649922, y: -0.36499402, z: -0.60562336, w: -0.6056241} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 42 + target: + length: 0.034724277 + transform: {fileID: 168375712} + baseRotation: {x: -0.008992891, y: -0.024615506, z: 0.34303313, w: 0.9389576} + basePosition: {x: 0.04319326, y: 0.000000037252903, z: -0.000000022759195} + toBoneRotation: {x: -0.022808898, y: -0.0228076, z: 0.7067375, w: -0.7067402} + bone: + transform: {fileID: 587632941} + length: 0.034228485 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022808898, y: 0.0228076, z: -0.7067375, w: -0.7067402} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 43 + target: + length: 0 + transform: {fileID: 610479810} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000001} + basePosition: {x: 0.0347237, y: 0.000028711278, z: -0.00020211154} + toBoneRotation: {x: 0.18216401, y: -0.14202152, z: 0.7058594, w: -0.66963327} + bone: + transform: {fileID: 587632940} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.18216401, y: 0.14202152, z: -0.7058594, w: -0.66963327} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + index: + proximal: + name: + boneId: 45 + target: + length: 0.03181219 + transform: {fileID: 227197580} + baseRotation: {x: -0.0056460835, y: 0.04930334, z: -0.1136336, w: 0.9922825} + basePosition: {x: 0.11063212, y: -0.0052805603, z: 0.020435091} + toBoneRotation: {x: 0.51977706, y: 0.51977473, z: 0.47940895, w: -0.47940925} + bone: + transform: {fileID: 587632954} + length: 0.031812042 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51977706, y: -0.51977473, z: -0.47940895, w: -0.47940925} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 46 + target: + length: 0.020972563 + transform: {fileID: 1272244734} + baseRotation: {x: 0.0000702968, y: 0.0021319974, z: 0.03295398, w: 0.99945456} + basePosition: {x: 0.031812143, y: 0.000000014522811, z: -0.000000014308171} + toBoneRotation: {x: 0.50274235, y: 0.5027418, z: 0.49724424, w: -0.49724168} + bone: + transform: {fileID: 587632953} + length: 0.020972433 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50274235, y: -0.5027418, z: -0.49724424, w: -0.49724168} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 47 + target: + length: 0 + transform: {fileID: 1574765228} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000006} + basePosition: {x: 0.020972617, y: -0.00000010062604, z: 0.00000003212418} + toBoneRotation: {x: 0.5045464, y: 0.49834418, z: 0.49225876, w: -0.5047454} + bone: + transform: {fileID: 587632952} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5045464, y: -0.49834418, z: -0.49225876, w: -0.5047454} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + middle: + proximal: + name: + boneId: 49 + target: + length: 0.03919524 + transform: {fileID: 901613376} + baseRotation: {x: -0.004038325, y: 0.10929588, z: -0.036701865, w: 0.99332315} + basePosition: {x: 0.109023355, y: 0.000000115600415, z: 0.000000035593985} + toBoneRotation: {x: 0.4797121, y: 0.479711, z: 0.5194979, w: -0.51949567} + bone: + transform: {fileID: 587632951} + length: 0.039195422 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4797121, y: -0.479711, z: -0.5194979, w: -0.51949567} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 50 + target: + length: 0.027933978 + transform: {fileID: 1098450101} + baseRotation: {x: 0.002277853, y: -0.022823602, z: -0.099283144, w: 0.9947947} + basePosition: {x: 0.039195266, y: -0.000000032465323, z: 0.00000004438334} + toBoneRotation: {x: 0.5269442, y: 0.5269448, z: 0.4715187, w: -0.47151795} + bone: + transform: {fileID: 587632950} + length: 0.027933802 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5269442, y: -0.5269448, z: -0.4715187, w: -0.47151795} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 51 + target: + length: 0 + transform: {fileID: 389100085} + baseRotation: {x: -0.000000006532286, y: 0.000000004707741, z: -0.00000009632419, + w: 1.0000002} + basePosition: {x: 0.027934033, y: 0.00000003560126, z: -0.000000026240741} + toBoneRotation: {x: 0.5418476, y: 0.52220917, z: 0.46543583, w: -0.4659061} + bone: + transform: {fileID: 587632949} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5418476, y: -0.52220917, z: -0.46543583, w: -0.4659061} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + ring: + proximal: + name: + boneId: 53 + target: + length: 0.034748517 + transform: {fileID: 1921802263} + baseRotation: {x: -0.0049571046, y: 0.09645487, z: -0.0510854, w: 0.99401313} + basePosition: {x: 0.10469894, y: -0.0033327152, z: -0.023172282} + toBoneRotation: {x: 0.4868429, y: 0.48684365, z: 0.5128189, w: -0.5128202} + bone: + transform: {fileID: 587632948} + length: 0.03474852 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4868429, y: -0.48684365, z: -0.5128189, w: -0.5128202} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 54 + target: + length: 0.021958794 + transform: {fileID: 1430034255} + baseRotation: {x: -0.00028257715, y: 0.013883773, z: -0.020346744, w: 0.99969655} + basePosition: {x: 0.03474863, y: 0.000000010913936, z: 0.00000003891182} + toBoneRotation: {x: 0.49715868, y: 0.4971558, z: 0.50283, w: -0.50282407} + bone: + transform: {fileID: 587632947} + length: 0.021958843 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.49715868, y: -0.4971558, z: -0.50283, w: -0.50282407} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 55 + target: + length: 0 + transform: {fileID: 150031987} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000001} + basePosition: {x: 0.021958873, y: -0.000000063576294, z: 0.00000002024251} + toBoneRotation: {x: 0.51810783, y: 0.49743518, z: 0.50459117, w: -0.47907293} + bone: + transform: {fileID: 587632946} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51810783, y: -0.49743518, z: -0.50459117, w: -0.47907293} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + little: + proximal: + name: + boneId: 57 + target: + length: 0.029196596 + transform: {fileID: 1589474481} + baseRotation: {x: -0.017655093, y: 0.11530169, z: -0.15032369, w: 0.9817314} + basePosition: {x: 0.10166894, y: -0.0052804635, z: -0.044119988} + toBoneRotation: {x: 0.5327491, y: 0.53275, z: 0.46494827, w: -0.46495044} + bone: + transform: {fileID: 587632945} + length: 0.029196652 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5327491, y: -0.53275, z: -0.46494827, w: -0.46495044} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 58 + target: + length: 0.013552987 + transform: {fileID: 614345738} + baseRotation: {x: -0.0013943589, y: -0.0069415015, z: 0.19693272, w: 0.9803915} + basePosition: {x: 0.029196572, y: 0.000000004773028, z: -0.000000035579433} + toBoneRotation: {x: 0.4368194, y: 0.43680993, z: 0.5560554, w: -0.55604714} + bone: + transform: {fileID: 587632944} + length: 0.013552874 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4368194, y: -0.43680993, z: -0.5560554, w: -0.55604714} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 59 + target: + length: 0 + transform: {fileID: 1806440840} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000002} + basePosition: {x: 0.013553041, y: 0.0000000020954758, z: 0.00000002083866} + toBoneRotation: {x: 0.48400587, y: 0.48211044, z: 0.60383314, w: -0.41072327} + bone: + transform: {fileID: 587632943} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48400587, y: -0.48211044, z: -0.60383314, w: -0.41072327} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + allFingers: + - proximal: + name: + boneId: 41 + target: + length: 0.04319329 + transform: {fileID: 659906141} + baseRotation: {x: 0.06460269, y: -0.15077043, z: -0.38851684, w: 0.90672445} + basePosition: {x: 0.038734943, y: -0.0075387214, z: 0.017603192} + toBoneRotation: {x: 0.3649922, y: 0.36499402, z: 0.60562336, w: -0.6056241} + bone: + transform: {fileID: 587632942} + length: 0.04319324 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.3649922, y: -0.36499402, z: -0.60562336, w: -0.6056241} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 42 + target: + length: 0.034724277 + transform: {fileID: 168375712} + baseRotation: {x: -0.008992891, y: -0.024615506, z: 0.34303313, w: 0.9389576} + basePosition: {x: 0.04319326, y: 0.000000037252903, z: -0.000000022759195} + toBoneRotation: {x: -0.022808898, y: -0.0228076, z: 0.7067375, w: -0.7067402} + bone: + transform: {fileID: 587632941} + length: 0.034228485 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022808898, y: 0.0228076, z: -0.7067375, w: -0.7067402} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 43 + target: + length: 0 + transform: {fileID: 610479810} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000001} + basePosition: {x: 0.0347237, y: 0.000028711278, z: -0.00020211154} + toBoneRotation: {x: 0.18216401, y: -0.14202152, z: 0.7058594, w: -0.66963327} + bone: + transform: {fileID: 587632940} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.18216401, y: 0.14202152, z: -0.7058594, w: -0.66963327} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 45 + target: + length: 0.03181219 + transform: {fileID: 227197580} + baseRotation: {x: -0.0056460835, y: 0.04930334, z: -0.1136336, w: 0.9922825} + basePosition: {x: 0.11063212, y: -0.0052805603, z: 0.020435091} + toBoneRotation: {x: 0.51977706, y: 0.51977473, z: 0.47940895, w: -0.47940925} + bone: + transform: {fileID: 587632954} + length: 0.031812042 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51977706, y: -0.51977473, z: -0.47940895, w: -0.47940925} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 46 + target: + length: 0.020972563 + transform: {fileID: 1272244734} + baseRotation: {x: 0.0000702968, y: 0.0021319974, z: 0.03295398, w: 0.99945456} + basePosition: {x: 0.031812143, y: 0.000000014522811, z: -0.000000014308171} + toBoneRotation: {x: 0.50274235, y: 0.5027418, z: 0.49724424, w: -0.49724168} + bone: + transform: {fileID: 587632953} + length: 0.020972433 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50274235, y: -0.5027418, z: -0.49724424, w: -0.49724168} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 47 + target: + length: 0 + transform: {fileID: 1574765228} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000006} + basePosition: {x: 0.020972617, y: -0.00000010062604, z: 0.00000003212418} + toBoneRotation: {x: 0.5045464, y: 0.49834418, z: 0.49225876, w: -0.5047454} + bone: + transform: {fileID: 587632952} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5045464, y: -0.49834418, z: -0.49225876, w: -0.5047454} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 49 + target: + length: 0.03919524 + transform: {fileID: 901613376} + baseRotation: {x: -0.004038325, y: 0.10929588, z: -0.036701865, w: 0.99332315} + basePosition: {x: 0.109023355, y: 0.000000115600415, z: 0.000000035593985} + toBoneRotation: {x: 0.4797121, y: 0.479711, z: 0.5194979, w: -0.51949567} + bone: + transform: {fileID: 587632951} + length: 0.039195422 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4797121, y: -0.479711, z: -0.5194979, w: -0.51949567} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 50 + target: + length: 0.027933978 + transform: {fileID: 1098450101} + baseRotation: {x: 0.002277853, y: -0.022823602, z: -0.099283144, w: 0.9947947} + basePosition: {x: 0.039195266, y: -0.000000032465323, z: 0.00000004438334} + toBoneRotation: {x: 0.5269442, y: 0.5269448, z: 0.4715187, w: -0.47151795} + bone: + transform: {fileID: 587632950} + length: 0.027933802 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5269442, y: -0.5269448, z: -0.4715187, w: -0.47151795} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 51 + target: + length: 0 + transform: {fileID: 389100085} + baseRotation: {x: -0.000000006532286, y: 0.000000004707741, z: -0.00000009632419, + w: 1.0000002} + basePosition: {x: 0.027934033, y: 0.00000003560126, z: -0.000000026240741} + toBoneRotation: {x: 0.5418476, y: 0.52220917, z: 0.46543583, w: -0.4659061} + bone: + transform: {fileID: 587632949} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5418476, y: -0.52220917, z: -0.46543583, w: -0.4659061} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 53 + target: + length: 0.034748517 + transform: {fileID: 1921802263} + baseRotation: {x: -0.0049571046, y: 0.09645487, z: -0.0510854, w: 0.99401313} + basePosition: {x: 0.10469894, y: -0.0033327152, z: -0.023172282} + toBoneRotation: {x: 0.4868429, y: 0.48684365, z: 0.5128189, w: -0.5128202} + bone: + transform: {fileID: 587632948} + length: 0.03474852 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4868429, y: -0.48684365, z: -0.5128189, w: -0.5128202} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 54 + target: + length: 0.021958794 + transform: {fileID: 1430034255} + baseRotation: {x: -0.00028257715, y: 0.013883773, z: -0.020346744, w: 0.99969655} + basePosition: {x: 0.03474863, y: 0.000000010913936, z: 0.00000003891182} + toBoneRotation: {x: 0.49715868, y: 0.4971558, z: 0.50283, w: -0.50282407} + bone: + transform: {fileID: 587632947} + length: 0.021958843 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.49715868, y: -0.4971558, z: -0.50283, w: -0.50282407} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 55 + target: + length: 0 + transform: {fileID: 150031987} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000001} + basePosition: {x: 0.021958873, y: -0.000000063576294, z: 0.00000002024251} + toBoneRotation: {x: 0.51810783, y: 0.49743518, z: 0.50459117, w: -0.47907293} + bone: + transform: {fileID: 587632946} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51810783, y: -0.49743518, z: -0.50459117, w: -0.47907293} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 57 + target: + length: 0.029196596 + transform: {fileID: 1589474481} + baseRotation: {x: -0.017655093, y: 0.11530169, z: -0.15032369, w: 0.9817314} + basePosition: {x: 0.10166894, y: -0.0052804635, z: -0.044119988} + toBoneRotation: {x: 0.5327491, y: 0.53275, z: 0.46494827, w: -0.46495044} + bone: + transform: {fileID: 587632945} + length: 0.029196652 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5327491, y: -0.53275, z: -0.46494827, w: -0.46495044} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 58 + target: + length: 0.013552987 + transform: {fileID: 614345738} + baseRotation: {x: -0.0013943589, y: -0.0069415015, z: 0.19693272, w: 0.9803915} + basePosition: {x: 0.029196572, y: 0.000000004773028, z: -0.000000035579433} + toBoneRotation: {x: 0.4368194, y: 0.43680993, z: 0.5560554, w: -0.55604714} + bone: + transform: {fileID: 587632944} + length: 0.013552874 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4368194, y: -0.43680993, z: -0.5560554, w: -0.55604714} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 59 + target: + length: 0 + transform: {fileID: 1806440840} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000002} + basePosition: {x: 0.013553041, y: 0.0000000020954758, z: 0.00000002083866} + toBoneRotation: {x: 0.48400587, y: 0.48211044, z: 0.60383314, w: -0.41072327} + bone: + transform: {fileID: 587632943} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48400587, y: -0.48211044, z: -0.60383314, w: -0.41072327} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + rotationSpeedLimitation: 0 + unity: {fileID: 0} + armAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + armSwing: 0 + unityXR: + enabled: 1 + target: {fileID: 1521805286} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + leap: + enabled: 1 + target: {fileID: 1521805286} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 1521805286} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 36 + target: + length: 0.17596613 + transform: {fileID: 1843388640} + baseRotation: {x: -0.0042923847, y: 0.16375063, z: -0.049718723, w: 0.9852389} + basePosition: {x: 0.0195458, y: 0.28317055, z: 0.052202977} + toBoneRotation: {x: 0.518017, y: 0.5180167, z: 0.48130935, w: -0.48130906} + bone: + transform: {fileID: 587632958} + length: 0.17596613 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: -45, z: 0} + maxAngles: {x: 0, y: 0, z: 45} + baseRotation: {x: -0.0043148096, y: 0.16464706, z: -0.049990676, w: 0.98507553} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.518017, y: -0.5180167, z: -0.48130935, w: -0.48130906} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + upperArm: + name: + boneId: 37 + target: + length: 0.20965327 + transform: {fileID: 1152808289} + baseRotation: {x: -0.023752764, y: -0.094332814, z: 0.028532302, w: 0.9948484} + basePosition: {x: 0.17596613, y: 0.0000000073341653, z: 0.000000015133992} + toBoneRotation: {x: 0.4795372, y: 0.47953683, z: 0.5196582, w: -0.51965773} + bone: + transform: {fileID: 587632957} + length: 0.20965338 + jointLimitations: 0 + maxAngle: 120 + minAngles: {x: -180, y: -130, z: -45} + maxAngles: {x: 60, y: 45, z: 180} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4795372, y: -0.47953683, z: -0.5196582, w: -0.51965773} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + forearm: + name: + boneId: 38 + target: + length: 0.2617354 + transform: {fileID: 924631957} + baseRotation: {x: 0.0008790831, y: -0.17549223, z: 0.00015661259, w: 0.98448056} + basePosition: {x: 0.20965329, y: 0.00000005890616, z: 0.000000055937562} + toBoneRotation: {x: 0.4659767, y: 0.4659775, z: 0.53185105, w: -0.53185093} + bone: + transform: {fileID: 587632956} + length: 0.26173532 + jointLimitations: 0 + maxAngle: 130 + minAngles: {x: 0, y: -150, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4659767, y: -0.4659775, z: -0.53185105, w: -0.53185093} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hand: + name: + boneId: 40 + target: + length: 0 + transform: {fileID: 1732119031} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: 0.45636594, y: 0.45636684, z: 0.54011947, w: -0.5401209} + bone: + transform: {fileID: 587632955} + length: 0.02 + jointLimitations: 0 + maxAngle: 100 + minAngles: {x: -90, y: -20, z: -70} + maxAngles: {x: 45, y: 50, z: 70} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.45636594, y: -0.45636684, z: -0.54011947, w: -0.5401209} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + poseMethod: 0 + physics: 1 + physicsMode: 2 + strength: 100 + grabbingTechnique: 0 + touchInteraction: 1 + poseMixer: + mixedPoses: [] + poseMode: 0 + grabSocket: {fileID: 1784434323} + pinchSocket: {fileID: 1786100732} + grabbedPrefab: {fileID: 0} + grabbedObject: {fileID: 0} + grabbedHandle: {fileID: 0} + targetToHandle: {x: 0, y: 0, z: 0} + grabbedRigidbody: 0 + grabbedKinematicRigidbody: 0 + colliders: [] + twoHandedGrab: 0 + targetToSecondaryHandle: {x: 0, y: 0, z: 0} + poseEvent: + id: 1 + label: Pose Event + tooltip: 'Call functions based on recognized posesParameter: the index of the + recognized pose' + eventTypeLabels: + - Never + - On Pose Recognized + - On No Pose Recongnized + - While Pose Recognized + - While No Pose Recognized + - When Pose Changes + - Always + fromEventLabel: poseMixer.detectedPoseIx + events: [] + touchEvent: + id: 2 + label: Touch Event + tooltip: 'Call funtions based on touched objectsParameter: the touched object' + eventTypeLabels: + - Never + - On Touch Start + - On Touch End + - While Touching + - While not Touching + - On Touched Object Changes + - Always + fromEventLabel: touchedObject + events: [] + grabEvent: + id: 3 + label: Grab Event + tooltip: 'Call functions based on grabbed objectsParameter: the grabbed object' + eventTypeLabels: + - Never + - On Grab Start + - On Grab End + - While Holding Object + - While not Holding Object + - On Grabbed Object Changes + - Always + fromEventLabel: grabbedObject + events: [] + handPalm: {fileID: 378023155} + handRigidbody: {fileID: 1123440732} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!4 &1521805287 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521805285} + m_LocalRotation: {x: -0.039749637, y: -0.07017556, z: 0.042890873, w: 0.99581915} + m_LocalPosition: {x: 0.6485194, y: 1.4155914, z: -0.08357839} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1452470661} + m_Father: {fileID: 406190702} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1524419974 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1524419975} + m_Layer: 0 + m_Name: LeftHandThumb4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1524419975 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1524419974} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.029779052, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 832089069} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1532273531 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1532273532} + m_Layer: 0 + m_Name: Hand Palm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1532273532 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1532273531} + m_LocalRotation: {x: -0.31735182, y: 0.6804017, z: 0.3409171, w: 0.5657888} + m_LocalPosition: {x: -0.005740763, y: 0.087325424, z: -0.023439225} + m_LocalScale: {x: 0.9999999, y: 1.0000005, z: 1.0000005} + m_Children: [] + m_Father: {fileID: 587632974} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1540508303 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1540508304} + m_Layer: 0 + m_Name: LeftUpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1540508304 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1540508303} + m_LocalRotation: {x: -0.024679596, y: 0.10094849, z: -0.028942628, w: 0.99416435} + m_LocalPosition: {x: -0.17596604, y: 0.000000011292286, z: -0.00000001816079} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1276374658} + m_Father: {fileID: 1403266749} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1564410839 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1564410840} + m_Layer: 0 + m_Name: RightHandLittle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1564410840 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1564410839} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.0222126, y: -0.0022802735, z: 0.00006594256} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2064765111} + m_Father: {fileID: 1806440840} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1566969876 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1566969877} + m_Layer: 0 + m_Name: LeftHandIndex4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1566969877 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1566969876} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.024553832, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 985663891} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1574765227 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1574765228} + m_Layer: 0 + m_Name: RightHandIndex3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1574765228 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1574765227} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.020972608, y: -0.000000032329126, z: 0.0000000019219593} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 125018020} + m_Father: {fileID: 1272244734} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1589474480 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1589474481} + m_Layer: 0 + m_Name: RightHandLittle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1589474481 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1589474480} + m_LocalRotation: {x: -0.017655173, y: 0.1153016, z: -0.1503241, w: 0.98173136} + m_LocalPosition: {x: 0.05875596, y: -0.011650611, z: -0.02781299} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 614345738} + m_Father: {fileID: 1609194115} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1600525788 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1600525789} + m_Layer: 0 + m_Name: Spine2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1600525789 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1600525788} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 4.0527506e-16, y: 0.120330654, z: -1.9229062e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 682496934} + m_Father: {fileID: 1801003896} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1607455709 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1607455711} + - component: {fileID: 1607455710} + m_Layer: 0 + m_Name: Hips Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1607455710 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1607455709} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a92bd8efd3050c94ca4271d58273b4e0, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + hipsBaseHeight: -0.00000047683716 + newSpineIK: 0 + torsoAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + bodyRotation: 0 + custom: + enabled: 1 + target: {fileID: 1607455710} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + chest: + name: + boneId: 5 + target: + length: 0.3520822 + transform: {fileID: 1801003896} + baseRotation: {x: 0.13881722, y: 2.215905e-18, z: -1.455672e-17, w: 0.9903181} + basePosition: {x: -4.135903e-25, y: 0.09838284, z: -0.0000000055879354} + toBoneRotation: {x: -0.17342694, y: -0.00000012963874, z: -0.000000022828814, + w: 0.9848468} + bone: + transform: {fileID: 587632980} + length: 0.35208198 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: -0.0042086155, y: 0.00000013125116, z: 0.000000055382436, + w: 0.9999911} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.17342694, y: 0.00000012963874, z: 0.000000022828814, + w: 0.9848468} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + spine: + name: + boneId: 2 + target: + length: 0.09838284 + transform: {fileID: 54809801} + baseRotation: {x: -0.14465712, y: -2.1299905e-18, z: 1.4569539e-17, w: 0.98948187} + basePosition: {x: 0, y: 0.099871434, z: 0.0000000038999133} + toBoneRotation: {x: -0.000000029496109, y: -0.0000001373799, z: -1.84363e-14, + w: 1} + bone: + transform: {fileID: 587632981} + length: 0.098382875 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: -0.14298394, y: 0.00000012976811, z: 0.000000022527164, w: 0.989725} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.000000029496109, y: 0.0000001373799, z: 1.84363e-14, + w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hips: + name: + boneId: 1 + target: + length: 0.099871434 + transform: {fileID: 1342240993} + baseRotation: {x: 0.0016913532, y: 0, z: 0, w: 0.99999857} + basePosition: {x: 2.7755599e-18, y: 0.96801895, z: -0.07455683} + toBoneRotation: {x: -0.00000020254669, y: -0.0000001316676, z: 1.7205006e-14, + w: 0.99999994} + bone: + transform: {fileID: 587632990} + length: 0.099871434 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0.0016901729, y: 0.00000013173047, z: -0.00000003703828, w: 0.9999985} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00000020254669, y: 0.0000001316676, z: -1.7205006e-14, + w: 0.99999994} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hipsTarget: {fileID: 1607455710} + bendingFactor: 1 + torsoLength: 0.5471496 + spine2HipsRotation: {x: 0.029545717, y: 0.000000001952131, z: -0.00000006604221, + w: 0.99956334} +--- !u!4 &1607455711 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1607455709} + m_LocalRotation: {x: 0.0016913532, y: -0, z: -0, w: 0.99999857} + m_LocalPosition: {x: 0, y: 0.96801895, z: -0.07455683} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 406190702} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1609194114 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1609194115} + m_Layer: 0 + m_Name: RightHandLittle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1609194115 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1609194114} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04291298, y: 0.0063700867, z: -0.016306998} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1589474481} + m_Father: {fileID: 1732119031} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1629474915 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1629474916} + - component: {fileID: 1629474917} + m_Layer: 0 + m_Name: Grab Socket + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1629474916 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1629474915} + m_LocalRotation: {x: -0.3173459, y: 0.680406, z: 0.34090924, w: 0.56579167} + m_LocalPosition: {x: -0.0057414644, y: 0.087324254, z: -0.023438897} + m_LocalScale: {x: 1, y: 1.0000002, z: 1.0000006} + m_Children: [] + m_Father: {fileID: 587632974} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1629474917 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1629474915} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3e78e8bf12be454ea6aafb1fceb1b66, type: 3} + m_Name: + m_EditorClassIdentifier: + attachedPrefab: {fileID: 0} + attachedTransform: {fileID: 0} + attachedHandle: {fileID: 0} + socketTag: + attachMethod: 0 + destroyOnLoad: 0 + attachEvent: + id: 0 + label: Hold Event + tooltip: 'Call functions using what the socket is holding + + Parameter: the + GameObject held by the socket' + eventTypeLabels: + - Never + - On Attach + - On Release + - While Attached + - While Released + - When Changed + - Always + fromEventLabel: + events: [] + handTarget: {fileID: 863530832} +--- !u!1 &1703984714 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1703984715} + - component: {fileID: 1703984716} + m_Layer: 0 + m_Name: FocusPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1703984715 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1703984714} + 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: 70403911} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!120 &1703984716 +LineRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1703984714} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + 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 + m_Positions: + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 1} + m_Parameters: + serializedVersion: 3 + widthMultiplier: 1 + widthCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.01 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.01 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + numCornerVertices: 0 + numCapVertices: 0 + alignment: 0 + textureMode: 0 + shadowBias: 0.5 + generateLightingData: 0 + m_UseWorldSpace: 0 + m_Loop: 0 +--- !u!1 &1721872685 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1721872686} + m_Layer: 0 + m_Name: RightHandMiddle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1721872686 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1721872685} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.026802063, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1816589898} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1723112587 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1723112588} + m_Layer: 0 + m_Name: RightHandRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1723112588 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1723112587} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.045672074, y: 0.0073501584, z: -0.0017598001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1921802263} + m_Father: {fileID: 1732119031} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1732119030 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1732119031} + - component: {fileID: 1732119032} + m_Layer: 0 + m_Name: RightHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1732119031 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1732119030} + m_LocalRotation: {x: -0.00041926175, y: 0.0323839, z: 0.05567841, w: 0.9979234} + m_LocalPosition: {x: 0.26171905, y: -0.000008268078, z: -0.00002601929} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1052059310} + - {fileID: 1609194115} + - {fileID: 343822770} + - {fileID: 1723112588} + - {fileID: 659906141} + m_Father: {fileID: 924631957} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1732119032 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1732119030} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 0 + side: 2 + outward: {x: 1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 1732119032} + thumb: + proximal: + name: + boneId: 41 + target: + length: 0.049988925 + transform: {fileID: 659906141} + baseRotation: {x: 0.06460327, y: -0.15077193, z: -0.3885163, w: 0.9067245} + basePosition: {x: 0.038734883, y: -0.0075387624, z: 0.017603258} + toBoneRotation: {x: 0.36499375, y: 0.36499497, z: 0.6056232, w: -0.605623} + bone: + transform: {fileID: 587632942} + length: 0.04319322 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499375, y: -0.36499497, z: -0.6056232, w: -0.605623} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 42 + target: + length: 0.0347243 + transform: {fileID: 168375712} + baseRotation: {x: -0.00899231, y: -0.02461413, z: 0.34303188, w: 0.9389581} + basePosition: {x: 0.043193325, y: 0.00000009033829, z: -0.000000072061084} + toBoneRotation: {x: -0.022806969, y: -0.022806052, z: 0.7067371, w: -0.70674086} + bone: + transform: {fileID: 587632941} + length: 0.034228485 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022806969, y: 0.022806052, z: -0.7067371, w: -0.70674086} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 43 + target: + length: 0 + transform: {fileID: 610479810} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000001} + basePosition: {x: 0.034723707, y: 0.000028712675, z: -0.00020204074} + toBoneRotation: {x: 0.18216613, y: -0.14201969, z: 0.7058593, w: -0.66963327} + bone: + transform: {fileID: 587632940} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.18216613, y: 0.14201969, z: -0.7058593, w: -0.66963327} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + index: + proximal: + name: + boneId: 45 + target: + length: 0.049120452 + transform: {fileID: 227197580} + baseRotation: {x: -0.005703966, y: 0.050317176, z: -0.1124943, w: 0.9923611} + basePosition: {x: 0.110632144, y: -0.0052804938, z: 0.02043517} + toBoneRotation: {x: 0.5198485, y: 0.519847, z: 0.47933334, w: -0.47932908} + bone: + transform: {fileID: 587632954} + length: 0.03181204 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5198485, y: -0.519847, z: -0.47933334, w: -0.47932908} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 46 + target: + length: 0.027847793 + transform: {fileID: 1272244734} + baseRotation: {x: 0.00007050335, y: 0.0021385967, z: 0.032950033, w: 0.9994547} + basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} + toBoneRotation: {x: 0.50281656, y: 0.5028168, z: 0.49716768, w: -0.49716723} + bone: + transform: {fileID: 587632953} + length: 0.020972518 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50281656, y: -0.5028168, z: -0.49716768, w: -0.49716723} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 47 + target: + length: 0 + transform: {fileID: 1574765228} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0.020972585, y: -0.000000033031938, z: -0.000000030615826} + toBoneRotation: {x: 0.50462174, y: 0.49841845, z: 0.49218288, w: -0.5046706} + bone: + transform: {fileID: 587632952} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50462174, y: -0.49841845, z: -0.49218288, w: -0.5046706} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + middle: + proximal: + name: + boneId: 49 + target: + length: 0.053606734 + transform: {fileID: 901613376} + baseRotation: {x: -0.0040384554, y: 0.10929519, z: -0.036703277, w: 0.9933233} + basePosition: {x: 0.10902338, y: 0.00000002005254, z: 0.00000002089655} + toBoneRotation: {x: 0.4797126, y: 0.47971147, z: 0.51949704, w: -0.5194958} + bone: + transform: {fileID: 587632951} + length: 0.039195158 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4797126, y: -0.47971147, z: -0.51949704, w: -0.5194958} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 50 + target: + length: 0.033593573 + transform: {fileID: 1098450101} + baseRotation: {x: 0.002157748, y: -0.021870496, z: -0.09815949, w: 0.99492794} + basePosition: {x: 0.03919523, y: -0.000000031330273, z: 0.00000006695336} + toBoneRotation: {x: 0.52709264, y: 0.5270918, z: 0.47135285, w: -0.47135347} + bone: + transform: {fileID: 587632950} + length: 0.02793408 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.52709264, y: -0.5270918, z: -0.47135285, w: -0.47135347} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 51 + target: + length: 0 + transform: {fileID: 389100085} + baseRotation: {x: 9.967107e-10, y: 0.0000000019580917, z: -0.00000008156549, + w: 1} + basePosition: {x: 0.02793408, y: 0.000000012776582, z: -0.000000037167183} + toBoneRotation: {x: 0.5419943, y: 0.52235436, z: 0.46527153, w: -0.46573696} + bone: + transform: {fileID: 587632949} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5419943, y: -0.52235436, z: -0.46527153, w: -0.46573696} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + ring: + proximal: + name: + boneId: 53 + target: + length: 0.046718344 + transform: {fileID: 1921802263} + baseRotation: {x: -0.004957073, y: 0.096454844, z: -0.051084917, w: 0.99401325} + basePosition: {x: 0.104699, y: -0.0033326682, z: -0.023172297} + toBoneRotation: {x: 0.48684382, y: 0.48684353, z: 0.5128192, w: -0.51281893} + bone: + transform: {fileID: 587632948} + length: 0.03474857 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48684382, y: -0.48684353, z: -0.5128192, w: -0.51281893} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 54 + target: + length: 0.03241227 + transform: {fileID: 1430034255} + baseRotation: {x: -0.0002826376, y: 0.013882461, z: -0.020352935, w: 0.99969643} + basePosition: {x: 0.034748368, y: 0.000000041851308, z: 0.00000003387686} + toBoneRotation: {x: 0.49715713, y: 0.49715796, z: 0.5028266, w: -0.5028264} + bone: + transform: {fileID: 587632947} + length: 0.021958875 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.49715713, y: -0.49715796, z: -0.5028266, w: -0.5028264} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 55 + target: + length: 0 + transform: {fileID: 150031987} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0.021958932, y: 0.000000003812829, z: 0.000000039618854} + toBoneRotation: {x: 0.51810646, y: 0.49743772, z: 0.504588, w: -0.47907525} + bone: + transform: {fileID: 587632946} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51810646, y: -0.49743772, z: -0.504588, w: -0.47907525} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + little: + proximal: + name: + boneId: 57 + target: + length: 0.03741792 + transform: {fileID: 1589474481} + baseRotation: {x: -0.017655151, y: 0.11530167, z: -0.15032406, w: 0.9817314} + basePosition: {x: 0.10166885, y: -0.0052805147, z: -0.044119988} + toBoneRotation: {x: 0.53274953, y: 0.53275037, z: 0.46494848, w: -0.46494958} + bone: + transform: {fileID: 587632945} + length: 0.02919651 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.53274953, y: -0.53275037, z: -0.46494848, w: -0.46494958} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 58 + target: + length: 0.023638997 + transform: {fileID: 614345738} + baseRotation: {x: -0.001394608, y: -0.0069429, z: 0.19693026, w: 0.98039186} + basePosition: {x: 0.029196553, y: 0.000000012631062, z: 0.000000029656803} + toBoneRotation: {x: 0.43681958, y: 0.4368103, z: 0.5560536, w: -0.55604863} + bone: + transform: {fileID: 587632944} + length: 0.013552992 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.43681958, y: -0.4368103, z: -0.5560536, w: -0.55604863} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 59 + target: + length: 0 + transform: {fileID: 1806440840} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + basePosition: {x: 0.013552905, y: 0.000000024650944, z: 0.000000012807} + toBoneRotation: {x: 0.48400593, y: 0.48211125, z: 0.6038316, w: -0.41072482} + bone: + transform: {fileID: 587632943} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48400593, y: -0.48211125, z: -0.6038316, w: -0.41072482} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + allFingers: + - proximal: + name: + boneId: 41 + target: + length: 0.049988925 + transform: {fileID: 659906141} + baseRotation: {x: 0.06460327, y: -0.15077193, z: -0.3885163, w: 0.9067245} + basePosition: {x: 0.038734883, y: -0.0075387624, z: 0.017603258} + toBoneRotation: {x: 0.36499375, y: 0.36499497, z: 0.6056232, w: -0.605623} + bone: + transform: {fileID: 587632942} + length: 0.04319322 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499375, y: -0.36499497, z: -0.6056232, w: -0.605623} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 42 + target: + length: 0.0347243 + transform: {fileID: 168375712} + baseRotation: {x: -0.00899231, y: -0.02461413, z: 0.34303188, w: 0.9389581} + basePosition: {x: 0.043193325, y: 0.00000009033829, z: -0.000000072061084} + toBoneRotation: {x: -0.022806969, y: -0.022806052, z: 0.7067371, w: -0.70674086} + bone: + transform: {fileID: 587632941} + length: 0.034228485 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022806969, y: 0.022806052, z: -0.7067371, w: -0.70674086} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 43 + target: + length: 0 + transform: {fileID: 610479810} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000001} + basePosition: {x: 0.034723707, y: 0.000028712675, z: -0.00020204074} + toBoneRotation: {x: 0.18216613, y: -0.14201969, z: 0.7058593, w: -0.66963327} + bone: + transform: {fileID: 587632940} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.18216613, y: 0.14201969, z: -0.7058593, w: -0.66963327} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 45 + target: + length: 0.049120452 + transform: {fileID: 227197580} + baseRotation: {x: -0.005703966, y: 0.050317176, z: -0.1124943, w: 0.9923611} + basePosition: {x: 0.110632144, y: -0.0052804938, z: 0.02043517} + toBoneRotation: {x: 0.5198485, y: 0.519847, z: 0.47933334, w: -0.47932908} + bone: + transform: {fileID: 587632954} + length: 0.03181204 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5198485, y: -0.519847, z: -0.47933334, w: -0.47932908} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 46 + target: + length: 0.027847793 + transform: {fileID: 1272244734} + baseRotation: {x: 0.00007050335, y: 0.0021385967, z: 0.032950033, w: 0.9994547} + basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} + toBoneRotation: {x: 0.50281656, y: 0.5028168, z: 0.49716768, w: -0.49716723} + bone: + transform: {fileID: 587632953} + length: 0.020972518 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50281656, y: -0.5028168, z: -0.49716768, w: -0.49716723} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 47 + target: + length: 0 + transform: {fileID: 1574765228} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0.020972585, y: -0.000000033031938, z: -0.000000030615826} + toBoneRotation: {x: 0.50462174, y: 0.49841845, z: 0.49218288, w: -0.5046706} + bone: + transform: {fileID: 587632952} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50462174, y: -0.49841845, z: -0.49218288, w: -0.5046706} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 49 + target: + length: 0.053606734 + transform: {fileID: 901613376} + baseRotation: {x: -0.0040384554, y: 0.10929519, z: -0.036703277, w: 0.9933233} + basePosition: {x: 0.10902338, y: 0.00000002005254, z: 0.00000002089655} + toBoneRotation: {x: 0.4797126, y: 0.47971147, z: 0.51949704, w: -0.5194958} + bone: + transform: {fileID: 587632951} + length: 0.039195158 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4797126, y: -0.47971147, z: -0.51949704, w: -0.5194958} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 50 + target: + length: 0.033593573 + transform: {fileID: 1098450101} + baseRotation: {x: 0.002157748, y: -0.021870496, z: -0.09815949, w: 0.99492794} + basePosition: {x: 0.03919523, y: -0.000000031330273, z: 0.00000006695336} + toBoneRotation: {x: 0.52709264, y: 0.5270918, z: 0.47135285, w: -0.47135347} + bone: + transform: {fileID: 587632950} + length: 0.02793408 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.52709264, y: -0.5270918, z: -0.47135285, w: -0.47135347} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 51 + target: + length: 0 + transform: {fileID: 389100085} + baseRotation: {x: 9.967107e-10, y: 0.0000000019580917, z: -0.00000008156549, + w: 1} + basePosition: {x: 0.02793408, y: 0.000000012776582, z: -0.000000037167183} + toBoneRotation: {x: 0.5419943, y: 0.52235436, z: 0.46527153, w: -0.46573696} + bone: + transform: {fileID: 587632949} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5419943, y: -0.52235436, z: -0.46527153, w: -0.46573696} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 53 + target: + length: 0.046718344 + transform: {fileID: 1921802263} + baseRotation: {x: -0.004957073, y: 0.096454844, z: -0.051084917, w: 0.99401325} + basePosition: {x: 0.104699, y: -0.0033326682, z: -0.023172297} + toBoneRotation: {x: 0.48684382, y: 0.48684353, z: 0.5128192, w: -0.51281893} + bone: + transform: {fileID: 587632948} + length: 0.03474857 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48684382, y: -0.48684353, z: -0.5128192, w: -0.51281893} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 54 + target: + length: 0.03241227 + transform: {fileID: 1430034255} + baseRotation: {x: -0.0002826376, y: 0.013882461, z: -0.020352935, w: 0.99969643} + basePosition: {x: 0.034748368, y: 0.000000041851308, z: 0.00000003387686} + toBoneRotation: {x: 0.49715713, y: 0.49715796, z: 0.5028266, w: -0.5028264} + bone: + transform: {fileID: 587632947} + length: 0.021958875 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.49715713, y: -0.49715796, z: -0.5028266, w: -0.5028264} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 55 + target: + length: 0 + transform: {fileID: 150031987} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0.021958932, y: 0.000000003812829, z: 0.000000039618854} + toBoneRotation: {x: 0.51810646, y: 0.49743772, z: 0.504588, w: -0.47907525} + bone: + transform: {fileID: 587632946} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51810646, y: -0.49743772, z: -0.504588, w: -0.47907525} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 57 + target: + length: 0.03741792 + transform: {fileID: 1589474481} + baseRotation: {x: -0.017655151, y: 0.11530167, z: -0.15032406, w: 0.9817314} + basePosition: {x: 0.10166885, y: -0.0052805147, z: -0.044119988} + toBoneRotation: {x: 0.53274953, y: 0.53275037, z: 0.46494848, w: -0.46494958} + bone: + transform: {fileID: 587632945} + length: 0.02919651 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.53274953, y: -0.53275037, z: -0.46494848, w: -0.46494958} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 58 + target: + length: 0.023638997 + transform: {fileID: 614345738} + baseRotation: {x: -0.001394608, y: -0.0069429, z: 0.19693026, w: 0.98039186} + basePosition: {x: 0.029196553, y: 0.000000012631062, z: 0.000000029656803} + toBoneRotation: {x: 0.43681958, y: 0.4368103, z: 0.5560536, w: -0.55604863} + bone: + transform: {fileID: 587632944} + length: 0.013552992 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.43681958, y: -0.4368103, z: -0.5560536, w: -0.55604863} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 59 + target: + length: 0 + transform: {fileID: 1806440840} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + basePosition: {x: 0.013552905, y: 0.000000024650944, z: 0.000000012807} + toBoneRotation: {x: 0.48400593, y: 0.48211125, z: 0.6038316, w: -0.41072482} + bone: + transform: {fileID: 587632943} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48400593, y: -0.48211125, z: -0.6038316, w: -0.41072482} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + rotationSpeedLimitation: 0 + unity: {fileID: 0} + armAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + armSwing: 0 + unityXR: + enabled: 1 + target: {fileID: 1732119032} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + leap: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 36 + target: + length: 0.1564886 + transform: {fileID: 1843388640} + baseRotation: {x: -0.004315328, y: 0.16464703, z: -0.04999076, w: 0.9850756} + basePosition: {x: 0.0195458, y: 0.28317055, z: 0.052202977} + toBoneRotation: {x: 0.51801676, y: 0.51801646, z: 0.48130947, w: -0.48130953} + bone: + transform: {fileID: 587632958} + length: 0.17596613 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: -45, z: 0} + maxAngles: {x: 0, y: 0, z: 45} + baseRotation: {x: -0.00431533, y: 0.16464704, z: -0.049990762, w: 0.98507553} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51801676, y: -0.51801646, z: -0.48130947, w: -0.48130953} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + upperArm: + name: + boneId: 37 + target: + length: 0.25876004 + transform: {fileID: 1152808289} + baseRotation: {x: -0.055432968, y: -0.0940898, z: 0.018999131, w: 0.99383783} + basePosition: {x: 0.17596613, y: -9.313226e-10, z: 0.000000007450581} + toBoneRotation: {x: 0.47953588, y: 0.47953567, z: 0.5196591, w: -0.51965904} + bone: + transform: {fileID: 587632957} + length: 0.20965333 + jointLimitations: 0 + maxAngle: 120 + minAngles: {x: -180, y: -130, z: -45} + maxAngles: {x: 60, y: 45, z: 180} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47953588, y: -0.47953567, z: -0.5196591, w: -0.51965904} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + forearm: + name: + boneId: 38 + target: + length: 0.28401992 + transform: {fileID: 924631957} + baseRotation: {x: 0.000000034648366, y: -0.17829426, z: -0.0000000033409975, + w: 0.98397756} + basePosition: {x: 0.20965332, y: 0.0000000018626454, z: 0.00000006717164} + toBoneRotation: {x: 0.46654153, y: 0.4665415, z: 0.531356, w: -0.5313556} + bone: + transform: {fileID: 587632956} + length: 0.26173532 + jointLimitations: 0 + maxAngle: 130 + minAngles: {x: 0, y: -150, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.46654153, y: -0.4665415, z: -0.531356, w: -0.5313556} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hand: + name: + boneId: 40 + target: + length: 0 + transform: {fileID: 1732119031} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: 0.4563669, y: 0.45636737, z: 0.54011947, w: -0.54011995} + bone: + transform: {fileID: 587632955} + length: 0.02 + jointLimitations: 0 + maxAngle: 100 + minAngles: {x: -90, y: -20, z: -70} + maxAngles: {x: 45, y: 50, z: 70} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4563669, y: -0.45636737, z: -0.54011947, w: -0.54011995} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + poseMethod: 0 + physics: 1 + physicsMode: 2 + strength: 100 + grabbingTechnique: 0 + touchInteraction: 1 + poseMixer: + mixedPoses: [] + poseMode: 0 + grabSocket: {fileID: 0} + pinchSocket: {fileID: 0} + grabbedPrefab: {fileID: 0} + grabbedObject: {fileID: 0} + grabbedHandle: {fileID: 0} + targetToHandle: {x: 0, y: 0, z: 0} + grabbedRigidbody: 0 + grabbedKinematicRigidbody: 0 + colliders: [] + twoHandedGrab: 0 + targetToSecondaryHandle: {x: 0, y: 0, z: 0} + poseEvent: + id: 1 + label: Pose Event + tooltip: 'Call functions based on recognized posesParameter: the index of the + recognized pose' + eventTypeLabels: + - Never + - On Pose Recognized + - On No Pose Recongnized + - While Pose Recognized + - While No Pose Recognized + - When Pose Changes + - Always + fromEventLabel: poseMixer.detectedPoseIx + events: [] + touchEvent: + id: 2 + label: Touch Event + tooltip: 'Call funtions based on touched objectsParameter: the touched object' + eventTypeLabels: + - Never + - On Touch Start + - On Touch End + - While Touching + - While not Touching + - On Touched Object Changes + - Always + fromEventLabel: touchedObject + events: [] + grabEvent: + id: 3 + label: Grab Event + tooltip: 'Call functions based on grabbed objectsParameter: the grabbed object' + eventTypeLabels: + - Never + - On Grab Start + - On Grab End + - While Holding Object + - While not Holding Object + - On Grabbed Object Changes + - Always + fromEventLabel: grabbedObject + events: [] + handPalm: {fileID: 378023155} + handRigidbody: {fileID: 0} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!1 &1755798650 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1755798651} + m_Layer: 0 + m_Name: LeftHandRing4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1755798651 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1755798650} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.025170134, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2136027065} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1784434321 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1784434322} + - component: {fileID: 1784434323} + m_Layer: 0 + m_Name: Grab Socket + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1784434322 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1784434321} + m_LocalRotation: {x: -0.3173459, y: -0.6804078, z: -0.34090564, w: 0.5657915} + m_LocalPosition: {x: 0.0057416, y: 0.08732422, z: -0.0234388} + m_LocalScale: {x: 1.0000004, y: 1.0000006, z: 1.0000008} + m_Children: [] + m_Father: {fileID: 587632955} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1784434323 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1784434321} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b3e78e8bf12be454ea6aafb1fceb1b66, type: 3} + m_Name: + m_EditorClassIdentifier: + attachedPrefab: {fileID: 0} + attachedTransform: {fileID: 0} + attachedHandle: {fileID: 0} + socketTag: + attachMethod: 0 + destroyOnLoad: 0 + attachEvent: + id: 0 + label: Hold Event + tooltip: 'Call functions using what the socket is holding + + Parameter: the + GameObject held by the socket' + eventTypeLabels: + - Never + - On Attach + - On Release + - While Attached + - While Released + - When Changed + - Always + fromEventLabel: + events: [] + handTarget: {fileID: 1521805286} +--- !u!1 &1786100730 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1786100731} + - component: {fileID: 1786100732} + m_Layer: 0 + m_Name: Pinch Socket + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1786100731 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1786100730} + m_LocalRotation: {x: 0.3484483, y: 0.64613914, z: -0.4211224, w: -0.5326762} + m_LocalPosition: {x: 0.03542132, y: 0.09999983, z: -0.029501555} + m_LocalScale: {x: 1.0000004, y: 1.0000006, z: 1.0000008} + m_Children: [] + m_Father: {fileID: 587632955} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1786100732 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1786100730} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3b9778a31f48e5c4a87fb0f87a3774ae, type: 3} + m_Name: + m_EditorClassIdentifier: + attachedPrefab: {fileID: 0} + attachedTransform: {fileID: 0} + attachedHandle: {fileID: 0} + socketTag: + attachMethod: 0 + destroyOnLoad: 0 + attachEvent: + id: 0 + label: Hold Event + tooltip: 'Call functions using what the socket is holding + + Parameter: the + GameObject held by the socket' + eventTypeLabels: + - Never + - On Attach + - On Release + - While Attached + - While Released + - When Changed + - Always + fromEventLabel: + events: [] +--- !u!1 &1801003895 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1801003896} + m_Layer: 0 + m_Name: Spine1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1801003896 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1801003895} + m_LocalRotation: {x: 0.13881722, y: 2.215905e-18, z: -1.455672e-17, w: 0.99031806} + m_LocalPosition: {x: -2.0679515e-25, y: 0.09838284, z: -0.0000000055879354} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1600525789} + m_Father: {fileID: 54809801} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1806440839 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1806440840} + m_Layer: 0 + m_Name: RightHandLittle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1806440840 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1806440839} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.013552903, y: 0.00000003032619, z: 0.000000012865208} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1564410840} + m_Father: {fileID: 614345738} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1816589897 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1816589898} + m_Layer: 0 + m_Name: RightHandMiddle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1816589898 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1816589897} + m_LocalRotation: {x: 2.2268e-41, y: 1.0339768e-25, z: 0.000000044477652, w: 1} + m_LocalPosition: {x: 0.026656894, y: -0.0027399855, z: -0.0005033262} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1721872686} + m_Father: {fileID: 389100085} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1843388639 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1843388640} + m_Layer: 0 + m_Name: RightShoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1843388640 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1843388639} + m_LocalRotation: {x: -0.004313126, y: 0.16456136, z: -0.04996451, w: 0.98509115} + m_LocalPosition: {x: 0.0195458, y: 0.045609213, z: 0.039717842} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1152808289} + m_Father: {fileID: 682496934} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1846310861 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1846310863} + - component: {fileID: 1846310862} + m_Layer: 0 + m_Name: FocusPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!120 &1846310862 +LineRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1846310861} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + 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 + m_Positions: + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 1} + m_Parameters: + serializedVersion: 3 + widthMultiplier: 1 + widthCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.01 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.01 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + numCornerVertices: 0 + numCapVertices: 0 + alignment: 0 + textureMode: 0 + shadowBias: 0.5 + generateLightingData: 0 + m_UseWorldSpace: 0 + m_Loop: 0 +--- !u!4 &1846310863 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1846310861} + 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: 1452470661} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1904192033 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1904192034} + - component: {fileID: 1904192035} + m_Layer: 0 + m_Name: Pinch Socket + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1904192034 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1904192033} + m_LocalRotation: {x: 0.64613974, y: -0.348447, z: 0.53267735, w: -0.42112118} + m_LocalPosition: {x: -0.03542116, y: 0.09999995, z: -0.029501487} + m_LocalScale: {x: 1, y: 1.0000002, z: 1.0000006} + m_Children: [] + m_Father: {fileID: 587632974} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1904192035 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1904192033} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3b9778a31f48e5c4a87fb0f87a3774ae, type: 3} + m_Name: + m_EditorClassIdentifier: + attachedPrefab: {fileID: 0} + attachedTransform: {fileID: 0} + attachedHandle: {fileID: 0} + socketTag: + attachMethod: 0 + destroyOnLoad: 0 + attachEvent: + id: 0 + label: Hold Event + tooltip: 'Call functions using what the socket is holding + + Parameter: the + GameObject held by the socket' + eventTypeLabels: + - Never + - On Attach + - On Release + - While Attached + - While Released + - When Changed + - Always + fromEventLabel: + events: [] +--- !u!1 &1904652736 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1904652737} + - component: {fileID: 1904652738} + m_Layer: 0 + m_Name: RightFoot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1904652737 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1904652736} + m_LocalRotation: {x: 0.0657065, y: -0.00035269558, z: -0.026286637, w: -0.9974927} + m_LocalPosition: {x: -0.0001410161, y: -0.38910016, z: -0.0000071935356} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 1437378155} + m_Father: {fileID: 1337573812} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1904652738 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1904652736} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 0 + side: 2 + otherFoot: {fileID: 503480754} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + animationSpeed: 1 + velocityAnimationSpeed: 0 + isMoving: 0 + scale: {x: 1, y: 1, z: 1} + f: 0 + prevFrame: 0 + nextFrame: 0 + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 60 + target: + length: 0.4569167 + transform: {fileID: 1518988260} + baseRotation: {x: 0.051287577, y: -0.0005638482, z: -0.010978722, w: 0.99862343} + basePosition: {x: 0.11306499, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: -0.9999399, y: 0.0000000235041, z: 0.010955621, w: 0.000000009167069} + bone: + transform: {fileID: 587632985} + length: 0.4977098 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -130, y: -40, z: -30} + maxAngles: {x: 30, y: 45, z: 50} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.9999399, y: -0.0000000235041, z: -0.010955621, w: 0.000000009167069} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + lowerLeg: + name: + boneId: 61 + target: + length: 0.46714398 + transform: {fileID: 1337573812} + baseRotation: {x: -0.061178114, y: -0.0014482929, z: -0.034986246, w: 0.99751246} + basePosition: {x: 0, y: -0.49770975, z: 0.000000033527613} + toBoneRotation: {x: -0.99894893, y: -0.000000017154644, z: 0.045837935, w: -0.000000007671826} + bone: + transform: {fileID: 587632984} + length: 0.38909963 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -15, y: NaN, z: NaN} + maxAngles: {x: 130, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.99894893, y: 0.000000017154644, z: -0.045837935, w: -0.000000007671826} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + foot: + name: + boneId: 62 + target: + length: 0.14564736 + transform: {fileID: 1904652737} + baseRotation: {x: 0.008240594, y: -0.00053507095, z: 0.04599743, w: 0.9989074} + basePosition: {x: 0.06642776, y: 0.089666486, z: -0.128434} + toBoneRotation: {x: -0.8697177, y: -0.047802724, z: -0.047807693, w: -0.4888971} + bone: + transform: {fileID: 587632983} + length: 0.13777347 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -20} + maxAngles: {x: 50, y: 0, z: 30} + baseRotation: {x: 0.26849943, y: 0.020493299, z: -0.0057135853, w: 0.9630449} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.8697177, y: 0.047802724, z: 0.047807693, w: -0.4888971} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + toes: + name: + boneId: 63 + target: + length: 0 + transform: {fileID: 1437378155} + baseRotation: {x: -6.4236094e-17, y: 1.0381524e-10, z: 0.000000007449856, w: 1} + basePosition: {x: 0.005015458, y: -0.07128226, z: 0.11779303} + toBoneRotation: {x: -0.23283654, y: -0.6709274, z: -0.6709273, w: -0.21330841} + bone: + transform: {fileID: 587632982} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -70, y: NaN, z: NaN} + maxAngles: {x: 45, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.23283654, y: 0.6709274, z: 0.6709273, w: -0.21330841} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + jointLimitations: 1 + slidePrevention: 0 + physics: 1 + groundEvent: + id: 1 + label: Ground Event + tooltip: 'Call function based on ground standing + + Parameter: the ground + object' + eventTypeLabels: + - Never + - On Grounded + - On not Grounded + - While Grounded + - While not Grounded + - When Ground Changes + - Always + fromEventLabel: ground.gameObject + events: [] + ground: {fileID: 0} + groundNormal: {x: 0, y: 1, z: 0} + groundTranslation: {x: 0, y: 0, z: 0} + groundDistance: -0.060000002 + soleThicknessFoot: 0 + soleThicknessToes: 0 +--- !u!1 &1920379519 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1032603559326628, guid: d989cd2a18b6bb84184f83d3a2c5cbc1, + type: 3} + m_PrefabInstance: {fileID: 638677532} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1921802262 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1921802263} + m_Layer: 0 + m_Name: RightHandRing1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1921802263 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1921802262} + m_LocalRotation: {x: -0.0049570994, y: 0.09645474, z: -0.05108494, w: 0.9940132} + m_LocalPosition: {x: 0.059026867, y: -0.010682857, z: -0.021412484} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1430034255} + m_Father: {fileID: 1723112588} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1926889926 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1926889927} + - component: {fileID: 1926889929} + - component: {fileID: 1926889928} + m_Layer: 0 + m_Name: Cube + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1926889927 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926889926} + m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 326639802} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!23 &1926889928 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926889926} + m_Enabled: 0 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 15932f28e65def049945387d8ce8f70c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 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 +--- !u!33 &1926889929 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926889926} + m_Mesh: {fileID: 4300000, guid: fcf9a9e3fb67cb64887a4d17ddc7c85c, type: 3} +--- !u!1 &1987946258 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1987946259} + m_Layer: 0 + m_Name: LeftHandMiddle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1987946259 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1987946258} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.026802978, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 435226695} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2028113982 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2028113983} + m_Layer: 0 + m_Name: RightHandRing4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2028113983 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2028113982} + m_LocalRotation: {x: 3.7002212e-10, y: 1.7525295e-17, z: -0.000000047362832, w: 1} + m_LocalPosition: {x: 0.0249897, y: -0.002992096, z: -0.00024336025} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 78894026} + m_Father: {fileID: 150031987} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2064765110 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2064765111} + m_Layer: 0 + m_Name: RightHandLittle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2064765111 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2064765110} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.022329407, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1564410840} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2115575810 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2115575811} + m_Layer: 0 + m_Name: Neck + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2115575811 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2115575810} + m_LocalRotation: {x: 0.05528058, y: -0.00006199548, z: -0.0014239601, w: 0.9984699} + m_LocalPosition: {x: -2.5253308e-16, y: 0.114520855, z: -0.012485136} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 840202824} + m_Father: {fileID: 682496934} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2132157726 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2132157727} + m_Layer: 0 + m_Name: LeftHandLittle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2132157727 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2132157726} + m_LocalRotation: {x: -8.3417817e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.013552871, y: 0.000000004831236, z: 0.000000015597493} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1439942362} + m_Father: {fileID: 610705184} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2136027064 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2136027065} + m_Layer: 0 + m_Name: LeftHandRing4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2136027065 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2136027064} + m_LocalRotation: {x: 4.6251358e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.02503746, y: -0.002580261, z: -0.00006344959} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1755798651} + m_Father: {fileID: 1268742392} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Samples~/Visitors/HumanoidVisitor Desktop.unity.meta b/Samples~/VisitorsAndSites/Visitors/HumanoidVisitor Desktop.unity.meta similarity index 100% rename from Samples~/Visitors/HumanoidVisitor Desktop.unity.meta rename to Samples~/VisitorsAndSites/Visitors/HumanoidVisitor Desktop.unity.meta diff --git a/Samples~/Visitors/HumanoidVisitor VR.unity b/Samples~/VisitorsAndSites/Visitors/HumanoidVisitor VR.unity similarity index 100% rename from Samples~/Visitors/HumanoidVisitor VR.unity rename to Samples~/VisitorsAndSites/Visitors/HumanoidVisitor VR.unity diff --git a/Samples~/Visitors/HumanoidVisitor VR.unity.meta b/Samples~/VisitorsAndSites/Visitors/HumanoidVisitor VR.unity.meta similarity index 100% rename from Samples~/Visitors/HumanoidVisitor VR.unity.meta rename to Samples~/VisitorsAndSites/Visitors/HumanoidVisitor VR.unity.meta diff --git a/Samples~/Visitors/Materials.meta b/Samples~/VisitorsAndSites/Visitors/Materials.meta similarity index 100% rename from Samples~/Visitors/Materials.meta rename to Samples~/VisitorsAndSites/Visitors/Materials.meta diff --git a/Samples~/Visitors/Materials/OrangeUnlit.mat b/Samples~/VisitorsAndSites/Visitors/Materials/OrangeUnlit.mat similarity index 100% rename from Samples~/Visitors/Materials/OrangeUnlit.mat rename to Samples~/VisitorsAndSites/Visitors/Materials/OrangeUnlit.mat diff --git a/Samples~/Visitors/Materials/OrangeUnlit.mat.meta b/Samples~/VisitorsAndSites/Visitors/Materials/OrangeUnlit.mat.meta similarity index 100% rename from Samples~/Visitors/Materials/OrangeUnlit.mat.meta rename to Samples~/VisitorsAndSites/Visitors/Materials/OrangeUnlit.mat.meta diff --git a/Samples~/Visitors/Materials/PasserLogo.mat b/Samples~/VisitorsAndSites/Visitors/Materials/PasserLogo.mat similarity index 100% rename from Samples~/Visitors/Materials/PasserLogo.mat rename to Samples~/VisitorsAndSites/Visitors/Materials/PasserLogo.mat diff --git a/Samples~/Visitors/Materials/PasserLogo.mat.meta b/Samples~/VisitorsAndSites/Visitors/Materials/PasserLogo.mat.meta similarity index 100% rename from Samples~/Visitors/Materials/PasserLogo.mat.meta rename to Samples~/VisitorsAndSites/Visitors/Materials/PasserLogo.mat.meta diff --git a/Samples~/Visitors/Prefabs.meta b/Samples~/VisitorsAndSites/Visitors/Prefabs.meta similarity index 100% rename from Samples~/Visitors/Prefabs.meta rename to Samples~/VisitorsAndSites/Visitors/Prefabs.meta diff --git a/Samples~/Visitors/Prefabs/ArmButton.prefab b/Samples~/VisitorsAndSites/Visitors/Prefabs/ArmButton.prefab similarity index 100% rename from Samples~/Visitors/Prefabs/ArmButton.prefab rename to Samples~/VisitorsAndSites/Visitors/Prefabs/ArmButton.prefab diff --git a/Samples~/Visitors/Prefabs/ArmButton.prefab.meta b/Samples~/VisitorsAndSites/Visitors/Prefabs/ArmButton.prefab.meta similarity index 100% rename from Samples~/Visitors/Prefabs/ArmButton.prefab.meta rename to Samples~/VisitorsAndSites/Visitors/Prefabs/ArmButton.prefab.meta diff --git a/Samples~/Visitors/Prefabs/HumanoidMenu.prefab b/Samples~/VisitorsAndSites/Visitors/Prefabs/HumanoidMenu.prefab similarity index 96% rename from Samples~/Visitors/Prefabs/HumanoidMenu.prefab rename to Samples~/VisitorsAndSites/Visitors/Prefabs/HumanoidMenu.prefab index 0e2b8b5..95d29e6 100644 --- a/Samples~/Visitors/Prefabs/HumanoidMenu.prefab +++ b/Samples~/VisitorsAndSites/Visitors/Prefabs/HumanoidMenu.prefab @@ -108,7 +108,7 @@ MonoBehaviour: m_GameObject: {fileID: 1009298696547010} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: ce6e9cb532692ab489efe3767b29ea9a, type: 3} + m_Script: {fileID: 11500000, guid: eaa766f4818f10f46a754d3815a7dd03, type: 3} m_Name: m_EditorClassIdentifier: sites: @@ -463,7 +463,7 @@ MonoBehaviour: m_GameObject: {fileID: 1032603559326628} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8a1a6c1d6d2471f4cb6059a524592f12, type: 3} + m_Script: {fileID: 11500000, guid: 66f1263dc17745042986d64d3fc85479, type: 3} m_Name: m_EditorClassIdentifier: --- !u!114 &8327130247146471356 @@ -475,7 +475,7 @@ MonoBehaviour: m_GameObject: {fileID: 1032603559326628} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 783624512fa8d3b47b07ceb2f597e065, type: 3} + m_Script: {fileID: 11500000, guid: 3dd0dee116e12c84283cf2210e94eb4b, type: 3} m_Name: m_EditorClassIdentifier: --- !u!1 &1036936958396944 @@ -765,7 +765,7 @@ GameObject: - component: {fileID: 223620151362750862} - component: {fileID: 114958637319070628} - component: {fileID: 114773180953090506} - - component: {fileID: 2681429694717158454} + - component: {fileID: 3699023896077975722} m_Layer: 5 m_Name: MainMenu m_TagString: Untagged @@ -861,7 +861,7 @@ MonoBehaviour: m_BlockingMask: serializedVersion: 2 m_Bits: 4294967295 ---- !u!114 &2681429694717158454 +--- !u!114 &3699023896077975722 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -870,11 +870,12 @@ MonoBehaviour: m_GameObject: {fileID: 1092005954041834} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 962ce5e02100a074f8ca243e97d5d61f, type: 3} + m_Script: {fileID: 11500000, guid: 30aa688ff1be4ec45b922da88c07d164, type: 3} m_Name: m_EditorClassIdentifier: - nameText: {fileID: 5059720346247304877} - nameField: {fileID: 6444235033425944260} + loadSiteAtStart: 0 + startSite: + startScene: -none- --- !u!1 &1100335821991332 GameObject: m_ObjectHideFlags: 0 @@ -945,7 +946,7 @@ MonoBehaviour: m_GameObject: {fileID: 1100335821991332} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 98e54bc66869d4d4a9b7ff256b6cf391, type: 3} + m_Script: {fileID: 11500000, guid: 8b626af0d24a2ff45b55338da585d312, type: 3} m_Name: m_EditorClassIdentifier: sitesUI: {fileID: 114247101042568262} @@ -1456,7 +1457,7 @@ MonoBehaviour: m_GameObject: {fileID: 1298245529606860} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 420729d57aa3e734982a265b400401d5, type: 3} + m_Script: {fileID: 11500000, guid: 3b9778a31f48e5c4a87fb0f87a3774ae, type: 3} m_Name: m_EditorClassIdentifier: attachedPrefab: {fileID: 0} @@ -1464,7 +1465,7 @@ MonoBehaviour: attachedHandle: {fileID: 0} socketTag: Untagged attachMethod: 0 - destroyOnLoad: 1 + destroyOnLoad: 0 attachEvent: id: 0 label: Hold Event @@ -1481,69 +1482,7 @@ MonoBehaviour: - When Changed - Always fromEventLabel: - events: - - eventType: 2 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1032603559326628} - methodName: UnityEngine.GameObject/SetActive - parameters: - - fromEvent: 0 - localProperty: Constant - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - - eventType: 2 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1836836856681562} - methodName: UnityEngine.GameObject/SetActive - parameters: - - fromEvent: 0 - localProperty: Constant - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - - eventType: 2 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1092005954041834} - methodName: UnityEngine.GameObject/SetActive - parameters: - - fromEvent: 0 - localProperty: Constant - type: 3 - floatConstant: 0 - intConstant: 0 - boolConstant: 1 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 + events: [] --- !u!54 &54205423894598660 Rigidbody: m_ObjectHideFlags: 0 @@ -1569,10 +1508,10 @@ MonoBehaviour: m_GameObject: {fileID: 1298245529606860} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: be1b14a03b411004bb24d9d0dee33431, type: 3} + m_Script: {fileID: 11500000, guid: 2f9a60897b222af45869e3486f88cf32, type: 3} m_Name: m_EditorClassIdentifier: - parent: {fileID: 224550686342740716} + parent: {fileID: 0} limitX: 1 limitY: 1 limitZ: 1 @@ -1598,33 +1537,7 @@ MonoBehaviour: - ' ' - ' ' fromEventLabel: - events: - - eventType: 1 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 1298245529606860} - methodName: Passer.MechanicalJoint/Rotate - parameters: - - fromEvent: 0 - localProperty: Constant - type: 1 - floatConstant: 30 - intConstant: 0 - boolConstant: 0 - stringConstant: - vector3Constant: {x: 0, y: 0, z: 0} - gameObjectConstant: {fileID: 0} - rigidbodyConstant: {fileID: 0} - boolInverse: 0 - overrideMode: 0 - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 + events: [] xSliderEvents: id: 1 label: X Axis @@ -1641,21 +1554,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 + events: [] ySliderEvents: id: 2 label: Y Axis @@ -1672,21 +1571,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 + events: [] zSliderEvents: id: 3 label: Z Axis @@ -1703,21 +1588,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 + events: [] angleEvents: id: 4 label: Angle @@ -1731,21 +1602,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 + events: [] --- !u!1 &1299873922928470 GameObject: m_ObjectHideFlags: 0 @@ -2015,7 +1872,7 @@ MonoBehaviour: m_GameObject: {fileID: 1360348357047622} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 39a804afd7ab65c4fb39542eb6ad7f6f, type: 3} + m_Script: {fileID: 11500000, guid: 2c7fecab2faa4bf48a16393b68b2ef13, type: 3} m_Name: m_EditorClassIdentifier: posessionDetailsUI: {fileID: 114813941170427312} @@ -2457,9 +2314,9 @@ MonoBehaviour: m_OnClick: m_PersistentCalls: m_Calls: - - m_Target: {fileID: 0} - m_MethodName: LoadSiteFromURL - m_Mode: 5 + - m_Target: {fileID: 3699023896077975722} + m_MethodName: GoHome + m_Mode: 1 m_Arguments: m_ObjectArgument: {fileID: 0} m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine @@ -3534,7 +3391,7 @@ MonoBehaviour: m_GameObject: {fileID: 1836836856681562} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: b84614c70adfdb148a8c4b34a985ad9e, type: 3} + m_Script: {fileID: 11500000, guid: c18b96f699c995a4c9e902e3a851131d, type: 3} m_Name: m_EditorClassIdentifier: pawnPossessionsUI: {fileID: 114892486895217170} @@ -4495,8 +4352,8 @@ MonoBehaviour: m_OnClick: m_PersistentCalls: m_Calls: - - m_Target: {fileID: 0} - m_MethodName: Calibrate + - m_Target: {fileID: 3699023896077975722} + m_MethodName: GoBack m_Mode: 1 m_Arguments: m_ObjectArgument: {fileID: 0} @@ -4656,8 +4513,8 @@ MonoBehaviour: m_OnClick: m_PersistentCalls: m_Calls: - - m_Target: {fileID: 0} - m_MethodName: Calibrate + - m_Target: {fileID: 3699023896077975722} + m_MethodName: ReloadSite m_Mode: 1 m_Arguments: m_ObjectArgument: {fileID: 0} diff --git a/Samples~/Visitors/Prefabs/HumanoidMenu.prefab.meta b/Samples~/VisitorsAndSites/Visitors/Prefabs/HumanoidMenu.prefab.meta similarity index 100% rename from Samples~/Visitors/Prefabs/HumanoidMenu.prefab.meta rename to Samples~/VisitorsAndSites/Visitors/Prefabs/HumanoidMenu.prefab.meta diff --git a/Samples~/VisitorsAndSites/Visitors/Prefabs/MakeHuman_simple_TP.prefab b/Samples~/VisitorsAndSites/Visitors/Prefabs/MakeHuman_simple_TP.prefab new file mode 100644 index 0000000..a8863cb --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/Prefabs/MakeHuman_simple_TP.prefab @@ -0,0 +1,75 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &7338513305112486102 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 100156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_Name + value: MakeHuman_simple_TP Variant + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 13700000, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 457a25bacfd81c34d8db8c9aad406f55, type: 2} + - target: {fileID: 13700002, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0ca0d02c198ab15498856b7fa22650b6, type: 2} + - target: {fileID: 13700004, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 1924927a790c5b24eb77f51e7fffdbb5, type: 2} + - target: {fileID: 13700006, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 5603bff079abbbf40b7d0569a9ca2e45, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} diff --git a/Samples~/VisitorsAndSites/Visitors/Prefabs/MakeHuman_simple_TP.prefab.meta b/Samples~/VisitorsAndSites/Visitors/Prefabs/MakeHuman_simple_TP.prefab.meta new file mode 100644 index 0000000..364a1c4 --- /dev/null +++ b/Samples~/VisitorsAndSites/Visitors/Prefabs/MakeHuman_simple_TP.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f249fe40e650a8c4a90aee2b885b941f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Samples~/Visitors/Resources.meta b/Samples~/VisitorsAndSites/Visitors/Resources.meta similarity index 100% rename from Samples~/Visitors/Resources.meta rename to Samples~/VisitorsAndSites/Visitors/Resources.meta diff --git a/Samples~/Visitors/Resources/InputField.prefab b/Samples~/VisitorsAndSites/Visitors/Resources/InputField.prefab similarity index 100% rename from Samples~/Visitors/Resources/InputField.prefab rename to Samples~/VisitorsAndSites/Visitors/Resources/InputField.prefab diff --git a/Samples~/Visitors/Resources/InputField.prefab.meta b/Samples~/VisitorsAndSites/Visitors/Resources/InputField.prefab.meta similarity index 100% rename from Samples~/Visitors/Resources/InputField.prefab.meta rename to Samples~/VisitorsAndSites/Visitors/Resources/InputField.prefab.meta diff --git a/Samples~/Visitors/Resources/MenuButton.prefab b/Samples~/VisitorsAndSites/Visitors/Resources/MenuButton.prefab similarity index 100% rename from Samples~/Visitors/Resources/MenuButton.prefab rename to Samples~/VisitorsAndSites/Visitors/Resources/MenuButton.prefab diff --git a/Samples~/Visitors/Resources/MenuButton.prefab.meta b/Samples~/VisitorsAndSites/Visitors/Resources/MenuButton.prefab.meta similarity index 100% rename from Samples~/Visitors/Resources/MenuButton.prefab.meta rename to Samples~/VisitorsAndSites/Visitors/Resources/MenuButton.prefab.meta diff --git a/Samples~/Visitors/Sprites.meta b/Samples~/VisitorsAndSites/Visitors/Sprites.meta similarity index 100% rename from Samples~/Visitors/Sprites.meta rename to Samples~/VisitorsAndSites/Visitors/Sprites.meta diff --git a/Samples~/Visitors/Sprites/PasserLogo.png b/Samples~/VisitorsAndSites/Visitors/Sprites/PasserLogo.png similarity index 100% rename from Samples~/Visitors/Sprites/PasserLogo.png rename to Samples~/VisitorsAndSites/Visitors/Sprites/PasserLogo.png diff --git a/Samples~/Visitors/Sprites/PasserLogo.png.meta b/Samples~/VisitorsAndSites/Visitors/Sprites/PasserLogo.png.meta similarity index 100% rename from Samples~/Visitors/Sprites/PasserLogo.png.meta rename to Samples~/VisitorsAndSites/Visitors/Sprites/PasserLogo.png.meta diff --git a/Tests/Runtime/Grabbing/Prefabs/ObjectTable.prefab b/Tests/Runtime/Grabbing/Prefabs/ObjectTable.prefab index 140452d..b4c9990 100644 --- a/Tests/Runtime/Grabbing/Prefabs/ObjectTable.prefab +++ b/Tests/Runtime/Grabbing/Prefabs/ObjectTable.prefab @@ -1619,7 +1619,6 @@ GameObject: - component: {fileID: 5393387225300217151} - component: {fileID: 5393387225300217088} - component: {fileID: 5393387225300217089} - - component: {fileID: 5393387225300217090} m_Layer: 0 m_Name: CubeRigidbody m_TagString: Untagged @@ -1717,19 +1716,6 @@ Rigidbody: m_Interpolate: 0 m_Constraints: 0 m_CollisionDetection: 0 ---- !u!114 &5393387225300217090 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5393387225300217092} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d45648018846a13449b6f30d381dcca0, type: 3} - m_Name: - m_EditorClassIdentifier: - groundCollider: {fileID: 0} --- !u!1 &5393387225304895143 GameObject: m_ObjectHideFlags: 0 diff --git a/Tests/Runtime/Grabbing/Scenes/[Test]GrabbingHumanoid.unity b/Tests/Runtime/Grabbing/Scenes/[Test]GrabbingHumanoid.unity index 3a1eb8a..756c5c1 100644 --- a/Tests/Runtime/Grabbing/Scenes/[Test]GrabbingHumanoid.unity +++ b/Tests/Runtime/Grabbing/Scenes/[Test]GrabbingHumanoid.unity @@ -121,6 +121,939 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} +--- !u!4 &1812876 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4558240690773950, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &25649215 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4496119973859378, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &67373590 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4284033142102930, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &108743622 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &141059089 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4208306150548480, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &292763499 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4885334286591018, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &355717422 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4185642012009948, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &361015569 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4880954805439224, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &372514969 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4049969287411434, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &405058688 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4285708893687638, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &424916253 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4044276183876396, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &489044508 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4703656715930640, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &512301827 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945798737231434, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &515205521 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4826023243270814, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &523916899 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4181504975483354, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &561874461 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4429971395333998, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &573500898 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4020857003718316, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &610972697 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4190442107530260, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &710682841 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4198118768489570, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &822192637 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4500357875551362, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &873204940 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4594412105052764, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &886551363 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4182831468102996, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &914736083 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4836652144944730, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1043341520 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4541786926279050, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1059833631 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4981416426651850, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1089324179 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 4968285162711826} + m_Modifications: + - target: {fileID: 1687898318833826, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_Name + value: EmptyCharacter + objectReference: {fileID: 0} + - target: {fileID: 4020857003718316, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.99999857 + objectReference: {fileID: 0} + - target: {fileID: 4020857003718316, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0017062663 + objectReference: {fileID: 0} + - target: {fileID: 4020857003718316, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00029907556 + objectReference: {fileID: 0} + - target: {fileID: 4020857003718316, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000005105676 + objectReference: {fileID: 0} + - target: {fileID: 4044276183876396, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0000000013969838 + objectReference: {fileID: 0} + - target: {fileID: 4044276183876396, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000011929692 + objectReference: {fileID: 0} + - target: {fileID: 4044276183876396, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.000000043536357 + objectReference: {fileID: 0} + - target: {fileID: 4049969287411434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 9.3132224e-10 + objectReference: {fileID: 0} + - target: {fileID: 4049969287411434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000055733818 + objectReference: {fileID: 0} + - target: {fileID: 4049969287411434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.000000011403126 + objectReference: {fileID: 0} + - target: {fileID: 4051421714285294, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -9.3132246e-10 + objectReference: {fileID: 0} + - target: {fileID: 4051421714285294, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000017069277 + objectReference: {fileID: 0} + - target: {fileID: 4051421714285294, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.00000008891705 + objectReference: {fileID: 0} + - target: {fileID: 4111323599385598, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -9.3132224e-10 + objectReference: {fileID: 0} + - target: {fileID: 4111323599385598, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000062427694 + objectReference: {fileID: 0} + - target: {fileID: 4111323599385598, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000000018309259 + objectReference: {fileID: 0} + - target: {fileID: 4141517989867146, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0000000018626451 + objectReference: {fileID: 0} + - target: {fileID: 4141517989867146, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.000000002986953 + objectReference: {fileID: 0} + - target: {fileID: 4141517989867146, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 4.7947935e-10 + objectReference: {fileID: 0} + - target: {fileID: 4141782078933880, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 9.3132246e-10 + objectReference: {fileID: 0} + - target: {fileID: 4141782078933880, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.000000010301566 + objectReference: {fileID: 0} + - target: {fileID: 4141782078933880, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000000017632711 + objectReference: {fileID: 0} + - target: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: 1.1879503e-16 + objectReference: {fileID: 0} + - target: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.y + value: 0.12070156 + objectReference: {fileID: 0} + - target: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -2.3665827e-30 + objectReference: {fileID: 0} + - target: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -1.8079308e-15 + objectReference: {fileID: 0} + - target: {fileID: 4181504975483354, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: 6.4416877e-15 + objectReference: {fileID: 0} + - target: {fileID: 4181504975483354, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4181504975483354, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 8.609195e-15 + objectReference: {fileID: 0} + - target: {fileID: 4182831468102996, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 4.6566156e-10 + objectReference: {fileID: 0} + - target: {fileID: 4182831468102996, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000012223601 + objectReference: {fileID: 0} + - target: {fileID: 4182831468102996, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.00000007096331 + objectReference: {fileID: 0} + - target: {fileID: 4185642012009948, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -2.806284e-25 + objectReference: {fileID: 0} + - target: {fileID: 4185642012009948, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -6.026436e-16 + objectReference: {fileID: 0} + - target: {fileID: 4190442107530260, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -4.6566123e-10 + objectReference: {fileID: 0} + - target: {fileID: 4190442107530260, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000029976939 + objectReference: {fileID: 0} + - target: {fileID: 4190442107530260, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000004201069 + objectReference: {fileID: 0} + - target: {fileID: 4198118768489570, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 6.938894e-18 + objectReference: {fileID: 0} + - target: {fileID: 4198118768489570, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -1.01863386e-10 + objectReference: {fileID: 0} + - target: {fileID: 4198118768489570, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.0000000024806461 + objectReference: {fileID: 0} + - target: {fileID: 4208306150548480, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 9.313226e-10 + objectReference: {fileID: 0} + - target: {fileID: 4208306150548480, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000029197231 + objectReference: {fileID: 0} + - target: {fileID: 4208306150548480, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.0000000028761078 + objectReference: {fileID: 0} + - target: {fileID: 4284033142102930, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.99917144 + objectReference: {fileID: 0} + - target: {fileID: 4284033142102930, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.036559694 + objectReference: {fileID: 0} + - target: {fileID: 4284033142102930, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0003069177 + objectReference: {fileID: 0} + - target: {fileID: 4284033142102930, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.01788163 + objectReference: {fileID: 0} + - target: {fileID: 4284520946962660, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0000000013969835 + objectReference: {fileID: 0} + - target: {fileID: 4284520946962660, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000029249343 + objectReference: {fileID: 0} + - target: {fileID: 4284520946962660, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.000000014158555 + objectReference: {fileID: 0} + - target: {fileID: 4285708893687638, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: -0.99978817 + objectReference: {fileID: 0} + - target: {fileID: 4285708893687638, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.018480463 + objectReference: {fileID: 0} + - target: {fileID: 4285708893687638, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.00039695128 + objectReference: {fileID: 0} + - target: {fileID: 4285708893687638, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.009049992 + objectReference: {fileID: 0} + - target: {fileID: 4293642491721424, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 9.313226e-10 + objectReference: {fileID: 0} + - target: {fileID: 4293642491721424, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000018633415 + objectReference: {fileID: 0} + - target: {fileID: 4293642491721424, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.0000000095284864 + objectReference: {fileID: 0} + - target: {fileID: 4353235304731280, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 9.313226e-10 + objectReference: {fileID: 0} + - target: {fileID: 4353235304731280, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -9.309442e-10 + objectReference: {fileID: 0} + - target: {fileID: 4353235304731280, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000024713437 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: 0.28401998 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.y + value: 0.000000011820532 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: -2.7463964e-10 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9999791 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.006465943 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0002226799 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000004937201 + objectReference: {fileID: 0} + - target: {fileID: 4429971395333998, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -9.3132246e-10 + objectReference: {fileID: 0} + - target: {fileID: 4429971395333998, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000037639913 + objectReference: {fileID: 0} + - target: {fileID: 4429971395333998, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -1.7053912e-10 + objectReference: {fileID: 0} + - target: {fileID: 4496119973859378, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.0000000018626454 + objectReference: {fileID: 0} + - target: {fileID: 4496119973859378, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000018992807 + objectReference: {fileID: 0} + - target: {fileID: 4496119973859378, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000011266609 + objectReference: {fileID: 0} + - target: {fileID: 4500357875551362, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -9.3132224e-10 + objectReference: {fileID: 0} + - target: {fileID: 4500357875551362, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000021682347 + objectReference: {fileID: 0} + - target: {fileID: 4500357875551362, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000009811284 + objectReference: {fileID: 0} + - target: {fileID: 4520241488013312, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 4.6566118e-10 + objectReference: {fileID: 0} + - target: {fileID: 4520241488013312, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000022992024 + objectReference: {fileID: 0} + - target: {fileID: 4520241488013312, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000000025661377 + objectReference: {fileID: 0} + - target: {fileID: 4527379878525070, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 4.6566123e-10 + objectReference: {fileID: 0} + - target: {fileID: 4527379878525070, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000057421436 + objectReference: {fileID: 0} + - target: {fileID: 4527379878525070, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000000042716235 + objectReference: {fileID: 0} + - target: {fileID: 4539672956612472, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.99998873 + objectReference: {fileID: 0} + - target: {fileID: 4539672956612472, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.004760205 + objectReference: {fileID: 0} + - target: {fileID: 4539672956612472, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.00007447348 + objectReference: {fileID: 0} + - target: {fileID: 4539672956612472, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000003865656 + objectReference: {fileID: 0} + - target: {fileID: 4541786926279050, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0000000018626451 + objectReference: {fileID: 0} + - target: {fileID: 4541786926279050, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 9.373071e-10 + objectReference: {fileID: 0} + - target: {fileID: 4541786926279050, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000003892212 + objectReference: {fileID: 0} + - target: {fileID: 4558240690773950, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4558240690773950, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -7.888609e-31 + objectReference: {fileID: 0} + - target: {fileID: 4558240690773950, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -5.182317e-16 + objectReference: {fileID: 0} + - target: {fileID: 4594412105052764, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.99917144 + objectReference: {fileID: 0} + - target: {fileID: 4594412105052764, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.036559694 + objectReference: {fileID: 0} + - target: {fileID: 4594412105052764, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0003069177 + objectReference: {fileID: 0} + - target: {fileID: 4594412105052764, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.01788163 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: 0.0044376245 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: -0.0025090203 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: -0.99979734 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.018082483 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.00009016453 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.008844196 + objectReference: {fileID: 0} + - target: {fileID: 4618234235717974, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -5.5511138e-17 + objectReference: {fileID: 0} + - target: {fileID: 4618234235717974, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000018788362 + objectReference: {fileID: 0} + - target: {fileID: 4618234235717974, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.0000000022971576 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: -3.1183266e-16 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.y + value: 0.10004067 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: 1e-45 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 1e-45 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -3.7470893e-30 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -2.5827585e-15 + objectReference: {fileID: 0} + - target: {fileID: 4647155121876880, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.0000000013969836 + objectReference: {fileID: 0} + - target: {fileID: 4647155121876880, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000030267977 + objectReference: {fileID: 0} + - target: {fileID: 4647155121876880, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.00000008398057 + objectReference: {fileID: 0} + - target: {fileID: 4657458840255468, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -4.6566118e-10 + objectReference: {fileID: 0} + - target: {fileID: 4657458840255468, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 2.0372677e-10 + objectReference: {fileID: 0} + - target: {fileID: 4657458840255468, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000000066679586 + objectReference: {fileID: 0} + - target: {fileID: 4703656715930640, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -1.6837696e-24 + objectReference: {fileID: 0} + - target: {fileID: 4703656715930640, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -3.6158617e-15 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4755313617476360, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 4.6566118e-10 + objectReference: {fileID: 0} + - target: {fileID: 4755313617476360, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000035361145 + objectReference: {fileID: 0} + - target: {fileID: 4755313617476360, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 6.756407e-10 + objectReference: {fileID: 0} + - target: {fileID: 4826023243270814, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4826023243270814, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000023137536 + objectReference: {fileID: 0} + - target: {fileID: 4826023243270814, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -1.09025636e-10 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.y + value: 0.00000002612104 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: -0.0000000011147959 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.99997914 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.006464389 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.000000016347304 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.0000012249832 + objectReference: {fileID: 0} + - target: {fileID: 4836652144944730, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 6.938894e-18 + objectReference: {fileID: 0} + - target: {fileID: 4836652144944730, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000054278626 + objectReference: {fileID: 0} + - target: {fileID: 4836652144944730, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000000021503859 + objectReference: {fileID: 0} + - target: {fileID: 4839389822556444, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.99999857 + objectReference: {fileID: 0} + - target: {fileID: 4839389822556444, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0016893866 + objectReference: {fileID: 0} + - target: {fileID: 4839389822556444, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.000000042147324 + objectReference: {fileID: 0} + - target: {fileID: 4839389822556444, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -1.3005144e-10 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: -0.0044376245 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: -0.0025090203 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: -0.99979734 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.018082483 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00009016453 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.008844196 + objectReference: {fileID: 0} + - target: {fileID: 4853197623524236, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: -0.99978817 + objectReference: {fileID: 0} + - target: {fileID: 4853197623524236, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.018480463 + objectReference: {fileID: 0} + - target: {fileID: 4853197623524236, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00039695128 + objectReference: {fileID: 0} + - target: {fileID: 4853197623524236, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.009049992 + objectReference: {fileID: 0} + - target: {fileID: 4864647067298810, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -4.6566118e-10 + objectReference: {fileID: 0} + - target: {fileID: 4864647067298810, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000030267977 + objectReference: {fileID: 0} + - target: {fileID: 4864647067298810, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000000059944782 + objectReference: {fileID: 0} + - target: {fileID: 4880954805439224, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -4.6566134e-10 + objectReference: {fileID: 0} + - target: {fileID: 4880954805439224, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000010920939 + objectReference: {fileID: 0} + - target: {fileID: 4880954805439224, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000003605718 + objectReference: {fileID: 0} + - target: {fileID: 4885334286591018, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0000000013969838 + objectReference: {fileID: 0} + - target: {fileID: 4885334286591018, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000019637028 + objectReference: {fileID: 0} + - target: {fileID: 4885334286591018, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000000042271275 + objectReference: {fileID: 0} + - target: {fileID: 4897756725022398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.0000000018626454 + objectReference: {fileID: 0} + - target: {fileID: 4897756725022398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -6.5483625e-11 + objectReference: {fileID: 0} + - target: {fileID: 4897756725022398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000000071050867 + objectReference: {fileID: 0} + - target: {fileID: 4933210508217398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -9.313226e-10 + objectReference: {fileID: 0} + - target: {fileID: 4933210508217398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000031844198 + objectReference: {fileID: 0} + - target: {fileID: 4933210508217398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000091018634 + objectReference: {fileID: 0} + - target: {fileID: 4945798737231434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9999886 + objectReference: {fileID: 0} + - target: {fileID: 4945798737231434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0047749598 + objectReference: {fileID: 0} + - target: {fileID: 4945798737231434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.000000042146848 + objectReference: {fileID: 0} + - target: {fileID: 4945798737231434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -3.292761e-10 + objectReference: {fileID: 0} + - target: {fileID: 4970408688845060, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.0000000018626443 + objectReference: {fileID: 0} + - target: {fileID: 4970408688845060, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.000000008411003 + objectReference: {fileID: 0} + - target: {fileID: 4970408688845060, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000010687922 + objectReference: {fileID: 0} + - target: {fileID: 4981416426651850, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4981416426651850, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -9.860761e-31 + objectReference: {fileID: 0} + - target: {fileID: 4981416426651850, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -5.182317e-16 + objectReference: {fileID: 0} + - target: {fileID: 4983645719502506, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.0000000018626454 + objectReference: {fileID: 0} + - target: {fileID: 4983645719502506, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 6.5483625e-11 + objectReference: {fileID: 0} + - target: {fileID: 4983645719502506, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.0000000071050867 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} +--- !u!4 &1100726134 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4853197623524236, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1109165390 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4520241488013312, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1123052138 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} --- !u!1 &1125641277 GameObject: m_ObjectHideFlags: 0 @@ -213,1882 +1146,42 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} ---- !u!1001 &1215803228 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 1003187176396958, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_Name - value: Humanoid - objectReference: {fileID: 0} - - target: {fileID: 1003187176396958, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_IsActive - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4968286101144654, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_RootOrder - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 4968286101144654, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4968286101144654, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4968286101144654, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4968286101144654, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4968286101144654, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4968286101144654, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4968286101144654, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4968286101144654, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4968286101144654, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4968286101144654, guid: b09ff8d1366440649b959c12df4d1076, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[0].events.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[1].events.Array.size - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[2].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[3].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[4].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[5].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[6].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[7].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[8].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[9].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[10].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[11].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[12].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[0].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[1].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[2].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[3].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[4].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[5].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[6].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[7].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[8].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[9].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[10].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[11].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[12].events.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[0].events.Array.data[1].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[1].events.Array.data[1].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[2].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[3].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[4].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[5].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[6].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[7].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[8].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[9].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[0].events.Array.data[1].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[10].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[11].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[12].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[1].events.Array.data[1].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[2].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[3].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[4].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[5].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[6].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[7].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[8].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[9].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[0].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[1].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[2].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[3].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[4].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[5].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[6].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[7].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[8].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[9].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[0].events.Array.data[1].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[10].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[11].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[12].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[1].events.Array.data[1].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[2].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[3].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[4].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[5].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[6].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[7].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[8].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[9].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[0].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[10].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[11].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[12].events.Array.data[0].intTriggerHigh - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[1].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[2].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[3].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[4].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[5].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[6].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[7].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[8].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[9].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[10].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[11].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[12].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[0].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[10].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[11].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[12].events.Array.data[0].floatTriggerLow - value: 0.01 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[1].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[2].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[3].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[4].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[5].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[6].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[7].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[8].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[9].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[10].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[11].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[12].events.Array.data[0].floatTriggerHigh - value: 0.99 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[0].events.Array.data[1].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[1].events.Array.data[1].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[2].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[3].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[4].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[5].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[6].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[7].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[8].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[9].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[10].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[11].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[12].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[0].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[1].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[2].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[3].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[4].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[5].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[6].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[7].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[8].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[9].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[10].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[11].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: rightInputEvents.Array.data[12].events.Array.data[0].multiplicationFactor - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[0].events.Array.data[1].functionCall.methodName - value: Passer.Humanoid.HumanoidControl/MoveForward - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[1].events.Array.data[1].functionCall.methodName - value: Passer.Humanoid.HumanoidControl/MoveSideward - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[0].events.Array.data[0].functionCall.targetGameObject - value: - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[1].events.Array.data[0].functionCall.targetGameObject - value: - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[0].events.Array.data[1].functionCall.parameters.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[1].events.Array.data[1].functionCall.parameters.Array.size - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[0].events.Array.data[1].functionCall.parameters.Array.data[0].type - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[1].events.Array.data[1].functionCall.parameters.Array.data[0].type - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[0].events.Array.data[1].functionCall.parameters.Array.data[0].fromEvent - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[1].events.Array.data[1].functionCall.parameters.Array.data[0].fromEvent - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[0].events.Array.data[1].functionCall.parameters.Array.data[0].localProperty - value: From Event - objectReference: {fileID: 0} - - target: {fileID: 114262253121122728, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: leftInputEvents.Array.data[1].events.Array.data[1].functionCall.parameters.Array.data[0].localProperty - value: From Event - objectReference: {fileID: 0} - - target: {fileID: 4073333712384793646, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.00006799105 - objectReference: {fileID: 0} - - target: {fileID: 4073333712384793646, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.001423767 - objectReference: {fileID: 0} - - target: {fileID: 5623307778277919503, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.00035374492 - objectReference: {fileID: 0} - - target: {fileID: 5623307778277919503, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.026366144 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714689, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.012209175 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714689, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.026398603 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714689, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.0061616795 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714691, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.012619703 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714691, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.02639497 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714691, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.0061723404 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714693, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99353784 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714693, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.029148754 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714693, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.0524609 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714693, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.096336275 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714695, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9930466 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714695, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.029422315 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714695, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.051698167 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714695, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.10158808 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714703, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.37093556 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714703, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.07168162 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714703, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.89020365 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937714703, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.25457057 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715073, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.7930352 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715073, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.18897952 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715073, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.5028089 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715073, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.28734136 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715075, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9149404 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715075, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.31390628 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715075, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.25306174 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715075, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.017513076 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715077, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.91494036 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715077, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.31390658 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715077, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.25306162 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715077, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.017512916 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715083, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.47092563 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715083, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.6661513 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715083, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.44501325 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715083, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.36937067 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715085, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.47092578 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715085, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.6661515 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715085, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.44501293 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715085, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.36937058 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715089, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9999482 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715089, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.0031949563 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715089, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.0025555778 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715089, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.009328089 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715091, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99884427 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715091, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.03301648 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715091, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.0349229 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715091, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.0006163249 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715093, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9988443 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715093, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.03301629 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715093, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.03492289 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715093, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.00061626325 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715095, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.95985246 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715095, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.13081087 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715095, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.16702992 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715095, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.18350144 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715097, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9598524 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715097, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.13081118 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715097, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.16702965 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715097, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.18350184 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715099, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9711982 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715099, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.22828923 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715099, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.059742488 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715099, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.032998342 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715101, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.97119826 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715101, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.22828917 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715101, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.059742667 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715101, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.032998372 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715103, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.79303527 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715103, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.18897948 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715103, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.50280905 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715103, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.28734133 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715105, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9913993 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715105, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.0641012 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715105, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.06521971 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715105, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.09362169 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715107, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9998435 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715107, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.009012024 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715107, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.010956714 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715107, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.010570634 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715109, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99984354 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715109, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.009011966 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715109, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.010956872 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715109, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.010570754 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715111, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99050236 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715111, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.0996267 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715111, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.092344016 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715111, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.021266462 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715113, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9905946 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715113, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.09849503 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715113, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.09278535 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715113, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.02029916 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715115, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.98488533 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715115, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.09883947 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715115, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.093968004 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715115, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.106779024 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715117, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9848853 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715117, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.098839775 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715117, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.09396809 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715117, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.106779106 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715119, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99994814 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715119, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.0031951617 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715119, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.0025556078 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715119, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.009327929 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715121, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.96349347 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715121, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.19701815 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715121, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.1812559 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715121, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.0032389762 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715123, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.98202664 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715123, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.14018664 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715123, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.12379823 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715123, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.02540554 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715125, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.98202664 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715125, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.14018665 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715125, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.12379819 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715125, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.025405288 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715127, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99949694 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715127, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.023077013 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715127, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.021606887 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715127, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.002552371 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715129, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.999497 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715129, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.023076996 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715129, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.021606937 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715129, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.0025523568 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715131, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9994846 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715131, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.020781396 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715131, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.020584343 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715131, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.01323099 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715133, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99948466 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715133, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.020781258 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715133, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.020584201 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715133, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.013230865 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715135, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.99139935 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715135, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.064100936 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715135, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.06521962 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715135, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.09362142 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715137, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.x - value: -4.947652e-10 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715137, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.z - value: -0.00000012572853 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715137, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.10486602 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715137, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.0025335113 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715137, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.0025860388 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715139, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.x - value: 0.00000005215408 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715139, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.26173544 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715139, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.z - value: -0.000000097788885 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715139, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9977573 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715139, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.05025303 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715139, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.018209327 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715139, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.04029226 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715141, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.x - value: 0.00000011920932 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715141, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.2617354 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715141, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.z - value: -0.00000014901161 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715141, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9977417 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715141, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.050284073 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715141, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.018210696 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715141, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.040638067 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715143, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.x - value: -0.0000000064028427 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715143, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.z - value: 0.000000014901163 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715143, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.8306656 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715143, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.5463671 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715143, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.09530478 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715143, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.048935898 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715145, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.x - value: 0.0000000062864283 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715145, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.3890996 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715145, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.z - value: -0.00000011548403 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715145, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.8306658 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715145, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.095304735 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715145, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.04893586 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715147, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.98615986 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715147, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.08539825 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715147, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.09403625 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715147, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.10655139 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715149, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.98615986 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715149, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.08539828 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715149, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.09403611 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715149, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.10655169 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715151, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9634934 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715151, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.19701833 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715151, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.18125595 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715151, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.0032389828 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715157, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.07038561 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715157, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.03480426 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715157, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.004002945 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715159, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.07038515 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715159, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.03480422 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715159, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.0040033623 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715161, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9844255 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715161, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.018415034 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715161, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.025393976 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715161, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.17298126 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715163, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.98561233 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715163, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.017691964 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715163, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.02544485 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715163, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.16615626 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715183, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.x - value: -6.661338e-15 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715183, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.23304644 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715183, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.z - value: -0.000000022351749 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715183, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.999136 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715183, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.041506458 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715183, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.001628771 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715183, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.0013518989 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715185, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: -0.3709356 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715185, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.07168155 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715185, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.8902036 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715185, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.2545707 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715189, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.0000000020118358 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715189, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000006026231 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715191, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.14465639 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715191, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.000000005394921 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715191, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000037735386 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715193, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.x - value: 0.000000038527183 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715193, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalPosition.y - value: 0.074555576 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715193, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.70591074 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715193, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: 0.70830077 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715193, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000071207404 - objectReference: {fileID: 0} - - target: {fileID: 7769776041937715193, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.000000007096672 - objectReference: {fileID: 0} - - target: {fileID: 8467765973942035875, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.9979041 - objectReference: {fileID: 0} - - target: {fileID: 8467765973942035875, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.x - value: -0.0008002716 - objectReference: {fileID: 0} - - target: {fileID: 8467765973942035875, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.y - value: -0.03277306 - objectReference: {fileID: 0} - - target: {fileID: 8467765973942035875, guid: b09ff8d1366440649b959c12df4d1076, - type: 3} - propertyPath: m_LocalRotation.z - value: -0.05579154 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: b09ff8d1366440649b959c12df4d1076, type: 3} +--- !u!95 &1157633447 stripped +Animator: + m_CorrespondingSourceObject: {fileID: 95905176592788846, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1157633448 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1170367671 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4353235304731280, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1220092054 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4755313617476360, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1223616334 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4527379878525070, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1252087100 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4618234235717974, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} --- !u!1 &1266167014 GameObject: m_ObjectHideFlags: 0 @@ -2183,6 +1276,60 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &1346458702 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4293642491721424, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1361046830 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4864647067298810, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1427588502 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4657458840255468, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1431902740 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4933210508217398, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1507570056 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4051421714285294, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1598364240 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1669580032 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4647155121876880, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1713633052 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4539672956612472, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1783585070 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4839389822556444, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} --- !u!1001 &1819435162 PrefabInstance: m_ObjectHideFlags: 0 @@ -2250,5 +1397,6189 @@ PrefabInstance: propertyPath: m_Name value: ObjectTable objectReference: {fileID: 0} - m_RemovedComponents: [] + m_RemovedComponents: + - {fileID: 5393387225300217090, guid: 29416b03ff590c9498109dd297cb933f, type: 3} m_SourcePrefab: {fileID: 100100000, guid: 29416b03ff590c9498109dd297cb933f, type: 3} +--- !u!4 &1855683054 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4141517989867146, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1883225868 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1897219317 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4141782078933880, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &1905145977 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4284520946962660, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1913637539 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1913637540} + m_Layer: 0 + m_Name: Hand Palm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1913637540 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1913637539} + m_LocalRotation: {x: 0.58471465, y: -0.61163, z: -0.39150488, w: 0.36158207} + m_LocalPosition: {x: -0.095611036, y: -0.015070653, z: 0.018030647} + m_LocalScale: {x: 1, y: 1.0000001, z: 1} + m_Children: [] + m_Father: {fileID: 1883225868} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1924438516 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1924438517} + m_Layer: 0 + m_Name: Hand Palm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1924438517 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1924438516} + m_LocalRotation: {x: 0.5847027, y: 0.6116422, z: 0.39151293, w: 0.3615721} + m_LocalPosition: {x: 0.095612705, y: -0.015067069, z: 0.01803054} + m_LocalScale: {x: 1, y: 1.0000001, z: 1} + m_Children: [] + m_Father: {fileID: 1123052138} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &1982065204 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &2018688750 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &2065174967 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4897756725022398, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &2085994691 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4983645719502506, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &2114847110 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4111323599385598, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!4 &2129937862 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4970408688845060, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 1089324179} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1003188383479746 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4968285162711826} + - component: {fileID: 114146987763930822} + - component: {fileID: 114262252188770036} + m_Layer: 0 + m_Name: Humanoid + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4968285162711826 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1003188383479746} + 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: 2524207631747133779} + - {fileID: 7740277311503842100} + - {fileID: 1157633448} + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &35313796558458995 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 563621271361076515} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a92bd8efd3050c94ca4271d58273b4e0, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 114146987763930822} + hipsBaseHeight: -0.96801895 + newSpineIK: 0 + torsoAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + bodyRotation: 0 + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + chest: + name: + boneId: 5 + target: + length: 1.5575587 + transform: {fileID: 4263678513566535888} + baseRotation: {x: 0.13881722, y: 2.215905e-18, z: -1.455672e-17, w: 0.9903181} + basePosition: {x: -4.135903e-25, y: 0.09838284, z: -0.0000000055879354} + toBoneRotation: {x: 6.661338e-16, y: 3.4521218e-31, z: 5.182325e-16, w: 1} + bone: + transform: {fileID: 355717422} + length: 0.3582629 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: -5.182325e-16, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: -3.4521218e-31, z: -5.182325e-16, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + spine: + name: + boneId: 2 + target: + length: 0 + transform: {fileID: 3987134309775564283} + baseRotation: {x: -0.14465712, y: -2.1299905e-18, z: 1.4569539e-17, w: 0.98948187} + basePosition: {x: 0, y: 0.099871434, z: 0.0000000038999133} + toBoneRotation: {x: 4.6566195e-10, y: -4.1043502e-24, z: -8.814012e-15, w: 1} + bone: + transform: {fileID: 489044508} + length: 0.11258185 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 8.814012e-15, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -4.6566195e-10, y: 4.1043502e-24, z: 8.814012e-15, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hips: + name: + boneId: 1 + target: + length: 8.432076 + transform: {fileID: 6333793701799134457} + baseRotation: {x: 0.0016913532, y: 0, z: 0, w: 0.99999857} + basePosition: {x: 2.7755599e-18, y: 0.96801895, z: -0.07455683} + toBoneRotation: {x: 0, y: -0, z: 9.20181e-15, w: 1} + bone: + transform: {fileID: 523916899} + length: 0.09609294 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: -9.20181e-15, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0, y: 0, z: -9.20181e-15, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hipsTarget: {fileID: 35313796558458995} + bendingFactor: 1 + torsoLength: 0.5669377 + spine2HipsRotation: {x: 0, y: 0, z: -9.064944e-15, w: 1} +--- !u!4 &82171150704633355 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1366324886851439184} + m_LocalRotation: {x: 0.020767761, y: -0.0000067227656, z: -0.004095184, w: -0.999776} + m_LocalPosition: {x: 0.0000000018626451, y: -0.46714398, z: -0.000000013038516} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 173989881028883755} + m_Father: {fileID: 8168424680569103708} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &114146987763930822 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1003188383479746} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b8af60788a29495468933ff82a4527ba, type: 3} + m_Name: + m_EditorClassIdentifier: + path: es/com.passervr.humanoidcontrol_free/Runtime/HumanoidFree/Scripts/ + headTarget: {fileID: 7980081988173897237} + leftHandTarget: {fileID: 6924276446495426945} + rightHandTarget: {fileID: 728085396401242798} + hipsTarget: {fileID: 35313796558458995} + leftFootTarget: {fileID: 280133224969715718} + rightFootTarget: {fileID: 1098007682937821870} + primaryTarget: 0 + targetsRig: {fileID: 1370077733178109090} + showTargetRig: 0 + avatarRig: {fileID: 1157633447} + showAvatarRig: 1 + avatarNeckHeight: 0 + showMuscleTension: 0 + calculateBodyPose: 1 + animatorEnabled: 1 + animatorController: {fileID: 0} + pose: {fileID: 0} + editPose: 0 + remoteAvatar: {fileID: 0} + playerType: 0 + syncRootTransform: 1 + remoteTrackerIpAddress: + humanoidId: 0 + showRealObjects: 1 + _showSkeletons: 0 + physics: 1 + useGravity: 1 + generateColliders: 1 + haptics: 0 + startPosition: 0 + scaling: 1 + calibrateAtStart: 0 + dontDestroyOnLoad: 0 + disconnectInstances: 0 + gameControllerEnabled: 1 + gameControllerIndex: 0 + gameController: 0 + unityXR: + enabled: 1 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 114146987763930822} + leapTracker: + enabled: 0 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 114146987763930822} + isHeadMounted: 0 + custom: + enabled: 0 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 114146987763930822} + forwardSpeed: 1 + backwardSpeed: 0.6 + sidewardSpeed: 1 + maxAcceleration: 1 + rotationSpeed: 60 + stepOffset: 0.3 + proximitySpeed: 0 + proximitySpeedRate: 0.8 + bodyPull: 0 + velocity: {x: 0, y: 0, z: 0} + targetVelocity: {x: 0, y: 0, z: 0} + acceleration: {x: 0, y: 0, z: 0} + turningVelocity: 0 + triggerEntered: 0 + collided: 0 + hitNormal: {x: 0, y: 0, z: 0} + humanoidRigidbody: {fileID: 0} + characterRigidbody: {fileID: 0} + bodyCapsule: {fileID: 0} + bodyCollider: {fileID: 0} + ground: {fileID: 0} + groundVelocity: {x: 0, y: 0, z: 0} + groundAngularVelocity: 0 + useLegLengthCorrection: 0 + animatorParameterForward: + animatorParameterSideward: + animatorParameterRotation: + animatorParameterHeight: + animatorParameterForwardIndex: 0 + animatorParameterSidewardIndex: 0 + animatorParameterRotationIndex: 0 + animatorParameterHeightIndex: 0 + isRemote: 0 + nwId: 0 + id: -1 +--- !u!114 &114262252188770036 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1003188383479746} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: db813424629662a42ac8ec7f8fbfd7ce, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 114146987763930822} + fingerMovements: 1 + gameController: 0 + leftInputEvents: + - id: 0 + label: Stick Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: leftStickVertical + - id: 1 + label: Stick Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: leftStickHorizontal + - id: 2 + label: Stick Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 3 + label: Touchpad Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: leftTouchpadVertical + - id: 4 + label: Touchpad Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: leftTouchpadHorizontal + - id: 5 + label: Touchpad Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 6 + label: Button 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 7 + label: Button 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 8 + label: Button 3 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 9 + label: Button 4 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 10 + label: Trigger 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 11 + label: Trigger 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 12 + label: Option + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + rightInputEvents: + - id: 0 + label: Stick Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 1 + label: Stick Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 2 + label: Stick Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 3 + label: Touchpad Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 4 + label: Touchpad Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 5 + label: Touchpad Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 6 + label: Button 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 7 + label: Button 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 8 + label: Button 3 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 9 + label: Button 4 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 10 + label: Trigger 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 11 + label: Trigger 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 12 + label: Option + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: +--- !u!4 &146483180998187939 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2831637194856888573} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 4.0527506e-16, y: 0.120330654, z: -1.9229062e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3113660507093622898} + m_Father: {fileID: 4263678513566535888} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &149435228932542827 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3124535112441240537} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.029778594, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 906338170100432175} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &173989881028883755 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4801137132426617702} + m_LocalRotation: {x: 0, y: 0, z: -0.000000008184788, w: 1} + m_LocalPosition: {x: -0.00000008527422, y: -0.080176204, z: 0.12159336} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5102001949977538413} + m_Father: {fileID: 82171150704633355} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &240730504842174086 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8930598611464734951} + m_LocalRotation: {x: -0.000039089708, y: -0.0037677626, z: 0.010374232, w: 0.9999391} + m_LocalPosition: {x: -0.03741743, y: -7.858034e-10, z: 0.0000000016225385} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1469898899836072937} + m_Father: {fileID: 7460476023038457491} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &280133224969715718 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1366324886851439184} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 114146987763930822} + isLeft: 1 + side: 1 + otherFoot: {fileID: 1098007682937821870} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + animationSpeed: 1 + velocityAnimationSpeed: 0 + isMoving: 0 + scale: {x: 1, y: 1, z: 1} + f: 0 + prevFrame: 0 + nextFrame: 0 + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 32 + target: + length: 0 + transform: {fileID: 6332245016073884290} + baseRotation: {x: 0.051287744, y: 0.0005637996, z: 0.010977737, w: 0.99862343} + basePosition: {x: -0.11306503, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: -0.016592667, y: 0.00021811719, z: 0.013142481, w: 0.99977595} + bone: + transform: {fileID: 1100726134} + length: 0.4569167 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -130, y: -45, z: -50} + maxAngles: {x: 30, y: 40, z: 30} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.016592667, y: -0.00021811719, z: -0.013142481, w: 0.99977595} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + lowerLeg: + name: + boneId: 33 + target: + length: 0.3890994 + transform: {fileID: 8168424680569103708} + baseRotation: {x: -0.061178457, y: 0.0014482728, z: 0.034985777, w: 0.9975125} + basePosition: {x: -9.313226e-10, y: -0.4977099, z: 0.000000037252903} + toBoneRotation: {x: -0.0026854707, y: -0.000012755842, z: -0.0047498452, w: 0.9999851} + bone: + transform: {fileID: 873204940} + length: 0.46714398 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -15, y: NaN, z: NaN} + maxAngles: {x: 130, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.0026854707, y: 0.000012755842, z: 0.0047498452, w: 0.9999851} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + foot: + name: + boneId: 34 + target: + length: 0.3890995 + transform: {fileID: 82171150704633355} + baseRotation: {x: 0.0082407575, y: 0.0005350625, z: -0.045995984, w: 0.9989076} + basePosition: {x: -0.0664299, y: 0.089666426, z: -0.12843405} + toBoneRotation: {x: -0, y: 0, z: 0.00000000818479, w: 1} + bone: + transform: {fileID: 1598364240} + length: 0.14564736 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -30} + maxAngles: {x: 70, y: 0, z: 20} + baseRotation: {x: 0.28736073, y: -0.00000032279587, z: 0.00000009684347, w: 0.95782244} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0, y: 0, z: -0.00000000818479, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + toes: + name: + boneId: 35 + target: + length: 0 + transform: {fileID: 173989881028883755} + baseRotation: {x: 7.751381e-17, y: 1.073362e-17, z: -0.000000008381918, w: 1.0000002} + basePosition: {x: -0.005016463, y: -0.07128256, z: 0.11779294} + toBoneRotation: {x: -0, y: 0, z: 1.7763568e-15, w: 1} + bone: + transform: {fileID: 2085994691} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -70, y: NaN, z: NaN} + maxAngles: {x: 45, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0, y: 0, z: -1.7763568e-15, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + jointLimitations: 1 + slidePrevention: 0 + physics: 1 + groundEvent: + id: 1 + label: Ground Event + tooltip: 'Call function based on ground standing + + Parameter: the ground + object' + eventTypeLabels: + - Never + - On Grounded + - On not Grounded + - While Grounded + - While not Grounded + - When Ground Changes + - Always + fromEventLabel: ground.gameObject + events: [] + ground: {fileID: 0} + groundNormal: {x: 0, y: 1, z: 0} + groundTranslation: {x: 0, y: 0, z: 0} + groundDistance: -0.060000002 + soleThicknessFoot: 0 + soleThicknessToes: 0 +--- !u!1 &292420000066292962 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3592547832372775765} + m_Layer: 0 + m_Name: Head_End_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &304514991300243051 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4263678513566535888} + m_Layer: 0 + m_Name: Spine1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &366792622961924808 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2773869394885736626} + m_Layer: 0 + m_Name: RightUpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &424115900038200044 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1203612773020104727} + m_LocalRotation: {x: -0, y: -1.1754944e-38, z: 5.1823254e-16, w: 1} + m_LocalPosition: {x: 0.049049404, y: 0.040627964, z: -0.012485102} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2773869394885736626} + m_Father: {fileID: 3113660507093622898} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &506702828183235005 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7255106939063742160} + m_LocalRotation: {x: 0.022657834, y: -7.275958e-12, z: -8.1326856e-10, w: 0.9997433} + m_LocalPosition: {x: 0, y: -0.4569167, z: 0.000000063329935} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5623307777062855763} + m_Father: {fileID: 5272594641259257444} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &563621271361076515 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6333793701799134457} + - component: {fileID: 35313796558458995} + m_Layer: 0 + m_Name: Hips + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &575118282221661687 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9117899990520385000} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.043752592, y: 0.0068923947, z: 0.026853435} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2184748263037008799} + m_Father: {fileID: 8467765975142615807} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &586576476841745819 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7713468396134909711} + m_Layer: 0 + m_Name: LeftShoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &606395545156992854 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5685092677466385934} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.14564738, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 6384243071946687015} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &715920287191060565 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5473054253363232760} + m_Layer: 0 + m_Name: RightHandMiddle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &728085396401242798 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3267643142723958275} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 114146987763930822} + isLeft: 0 + side: 2 + outward: {x: 1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 728085396401242798} + thumb: + proximal: + name: + boneId: 41 + target: + length: 0 + transform: {fileID: 6729240873508833564} + baseRotation: {x: -0.0017219549, y: 0.063947566, z: -0.0268627, w: 0.99759024} + basePosition: {x: 0.038734883, y: -0.0075387624, z: 0.017603258} + toBoneRotation: {x: -0.008043933, y: -0.0022356373, z: 0.0005951053, w: 0.999965} + bone: + transform: {fileID: 515205521} + length: 0.049988925 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008043933, y: 0.0022356373, z: -0.0005951053, w: 0.999965} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 42 + target: + length: 0 + transform: {fileID: 8208221924392905822} + baseRotation: {x: 0.00000067082794, y: 0.0006848712, z: 0.0009798862, w: 0.99999946} + basePosition: {x: 0.043193325, y: 0.00000009033829, z: -0.000000072061084} + toBoneRotation: {x: -0.008047196, y: -0.0029126, z: -0.00039025478, w: 0.9999633} + bone: + transform: {fileID: 2114847110} + length: 0.0347243 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008047196, y: 0.0029126, z: 0.00039025478, w: 0.9999633} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 43 + target: + length: 0 + transform: {fileID: 4154170315715953693} + baseRotation: {x: -0.000012002137, y: -0.007268564, z: 0.0016510447, w: 0.9999722} + basePosition: {x: 0.034723707, y: 0.000028712675, z: -0.00020204074} + toBoneRotation: {x: -0.008042617, y: 0.004369069, z: -0.0019827716, w: 0.9999562} + bone: + transform: {fileID: 1109165390} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008042617, y: -0.004369069, z: 0.0019827716, w: 0.9999562} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + index: + proximal: + name: + boneId: 45 + target: + length: 0 + transform: {fileID: 7694011446016866075} + baseRotation: {x: -0.0030586347, y: 0.060362753, z: -0.0505134, w: 0.9968928} + basePosition: {x: 0.110632144, y: -0.0052804938, z: 0.02043517} + toBoneRotation: {x: -0.008260562, y: 0.0011011285, z: 0.024327176, w: 0.99966925} + bone: + transform: {fileID: 710682841} + length: 0.049120452 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008260562, y: -0.0011011285, z: -0.024327176, w: 0.99966925} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 46 + target: + length: 0 + transform: {fileID: 3437189321883761143} + baseRotation: {x: -0.000006847421, y: 0.0010127166, z: -0.0067608748, w: 0.9999766} + basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} + toBoneRotation: {x: -0.008285605, y: 0.000032705946, z: 0.03107689, w: 0.99948263} + bone: + transform: {fileID: 1220092054} + length: 0.027847793 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008285605, y: -0.000032705946, z: -0.03107689, w: 0.99948263} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 47 + target: + length: 0 + transform: {fileID: 3195765372154093726} + baseRotation: {x: -0.00007100411, y: 0.0031085552, z: -0.022835715, w: 0.99973434} + basePosition: {x: 0.020972585, y: -0.000000033031938, z: -0.000000030615826} + toBoneRotation: {x: -0.008309788, y: -0.0032656642, z: 0.05386678, w: 0.99850816} + bone: + transform: {fileID: 1361046830} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008309788, y: 0.0032656642, z: -0.05386678, w: 0.99850816} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + middle: + proximal: + name: + boneId: 49 + target: + length: 0 + transform: {fileID: 3541944506105349486} + baseRotation: {x: -0.0037662664, y: 0.06238191, z: -0.0601467, w: 0.99623126} + basePosition: {x: 0.10902338, y: 0.00000002005254, z: 0.00000002089655} + toBoneRotation: {x: -0.008092714, y: -0.0010302375, z: 0.033979457, w: 0.99938923} + bone: + transform: {fileID: 914736083} + length: 0.053606734 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008092714, y: 0.0010302375, z: -0.033979457, w: 0.99938923} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 50 + target: + length: 0 + transform: {fileID: 2565122356370820182} + baseRotation: {x: 0.000012148851, y: -0.0026570682, z: -0.004571264, w: 0.999986} + basePosition: {x: 0.03919523, y: -0.000000031330273, z: 0.00000006695336} + toBoneRotation: {x: -0.008009747, y: 0.0015886417, z: 0.03856904, w: 0.9992226} + bone: + transform: {fileID: 886551363} + length: 0.033593573 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008009747, y: -0.0015886417, z: -0.03856904, w: 0.9992226} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 51 + target: + length: 0 + transform: {fileID: 2535018422501417810} + baseRotation: {x: -0.00013389094, y: 0.010465754, z: -0.012791567, w: 0.9998634} + basePosition: {x: 0.02793408, y: 0.000000012776582, z: -0.000000037167183} + toBoneRotation: {x: -0.00829884, y: -0.008976815, z: 0.05126169, w: 0.99861044} + bone: + transform: {fileID: 1669580032} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00829884, y: 0.008976815, z: -0.05126169, w: 0.99861044} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + ring: + proximal: + name: + boneId: 53 + target: + length: 0 + transform: {fileID: 5662060845697080404} + baseRotation: {x: -0.004359492, y: 0.059448313, z: -0.073006116, w: 0.9955486} + basePosition: {x: 0.104699, y: -0.0033326682, z: -0.023172297} + toBoneRotation: {x: -0.008366135, y: 0.0017439944, z: 0.046892274, w: 0.9988634} + bone: + transform: {fileID: 1427588502} + length: 0.046718344 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008366135, y: -0.0017439944, z: -0.046892274, w: 0.9988634} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 54 + target: + length: 0 + transform: {fileID: 5687024760921360537} + baseRotation: {x: 0.000013166005, y: 0.0037974203, z: 0.0034672015, w: 0.99998677} + basePosition: {x: 0.034748368, y: 0.000000041851308, z: 0.00000003387686} + toBoneRotation: {x: -0.008551198, y: -0.0020195083, z: 0.0433966, w: 0.99901927} + bone: + transform: {fileID: 1905145977} + length: 0.03241227 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008551198, y: 0.0020195083, z: -0.0433966, w: 0.99901927} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 55 + target: + length: 0 + transform: {fileID: 8979637046268621652} + baseRotation: {x: -0.000035282817, y: 0.0021739868, z: -0.016227672, w: 0.99986595} + basePosition: {x: 0.021958932, y: 0.000000003812829, z: 0.000000039618854} + toBoneRotation: {x: -0.008576375, y: -0.0043313894, z: 0.05958388, w: 0.99817705} + bone: + transform: {fileID: 610972697} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008576375, y: 0.0043313894, z: -0.05958388, w: 0.99817705} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + little: + proximal: + name: + boneId: 57 + target: + length: 0 + transform: {fileID: 5421611335219468436} + baseRotation: {x: -0.0034078602, y: 0.0635157, z: -0.05346825, w: 0.99654174} + basePosition: {x: 0.10166885, y: -0.0052805147, z: -0.044119988} + toBoneRotation: {x: -0.008010522, y: -0.0020861847, z: 0.0272751, w: 0.99959373} + bone: + transform: {fileID: 822192637} + length: 0.03741792 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008010522, y: 0.0020861847, z: -0.0272751, w: 0.99959373} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 58 + target: + length: 0 + transform: {fileID: 1367469361416803807} + baseRotation: {x: 0.00004510108, y: -0.0043779924, z: -0.010300899, w: 0.9999374} + basePosition: {x: 0.029196553, y: 0.000000012631062, z: 0.000000029656803} + toBoneRotation: {x: -0.007914203, y: 0.002208874, z: 0.037605267, w: 0.9992589} + bone: + transform: {fileID: 372514969} + length: 0.023638997 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007914203, y: -0.002208874, z: -0.037605267, w: 0.9992589} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 59 + target: + length: 0 + transform: {fileID: 7102781215237041485} + baseRotation: {x: -0.0000029260668, y: 0.00021634887, z: -0.013522342, w: 0.9999085} + basePosition: {x: 0.013552905, y: 0.000000024650944, z: 0.000000012807} + toBoneRotation: {x: -0.007948561, y: 0.001885355, z: 0.051112443, w: 0.9986595} + bone: + transform: {fileID: 2129937862} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007948561, y: -0.001885355, z: -0.051112443, w: 0.9986595} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + allFingers: + - proximal: + name: + boneId: 41 + target: + length: 0 + transform: {fileID: 6729240873508833564} + baseRotation: {x: -0.0017219549, y: 0.063947566, z: -0.0268627, w: 0.99759024} + basePosition: {x: 0.038734883, y: -0.0075387624, z: 0.017603258} + toBoneRotation: {x: -0.008043933, y: -0.0022356373, z: 0.0005951053, w: 0.999965} + bone: + transform: {fileID: 515205521} + length: 0.049988925 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008043933, y: 0.0022356373, z: -0.0005951053, w: 0.999965} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 42 + target: + length: 0 + transform: {fileID: 8208221924392905822} + baseRotation: {x: 0.00000067082794, y: 0.0006848712, z: 0.0009798862, w: 0.99999946} + basePosition: {x: 0.043193325, y: 0.00000009033829, z: -0.000000072061084} + toBoneRotation: {x: -0.008047196, y: -0.0029126, z: -0.00039025478, w: 0.9999633} + bone: + transform: {fileID: 2114847110} + length: 0.0347243 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008047196, y: 0.0029126, z: 0.00039025478, w: 0.9999633} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 43 + target: + length: 0 + transform: {fileID: 4154170315715953693} + baseRotation: {x: -0.000012002137, y: -0.007268564, z: 0.0016510447, w: 0.9999722} + basePosition: {x: 0.034723707, y: 0.000028712675, z: -0.00020204074} + toBoneRotation: {x: -0.008042617, y: 0.004369069, z: -0.0019827716, w: 0.9999562} + bone: + transform: {fileID: 1109165390} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008042617, y: -0.004369069, z: 0.0019827716, w: 0.9999562} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 45 + target: + length: 0 + transform: {fileID: 7694011446016866075} + baseRotation: {x: -0.0030586347, y: 0.060362753, z: -0.0505134, w: 0.9968928} + basePosition: {x: 0.110632144, y: -0.0052804938, z: 0.02043517} + toBoneRotation: {x: -0.008260562, y: 0.0011011285, z: 0.024327176, w: 0.99966925} + bone: + transform: {fileID: 710682841} + length: 0.049120452 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008260562, y: -0.0011011285, z: -0.024327176, w: 0.99966925} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 46 + target: + length: 0 + transform: {fileID: 3437189321883761143} + baseRotation: {x: -0.000006847421, y: 0.0010127166, z: -0.0067608748, w: 0.9999766} + basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} + toBoneRotation: {x: -0.008285605, y: 0.000032705946, z: 0.03107689, w: 0.99948263} + bone: + transform: {fileID: 1220092054} + length: 0.027847793 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008285605, y: -0.000032705946, z: -0.03107689, w: 0.99948263} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 47 + target: + length: 0 + transform: {fileID: 3195765372154093726} + baseRotation: {x: -0.00007100411, y: 0.0031085552, z: -0.022835715, w: 0.99973434} + basePosition: {x: 0.020972585, y: -0.000000033031938, z: -0.000000030615826} + toBoneRotation: {x: -0.008309788, y: -0.0032656642, z: 0.05386678, w: 0.99850816} + bone: + transform: {fileID: 1361046830} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008309788, y: 0.0032656642, z: -0.05386678, w: 0.99850816} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 49 + target: + length: 0 + transform: {fileID: 3541944506105349486} + baseRotation: {x: -0.0037662664, y: 0.06238191, z: -0.0601467, w: 0.99623126} + basePosition: {x: 0.10902338, y: 0.00000002005254, z: 0.00000002089655} + toBoneRotation: {x: -0.008092714, y: -0.0010302375, z: 0.033979457, w: 0.99938923} + bone: + transform: {fileID: 914736083} + length: 0.053606734 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008092714, y: 0.0010302375, z: -0.033979457, w: 0.99938923} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 50 + target: + length: 0 + transform: {fileID: 2565122356370820182} + baseRotation: {x: 0.000012148851, y: -0.0026570682, z: -0.004571264, w: 0.999986} + basePosition: {x: 0.03919523, y: -0.000000031330273, z: 0.00000006695336} + toBoneRotation: {x: -0.008009747, y: 0.0015886417, z: 0.03856904, w: 0.9992226} + bone: + transform: {fileID: 886551363} + length: 0.033593573 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008009747, y: -0.0015886417, z: -0.03856904, w: 0.9992226} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 51 + target: + length: 0 + transform: {fileID: 2535018422501417810} + baseRotation: {x: -0.00013389094, y: 0.010465754, z: -0.012791567, w: 0.9998634} + basePosition: {x: 0.02793408, y: 0.000000012776582, z: -0.000000037167183} + toBoneRotation: {x: -0.00829884, y: -0.008976815, z: 0.05126169, w: 0.99861044} + bone: + transform: {fileID: 1669580032} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00829884, y: 0.008976815, z: -0.05126169, w: 0.99861044} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 53 + target: + length: 0 + transform: {fileID: 5662060845697080404} + baseRotation: {x: -0.004359492, y: 0.059448313, z: -0.073006116, w: 0.9955486} + basePosition: {x: 0.104699, y: -0.0033326682, z: -0.023172297} + toBoneRotation: {x: -0.008366135, y: 0.0017439944, z: 0.046892274, w: 0.9988634} + bone: + transform: {fileID: 1427588502} + length: 0.046718344 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008366135, y: -0.0017439944, z: -0.046892274, w: 0.9988634} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 54 + target: + length: 0 + transform: {fileID: 5687024760921360537} + baseRotation: {x: 0.000013166005, y: 0.0037974203, z: 0.0034672015, w: 0.99998677} + basePosition: {x: 0.034748368, y: 0.000000041851308, z: 0.00000003387686} + toBoneRotation: {x: -0.008551198, y: -0.0020195083, z: 0.0433966, w: 0.99901927} + bone: + transform: {fileID: 1905145977} + length: 0.03241227 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008551198, y: 0.0020195083, z: -0.0433966, w: 0.99901927} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 55 + target: + length: 0 + transform: {fileID: 8979637046268621652} + baseRotation: {x: -0.000035282817, y: 0.0021739868, z: -0.016227672, w: 0.99986595} + basePosition: {x: 0.021958932, y: 0.000000003812829, z: 0.000000039618854} + toBoneRotation: {x: -0.008576375, y: -0.0043313894, z: 0.05958388, w: 0.99817705} + bone: + transform: {fileID: 610972697} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008576375, y: 0.0043313894, z: -0.05958388, w: 0.99817705} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 57 + target: + length: 0 + transform: {fileID: 5421611335219468436} + baseRotation: {x: -0.0034078602, y: 0.0635157, z: -0.05346825, w: 0.99654174} + basePosition: {x: 0.10166885, y: -0.0052805147, z: -0.044119988} + toBoneRotation: {x: -0.008010522, y: -0.0020861847, z: 0.0272751, w: 0.99959373} + bone: + transform: {fileID: 822192637} + length: 0.03741792 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008010522, y: 0.0020861847, z: -0.0272751, w: 0.99959373} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 58 + target: + length: 0 + transform: {fileID: 1367469361416803807} + baseRotation: {x: 0.00004510108, y: -0.0043779924, z: -0.010300899, w: 0.9999374} + basePosition: {x: 0.029196553, y: 0.000000012631062, z: 0.000000029656803} + toBoneRotation: {x: -0.007914203, y: 0.002208874, z: 0.037605267, w: 0.9992589} + bone: + transform: {fileID: 372514969} + length: 0.023638997 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007914203, y: -0.002208874, z: -0.037605267, w: 0.9992589} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 59 + target: + length: 0 + transform: {fileID: 7102781215237041485} + baseRotation: {x: -0.0000029260668, y: 0.00021634887, z: -0.013522342, w: 0.9999085} + basePosition: {x: 0.013552905, y: 0.000000024650944, z: 0.000000012807} + toBoneRotation: {x: -0.007948561, y: 0.001885355, z: 0.051112443, w: 0.9986595} + bone: + transform: {fileID: 2129937862} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007948561, y: -0.001885355, z: -0.051112443, w: 0.9986595} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + rotationSpeedLimitation: 0 + unity: {fileID: 0} + armAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + armSwing: 0 + unityXR: + enabled: 1 + target: {fileID: 728085396401242798} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + leap: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 36 + target: + length: 0 + transform: {fileID: 424115900038200044} + baseRotation: {x: -0.004315328, y: 0.16464703, z: -0.04999076, w: 0.9850756} + basePosition: {x: 0.0195458, y: 0.28317055, z: 0.052202977} + toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 1059833631} + length: 0.1564886 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: -45, z: 0} + maxAngles: {x: 0, y: 0, z: 45} + baseRotation: {x: 0, y: -1.1754944e-38, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + upperArm: + name: + boneId: 37 + target: + length: 0 + transform: {fileID: 2773869394885736626} + baseRotation: {x: -0.055432968, y: -0.0940898, z: 0.018999131, w: 0.99383783} + basePosition: {x: 0.17596613, y: -9.313226e-10, z: 0.000000007450581} + toBoneRotation: {x: 2.328313e-10, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 1713633052} + length: 0.25876004 + jointLimitations: 0 + maxAngle: 120 + minAngles: {x: -180, y: -130, z: -45} + maxAngles: {x: 60, y: 45, z: 180} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -2.328313e-10, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + forearm: + name: + boneId: 38 + target: + length: 0.26173532 + transform: {fileID: 4249058869322488396} + baseRotation: {x: 0.000000034648366, y: -0.17829426, z: -0.0000000033409975, + w: 0.98397756} + basePosition: {x: 0.20965332, y: 0.0000000018626454, z: 0.00000006717164} + toBoneRotation: {x: 6.938894e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 573500898} + length: 0.28401992 + jointLimitations: 0 + maxAngle: 130 + minAngles: {x: 0, y: -150, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.938894e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hand: + name: + boneId: 40 + target: + length: 0 + transform: {fileID: 7624083476719884103} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: -0.009768442, y: 0.06193218, z: -0.025749847, w: 0.99770033} + bone: + transform: {fileID: 1123052138} + length: 0.02 + jointLimitations: 0 + maxAngle: 100 + minAngles: {x: -90, y: -20, z: -70} + maxAngles: {x: 45, y: 50, z: 70} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.009768442, y: -0.06193218, z: 0.025749847, w: 0.99770033} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + poseMethod: 0 + physics: 1 + physicsMode: 2 + strength: 100 + grabbingTechnique: 0 + touchInteraction: 1 + poseMixer: + mixedPoses: [] + poseMode: 0 + grabSocket: {fileID: 0} + pinchSocket: {fileID: 0} + grabbedPrefab: {fileID: 0} + grabbedObject: {fileID: 0} + grabbedHandle: {fileID: 0} + targetToHandle: {x: 0, y: 0, z: 0} + grabbedRigidbody: 0 + grabbedKinematicRigidbody: 0 + colliders: [] + twoHandedGrab: 0 + targetToSecondaryHandle: {x: 0, y: 0, z: 0} + poseEvent: + id: 1 + label: Pose Event + tooltip: 'Call functions based on recognized posesParameter: the index of the + recognized pose' + eventTypeLabels: + - Never + - On Pose Recognized + - On No Pose Recongnized + - While Pose Recognized + - While No Pose Recognized + - When Pose Changes + - Always + fromEventLabel: poseMixer.detectedPoseIx + events: [] + touchEvent: + id: 2 + label: Touch Event + tooltip: 'Call funtions based on touched objectsParameter: the touched object' + eventTypeLabels: + - Never + - On Touch Start + - On Touch End + - While Touching + - While not Touching + - On Touched Object Changes + - Always + fromEventLabel: touchedObject + events: [] + grabEvent: + id: 3 + label: Grab Event + tooltip: 'Call functions based on grabbed objectsParameter: the grabbed object' + eventTypeLabels: + - Never + - On Grab Start + - On Grab End + - While Holding Object + - While not Holding Object + - On Grabbed Object Changes + - Always + fromEventLabel: grabbedObject + events: [] + handPalm: {fileID: 1924438517} + handRigidbody: {fileID: 0} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!4 &796111768738961269 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9151513447899674923} + m_LocalRotation: {x: 0.0016893777, y: 0.000000042145203, z: -4.5932005e-10, w: 0.9999986} + m_LocalPosition: {x: -0.25876033, y: 2.6819604e-16, z: 6.083426e-39} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 8467765975142615807} + m_Father: {fileID: 5057495324074276105} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &815571998904856536 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4939765738617024122} + m_LocalRotation: {x: -0.0000037042141, y: 0.0025506972, z: -0.0014522823, w: 0.9999957} + m_LocalPosition: {x: -0.034725063, y: -6.3632966e-10, z: -0.000000005125133} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4672632720444430416} + m_Father: {fileID: 1767130829122899032} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &832882596391389740 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2535018422501417810} + m_Layer: 0 + m_Name: RightHandMiddle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &906338170100432175 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4137438997164114172} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.029777298, y: 0.00011596679, z: 0.00026114538} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 149435228932542827} + m_Father: {fileID: 4154170315715953693} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1044431756958727438 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3437189321883761143} + m_Layer: 0 + m_Name: RightHandIndex2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &1058846921284582841 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7740277311503842100} + m_Layer: 0 + m_Name: Real World + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1098007682937821870 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8520950602194196756} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 114146987763930822} + isLeft: 0 + side: 2 + otherFoot: {fileID: 280133224969715718} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + animationSpeed: 1 + velocityAnimationSpeed: 0 + isMoving: 0 + scale: {x: 1, y: 1, z: 1} + f: 0 + prevFrame: 0 + nextFrame: 0 + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 60 + target: + length: 0 + transform: {fileID: 5272594641259257444} + baseRotation: {x: 0.051287577, y: -0.0005638482, z: -0.010978722, w: 0.99862343} + basePosition: {x: 0.11306499, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: -0.016592667, y: -0.00021811719, z: -0.013142481, w: 0.99977595} + bone: + transform: {fileID: 405058688} + length: 0.4569167 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -130, y: -40, z: -30} + maxAngles: {x: 30, y: 45, z: 50} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.016592667, y: 0.00021811719, z: 0.013142481, w: 0.99977595} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + lowerLeg: + name: + boneId: 61 + target: + length: 0.38909963 + transform: {fileID: 506702828183235005} + baseRotation: {x: -0.061178114, y: -0.0014482929, z: -0.034986246, w: 0.99751246} + basePosition: {x: 0, y: -0.49770975, z: 0.000000033527613} + toBoneRotation: {x: -0.0026854707, y: 0.000012755842, z: 0.0047498452, w: 0.9999851} + bone: + transform: {fileID: 67373590} + length: 0.46714398 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -15, y: NaN, z: NaN} + maxAngles: {x: 130, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.0026854707, y: -0.000012755842, z: -0.0047498452, w: 0.9999851} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + foot: + name: + boneId: 62 + target: + length: 0.3890981 + transform: {fileID: 5623307777062855763} + baseRotation: {x: 0.008240594, y: -0.00053507095, z: 0.04599743, w: 0.9989074} + basePosition: {x: 0.06642776, y: 0.089666486, z: -0.128434} + toBoneRotation: {x: 0, y: 0, z: -0.00000000818479, w: 1} + bone: + transform: {fileID: 2018688750} + length: 0.14564736 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -20} + maxAngles: {x: 50, y: 0, z: 30} + baseRotation: {x: 0.28736073, y: 0.00000032279587, z: -0.00000009684347, w: 0.95782244} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0, y: 0, z: 0.00000000818479, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + toes: + name: + boneId: 63 + target: + length: 0 + transform: {fileID: 6384243071946687015} + baseRotation: {x: 7.751381e-17, y: -1.073362e-17, z: 0.000000008381918, w: 1.0000002} + basePosition: {x: 0.005015458, y: -0.07128226, z: 0.11779303} + toBoneRotation: {x: 0, y: 0, z: -1.7763568e-15, w: 1} + bone: + transform: {fileID: 2065174967} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -70, y: NaN, z: NaN} + maxAngles: {x: 45, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0, y: 0, z: 1.7763568e-15, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + jointLimitations: 1 + slidePrevention: 0 + physics: 1 + groundEvent: + id: 1 + label: Ground Event + tooltip: 'Call function based on ground standing + + Parameter: the ground + object' + eventTypeLabels: + - Never + - On Grounded + - On not Grounded + - While Grounded + - While not Grounded + - When Ground Changes + - Always + fromEventLabel: ground.gameObject + events: [] + ground: {fileID: 0} + groundNormal: {x: 0, y: 1, z: 0} + groundTranslation: {x: 0, y: 0, z: 0} + groundDistance: -0.060000002 + soleThicknessFoot: 0 + soleThicknessToes: 0 +--- !u!1 &1150885722235270859 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1367469361416803807} + m_Layer: 0 + m_Name: RightHandLittle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &1203612773020104727 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 424115900038200044} + m_Layer: 0 + m_Name: RightShoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &1366324886851439184 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 82171150704633355} + - component: {fileID: 280133224969715718} + m_Layer: 0 + m_Name: LeftFoot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1367469361416803807 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1150885722235270859} + m_LocalRotation: {x: 0.00004510139, y: -0.0043779872, z: -0.01030091, w: 0.9999374} + m_LocalPosition: {x: 0.037417915, y: -0.000000001542503, z: -0.0000000014879333} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7102781215237041485} + m_Father: {fileID: 5421611335219468436} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!95 &1370077733178109090 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2710170907382527770} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: 0ef46fdec482c674c8bd176e0b18d448, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 1 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!1 &1386737683942712767 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4672632720444430416} + m_Layer: 0 + m_Name: LeftHandThumb4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1469898899836072937 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3371603550894619409} + m_LocalRotation: {x: 0.000043546504, y: 0.0030319644, z: 0.014361531, w: 0.9998923} + m_LocalPosition: {x: -0.023639707, y: -0.0000000011557972, z: 0.0000000047519753} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5883492203351664725} + m_Father: {fileID: 240730504842174086} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &1660153916653436427 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8661400643352609193} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.022329101, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5883492203351664725} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &1767130829122899032 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5238587302317367488} + m_LocalRotation: {x: 0.0000065267095, y: 0.002753094, z: 0.0023710353, w: 0.99999344} + m_LocalPosition: {x: -0.049988233, y: 6.184564e-10, z: 0.0000000015934347} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 815571998904856536} + m_Father: {fileID: 2937189715106055227} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1846343396487956368 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7102781215237041485} + m_Layer: 0 + m_Name: RightHandLittle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &1858689556715012223 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4299558759779166387} + m_Layer: 0 + m_Name: LeftHandIndex4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2120030402853262930 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3606168333106317932} + m_LocalRotation: {x: -0.000000008381903, y: 0.0000023022294, z: -0.0023784682, w: 0.9999972} + m_LocalPosition: {x: -0.046718843, y: 4.5110937e-10, z: 0.0000000026047928} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5266872344205830148} + m_Father: {fileID: 4570772103405959968} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &2184748263037008799 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3395789966160912309} + m_LocalRotation: {x: -0.00317021, y: -0.06252101, z: 0.05054191, w: 0.99675804} + m_LocalPosition: {x: -0.075136304, y: -0.0066132913, z: -0.000988517} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2247109596253425523} + m_Father: {fileID: 575118282221661687} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2188552292014485041 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3195765372154093726} + m_Layer: 0 + m_Name: RightHandIndex3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2247109596253425523 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2892946025962464796} + m_LocalRotation: {x: 0.000022361754, y: 0.003334172, z: 0.006706791, w: 0.999972} + m_LocalPosition: {x: -0.049120728, y: -0.0000000011423253, z: -2.0736479e-10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5079013458433462320} + m_Father: {fileID: 2184748263037008799} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2308373695140989713 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5662060845697080404} + m_Layer: 0 + m_Name: RightHandRing1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &2510354883070263844 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7244628976086019397} + m_Layer: 0 + m_Name: LeftHandRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2524207631747133779 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2710170907382527770} + 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: 4368098810082834747} + - {fileID: 6333793701799134457} + m_Father: {fileID: 4968285162711826} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &2535018422501417810 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 832882596391389740} + m_LocalRotation: {x: -0.00013389184, y: 0.010465758, z: -0.01279156, w: 0.99986345} + m_LocalPosition: {x: 0.033593573, y: 0.00000000212642, z: -0.000000003319423} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8283956865906116753} + m_Father: {fileID: 2565122356370820182} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &2565122356370820182 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2595729651025980912} + m_LocalRotation: {x: 0.000012148868, y: -0.0026570668, z: -0.0045712627, w: 0.999986} + m_LocalPosition: {x: 0.05360672, y: -0.0000000024738256, z: -0.000000006730261} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2535018422501417810} + m_Father: {fileID: 3541944506105349486} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2595729651025980912 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2565122356370820182} + m_Layer: 0 + m_Name: RightHandMiddle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2653163422310819914 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4606189429210912620} + m_LocalRotation: {x: 4.6251358e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.02503746, y: -0.002580261, z: -0.00006344959} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3694653658719350712} + m_Father: {fileID: 5266872344205830148} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &2694456734458300768 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3060281950065959696} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04375305, y: 0.006900177, z: 0.026853401} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7694011446016866075} + m_Father: {fileID: 7624083476719884103} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2710170907382527770 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2524207631747133779} + - component: {fileID: 1370077733178109090} + m_Layer: 0 + m_Name: Target Rig + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2718435910087275867 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5904556101770841772} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.045923002, y: 0.0070205685, z: 0.010279348} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6734234514832348427} + m_Father: {fileID: 8467765975142615807} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2742881517642460262 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5057495324074276105} + m_Layer: 0 + m_Name: LeftUpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2773869394885736626 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 366792622961924808} + m_LocalRotation: {x: 0.0047789654, y: 0.00012399603, z: 0.0000005923608, w: 0.9999886} + m_LocalPosition: {x: 0.1564886, y: -1.6219496e-16, z: -3.679029e-39} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 4249058869322488396} + m_Father: {fileID: 424115900038200044} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2831637194856888573 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 146483180998187939} + m_Layer: 0 + m_Name: Spine2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &2892946025962464796 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2247109596253425523} + m_Layer: 0 + m_Name: LeftHandIndex2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!33 &2919380766243109627 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3307463944176741863} + m_Mesh: {fileID: 4300000, guid: fcf9a9e3fb67cb64887a4d17ddc7c85c, type: 3} +--- !u!4 &2937189715106055227 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6131207696653692610} + m_LocalRotation: {x: -0.0015786077, y: -0.06299851, z: 0.025000213, w: 0.9976992} + m_LocalPosition: {x: -0.03886753, y: 0.001484307, z: 0.037806235} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1767130829122899032} + m_Father: {fileID: 8467765975142615807} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3053674496181031656 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6263786911288357207} + m_Layer: 0 + m_Name: RightHandRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &3060281950065959696 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2694456734458300768} + m_Layer: 0 + m_Name: RightHandIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3113660507093622898 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6974821443821770525} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -1.52742e-16, y: 0.117230676, z: 0.012485121} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7713468396134909711} + - {fileID: 3458644234195508120} + - {fileID: 424115900038200044} + m_Father: {fileID: 146483180998187939} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &3120831057552600012 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8192117814295134315} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.042913206, y: 0.006371307, z: -0.016307002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7460476023038457491} + m_Father: {fileID: 8467765975142615807} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3124535112441240537 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 149435228932542827} + m_Layer: 0 + m_Name: RightHandThumb4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3195765372154093726 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2188552292014485041} + m_LocalRotation: {x: -0.00007100405, y: 0.0031085527, z: -0.022835713, w: 0.9997344} + m_LocalPosition: {x: 0.0278478, y: 7.5198514e-10, z: 0.000000003433486} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7355896402882001933} + m_Father: {fileID: 3437189321883761143} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3267643142723958275 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7624083476719884103} + - component: {fileID: 728085396401242798} + m_Layer: 0 + m_Name: RightHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &3307463944176741863 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4368098810082834747} + - component: {fileID: 2919380766243109627} + - component: {fileID: 6950067160770776025} + m_Layer: 0 + m_Name: Cube + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &3371603550894619409 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1469898899836072937} + m_Layer: 0 + m_Name: LeftHandLittle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &3395789966160912309 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2184748263037008799} + m_Layer: 0 + m_Name: LeftHandIndex1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3437189321883761143 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1044431756958727438} + m_LocalRotation: {x: -0.0000068470836, y: 0.0010127202, z: -0.0067608743, w: 0.99997663} + m_LocalPosition: {x: 0.049120463, y: 5.529728e-10, z: 0.0000000029795046} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3195765372154093726} + m_Father: {fileID: 7694011446016866075} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &3458644234195508120 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7252232763862908803} + m_LocalRotation: {x: -0, y: 3.526483e-38, z: 2.0767596e-15, w: 1} + m_LocalPosition: {x: -2.5253393e-16, y: 0.12070156, z: -0.012485121} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4073333713589908338} + m_Father: {fileID: 3113660507093622898} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &3541944506105349486 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4431182775921693035} + m_LocalRotation: {x: -0.0037662666, y: 0.06238191, z: -0.0601467, w: 0.9962313} + m_LocalPosition: {x: 0.07128249, y: -0.00702011, z: -0.01027932} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2565122356370820182} + m_Father: {fileID: 6732661478934027253} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &3592547832372775765 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 292420000066292962} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.16325943, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8929222153056015788} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3606168333106317932 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2120030402853262930} + m_Layer: 0 + m_Name: LeftHandRing2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &3682125885066515781 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5687024760921360537} + m_Layer: 0 + m_Name: RightHandRing2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3694653658719350712 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4712347638597116109} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.025170134, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2653163422310819914} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3704755306703155348 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4073333713589908338} + - component: {fileID: 7980081988173897237} + m_Layer: 0 + m_Name: Head + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3987134309775564283 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4362768374071959798} + m_LocalRotation: {x: -0, y: 4.514519e-32, z: 1.8015822e-14, w: 1} + m_LocalPosition: {x: 0, y: 0.09609294, z: 0.0000000027939677} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4263678513566535888} + m_Father: {fileID: 6333793701799134457} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4050125996402335791 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7261840188055370577} + m_Layer: 0 + m_Name: LeftHandMiddle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4073333713589908338 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3704755306703155348} + m_LocalRotation: {x: 8.81e-43, y: -4.7019774e-38, z: -1.5585271e-15, w: 1} + m_LocalPosition: {x: 1.1911401e-21, y: 0.10004067, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8929222153056015788} + m_Father: {fileID: 3458644234195508120} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4093552792879168701 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8979637046268621652} + m_Layer: 0 + m_Name: RightHandRing3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4136488691221071478 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8373040939294147721} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.024553984, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 7355896402882001933} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4137438997164114172 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 906338170100432175} + m_Layer: 0 + m_Name: RightHandThumb4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4154170315715953693 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8151119431749126455} + m_LocalRotation: {x: -0.000012000173, y: -0.007268562, z: 0.0016510474, w: 0.9999723} + m_LocalPosition: {x: 0.0347243, y: 1.6370205e-10, z: 0.0000000021583548} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 906338170100432175} + m_Father: {fileID: 8208221924392905822} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4249058869322488396 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7709896987624248308} + m_LocalRotation: {x: 0.0016829239, y: -0.00033157127, z: 0.0000005439917, w: 0.9999985} + m_LocalPosition: {x: 0.25876004, y: -2.6819575e-16, z: -6.083419e-39} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7624083476719884103} + m_Father: {fileID: 2773869394885736626} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4263678513566535888 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 304514991300243051} + m_LocalRotation: {x: -0, y: -4.5145178e-32, z: -9.332244e-15, w: 1} + m_LocalPosition: {x: -4.2351647e-22, y: 0.11258185, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 146483180998187939} + m_Father: {fileID: 3987134309775564283} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4295241878976779469 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8467765975142615807} + - component: {fileID: 6924276446495426945} + m_Layer: 0 + m_Name: LeftHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4299558759779166387 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1858689556715012223} + m_LocalRotation: {x: -6.938894e-18, y: 6.203854e-25, z: -0.000000048550163, w: 1} + m_LocalPosition: {x: -0.024411585, y: -0.00263807, z: 0.00006414011} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7787582703369701051} + m_Father: {fileID: 5079013458433462320} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4329175925872086027 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7355896402882001933} + m_Layer: 0 + m_Name: RightHandIndex4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &4362768374071959798 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3987134309775564283} + m_Layer: 0 + m_Name: Spine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4368098810082834747 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3307463944176741863} + m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2524207631747133779} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4410791376530069442 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4482389126910277943} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.0222126, y: -0.0022802735, z: 0.00006594256} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7844866515182286809} + m_Father: {fileID: 7102781215237041485} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4431182775921693035 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3541944506105349486} + m_Layer: 0 + m_Name: RightHandMiddle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &4442798848389801402 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6734234514832348427} + m_Layer: 0 + m_Name: LeftHandMiddle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &4482389126910277943 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4410791376530069442} + m_Layer: 0 + m_Name: RightHandLittle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4570772103405959968 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6286802333202015175} + m_LocalRotation: {x: -0.003927261, y: -0.060736988, z: 0.064405724, w: 0.99606603} + m_LocalPosition: {x: -0.061303318, y: -0.006159441, z: -0.019985357} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2120030402853262930} + m_Father: {fileID: 7244628976086019397} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4588590748714103615 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8208221924392905822} + m_Layer: 0 + m_Name: RightHandThumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &4606189429210912620 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2653163422310819914} + m_Layer: 0 + m_Name: LeftHandRing4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &4612303278466275920 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6732661478934027253} + m_Layer: 0 + m_Name: RightHandMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4613317633724480158 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5326529325845845288} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.025169373, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 6766280549998641211} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4614617809209045086 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5883492203351664725} + m_Layer: 0 + m_Name: LeftHandLittle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &4616827265778352557 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7109531785232151783} + m_Layer: 0 + m_Name: LeftHandMiddle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4672632720444430416 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1386737683942712767} + m_LocalRotation: {x: 9.382326e-10, y: -7.190296e-18, z: 0.00000004003126, w: 1} + m_LocalPosition: {x: -0.029778114, y: 0.000015687518, z: 0.00024009302} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7059981215909108026} + m_Father: {fileID: 815571998904856536} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4712347638597116109 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3694653658719350712} + m_Layer: 0 + m_Name: LeftHandRing4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &4792797725875999859 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8168424680569103708} + m_Layer: 0 + m_Name: LeftLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &4801137132426617702 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 173989881028883755} + m_Layer: 0 + m_Name: LeftToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &4939765738617024122 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 815571998904856536} + m_Layer: 0 + m_Name: LeftHandThumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5057495324074276105 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2742881517642460262} + m_LocalRotation: {x: 0.0047750277, y: 0.000000042146848, z: 7.940934e-22, w: 0.9999886} + m_LocalPosition: {x: -0.15648837, y: 1.6219474e-16, z: 3.679024e-39} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 796111768738961269} + m_Father: {fileID: 7713468396134909711} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &5079013458433462320 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7395480489155563475} + m_LocalRotation: {x: -0.00000673482, y: -0.00029616614, z: 0.022725834, w: 0.9997417} + m_LocalPosition: {x: -0.027847849, y: 4.160441e-10, z: -0.0000000019606765} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 4299558759779166387} + m_Father: {fileID: 2247109596253425523} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &5102001949977538413 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9198597045703010376} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.14564738, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 173989881028883755} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5202748566072929486 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8283956865906116753} + m_Layer: 0 + m_Name: RightHandMiddle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &5238587302317367488 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1767130829122899032} + m_Layer: 0 + m_Name: LeftHandThumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5266872344205830148 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7276790894754988693} + m_LocalRotation: {x: -0.000020047919, y: -0.001295886, z: 0.01546941, w: 0.99987954} + m_LocalPosition: {x: -0.032411378, y: -0.0000000021809456, z: 0.0000000011952758} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2653163422310819914} + m_Father: {fileID: 2120030402853262930} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &5272594641259257444 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7460461590868061204} + m_LocalRotation: {x: 0.001890329, y: 0.00008607621, z: -0.0040942887, w: -0.99998987} + m_LocalPosition: {x: 0.1055315, y: -0.08806288, z: -0.0085835215} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 506702828183235005} + m_Father: {fileID: 6333793701799134457} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5326529325845845288 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4613317633724480158} + m_Layer: 0 + m_Name: RightHandRing4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5421611335219468436 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7678528836323102491} + m_LocalRotation: {x: -0.0034078602, y: 0.0635157, z: -0.053468242, w: 0.99654174} + m_LocalPosition: {x: 0.051733363, y: -0.006087698, z: -0.02688626} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1367469361416803807} + m_Father: {fileID: 7576604283831276511} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5438789710956834276 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6766280549998641211} + m_Layer: 0 + m_Name: RightHandRing4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5473054253363232760 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 715920287191060565} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.026802063, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8283956865906116753} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &5623307777062855763 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8520950602194196756} + m_LocalRotation: {x: 0.020767761, y: 0.0000067227656, z: 0.004095184, w: -0.999776} + m_LocalPosition: {x: -0.0000000018626451, y: -0.46714398, z: -0.000000013038516} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 6384243071946687015} + m_Father: {fileID: 506702828183235005} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &5662060845697080404 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2308373695140989713} + m_LocalRotation: {x: -0.004359492, y: 0.059448313, z: -0.07300611, w: 0.9955486} + m_LocalPosition: {x: 0.061303847, y: -0.0061584087, z: -0.019985441} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5687024760921360537} + m_Father: {fileID: 6263786911288357207} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5685092677466385934 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 606395545156992854} + m_Layer: 0 + m_Name: RightToeBase_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5687024760921360537 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3682125885066515781} + m_LocalRotation: {x: 0.000013167039, y: 0.003797423, z: 0.0034671898, w: 0.99998677} + m_LocalPosition: {x: 0.04671835, y: 4.2200554e-10, z: 0.000000007697963} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8979637046268621652} + m_Father: {fileID: 5662060845697080404} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5724017777741370562 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8056735919377575413} + m_Layer: 0 + m_Name: LeftHandMiddle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &5828733121485993784 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8049467792833343600} + m_Layer: 0 + m_Name: LeftHandMiddle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5883492203351664725 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4614617809209045086} + m_LocalRotation: {x: -9.123824e-10, y: 4.8709725e-17, z: 0.000000053387403, w: 1} + m_LocalPosition: {x: -0.022208022, y: -0.00232193, z: 0.000012555385} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1660153916653436427} + m_Father: {fileID: 1469898899836072937} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5904556101770841772 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2718435910087275867} + m_Layer: 0 + m_Name: LeftHandMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &6131207696653692610 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2937189715106055227} + m_Layer: 0 + m_Name: LeftHandThumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &6143004621333598965 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6332245016073884290} + m_Layer: 0 + m_Name: LeftUpLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &6173665103060591308 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7576604283831276511} + m_Layer: 0 + m_Name: RightHandLittle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &6208244539021371508 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6729240873508833564} + m_Layer: 0 + m_Name: RightHandThumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6263786911288357207 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3053674496181031656} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.045672074, y: 0.0073501584, z: -0.0017598001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5662060845697080404} + m_Father: {fileID: 7624083476719884103} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6286802333202015175 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4570772103405959968} + m_Layer: 0 + m_Name: LeftHandRing1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6332245016073884290 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6143004621333598965} + m_LocalRotation: {x: 0.001890329, y: -0.00008607621, z: 0.0040942887, w: -0.99998987} + m_LocalPosition: {x: -0.1055315, y: -0.08806288, z: -0.0085835215} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8168424680569103708} + m_Father: {fileID: 6333793701799134457} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &6333793701799134457 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 563621271361076515} + m_LocalRotation: {x: -0, y: -0, z: -9.20181e-15, w: 1} + m_LocalPosition: {x: 0, y: 1.1138859, z: -0.012485122} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6332245016073884290} + - {fileID: 5272594641259257444} + - {fileID: 3987134309775564283} + m_Father: {fileID: 2524207631747133779} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6363070123506075641 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6384243071946687015} + m_Layer: 0 + m_Name: RightToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6384243071946687015 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6363070123506075641} + m_LocalRotation: {x: 0, y: 0, z: 0.000000008184788, w: 1} + m_LocalPosition: {x: 0.00000008527422, y: -0.080176204, z: 0.12159336} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 606395545156992854} + m_Father: {fileID: 5623307777062855763} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &6729240873508833564 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6208244539021371508} + m_LocalRotation: {x: -0.0017219549, y: 0.063947566, z: -0.0268627, w: 0.9975902} + m_LocalPosition: {x: 0.038868114, y: 0.0014898591, z: 0.03780609} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8208221924392905822} + m_Father: {fileID: 7624083476719884103} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &6732661478934027253 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4612303278466275920} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04592308, y: 0.0070201107, z: 0.010279321} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3541944506105349486} + m_Father: {fileID: 7624083476719884103} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &6734234514832348427 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4442798848389801402} + m_LocalRotation: {x: -0.003777611, y: -0.062540606, z: 0.06017423, w: 0.99621964} + m_LocalPosition: {x: -0.07128274, y: -0.0070205675, z: -0.010279345} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8049467792833343600} + m_Father: {fileID: 2718435910087275867} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &6766280549998641211 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5438789710956834276} + m_LocalRotation: {x: 3.7002212e-10, y: 1.7525295e-17, z: -0.000000047362832, w: 1} + m_LocalPosition: {x: 0.0249897, y: -0.002992096, z: -0.00024336025} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4613317633724480158} + m_Father: {fileID: 8979637046268621652} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6924276446495426945 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4295241878976779469} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 114146987763930822} + isLeft: 1 + side: 1 + outward: {x: -1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 6924276446495426945} + thumb: + proximal: + name: + boneId: 13 + target: + length: 0 + transform: {fileID: 2937189715106055227} + baseRotation: {x: -0.0015786076, y: -0.0629985, z: 0.025000209, w: 0.99769914} + basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} + toBoneRotation: {x: -0.008090411, y: 0.001267103, z: 0.0012585014, w: 0.99996567} + bone: + transform: {fileID: 1170367671} + length: 0.049988233 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008090411, y: -0.001267103, z: -0.0012585014, w: 0.99996567} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 14 + target: + length: 0 + transform: {fileID: 1767130829122899032} + baseRotation: {x: 0.000006526949, y: 0.00275309, z: 0.0023710353, w: 0.9999934} + basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} + toBoneRotation: {x: -0.008097345, y: -0.0014667101, z: -0.0011347427, w: 0.9999655} + bone: + transform: {fileID: 561874461} + length: 0.03472507 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008097345, y: 0.0014667101, z: 0.0011347427, w: 0.9999655} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 15 + target: + length: 0 + transform: {fileID: 815571998904856536} + baseRotation: {x: -0.000003705347, y: 0.0025506986, z: -0.0014522788, w: 0.99999565} + basePosition: {x: -0.03472478, y: -0.00007951213, z: 0.00010129184} + toBoneRotation: {x: -0.00808858, y: -0.00402907, z: 0.00029679146, w: 0.9999591} + bone: + transform: {fileID: 424916253} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00808858, y: 0.00402907, z: -0.00029679146, w: 0.9999591} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + index: + proximal: + name: + boneId: 17 + target: + length: 0 + transform: {fileID: 2184748263037008799} + baseRotation: {x: -0.0031702095, y: -0.06252101, z: 0.050541904, w: 0.996758} + basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} + toBoneRotation: {x: -0.008087434, y: 0.001057338, z: -0.024351947, w: 0.99967015} + bone: + transform: {fileID: 1043341520} + length: 0.04912074 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008087434, y: -0.001057338, z: 0.024351947, w: 0.99967015} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 18 + target: + length: 0 + transform: {fileID: 2247109596253425523} + baseRotation: {x: 0.00002236147, y: 0.0033341702, z: 0.006706794, w: 0.9999719} + basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} + toBoneRotation: {x: -0.008021276, y: -0.0022220667, z: -0.03108292, w: 0.99948215} + bone: + transform: {fileID: 1507570056} + length: 0.02784785 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008021276, y: 0.0022220667, z: 0.03108292, w: 0.99948215} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 19 + target: + length: 0 + transform: {fileID: 5079013458433462320} + baseRotation: {x: -0.000006733816, y: -0.000296163, z: 0.022725835, w: 0.9997417} + basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} + toBoneRotation: {x: -0.008072178, y: -0.0017429828, z: -0.0537865, w: 0.9985183} + bone: + transform: {fileID: 1431902740} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008072178, y: 0.0017429828, z: 0.0537865, w: 0.9985183} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + middle: + proximal: + name: + boneId: 21 + target: + length: 0 + transform: {fileID: 6734234514832348427} + baseRotation: {x: -0.0037776106, y: -0.062540606, z: 0.060174223, w: 0.9962196} + basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} + toBoneRotation: {x: -0.008072223, y: 0.0011886253, z: -0.034013405, w: 0.9993881} + bone: + transform: {fileID: 1223616334} + length: 0.053606123 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008072223, y: -0.0011886253, z: 0.034013405, w: 0.9993881} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 22 + target: + length: 0 + transform: {fileID: 8049467792833343600} + baseRotation: {x: 0.000016403164, y: 0.0036615278, z: 0.004479959, w: 0.99998325} + basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} + toBoneRotation: {x: -0.007958614, y: -0.0024350763, z: -0.03851963, w: 0.9992232} + bone: + transform: {fileID: 1897219317} + length: 0.033593606 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007958614, y: 0.0024350763, z: 0.03851963, w: 0.9992232} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 23 + target: + length: 0 + transform: {fileID: 7109531785232151783} + baseRotation: {x: -0.000024133542, y: -0.0018862914, z: 0.0127927335, w: 0.9999164} + basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} + toBoneRotation: {x: -0.008037644, y: -0.00044730448, z: -0.05128425, w: 0.9986516} + bone: + transform: {fileID: 292763499} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008037644, y: 0.00044730448, z: 0.05128425, w: 0.9986516} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + ring: + proximal: + name: + boneId: 25 + target: + length: 0 + transform: {fileID: 4570772103405959968} + baseRotation: {x: -0.003927261, y: -0.060736988, z: 0.064405724, w: 0.996066} + basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} + toBoneRotation: {x: -0.008229915, y: -0.0005638827, z: -0.038266003, w: 0.99923354} + bone: + transform: {fileID: 141059089} + length: 0.046718832 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008229915, y: 0.0005638827, z: 0.038266003, w: 0.99923354} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 26 + target: + length: 0 + transform: {fileID: 2120030402853262930} + baseRotation: {x: -0.000000008885655, y: 0.0000023032542, z: -0.0023784738, + w: 0.9999972} + basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} + toBoneRotation: {x: -0.008228454, y: -0.0005857569, z: -0.035889264, w: 0.99932176} + bone: + transform: {fileID: 361015569} + length: 0.032411408 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008228454, y: 0.0005857569, z: 0.035889264, w: 0.99932176} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 27 + target: + length: 0 + transform: {fileID: 5266872344205830148} + baseRotation: {x: -0.000020047351, y: -0.001295888, z: 0.015469412, w: 0.9998796} + basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} + toBoneRotation: {x: -0.008262998, y: 0.0008373314, z: -0.051333208, w: 0.9986471} + bone: + transform: {fileID: 1252087100} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008262998, y: -0.0008373314, z: 0.051333208, w: 0.9986471} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + little: + proximal: + name: + boneId: 29 + target: + length: 0 + transform: {fileID: 7460476023038457491} + baseRotation: {x: -0.0032092882, y: -0.059774566, z: 0.053516567, w: 0.9967711} + basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} + toBoneRotation: {x: -0.0083035035, y: -0.0016555703, z: -0.02734866, w: 0.9995901} + bone: + transform: {fileID: 1855683054} + length: 0.03741744 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.0083035035, y: 0.0016555703, z: 0.02734866, w: 0.9995901} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 30 + target: + length: 0 + transform: {fileID: 240730504842174086} + baseRotation: {x: -0.000039089893, y: -0.0037677602, z: 0.01037424, w: 0.9999391} + basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} + toBoneRotation: {x: -0.008384141, y: 0.002197958, z: -0.03768576, w: 0.999252} + bone: + transform: {fileID: 1346458702} + length: 0.023639701 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008384141, y: -0.002197958, z: 0.03768576, w: 0.999252} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 31 + target: + length: 0 + transform: {fileID: 1469898899836072937} + baseRotation: {x: 0.000043546832, y: 0.003031966, z: 0.01436152, w: 0.99989223} + basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} + toBoneRotation: {x: -0.008280925, y: -0.000713209, z: -0.052057996, w: 0.9986095} + bone: + transform: {fileID: 25649215} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008280925, y: 0.000713209, z: 0.052057996, w: 0.9986095} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + allFingers: + - proximal: + name: + boneId: 13 + target: + length: 0 + transform: {fileID: 2937189715106055227} + baseRotation: {x: -0.0015786076, y: -0.0629985, z: 0.025000209, w: 0.99769914} + basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} + toBoneRotation: {x: -0.008090411, y: 0.001267103, z: 0.0012585014, w: 0.99996567} + bone: + transform: {fileID: 1170367671} + length: 0.049988233 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008090411, y: -0.001267103, z: -0.0012585014, w: 0.99996567} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 14 + target: + length: 0 + transform: {fileID: 1767130829122899032} + baseRotation: {x: 0.000006526949, y: 0.00275309, z: 0.0023710353, w: 0.9999934} + basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} + toBoneRotation: {x: -0.008097345, y: -0.0014667101, z: -0.0011347427, w: 0.9999655} + bone: + transform: {fileID: 561874461} + length: 0.03472507 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008097345, y: 0.0014667101, z: 0.0011347427, w: 0.9999655} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 15 + target: + length: 0 + transform: {fileID: 815571998904856536} + baseRotation: {x: -0.000003705347, y: 0.0025506986, z: -0.0014522788, w: 0.99999565} + basePosition: {x: -0.03472478, y: -0.00007951213, z: 0.00010129184} + toBoneRotation: {x: -0.00808858, y: -0.00402907, z: 0.00029679146, w: 0.9999591} + bone: + transform: {fileID: 424916253} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00808858, y: 0.00402907, z: -0.00029679146, w: 0.9999591} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 17 + target: + length: 0 + transform: {fileID: 2184748263037008799} + baseRotation: {x: -0.0031702095, y: -0.06252101, z: 0.050541904, w: 0.996758} + basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} + toBoneRotation: {x: -0.008087434, y: 0.001057338, z: -0.024351947, w: 0.99967015} + bone: + transform: {fileID: 1043341520} + length: 0.04912074 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008087434, y: -0.001057338, z: 0.024351947, w: 0.99967015} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 18 + target: + length: 0 + transform: {fileID: 2247109596253425523} + baseRotation: {x: 0.00002236147, y: 0.0033341702, z: 0.006706794, w: 0.9999719} + basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} + toBoneRotation: {x: -0.008021276, y: -0.0022220667, z: -0.03108292, w: 0.99948215} + bone: + transform: {fileID: 1507570056} + length: 0.02784785 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008021276, y: 0.0022220667, z: 0.03108292, w: 0.99948215} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 19 + target: + length: 0 + transform: {fileID: 5079013458433462320} + baseRotation: {x: -0.000006733816, y: -0.000296163, z: 0.022725835, w: 0.9997417} + basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} + toBoneRotation: {x: -0.008072178, y: -0.0017429828, z: -0.0537865, w: 0.9985183} + bone: + transform: {fileID: 1431902740} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008072178, y: 0.0017429828, z: 0.0537865, w: 0.9985183} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 21 + target: + length: 0 + transform: {fileID: 6734234514832348427} + baseRotation: {x: -0.0037776106, y: -0.062540606, z: 0.060174223, w: 0.9962196} + basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} + toBoneRotation: {x: -0.008072223, y: 0.0011886253, z: -0.034013405, w: 0.9993881} + bone: + transform: {fileID: 1223616334} + length: 0.053606123 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008072223, y: -0.0011886253, z: 0.034013405, w: 0.9993881} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 22 + target: + length: 0 + transform: {fileID: 8049467792833343600} + baseRotation: {x: 0.000016403164, y: 0.0036615278, z: 0.004479959, w: 0.99998325} + basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} + toBoneRotation: {x: -0.007958614, y: -0.0024350763, z: -0.03851963, w: 0.9992232} + bone: + transform: {fileID: 1897219317} + length: 0.033593606 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007958614, y: 0.0024350763, z: 0.03851963, w: 0.9992232} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 23 + target: + length: 0 + transform: {fileID: 7109531785232151783} + baseRotation: {x: -0.000024133542, y: -0.0018862914, z: 0.0127927335, w: 0.9999164} + basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} + toBoneRotation: {x: -0.008037644, y: -0.00044730448, z: -0.05128425, w: 0.9986516} + bone: + transform: {fileID: 292763499} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008037644, y: 0.00044730448, z: 0.05128425, w: 0.9986516} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 25 + target: + length: 0 + transform: {fileID: 4570772103405959968} + baseRotation: {x: -0.003927261, y: -0.060736988, z: 0.064405724, w: 0.996066} + basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} + toBoneRotation: {x: -0.008229915, y: -0.0005638827, z: -0.038266003, w: 0.99923354} + bone: + transform: {fileID: 141059089} + length: 0.046718832 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008229915, y: 0.0005638827, z: 0.038266003, w: 0.99923354} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 26 + target: + length: 0 + transform: {fileID: 2120030402853262930} + baseRotation: {x: -0.000000008885655, y: 0.0000023032542, z: -0.0023784738, + w: 0.9999972} + basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} + toBoneRotation: {x: -0.008228454, y: -0.0005857569, z: -0.035889264, w: 0.99932176} + bone: + transform: {fileID: 361015569} + length: 0.032411408 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008228454, y: 0.0005857569, z: 0.035889264, w: 0.99932176} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 27 + target: + length: 0 + transform: {fileID: 5266872344205830148} + baseRotation: {x: -0.000020047351, y: -0.001295888, z: 0.015469412, w: 0.9998796} + basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} + toBoneRotation: {x: -0.008262998, y: 0.0008373314, z: -0.051333208, w: 0.9986471} + bone: + transform: {fileID: 1252087100} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008262998, y: -0.0008373314, z: 0.051333208, w: 0.9986471} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 29 + target: + length: 0 + transform: {fileID: 7460476023038457491} + baseRotation: {x: -0.0032092882, y: -0.059774566, z: 0.053516567, w: 0.9967711} + basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} + toBoneRotation: {x: -0.0083035035, y: -0.0016555703, z: -0.02734866, w: 0.9995901} + bone: + transform: {fileID: 1855683054} + length: 0.03741744 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.0083035035, y: 0.0016555703, z: 0.02734866, w: 0.9995901} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 30 + target: + length: 0 + transform: {fileID: 240730504842174086} + baseRotation: {x: -0.000039089893, y: -0.0037677602, z: 0.01037424, w: 0.9999391} + basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} + toBoneRotation: {x: -0.008384141, y: 0.002197958, z: -0.03768576, w: 0.999252} + bone: + transform: {fileID: 1346458702} + length: 0.023639701 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008384141, y: -0.002197958, z: 0.03768576, w: 0.999252} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 31 + target: + length: 0 + transform: {fileID: 1469898899836072937} + baseRotation: {x: 0.000043546832, y: 0.003031966, z: 0.01436152, w: 0.99989223} + basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} + toBoneRotation: {x: -0.008280925, y: -0.000713209, z: -0.052057996, w: 0.9986095} + bone: + transform: {fileID: 25649215} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008280925, y: 0.000713209, z: 0.052057996, w: 0.9986095} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + rotationSpeedLimitation: 0 + unity: {fileID: 0} + armAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + armSwing: 0 + unityXR: + enabled: 1 + target: {fileID: 6924276446495426945} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + leap: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 8 + target: + length: 0 + transform: {fileID: 7713468396134909711} + baseRotation: {x: -0.0043154173, y: -0.16464704, z: 0.049991153, w: 0.9850756} + basePosition: {x: -0.0195459, y: 0.28317055, z: 0.052202977} + toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 1812876} + length: 0.15648837 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: 0, z: -45} + maxAngles: {x: 0, y: 45, z: 0} + baseRotation: {x: 0, y: -1.1754944e-38, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + upperArm: + name: + boneId: 9 + target: + length: 0 + transform: {fileID: 5057495324074276105} + baseRotation: {x: -0.05543213, y: 0.09408962, z: -0.018999647, w: 0.9938379} + basePosition: {x: -0.17596605, y: 0.000000013154931, z: -0.0000000144355} + toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 512301827} + length: 0.25876033 + jointLimitations: 0 + maxAngle: 120 + minAngles: {x: -180, y: -45, z: -180} + maxAngles: {x: 60, y: 130, z: 45} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + forearm: + name: + boneId: 10 + target: + length: 0.26173538 + transform: {fileID: 796111768738961269} + baseRotation: {x: -0.0000000060664687, y: 0.17829445, z: 0.000000030004518, + w: 0.98397744} + basePosition: {x: -0.20965345, y: -0.00000002561137, z: 0.000000029220246} + toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 1783585070} + length: 0.28402025 + jointLimitations: 0 + maxAngle: 130 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 150, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hand: + name: + boneId: 12 + target: + length: 0 + transform: {fileID: 8467765975142615807} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: -0.00976131, y: -0.061932433, z: 0.02574325, w: 0.9977005} + bone: + transform: {fileID: 1883225868} + length: 0.02 + jointLimitations: 0 + maxAngle: 100 + minAngles: {x: -180, y: -50, z: -70} + maxAngles: {x: 90, y: 20, z: 90} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00976131, y: 0.061932433, z: -0.02574325, w: 0.9977005} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + poseMethod: 0 + physics: 1 + physicsMode: 2 + strength: 100 + grabbingTechnique: 0 + touchInteraction: 1 + poseMixer: + mixedPoses: [] + poseMode: 0 + grabSocket: {fileID: 0} + pinchSocket: {fileID: 0} + grabbedPrefab: {fileID: 0} + grabbedObject: {fileID: 0} + grabbedHandle: {fileID: 0} + targetToHandle: {x: 0, y: 0, z: 0} + grabbedRigidbody: 0 + grabbedKinematicRigidbody: 0 + colliders: [] + twoHandedGrab: 0 + targetToSecondaryHandle: {x: 0, y: 0, z: 0} + poseEvent: + id: 1 + label: Pose Event + tooltip: 'Call functions based on recognized posesParameter: the index of the + recognized pose' + eventTypeLabels: + - Never + - On Pose Recognized + - On No Pose Recongnized + - While Pose Recognized + - While No Pose Recognized + - When Pose Changes + - Always + fromEventLabel: poseMixer.detectedPoseIx + events: [] + touchEvent: + id: 2 + label: Touch Event + tooltip: 'Call funtions based on touched objectsParameter: the touched object' + eventTypeLabels: + - Never + - On Touch Start + - On Touch End + - While Touching + - While not Touching + - On Touched Object Changes + - Always + fromEventLabel: touchedObject + events: [] + grabEvent: + id: 3 + label: Grab Event + tooltip: 'Call functions based on grabbed objectsParameter: the grabbed object' + eventTypeLabels: + - Never + - On Grab Start + - On Grab End + - While Holding Object + - While not Holding Object + - On Grabbed Object Changes + - Always + fromEventLabel: grabbedObject + events: [] + handPalm: {fileID: 1913637540} + handRigidbody: {fileID: 0} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!23 &6950067160770776025 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3307463944176741863} + m_Enabled: 0 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 15932f28e65def049945387d8ce8f70c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 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 +--- !u!1 &6974821443821770525 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3113660507093622898} + m_Layer: 0 + m_Name: Spine3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7059981215909108026 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8443925878158936017} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.029779052, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4672632720444430416} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7102781215237041485 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1846343396487956368} + m_LocalRotation: {x: -0.000002926688, y: 0.00021634062, z: -0.0135223325, w: 0.9999086} + m_LocalPosition: {x: 0.023639005, y: 0.0000000011276597, z: 0.0000000018753248} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4410791376530069442} + m_Father: {fileID: 1367469361416803807} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7109531785232151783 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4616827265778352557} + m_LocalRotation: {x: -0.00002413182, y: -0.0018862897, z: 0.012792739, w: 0.99991643} + m_LocalPosition: {x: -0.03359361, y: 2.2457414e-10, z: -0.000000003947975} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7261840188055370577} + m_Father: {fileID: 8049467792833343600} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7244628976086019397 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2510354883070263844} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.04567215, y: 0.007352142, z: -0.0017597537} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4570772103405959968} + m_Father: {fileID: 8467765975142615807} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7252232763862908803 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3458644234195508120} + m_Layer: 0 + m_Name: Neck + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7255106939063742160 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 506702828183235005} + m_Layer: 0 + m_Name: RightLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7261840188055370577 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4050125996402335791} + m_LocalRotation: {x: 1.1672813e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.026661986, y: -0.0027456665, z: 0.0000018486779} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8056735919377575413} + m_Father: {fileID: 7109531785232151783} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7276790894754988693 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5266872344205830148} + m_Layer: 0 + m_Name: LeftHandRing3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7325065537904070787 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7460476023038457491} + m_Layer: 0 + m_Name: LeftHandLittle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7355896402882001933 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4329175925872086027} + m_LocalRotation: {x: 0.0000000011378876, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.024410933, y: -0.002639923, z: -0.0001821129} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4136488691221071478} + m_Father: {fileID: 3195765372154093726} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7395480489155563475 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5079013458433462320} + m_Layer: 0 + m_Name: LeftHandIndex3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7460461590868061204 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5272594641259257444} + m_Layer: 0 + m_Name: RightUpLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7460476023038457491 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7325065537904070787} + m_LocalRotation: {x: -0.0032092885, y: -0.059774566, z: 0.05351657, w: 0.99677116} + m_LocalPosition: {x: -0.051732518, y: -0.0060922033, z: -0.026886078} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 240730504842174086} + m_Father: {fileID: 3120831057552600012} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7538446905404363498 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7694011446016866075} + m_Layer: 0 + m_Name: RightHandIndex1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7576604283831276511 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6173665103060591308} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04291298, y: 0.0063700867, z: -0.016306998} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5421611335219468436} + m_Father: {fileID: 7624083476719884103} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7624083476719884103 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3267643142723958275} + m_LocalRotation: {x: 0.0033270624, y: -0.061559327, z: 0.026147965, w: 0.99775535} + m_LocalPosition: {x: 0.28401995, y: -2.943768e-16, z: -6.677277e-39} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2694456734458300768} + - {fileID: 7576604283831276511} + - {fileID: 6732661478934027253} + - {fileID: 6263786911288357207} + - {fileID: 6729240873508833564} + m_Father: {fileID: 4249058869322488396} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7678528836323102491 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5421611335219468436} + m_Layer: 0 + m_Name: RightHandLittle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7694011446016866075 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7538446905404363498} + m_LocalRotation: {x: -0.003058635, y: 0.060362756, z: -0.050513405, w: 0.99689287} + m_LocalPosition: {x: 0.07513694, y: -0.006617789, z: -0.0009887274} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3437189321883761143} + m_Father: {fileID: 2694456734458300768} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7709896987624248308 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4249058869322488396} + m_Layer: 0 + m_Name: RightForearm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7713468396134909711 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 586576476841745819} + m_LocalRotation: {x: -0, y: -1.1754944e-38, z: 5.1823254e-16, w: 1} + m_LocalPosition: {x: -0.04904938, y: 0.040630825, z: -0.012485122} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5057495324074276105} + m_Father: {fileID: 3113660507093622898} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7740277311503842100 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1058846921284582841} + 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: 4968285162711826} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7754924065557279123 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7844866515182286809} + m_Layer: 0 + m_Name: RightHandLittle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7787582703369701051 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9066350030878905891} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.024553832, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4299558759779166387} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7844866515182286809 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7754924065557279123} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.022329407, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4410791376530069442} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7980081988173897237 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3704755306703155348} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35164cbaf9701d94a8a457b1aeadc9dd, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 114146987763930822} + tracking: 0 + unity: {fileID: 0} + headAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + headAnimation: 1 + faceAnimation: 1 + unityXR: + enabled: 1 + target: {fileID: 7980081988173897237} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + sensorComponent: {fileID: 0} + head: + name: + boneId: 7 + target: + length: 0 + transform: {fileID: 4073333713589908338} + baseRotation: {x: -0.05107844, y: 0.00006798714, z: 0.001423687, w: 0.9986939} + basePosition: {x: 0.00029400006, y: 1.6174197, z: -0.09445348} + toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 1982065204} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + neck: + name: + boneId: 6 + target: + length: 0.103641346 + transform: {fileID: 3458644234195508120} + baseRotation: {x: 0.055280615, y: -0.00006199547, z: -0.0014239603, w: 0.99847007} + basePosition: {x: -2.729696e-23, y: 0.35208222, z: 0} + toBoneRotation: {x: 6.661338e-16, y: -1.0381878e-30, z: -1.5585273e-15, w: 1} + bone: + transform: {fileID: 108743622} + length: 0.100040674 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -55, y: -70, z: -35} + maxAngles: {x: 80, y: 70, z: 35} + baseRotation: {x: 0, y: 0, z: 1.5585273e-15, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 1.0381878e-30, z: 1.5585273e-15, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + headTarget: {fileID: 7980081988173897237} + audioEnergy: 0 + lookDirection: {x: 0, y: 0, z: 1} + localLookDirection: {x: 0, y: 0, z: 1} + neck2eyes: {x: -7.9873386e-11, y: 0.13, z: 0.13} + head2eyes: {x: 0.0099699935, y: 0.029959321, z: 0.12961712} + collisionFader: 0 + isInsideCollider: 0 + virtual3d: 0 + screenTransform: {fileID: 0} + trackingEvent: + id: 1 + label: Tracking Event + tooltip: 'Call functions using the HMD tracking status + + Parameter: HMD + tracking' + eventTypeLabels: + - Never + - On Tracking Start + - On Tracking Stop + - While Tracking + - While not Tracking + - On Tracking Changes + - Always + fromEventLabel: tracking + events: [] + audioEvent: + id: 2 + label: Audio Event + tooltip: 'Call functions based on the microphone audio level + + Parameter: + the audio level' + eventTypeLabels: + - Never + - On Loud Start + - On Silence Start + - While Noisy + - While Silent + - On Level Changes + - Always + fromEventLabel: audioEnergy + events: [] + insideColliderEvent: + id: 5 + label: In Collider Event + tooltip: 'Call functions using the head being inside Colliders + + Parameter: + isInsideCollider state' + eventTypeLabels: + - Never + - When Head Enters Collider + - When Head Exits Collider + - While Head is inside Collider + - While Head outside Collider + - When Enters/Exists Collider + - Always + fromEventLabel: Inside Collider + events: [] + smRenderer: {fileID: 0} + headRigidbody: {fileID: 0} +--- !u!4 &8049467792833343600 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5828733121485993784} + m_LocalRotation: {x: 0.000016403153, y: 0.0036615173, z: 0.0044799605, w: 0.99998325} + m_LocalPosition: {x: -0.05360612, y: -1.4551915e-10, z: 0.000000005631591} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7109531785232151783} + m_Father: {fileID: 6734234514832348427} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &8056735919377575413 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5724017777741370562} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.026802978, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 7261840188055370577} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8151119431749126455 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4154170315715953693} + m_Layer: 0 + m_Name: RightHandThumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8168424680569103708 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4792797725875999859} + m_LocalRotation: {x: 0.022657834, y: 7.275958e-12, z: 8.1326856e-10, w: 0.9997433} + m_LocalPosition: {x: 0, y: -0.4569167, z: 0.000000063329935} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 82171150704633355} + m_Father: {fileID: 6332245016073884290} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8192117814295134315 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3120831057552600012} + m_Layer: 0 + m_Name: LeftHandLittle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8208221924392905822 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4588590748714103615} + m_LocalRotation: {x: 0.00000067055225, y: 0.0006848648, z: 0.0009798884, w: 0.99999934} + m_LocalPosition: {x: 0.04998892, y: -1.4551915e-11, z: -0.0000000041873136} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4154170315715953693} + m_Father: {fileID: 6729240873508833564} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &8283956865906116753 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5202748566072929486} + m_LocalRotation: {x: 2.2268e-41, y: 1.0339768e-25, z: 0.000000044477652, w: 1} + m_LocalPosition: {x: 0.026656894, y: -0.0027399855, z: -0.0005033262} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5473054253363232760} + m_Father: {fileID: 2535018422501417810} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8373040939294147721 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4136488691221071478} + m_Layer: 0 + m_Name: RightHandIndex4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &8443925878158936017 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7059981215909108026} + m_Layer: 0 + m_Name: LeftHandThumb4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8467765975142615807 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4295241878976779469} + m_LocalRotation: {x: 0.0033115982, y: 0.061764736, z: -0.026144298, w: 0.99774283} + m_LocalPosition: {x: -0.28402025, y: 2.9437706e-16, z: 6.677284e-39} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 575118282221661687} + - {fileID: 3120831057552600012} + - {fileID: 2718435910087275867} + - {fileID: 7244628976086019397} + - {fileID: 2937189715106055227} + m_Father: {fileID: 796111768738961269} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8520950602194196756 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5623307777062855763} + - component: {fileID: 1098007682937821870} + m_Layer: 0 + m_Name: RightFoot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &8661400643352609193 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1660153916653436427} + m_Layer: 0 + m_Name: LeftHandLittle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8929222153056015788 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9003014280125668809} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 1.5254398e-16, y: 0.16325943, z: -2.58904e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3592547832372775765} + m_Father: {fileID: 4073333713589908338} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8930598611464734951 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 240730504842174086} + m_Layer: 0 + m_Name: LeftHandLittle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8979637046268621652 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4093552792879168701} + m_LocalRotation: {x: -0.000035283232, y: 0.0021739898, z: -0.016227672, w: 0.999866} + m_LocalPosition: {x: 0.03241226, y: -8.913208e-10, z: 0.0000000020934112} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6766280549998641211} + m_Father: {fileID: 5687024760921360537} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &9003014280125668809 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8929222153056015788} + m_Layer: 0 + m_Name: Head_End + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &9066350030878905891 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7787582703369701051} + m_Layer: 0 + m_Name: LeftHandIndex4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &9117899990520385000 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 575118282221661687} + m_Layer: 0 + m_Name: LeftHandIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &9151513447899674923 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 796111768738961269} + m_Layer: 0 + m_Name: LeftForearm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &9198597045703010376 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5102001949977538413} + m_Layer: 0 + m_Name: LeftToeBase_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 diff --git a/Tests/Runtime/Prefabs.meta b/Tests/Runtime/Prefabs.meta new file mode 100644 index 0000000..d46bf6d --- /dev/null +++ b/Tests/Runtime/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bacfa513c7193d845aae23d08b5d0385 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Runtime/Prefabs/EmptyCharacter.prefab b/Tests/Runtime/Prefabs/EmptyCharacter.prefab new file mode 100644 index 0000000..8821198 --- /dev/null +++ b/Tests/Runtime/Prefabs/EmptyCharacter.prefab @@ -0,0 +1,2767 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1013922709025916 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4020857003718316} + m_Layer: 0 + m_Name: RightForearm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4020857003718316 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1013922709025916} + m_LocalRotation: {x: -2.3283062e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.25876004, y: -5.813945e-12, z: 4.4668338e-10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4388123769618922} + m_Father: {fileID: 4539672956612472} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1015272508457484 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4602458008216608} + m_Layer: 0 + m_Name: RightHandLittle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4602458008216608 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1015272508457484} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.022329407, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4238523835879206} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1017111697310652 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4594412105052764} + m_Layer: 0 + m_Name: LeftLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4594412105052764 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1017111697310652} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.012004041, y: -0.45650727, z: -0.015162091} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4614227722333004} + m_Father: {fileID: 4853197623524236} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1021161642985360 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4558240690773950} + m_Layer: 0 + m_Name: LeftShoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4558240690773950 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1021161642985360} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.04904938, y: 0.0406308, z: -0.012485122} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4945798737231434} + m_Father: {fileID: 4247556009045498} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1033916591818018 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4897756725022398} + m_Layer: 0 + m_Name: RightToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4897756725022398 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1033916591818018} + m_LocalRotation: {x: 0, y: 0, z: 0.000000008184788, w: 1} + m_LocalPosition: {x: 0.00000008547017, y: -0.08017616, z: 0.121593356} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4420243079123968} + m_Father: {fileID: 4845693691525688} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1060478984554138 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4677958979611272} + m_Layer: 0 + m_Name: LeftHandRing4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4677958979611272 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1060478984554138} + m_LocalRotation: {x: 4.6251358e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.02503746, y: -0.002580261, z: -0.00006344959} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4317310911040790} + m_Father: {fileID: 4618234235717974} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1068892541665356 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4185642012009948} + m_Layer: 0 + m_Name: Spine1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4185642012009948 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1068892541665356} + m_LocalRotation: {x: -4.656613e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -1.9845957e-15, y: 0.11258178, z: -3.9639472e-11} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4321058117585574} + m_Father: {fileID: 4703656715930640} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1098145141473308 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4853197623524236} + m_Layer: 0 + m_Name: LeftUpLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4853197623524236 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1098145141473308} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.1055315, y: -0.0880629, z: -0.0085835215} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4594412105052764} + m_Father: {fileID: 4181504975483354} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1098284834131522 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4527379878525070} + m_Layer: 0 + m_Name: LeftHandMiddle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4527379878525070 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1098284834131522} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.07022827, y: -0.0011416626, z: 0.004263849} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4141782078933880} + m_Father: {fileID: 4034292906043112} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1098523101444156 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4864647067298810} + m_Layer: 0 + m_Name: RightHandIndex3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4864647067298810 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1098523101444156} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.027794037, y: -0.0017300415, z: -0.000012518613} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4405910821065408} + m_Father: {fileID: 4755313617476360} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1110025933181608 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4247556009045498} + m_Layer: 0 + m_Name: Spine3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4247556009045498 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1110025933181608} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -1.52742e-16, y: 0.117230676, z: 0.012485121} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4558240690773950} + - {fileID: 4143409446020670} + - {fileID: 4981416426651850} + m_Father: {fileID: 4321058117585574} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1110373897718044 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4608424988925430} + m_Layer: 0 + m_Name: RightHandIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4608424988925430 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1110373897718044} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04375305, y: 0.006900177, z: 0.026853401} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4198118768489570} + m_Father: {fileID: 4388123769618922} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1115736632720636 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4885334286591018} + m_Layer: 0 + m_Name: LeftHandMiddle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4885334286591018 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1115736632720636} + m_LocalRotation: {x: 1.7373489e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.0334935, y: -0.0025872802, z: 0.00014287948} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4468941225946244} + m_Father: {fileID: 4141782078933880} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1116129957090148 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4238523835879206} + m_Layer: 0 + m_Name: RightHandLittle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4238523835879206 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1116129957090148} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.0222126, y: -0.0022802735, z: 0.00006594256} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4602458008216608} + m_Father: {fileID: 4970408688845060} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1126967404723980 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4539672956612472} + m_Layer: 0 + m_Name: RightUpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4539672956612472 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1126967404723980} + m_LocalRotation: {x: 2.3283064e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.1564886, y: 0, z: -2.131628e-15} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 4020857003718316} + m_Father: {fileID: 4981416426651850} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1140778296366970 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4500357875551362} + m_Layer: 0 + m_Name: RightHandLittle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4500357875551362 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1140778296366970} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.056183014, y: -0.00035995478, z: -0.014798106} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4049969287411434} + m_Father: {fileID: 4229670953639224} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1157445315310822 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4034292906043112} + m_Layer: 0 + m_Name: LeftHandMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4034292906043112 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1157445315310822} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.045923002, y: 0.0070205685, z: 0.010279348} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4527379878525070} + m_Father: {fileID: 4836098136808748} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1165229942477720 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4520241488013312} + m_Layer: 0 + m_Name: RightHandThumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4520241488013312 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1165229942477720} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.03472366, y: 0.000028686509, z: -0.00020205184} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4556940821754954} + m_Father: {fileID: 4111323599385598} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1175738748580054 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4151093633662824} + m_Layer: 0 + m_Name: LeftHandThumb4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4151093633662824 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1175738748580054} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.029779052, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4801437705384802} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1184008569229792 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4981416426651850} + m_Layer: 0 + m_Name: RightShoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4981416426651850 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1184008569229792} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.049049404, y: 0.04062805, z: -0.012485102} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4539672956612472} + m_Father: {fileID: 4247556009045498} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1200376388689808 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4801437705384802} + m_Layer: 0 + m_Name: LeftHandThumb4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4801437705384802 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1200376388689808} + m_LocalRotation: {x: 9.382326e-10, y: -7.190296e-18, z: 0.00000004003126, w: 1} + m_LocalPosition: {x: -0.029778114, y: 0.000015687518, z: 0.00024009302} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4151093633662824} + m_Father: {fileID: 4044276183876396} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1227526719274706 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4936289302321692} + m_Layer: 0 + m_Name: LeftHandRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4936289302321692 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1227526719274706} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.04567215, y: 0.007352142, z: -0.0017597537} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4208306150548480} + m_Father: {fileID: 4836098136808748} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1235055050112846 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4647155121876880} + m_Layer: 0 + m_Name: RightHandMiddle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4647155121876880 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1235055050112846} + m_LocalRotation: {x: 2.571394e-39, y: -2.1196503e-24, z: -0.0000000889553, w: 1} + m_LocalPosition: {x: 0.033493422, y: -0.0025901617, z: 0.000085894324} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4649621898448202} + m_Father: {fileID: 4182831468102996} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1237657638124524 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4826023243270814} + m_Layer: 0 + m_Name: RightHandThumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4826023243270814 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1237657638124524} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.033787, y: 0.0025801086, z: 0.042356003} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4111323599385598} + m_Father: {fileID: 4388123769618922} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1237953593474150 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4141782078933880} + m_Layer: 0 + m_Name: LeftHandMiddle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4141782078933880 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1237953593474150} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.053481977, y: -0.003643341, z: -0.00015678957} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4885334286591018} + m_Father: {fileID: 4527379878525070} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1258497856504126 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4139726322110278} + - component: {fileID: 33910490985778178} + - component: {fileID: 23863490358980508} + m_Layer: 0 + m_Name: Cube + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4139726322110278 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1258497856504126} + m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 100, y: 100, z: 100} + m_Children: [] + m_Father: {fileID: 4746777317671054} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &33910490985778178 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1258497856504126} + m_Mesh: {fileID: 4300000, guid: fcf9a9e3fb67cb64887a4d17ddc7c85c, type: 3} +--- !u!23 &23863490358980508 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1258497856504126} + m_Enabled: 0 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 15932f28e65def049945387d8ce8f70c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 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 +--- !u!1 &1282323654634568 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4031332134401838} + m_Layer: 0 + m_Name: LeftHandLittle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4031332134401838 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1282323654634568} + m_LocalRotation: {x: -9.123824e-10, y: 4.8709725e-17, z: 0.000000053387403, w: 1} + m_LocalPosition: {x: -0.022208022, y: -0.00232193, z: 0.000012555385} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4871368328097880} + m_Father: {fileID: 4496119973859378} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1282551738059702 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4657458840255468} + m_Layer: 0 + m_Name: RightHandRing1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4657458840255468 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1282551738059702} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.062955014, y: -0.00029998776, z: -0.0065212003} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4284520946962660} + m_Father: {fileID: 4940625000453716} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1288469714210180 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4143409446020670} + m_Layer: 0 + m_Name: Neck + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4143409446020670 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1288469714210180} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 1.1879386e-16, y: 0.120701596, z: -0.012485121} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4643022250758746} + m_Father: {fileID: 4247556009045498} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1296454132969236 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4618234235717974} + m_Layer: 0 + m_Name: LeftHandRing3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4618234235717974 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1296454132969236} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.03232788, y: -0.0023251341, z: 0.000018807203} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4677958979611272} + m_Father: {fileID: 4880954805439224} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1301950514373280 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4996372359689838} + m_Layer: 0 + m_Name: RightHandThumb4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4996372359689838 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1301950514373280} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.029778594, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4556940821754954} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1323181385765068 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4653958478622642} + m_Layer: 0 + m_Name: RightHandMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4653958478622642 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1323181385765068} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04592308, y: 0.0070201107, z: 0.010279321} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4836652144944730} + m_Father: {fileID: 4388123769618922} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1340156926473822 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4416949517587016} + m_Layer: 0 + m_Name: LeftHandIndex4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4416949517587016 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1340156926473822} + m_LocalRotation: {x: -6.938894e-18, y: 6.203854e-25, z: -0.000000048550163, w: 1} + m_LocalPosition: {x: -0.024411585, y: -0.00263807, z: 0.00006414011} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4279258841442284} + m_Father: {fileID: 4933210508217398} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1340216024363490 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4369941294081632} + m_Layer: 0 + m_Name: LeftHandIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4369941294081632 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1340216024363490} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.043752592, y: 0.0068923947, z: 0.026853435} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4541786926279050} + m_Father: {fileID: 4836098136808748} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1340863644878772 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4198118768489570} + m_Layer: 0 + m_Name: RightHandIndex1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4198118768489570 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1340863644878772} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.070869066, y: -0.0012400817, z: 0.013564706} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4755313617476360} + m_Father: {fileID: 4608424988925430} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1346911220311386 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4317310911040790} + m_Layer: 0 + m_Name: LeftHandRing4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4317310911040790 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1346911220311386} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.025170134, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4677958979611272} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1351568090274164 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4405910821065408} + m_Layer: 0 + m_Name: RightHandIndex4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4405910821065408 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1351568090274164} + m_LocalRotation: {x: 0.0000000011378876, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.024410933, y: -0.002639923, z: -0.0001821129} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4744505505259998} + m_Father: {fileID: 4864647067298810} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1354593843412354 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4429971395333998} + m_Layer: 0 + m_Name: LeftHandThumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4429971395333998 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1354593843412354} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: 8.881784e-16, w: 1} + m_LocalPosition: {x: -0.049987946, y: 0.00012684021, z: -0.00012565777} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4044276183876396} + m_Father: {fileID: 4353235304731280} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1356961387841328 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4744505505259998} + m_Layer: 0 + m_Name: RightHandIndex4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4744505505259998 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1356961387841328} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.024553984, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4405910821065408} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1362156033337370 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4933210508217398} + m_Layer: 0 + m_Name: LeftHandIndex3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4933210508217398 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1362156033337370} + m_LocalRotation: {x: -1.517253e-39, y: 1.8611566e-24, z: 0.000000097100354, w: 1} + m_LocalPosition: {x: -0.0277937, y: -0.0017312705, z: 0.000109813955} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 4416949517587016} + m_Father: {fileID: 4051421714285294} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1366343764086228 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4321058117585574} + m_Layer: 0 + m_Name: Spine2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4321058117585574 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1366343764086228} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 4.0527506e-16, y: 0.120330654, z: -1.9229062e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4247556009045498} + m_Father: {fileID: 4185642012009948} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1372313101893982 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4845693691525688} + m_Layer: 0 + m_Name: RightFoot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4845693691525688 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1372313101893982} + m_LocalRotation: {x: 0, y: 0, z: -0.00000000818479, w: 1} + m_LocalPosition: {x: -0.0044376277, y: -0.46711615, z: -0.0025090335} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 4897756725022398} + m_Father: {fileID: 4284033142102930} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1379923748956450 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4468941225946244} + m_Layer: 0 + m_Name: LeftHandMiddle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4468941225946244 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1379923748956450} + m_LocalRotation: {x: 1.1672813e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.026661986, y: -0.0027456665, z: 0.0000018486779} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4457508282459534} + m_Father: {fileID: 4885334286591018} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1404256305067948 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4940625000453716} + m_Layer: 0 + m_Name: RightHandRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4940625000453716 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1404256305067948} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.045672074, y: 0.0073501584, z: -0.0017598001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4657458840255468} + m_Father: {fileID: 4388123769618922} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1414372552533312 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4293642491721424} + m_Layer: 0 + m_Name: LeftHandLittle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4293642491721424 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1414372552533312} + m_LocalRotation: {x: 9.849145e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.03736122, y: -0.002046814, z: 0.00010685041} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4496119973859378} + m_Father: {fileID: 4141517989867146} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1420245713514594 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4284520946962660} + m_Layer: 0 + m_Name: RightHandRing2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4284520946962660 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1420245713514594} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.046512604, y: -0.0043777465, z: 0.00012611701} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4190442107530260} + m_Father: {fileID: 4657458840255468} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1446520034660392 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4460837836933230} + m_Layer: 0 + m_Name: RightHandRing4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4460837836933230 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1446520034660392} + m_LocalRotation: {x: 3.7002212e-10, y: 1.7525295e-17, z: -0.000000047362832, w: 1} + m_LocalPosition: {x: 0.0249897, y: -0.002992096, z: -0.00024336025} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4470399520913036} + m_Father: {fileID: 4190442107530260} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1468121793114350 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4044276183876396} + m_Layer: 0 + m_Name: LeftHandThumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4044276183876396 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1468121793114350} + m_LocalRotation: {x: -6.938894e-18, y: -4.135903e-25, z: -0.000000040031257, w: 1} + m_LocalPosition: {x: -0.034724806, y: -0.00007960955, z: 0.00010122135} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4801437705384802} + m_Father: {fileID: 4429971395333998} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1506927701114692 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4182831468102996} + m_Layer: 0 + m_Name: RightHandMiddle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4182831468102996 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1506927701114692} + m_LocalRotation: {x: 2.7723215e-10, y: -1.9675563e-17, z: 0.00000007097143, w: 1} + m_LocalPosition: {x: 0.053482816, y: -0.003639984, z: -0.00013987467} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4647155121876880} + m_Father: {fileID: 4836652144944730} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1512494148778312 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4970408688845060} + m_Layer: 0 + m_Name: RightHandLittle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4970408688845060 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1512494148778312} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.023571929, y: -0.0017774963, z: 0.00009028032} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4238523835879206} + m_Father: {fileID: 4049969287411434} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1536452568738772 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4284033142102930} + m_Layer: 0 + m_Name: RightLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4284033142102930 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1536452568738772} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.012004041, y: -0.45650727, z: -0.015162091} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4845693691525688} + m_Father: {fileID: 4285708893687638} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1538613054430410 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4111323599385598} + m_Layer: 0 + m_Name: RightHandThumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4111323599385598 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1538613054430410} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.049988404, y: -0.000057678237, z: -0.00022398635} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4520241488013312} + m_Father: {fileID: 4826023243270814} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1574763856061922 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4353235304731280} + m_Layer: 0 + m_Name: LeftHandThumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4353235304731280 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1574763856061922} + m_LocalRotation: {x: -6.938894e-18, y: -2.2959e-41, z: 0.00000002384746, w: 1} + m_LocalPosition: {x: -0.033786695, y: 0.002574768, z: 0.04235597} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4429971395333998} + m_Father: {fileID: 4836098136808748} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1601672230453298 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4285708893687638} + m_Layer: 0 + m_Name: RightUpLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4285708893687638 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1601672230453298} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.1055315, y: -0.0880629, z: -0.0085835215} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4284033142102930} + m_Father: {fileID: 4181504975483354} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1611260466696856 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4703656715930640} + m_Layer: 0 + m_Name: Spine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4703656715930640 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1611260466696856} + m_LocalRotation: {x: 4.6566195e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 1.7684579e-15, y: 0.096092984, z: 0.0000000023841857} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4185642012009948} + m_Father: {fileID: 4181504975483354} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1623765817312144 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4705635283009600} + m_Layer: 0 + m_Name: Head_End_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4705635283009600 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1623765817312144} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.16325943, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4859466552975116} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1637669774204796 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4643022250758746} + m_Layer: 0 + m_Name: Head + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4643022250758746 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1637669774204796} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -3.1183214e-16, y: 0.100040585, z: -2.3736567e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4859466552975116} + m_Father: {fileID: 4143409446020670} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1655126710600840 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4983645719502506} + m_Layer: 0 + m_Name: LeftToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4983645719502506 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1655126710600840} + m_LocalRotation: {x: 0, y: 0, z: -0.000000008184788, w: 1} + m_LocalPosition: {x: -0.00000008547017, y: -0.08017616, z: 0.121593356} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4234289099827942} + m_Father: {fileID: 4614227722333004} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1666304877136126 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4871368328097880} + m_Layer: 0 + m_Name: LeftHandLittle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4871368328097880 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1666304877136126} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.022329101, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4031332134401838} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1679796588345304 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4836652144944730} + m_Layer: 0 + m_Name: RightHandMiddle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4836652144944730 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1679796588345304} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.070227966, y: -0.0011398315, z: 0.004263851} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4182831468102996} + m_Father: {fileID: 4653958478622642} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1687898318833826 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4746777317671054} + - component: {fileID: 95905176592788846} + m_Layer: 0 + m_Name: EmptyCharacter + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4746777317671054 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1687898318833826} + m_LocalRotation: {x: 0.000000081460335, 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: 4139726322110278} + - {fileID: 4181504975483354} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!95 &95905176592788846 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1687898318833826} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: 0ef46fdec482c674c8bd176e0b18d448, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 1 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!1 &1688168515294058 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4234289099827942} + m_Layer: 0 + m_Name: LeftToeBase_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4234289099827942 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1688168515294058} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.14564738, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4983645719502506} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1689562266869402 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4281010555487502} + m_Layer: 0 + m_Name: RightHandMiddle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4281010555487502 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1689562266869402} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.026802063, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4649621898448202} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1723346527823006 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4496119973859378} + m_Layer: 0 + m_Name: LeftHandLittle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4496119973859378 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1723346527823006} + m_LocalRotation: {x: -8.3417817e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.02357231, y: -0.0017794799, z: -0.00011877301} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4031332134401838} + m_Father: {fileID: 4293642491721424} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1732198550211476 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4420243079123968} + m_Layer: 0 + m_Name: RightToeBase_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4420243079123968 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1732198550211476} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.14564738, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4897756725022398} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1740140316850160 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4614227722333004} + m_Layer: 0 + m_Name: LeftFoot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4614227722333004 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1740140316850160} + m_LocalRotation: {x: 0, y: 0, z: 0.00000000818479, w: 1} + m_LocalPosition: {x: 0.0044376277, y: -0.46711615, z: -0.0025090335} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 4983645719502506} + m_Father: {fileID: 4594412105052764} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1741233635479078 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4541786926279050} + m_Layer: 0 + m_Name: LeftHandIndex1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4541786926279050 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1741233635479078} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.07086868, y: -0.0012365723, z: 0.013564725} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4051421714285294} + m_Father: {fileID: 4369941294081632} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1759428941890862 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4049969287411434} + m_Layer: 0 + m_Name: RightHandLittle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4049969287411434 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1759428941890862} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.03736191, y: -0.0020390318, z: -0.00017240926} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4970408688845060} + m_Father: {fileID: 4500357875551362} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1759871676179508 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4839389822556444} + m_Layer: 0 + m_Name: LeftForearm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4839389822556444 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1759871676179508} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.2587603, y: 0, z: -2.131628e-15} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 4836098136808748} + m_Father: {fileID: 4945798737231434} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1764391134343402 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4859466552975116} + m_Layer: 0 + m_Name: Head_End + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4859466552975116 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1764391134343402} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 1.5254398e-16, y: 0.16325943, z: -2.58904e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4705635283009600} + m_Father: {fileID: 4643022250758746} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1773833581693880 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4755313617476360} + m_Layer: 0 + m_Name: RightHandIndex2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4755313617476360 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1773833581693880} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.049062192, y: -0.002389984, z: 0.00008839682} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4864647067298810} + m_Father: {fileID: 4198118768489570} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1774990846042824 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4181504975483354} + m_Layer: 0 + m_Name: Hips + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4181504975483354 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1774990846042824} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 1.1138859, z: -0.012485122} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4853197623524236} + - {fileID: 4285708893687638} + - {fileID: 4703656715930640} + m_Father: {fileID: 4746777317671054} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1780295947606908 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4945798737231434} + m_Layer: 0 + m_Name: LeftUpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4945798737231434 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1780295947606908} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.15648837, y: 0, z: -2.131628e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4839389822556444} + m_Father: {fileID: 4558240690773950} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1783024770570700 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4279258841442284} + m_Layer: 0 + m_Name: LeftHandIndex4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4279258841442284 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1783024770570700} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.024553832, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4416949517587016} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1787220505458482 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4190442107530260} + m_Layer: 0 + m_Name: RightHandRing3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4190442107530260 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1787220505458482} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.032289885, y: -0.0028092957, z: -0.00015483782} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4460837836933230} + m_Father: {fileID: 4284520946962660} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1787276421764996 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4470399520913036} + m_Layer: 0 + m_Name: RightHandRing4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4470399520913036 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1787276421764996} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.025169373, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4460837836933230} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1800926129486508 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4211326451096924} + m_Layer: 0 + m_Name: LeftHandLittle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4211326451096924 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1800926129486508} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.042913206, y: 0.006371307, z: -0.016307002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4141517989867146} + m_Father: {fileID: 4836098136808748} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1800997498218726 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4556940821754954} + m_Layer: 0 + m_Name: RightHandThumb4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4556940821754954 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1800997498218726} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.029777298, y: 0.00011596679, z: 0.00026114538} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 4996372359689838} + m_Father: {fileID: 4520241488013312} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1820661632411804 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4836098136808748} + m_Layer: 0 + m_Name: LeftHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4836098136808748 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1820661632411804} + m_LocalRotation: {x: -2.3283056e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.28402027, y: 0, z: -2.131628e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4369941294081632} + - {fileID: 4211326451096924} + - {fileID: 4034292906043112} + - {fileID: 4936289302321692} + - {fileID: 4353235304731280} + m_Father: {fileID: 4839389822556444} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1854339969901812 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4457508282459534} + m_Layer: 0 + m_Name: LeftHandMiddle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4457508282459534 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1854339969901812} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.026802978, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4468941225946244} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1869968226402612 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4649621898448202} + m_Layer: 0 + m_Name: RightHandMiddle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4649621898448202 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1869968226402612} + m_LocalRotation: {x: 2.2268e-41, y: 1.0339768e-25, z: 0.000000044477652, w: 1} + m_LocalPosition: {x: 0.026656894, y: -0.0027399855, z: -0.0005033262} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4281010555487502} + m_Father: {fileID: 4647155121876880} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1871057163034284 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4229670953639224} + m_Layer: 0 + m_Name: RightHandLittle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4229670953639224 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1871057163034284} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04291298, y: 0.0063700867, z: -0.016306998} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4500357875551362} + m_Father: {fileID: 4388123769618922} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1900168544683678 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4208306150548480} + m_Layer: 0 + m_Name: LeftHandRing1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4208306150548480 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1900168544683678} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.06295448, y: -0.00030258176, z: -0.006521179} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4880954805439224} + m_Father: {fileID: 4936289302321692} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1926295627984376 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4880954805439224} + m_Layer: 0 + m_Name: LeftHandRing2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4880954805439224 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926295627984376} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.046582032, y: -0.0035731506, z: 0.000023220333} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4618234235717974} + m_Father: {fileID: 4208306150548480} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1926641755231346 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4051421714285294} + m_Layer: 0 + m_Name: LeftHandIndex2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4051421714285294 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926641755231346} + m_LocalRotation: {x: -6.938894e-18, y: 1.42345e-39, z: -0.00000008561503, w: 1} + m_LocalPosition: {x: -0.049062345, y: -0.002390747, z: -0.00012319013} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4933210508217398} + m_Father: {fileID: 4541786926279050} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1942275194123670 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4141517989867146} + m_Layer: 0 + m_Name: LeftHandLittle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4141517989867146 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1942275194123670} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.056182478, y: -0.00036621088, z: -0.0147980675} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4293642491721424} + m_Father: {fileID: 4211326451096924} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1999458028057688 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4388123769618922} + m_Layer: 0 + m_Name: RightHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4388123769618922 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1999458028057688} + m_LocalRotation: {x: -2.3283056e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.28401995, y: 0, z: -2.1760372e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4608424988925430} + - {fileID: 4229670953639224} + - {fileID: 4653958478622642} + - {fileID: 4940625000453716} + - {fileID: 4826023243270814} + m_Father: {fileID: 4020857003718316} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Tests/Runtime/Prefabs/EmptyCharacter.prefab.meta b/Tests/Runtime/Prefabs/EmptyCharacter.prefab.meta new file mode 100644 index 0000000..159da2b --- /dev/null +++ b/Tests/Runtime/Prefabs/EmptyCharacter.prefab.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2e8be9f1536972547a59b8ad2dc82128 +timeCreated: 1489139162 +licenseType: Free +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Runtime/Scenes.meta b/Tests/Runtime/Scenes.meta new file mode 100644 index 0000000..b135a08 --- /dev/null +++ b/Tests/Runtime/Scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a7ce8a0ec51c72a4f8a8f33325b0c51e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/package.json b/package.json index 099ca19..62e0343 100644 --- a/package.json +++ b/package.json @@ -27,14 +27,9 @@ "path": "Samples~/Demo" }, { - "displayName": "Sites", - "description": "Example sites which can be visited with a Visitor", - "path": "Samples~/Sites" - }, - { - "displayName": "Visitors", - "description": "The default Visitors which can browse sites", - "path": "Samples~/Visitors" + "displayName": "Visitors & Sites", + "description": "Example Visitors and Sites for browsing the internet", + "path": "Samples~/VisitorsAndSites" } ] }