diff --git a/Tests/Editor.meta b/Tests/Editor.meta new file mode 100644 index 0000000..d9222a5 --- /dev/null +++ b/Tests/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fad1bd53ee2cf424588f72af44f9ea9d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Editor/Humanoid.meta b/Tests/Editor/Humanoid.meta new file mode 100644 index 0000000..ab0f594 --- /dev/null +++ b/Tests/Editor/Humanoid.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 75a7d3ceccdf05046837c8e6d328ae16 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Editor/Humanoid/HumanoidControlEditorTest.cs b/Tests/Editor/Humanoid/HumanoidControlEditorTest.cs new file mode 100644 index 0000000..cf062ef --- /dev/null +++ b/Tests/Editor/Humanoid/HumanoidControlEditorTest.cs @@ -0,0 +1,99 @@ +using UnityEngine; +using UnityEditor; +using NUnit.Framework; + +namespace Passer.Humanoid { + + public class HumanoidControlEditorTest { + + [Test] + [Category("Humanoid")] + public void HumanoidControl_UnityXR() { + UnityEditor.SceneManagement.EditorSceneManager.NewScene(UnityEditor.SceneManagement.NewSceneSetup.EmptyScene); + + GameObject humanoidObj = new GameObject("Humanoid"); + HumanoidControl humanoid = humanoidObj.AddComponent(); + Assert.IsFalse(humanoid == null); + + humanoid.DetermineTargets(); + + GameObject avatarModel = (GameObject)AssetDatabase.LoadMainAssetAtPath("Packages/com.passervr.humanoidcontrol_free/Tests/Editor/Humanoid/MakeHuman_simple_TP.fbx"); + GameObject avatar = GameObject.Instantiate(avatarModel, humanoid.transform); + Assert.IsFalse(avatar == null); + Assert.IsTrue(avatar.transform.parent == humanoidObj.transform); + + Animator avatarAnimator = humanoid.GetAvatar(humanoidObj); + Assert.IsFalse(avatarAnimator == null); + + humanoid.unityXR.enabled = true; + Assert.IsTrue(humanoid.unityXR.trackerComponent == null); + humanoid.unityXR.CheckTracker(humanoid); + Assert.IsTrue(humanoid.unityXR.trackerComponent != null); + + humanoid.unityXR.enabled = false; + Assert.IsTrue(humanoid.unityXR.trackerComponent != null); + humanoid.unityXR.CheckTracker(humanoid); + Assert.IsTrue(humanoid.unityXR.trackerComponent == null); + + // Head + + HeadTarget headTarget = humanoid.headTarget; + + humanoid.unityXR.enabled = false; + + headTarget.unityXR.enabled = true; + Assert.IsTrue(headTarget.unityXR.sensorComponent == null); + headTarget.unityXR.CheckSensor(headTarget); + Assert.IsTrue(headTarget.unityXR.sensorComponent == null); + + humanoid.unityXR.enabled = true; + + Assert.IsTrue(headTarget.unityXR.sensorComponent == null); + headTarget.unityXR.CheckSensor(headTarget); + Assert.IsTrue(headTarget.unityXR.sensorComponent != null); + + headTarget.unityXR.enabled = false; + Assert.IsTrue(headTarget.unityXR.sensorComponent != null); + headTarget.unityXR.CheckSensor(headTarget); + Assert.IsTrue(headTarget.unityXR.sensorComponent == null); + + headTarget.unityXR.enabled = false; + headTarget.unityXR.CheckSensor(headTarget); + + humanoid.unityXR.enabled = false; + humanoid.unityXR.CheckTracker(humanoid); + Assert.IsTrue(headTarget.unityXR.sensorComponent == null); + + // Hand + + HandTarget handTarget = humanoid.leftHandTarget; + + humanoid.unityXR.enabled = false; + + handTarget.unityXR.enabled = true; + Assert.IsTrue(handTarget.unityXR.sensorComponent == null); + handTarget.unityXR.CheckSensor(handTarget); + Assert.IsTrue(handTarget.unityXR.sensorComponent == null); + + humanoid.unityXR.enabled = true; + + Assert.IsTrue(handTarget.unityXR.sensorComponent == null); + handTarget.unityXR.CheckSensor(handTarget); + Assert.IsTrue(handTarget.unityXR.sensorComponent != null); + + handTarget.unityXR.enabled = false; + Assert.IsTrue(handTarget.unityXR.sensorComponent != null); + handTarget.unityXR.CheckSensor(handTarget); + Assert.IsTrue(handTarget.unityXR.sensorComponent == null); + + handTarget.unityXR.enabled = false; + handTarget.unityXR.CheckSensor(handTarget); + + humanoid.unityXR.enabled = false; + humanoid.unityXR.CheckTracker(humanoid); + Assert.IsTrue(handTarget.unityXR.sensorComponent == null); + } + + + } +} \ No newline at end of file diff --git a/Tests/Editor/Humanoid/HumanoidControlEditorTest.cs.meta b/Tests/Editor/Humanoid/HumanoidControlEditorTest.cs.meta new file mode 100644 index 0000000..1186f5e --- /dev/null +++ b/Tests/Editor/Humanoid/HumanoidControlEditorTest.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 264a27621d0cec14189c203a58997fce +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Editor/Humanoid/HumanoidControlTest.unity b/Tests/Editor/Humanoid/HumanoidControlTest.unity new file mode 100644 index 0000000..e232882 --- /dev/null +++ b/Tests/Editor/Humanoid/HumanoidControlTest.unity @@ -0,0 +1,9758 @@ +%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.44657856, g: 0.49641532, b: 0.57481706, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_GIWorkflowMode: 1 + 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: 1 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 0 + 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: 0 +--- !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 &23266697 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 23266698} + m_Layer: 0 + m_Name: RightHandThumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &23266698 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 23266697} + 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: 1109813304} + m_Father: {fileID: 263963264} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &38995324 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 38995325} + 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 &38995325 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 38995324} + 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: 1498535516} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &65961794 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 65961795} + m_Layer: 0 + m_Name: RightHandIndex3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &65961795 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 65961794} + 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: 665333042} + m_Father: {fileID: 1550608573} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &80651447 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 80651448} + m_Layer: 0 + m_Name: Spine1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &80651448 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 80651447} + 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: 175667394} + m_Father: {fileID: 732423582} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &112943139 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 112943140} + m_Layer: 0 + m_Name: LeftHandLittle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &112943140 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 112943139} + 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: 1361210361} + m_Father: {fileID: 1418089520} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &123710258 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 1168948794200581327, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_Name + value: MakeHuman_simple_TP + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815859, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.37093562 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815859, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.07168162 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815859, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.89020365 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815859, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.25457054 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815865, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9935381 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815865, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.029147618 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815865, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.05245966 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815865, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.09633496 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815867, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99304634 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815867, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.029422365 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815867, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.05169699 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815867, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.10159058 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815869, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.013494713 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815869, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.026327038 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815869, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.9995435 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815869, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0061309366 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815871, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.013909876 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815871, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.02640304 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815871, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.99953586 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815871, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.006134669 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815877, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.0000002979902 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815877, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.07455611 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815877, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.9680189 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815877, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7059105 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815877, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.7083011 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815877, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000003388539 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815877, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.00000015108643 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815881, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9993862 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815881, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.03503397 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815881, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000003775844 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815881, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000083576445 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815883, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9894819 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815883, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.14465663 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815883, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000013300401 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815883, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0000005339433 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815885, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.37093565 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815885, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.071681574 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815885, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.8902036 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815885, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.25457066 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815891, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.x + value: -4.973799e-14 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815891, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.23304646 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815891, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.000000104308164 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815891, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99913603 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815891, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.041506533 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815891, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.00162876 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815891, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.0013516293 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815909, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.98439753 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815909, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.018599601 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815909, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.026441801 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815909, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.17296398 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815911, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9855849 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815911, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.017871803 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815911, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.02651377 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815911, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.16613266 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815913, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9969046 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815913, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.07036826 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815913, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.034814797 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815913, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.004184964 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815915, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99690473 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815915, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.07036639 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815915, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.034814775 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815915, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.004185288 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815921, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.98615974 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815921, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.08539819 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815921, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.094036154 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815921, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.10655163 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815923, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9634928 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815923, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.1970222 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815923, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.1812552 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815923, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0032369534 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815925, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.000000011175873 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815925, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.3891 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815925, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.00000024214393 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815925, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.83040106 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815925, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.54648495 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815925, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.097545244 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815925, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.047678206 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815927, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9861598 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815927, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.085398495 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815927, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.09403625 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815927, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.10655144 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815929, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.x + value: -0.00000011920932 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815929, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.2617354 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815929, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.0000005001202 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815929, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9977609 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815929, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.050240453 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815929, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.01712899 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815929, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.04069016 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815931, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.000000020838343 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815931, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.38910004 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815931, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.000000029802326 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815931, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.8306844 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815931, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.54636675 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815931, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.095226794 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815931, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.04877165 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815933, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815933, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.10364125 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815933, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.000000016763805 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815933, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99447984 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815933, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.10486617 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815933, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.00253347 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815933, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0025863843 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815935, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.x + value: -0.00000023841864 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815935, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.y + value: 0.26173562 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815935, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalPosition.z + value: -0.00000049546367 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815935, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99777603 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815935, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.050210014 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815935, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.01715063 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815935, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.040346272 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815937, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9994844 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815937, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.020787716 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815937, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.02058445 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815937, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.013233336 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815939, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99139935 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815939, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.06409942 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815939, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.06521959 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815939, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.093622364 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815941, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99949694 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815941, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.023076989 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815941, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.021606706 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815941, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.002552277 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815943, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9994845 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815943, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.0207845 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815943, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.020584341 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815943, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.013231641 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815945, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.982027 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815945, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.14018436 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815945, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.1237982 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815945, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.025405945 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815947, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.999497 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815947, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.023076855 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815947, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.02160682 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815947, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.0025523314 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815949, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9634948 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815949, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.19701138 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815949, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.1812563 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815949, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.0032390223 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815951, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9820265 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815951, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.14018779 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815951, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.12379821 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815951, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.025404554 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815953, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.98488504 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815953, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.09884037 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815953, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.09396811 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815953, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.106780626 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815955, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99994814 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815955, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0031952348 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815955, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.0025556998 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815955, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.009328034 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815957, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99059445 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815957, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.09849544 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815957, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.09278516 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815957, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.020300983 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815959, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.98488563 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815959, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.09883523 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815959, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.093967676 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815959, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.106780626 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815961, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99984354 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815961, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.00901174 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815961, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.010956966 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815961, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.010570869 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815963, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9905306 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815963, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.09962458 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815963, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.092034414 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815963, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.021299515 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815965, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9913995 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815965, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.064096056 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815965, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.06521927 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815965, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.093622275 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815967, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9998435 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815967, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.009012059 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815967, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.010956906 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815967, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.010570648 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815969, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.97119826 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815969, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.22828923 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815969, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.059742443 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815969, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.03299823 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815971, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7930353 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815971, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.18898141 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815971, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.5028085 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815971, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.28734055 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815973, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.959877 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815973, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.13083938 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815973, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.16688626 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815973, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.18348384 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815975, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.97119826 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815975, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.22828926 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815975, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.059742443 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815975, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.032998513 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815977, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99884427 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815977, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.033017136 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815977, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.03492307 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815977, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.00062208745 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815979, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.95987785 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815979, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.13083439 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815979, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.16688584 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815979, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.18348333 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815981, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9999482 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815981, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0031947426 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815981, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.0025556437 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815981, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.009327902 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815983, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99884456 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815983, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.033008147 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815983, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.03492315 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815983, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0006279437 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815985, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.47092575 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815985, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.66615164 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815985, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.4450128 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815985, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.3693705 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815991, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: -0.4709251 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815991, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.66615176 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815991, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.44501328 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815991, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.36937064 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815993, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9149405 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815993, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.31390598 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815993, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.25306183 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815993, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.01751289 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815997, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.79303575 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815997, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.18897831 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815997, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.5028093 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815997, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.28733993 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815999, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.914941 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815999, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.x + value: -0.31390518 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815999, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.25306118 + objectReference: {fileID: 0} + - target: {fileID: 1168948794200815999, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.017511291 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: e9749179c8d1f4341b863f268eddbee9, type: 3} +--- !u!1 &123710259 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1168948794200581327, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710260 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815859, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710261 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815931, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710262 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815913, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710263 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815869, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710264 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815877, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710265 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815883, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710266 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815881, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710267 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815891, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710268 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815933, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710269 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815991, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710270 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815865, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710271 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815909, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710272 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815935, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710273 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815951, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710274 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815923, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710275 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815927, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710276 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815939, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710277 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815943, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710278 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815947, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710279 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815959, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710280 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815963, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710281 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815967, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710282 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815979, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710283 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815983, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710284 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815955, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710285 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815999, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710286 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815971, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710287 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815975, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710288 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815985, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710289 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815867, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710290 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815911, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710291 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815929, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710292 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815945, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710293 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815949, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710294 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815921, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710295 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815965, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710296 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815937, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710297 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815941, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710298 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815953, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710299 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815957, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710300 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815961, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710301 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815973, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710302 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815977, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710303 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815981, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710304 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815993, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710305 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815997, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710306 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815969, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710307 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815871, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710308 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815915, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710309 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815925, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710310 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815885, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!95 &123710311 stripped +Animator: + m_CorrespondingSourceObject: {fileID: 1168948794191189651, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!4 &123710312 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1168948794200815855, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!114 &123710314 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 123710259} + 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/HumanoidControl/Scripts/ + headTarget: {fileID: 1325764955} + leftHandTarget: {fileID: 1452281021} + rightHandTarget: {fileID: 1749214740} + hipsTarget: {fileID: 2122398996} + leftFootTarget: {fileID: 1987713073} + rightFootTarget: {fileID: 609458037} + primaryTarget: 0 + targetsRig: {fileID: 2125168803} + showTargetRig: 0 + avatarRig: {fileID: 123710311} + 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: 0 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 123710314} + leapTracker: + enabled: 0 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 123710314} + isHeadMounted: 0 + custom: + enabled: 0 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 123710314} + 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!1 &130895250 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 130895251} + m_Layer: 0 + m_Name: LeftUpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &130895251 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 130895250} + m_LocalRotation: {x: -0.024692532, y: 0.10163105, z: -0.02906575, w: 0.9940909} + m_LocalPosition: {x: -0.17596604, y: 0.000000011292286, z: -0.00000001816079} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 345780535} + m_Father: {fileID: 364567683} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &133532570 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 133532571} + - component: {fileID: 133532572} + m_Layer: 0 + m_Name: RightFoot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &133532571 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 133532570} + m_LocalRotation: {x: -0.06567559, y: 0.0016404391, z: 0.026269395, w: 0.99749386} + m_LocalPosition: {x: -0.0000000037252903, y: -0.3890996, z: 0} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 559145648} + m_Father: {fileID: 1862489915} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &133532572 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 133532570} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + isLeft: 0 + side: 2 + otherFoot: {fileID: 1834301833} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorComponent: {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 + viveTracker: + enabled: 0 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + attachedBone: 2 + custom: + enabled: 1 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 60 + target: + length: 0.4569167 + transform: {fileID: 633682967} + 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: 123710263} + 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: 1862489915} + 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: 123710262} + 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: 133532571} + 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: 123710261} + 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: 559145648} + 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: 123710260} + 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 &145879216 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 145879217} + m_Layer: 0 + m_Name: RightHandMiddle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &145879217 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 145879216} + 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: 330641392} + m_Father: {fileID: 1820182958} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &175667393 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 175667394} + m_Layer: 0 + m_Name: Spine2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &175667394 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 175667393} + 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: 2074882909} + m_Father: {fileID: 80651448} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &187731849 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 187731850} + m_Layer: 0 + m_Name: LeftHandIndex1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &187731850 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 187731849} + 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: 286673197} + m_Father: {fileID: 897931131} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &222578087 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 222578088} + 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 &222578088 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 222578087} + 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: 1082969057} + m_Father: {fileID: 1961627978} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &256060988 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 256060989} + m_Layer: 0 + m_Name: RightHandRing2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &256060989 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 256060988} + 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: 308262105} + m_Father: {fileID: 1316978152} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &263963263 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 263963264} + m_Layer: 0 + m_Name: RightHandThumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &263963264 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 263963263} + 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: 23266698} + m_Father: {fileID: 2031630432} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &286673196 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 286673197} + m_Layer: 0 + m_Name: LeftHandIndex2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &286673197 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 286673196} + 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: 1913886617} + m_Father: {fileID: 187731850} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &295100934 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 1168948794200581401, guid: e9749179c8d1f4341b863f268eddbee9, + type: 3} + m_PrefabInstance: {fileID: 123710258} + m_PrefabAsset: {fileID: 0} +--- !u!54 &295100935 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 295100934} + 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 &308262104 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 308262105} + m_Layer: 0 + m_Name: RightHandRing3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &308262105 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 308262104} + 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: 995145198} + m_Father: {fileID: 256060989} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &330641391 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 330641392} + m_Layer: 0 + m_Name: RightHandMiddle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &330641392 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 330641391} + 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: 581462698} + m_Father: {fileID: 145879217} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &345780534 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 345780535} + m_Layer: 0 + m_Name: LeftForearm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &345780535 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 345780534} + m_LocalRotation: {x: 0.0013965514, y: 0.16713665, z: -0.00023660617, w: 0.9859327} + m_LocalPosition: {x: -0.20965344, y: -0.000000022817403, z: 0.00000001839362} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 1418089520} + m_Father: {fileID: 130895251} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &357043356 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 357043357} + 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 &357043357 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 357043356} + 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: 1249920040} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &364567682 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 364567683} + m_Layer: 0 + m_Name: LeftShoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &364567683 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 364567682} + m_LocalRotation: {x: -0.0043144515, y: -0.16462262, z: 0.049984165, w: 0.9850799} + m_LocalPosition: {x: -0.0195459, y: 0.045609213, z: 0.039717842} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 130895251} + m_Father: {fileID: 2074882909} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &469068143 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 469068144} + m_Layer: 0 + m_Name: RightHandLittle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &469068144 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 469068143} + 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: 1587098821} + m_Father: {fileID: 1014748877} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &478818116 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 478818117} + - component: {fileID: 478818118} + 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 &478818117 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 478818116} + m_LocalRotation: {x: -0.31735018, y: 0.6804034, z: 0.34091544, w: 0.5657886} + m_LocalPosition: {x: -0.005740958, y: 0.08732488, z: -0.023439117} + m_LocalScale: {x: 0.99999964, y: 1.0000004, z: 1.0000005} + m_Children: [] + m_Father: {fileID: 123710291} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &478818118 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 478818116} + 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: 1418089521} +--- !u!1 &480536984 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 480536985} + - component: {fileID: 480536987} + - component: {fileID: 480536986} + m_Layer: 0 + m_Name: Cube + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &480536985 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 480536984} + 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: 2125168804} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!23 &480536986 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 480536984} + 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 &480536987 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 480536984} + m_Mesh: {fileID: 4300000, guid: fcf9a9e3fb67cb64887a4d17ddc7c85c, type: 3} +--- !u!1 &487159341 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 487159342} + m_Layer: 0 + m_Name: LeftHandMiddle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &487159342 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 487159341} + 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: 1896392273} + m_Father: {fileID: 996757149} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &559145647 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 559145648} + m_Layer: 0 + m_Name: RightToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &559145648 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 559145647} + 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: 1447298240} + m_Father: {fileID: 133532571} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &569717093 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 569717094} + m_Layer: 0 + m_Name: LeftHandThumb4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &569717094 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 569717093} + 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: 1049962962} + m_Father: {fileID: 617662911} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &581462697 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 581462698} + 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 &581462698 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 581462697} + 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: 330641392} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &609458036 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 609458038} + - component: {fileID: 609458037} + 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 &609458037 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 609458036} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + isLeft: 0 + side: 2 + otherFoot: {fileID: 1987713073} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorComponent: {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 + viveTracker: + enabled: 0 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + attachedBone: 2 + custom: + enabled: 1 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 60 + target: + length: 0.49770978 + transform: {fileID: 633682967} + baseRotation: {x: -0.006486672, y: 0.00017071737, z: -0.026320014, w: 0.99963254} + basePosition: {x: 0.11306499, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: 0.9999252, y: -0.0000000250553, z: -0.012246366, w: 0.000000135541} + bone: + transform: {fileID: 123710263} + length: 0.49770984 + 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.9999252, y: 0.0000000250553, z: 0.012246366, w: 0.000000135541} + 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: 1862489915} + baseRotation: {x: 0.07048483, y: 0.0000000012198267, z: 0.0000000013335039, + w: 0.99751294} + basePosition: {x: -0.0000000018626451, y: -0.49770975, z: 0.00000003632158} + toBoneRotation: {x: 0.9988886, y: -0.000000004472518, z: -0.047137916, w: 0.00000011621115} + bone: + transform: {fileID: 123710262} + length: 0.38909984 + 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.9988886, y: 0.000000004472518, z: 0.047137916, w: 0.00000011621115} + 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: 133532571} + baseRotation: {x: -0.0656756, y: 0.0016404391, z: 0.026269397, w: 0.997494} + basePosition: {x: 0.06656851, y: 0.08965957, z: -0.12843262} + toBoneRotation: {x: -0.86971784, y: -0.04780259, z: -0.047807597, w: -0.48889711} + bone: + transform: {fileID: 123710261} + length: 0.13777366 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -20} + maxAngles: {x: 50, y: 0, z: 30} + baseRotation: {x: 0.26849982, y: 0.020493187, z: -0.0057135625, w: 0.9630448} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.86971784, y: 0.04780259, z: 0.047807597, w: -0.48889711} + 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: 559145648} + baseRotation: {x: -9.573443e-12, y: 4.8118107e-13, z: 0.0000000074505753, w: 1.0000002} + basePosition: {x: 0.0050154636, y: -0.071282364, z: 0.117793016} + toBoneRotation: {x: -0.23283671, y: -0.6709274, z: -0.67092717, w: -0.2133085} + bone: + transform: {fileID: 123710260} + 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.23283671, y: 0.6709274, z: 0.67092717, w: -0.2133085} + 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 &609458038 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 609458036} + m_LocalRotation: {x: -0.00006458302, y: -0.0012849256, z: -0.000067157314, w: -0.99999917} + m_LocalPosition: {x: 0.06642776, y: 0.08966708, z: -0.12843432} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 123710312} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &617662910 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 617662911} + m_Layer: 0 + m_Name: LeftHandThumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &617662911 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 617662910} + m_LocalRotation: {x: -6.938894e-18, y: -4.135903e-25, z: -0.000000040031257, w: 1} + m_LocalPosition: {x: -0.034930874, y: 0.00023457641, z: 0.0006166787} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 569717094} + m_Father: {fileID: 1513391208} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &633682966 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 633682967} + m_Layer: 0 + m_Name: RightUpLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &633682967 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 633682966} + m_LocalRotation: {x: 0.006455943, y: -0.0014566828, z: 0.026248856, w: -0.9996336} + m_LocalPosition: {x: 0.11306499, y: 0.0038180987, z: -0.0076525463} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1862489915} + m_Father: {fileID: 888853332} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &644031336 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 644031337} + m_Layer: 0 + m_Name: LeftHandRing2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &644031337 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 644031336} + 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: 2037369493} + m_Father: {fileID: 1026470722} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &658893712 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 658893713} + 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 &658893713 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 658893712} + 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: 123710312} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &665333041 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 665333042} + m_Layer: 0 + m_Name: RightHandIndex4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &665333042 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 665333041} + 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: 1046228401} + m_Father: {fileID: 65961795} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &712110117 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 712110118} + m_Layer: 0 + m_Name: RightHandIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &712110118 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 712110117} + 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: 2006273598} + m_Father: {fileID: 2031630432} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &723616913 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 723616914} + m_Layer: 0 + m_Name: LeftUpLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &723616914 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 723616913} + m_LocalRotation: {x: 0.006453269, y: 0.0014565727, z: -0.026247017, w: -0.9996336} + m_LocalPosition: {x: -0.11306503, y: 0.0038180987, z: -0.0076525463} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 740076135} + m_Father: {fileID: 888853332} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &732423581 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 732423582} + m_Layer: 0 + m_Name: Spine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &732423582 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 732423581} + 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: 80651448} + m_Father: {fileID: 888853332} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &740076134 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 740076135} + m_Layer: 0 + m_Name: LeftLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &740076135 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 740076134} + 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: 1834301832} + m_Father: {fileID: 723616914} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &771378130 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 771378131} + m_Layer: 0 + m_Name: RightHandLittle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &771378131 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 771378130} + 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: 1014748877} + m_Father: {fileID: 2079456787} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &778851932 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 778851933} + m_Layer: 0 + m_Name: LeftHandThumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &778851933 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 778851932} + 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: 1513391208} + m_Father: {fileID: 1418089520} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &821923496 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 821923497} + m_Layer: 0 + m_Name: Neck + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &821923497 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 821923496} + 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: 1961627978} + m_Father: {fileID: 2074882909} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &850527326 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 850527327} + m_Layer: 0 + m_Name: LeftHandMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &850527327 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 850527326} + 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: 996757149} + m_Father: {fileID: 1418089520} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &888853331 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 888853332} + - component: {fileID: 888853333} + m_Layer: 0 + m_Name: Hips + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &888853332 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 888853331} + 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_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 723616914} + - {fileID: 633682967} + - {fileID: 732423582} + m_Father: {fileID: 2125168804} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &888853333 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 888853331} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a92bd8efd3050c94ca4271d58273b4e0, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + hipsBaseHeight: -0.00000071525574 + newSpineIK: 0 + torsoAnimator: + enabled: 1 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + bodyRotation: 0 + viveTracker: + enabled: 0 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + attachedBone: 0 + custom: + enabled: 1 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + attachedBone: 0 + chest: + name: + boneId: 5 + target: + length: 0.3582629 + transform: {fileID: 80651448} + 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: 123710266} + 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: 732423582} + 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: 123710265} + 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: 888853332} + 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: 123710264} + 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: 888853333} + bendingFactor: 1 + torsoLength: 0.54714984 + spine2HipsRotation: {x: 0.02954614, y: 7.508338e-20, z: -2.5401166e-18, w: 0.99956334} +--- !u!1 &897931130 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 897931131} + m_Layer: 0 + m_Name: LeftHandIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &897931131 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 897931130} + 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: 187731850} + m_Father: {fileID: 1418089520} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &898332539 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 898332540} + 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 &898332540 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 898332539} + 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: 1314228111} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &994400622 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 994400623} + m_Layer: 0 + m_Name: LeftHandRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &994400623 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 994400622} + 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: 1026470722} + m_Father: {fileID: 1418089520} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &995145197 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 995145198} + m_Layer: 0 + m_Name: RightHandRing4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &995145198 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 995145197} + 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: 2143537355} + m_Father: {fileID: 308262105} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &996757148 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 996757149} + m_Layer: 0 + m_Name: LeftHandMiddle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &996757149 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 996757148} + 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: 487159342} + m_Father: {fileID: 850527327} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1014748876 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1014748877} + m_Layer: 0 + m_Name: RightHandLittle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1014748877 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1014748876} + 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: 469068144} + m_Father: {fileID: 771378131} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1026470721 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1026470722} + m_Layer: 0 + m_Name: LeftHandRing1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1026470722 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1026470721} + 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: 644031337} + m_Father: {fileID: 994400623} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1046228400 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1046228401} + 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 &1046228401 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1046228400} + 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: 665333042} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1049962961 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1049962962} + 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 &1049962962 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1049962961} + 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: 569717094} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1082969056 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1082969057} + 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 &1082969057 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1082969056} + 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: 222578088} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1105878440 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1105878441} + m_Layer: 0 + m_Name: LeftHandLittle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1105878441 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1105878440} + 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: 1435298904} + m_Father: {fileID: 1882926855} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1109813303 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1109813304} + m_Layer: 0 + m_Name: RightHandThumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1109813304 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1109813303} + 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: 1498535516} + m_Father: {fileID: 23266698} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1222806775 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1222806776} + 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 &1222806776 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1222806775} + 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: 1587098821} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1249920039 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1249920040} + m_Layer: 0 + m_Name: LeftHandRing4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1249920040 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1249920039} + 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: 357043357} + m_Father: {fileID: 2037369493} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1258951287 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1258951291} + - component: {fileID: 1258951290} + - component: {fileID: 1258951289} + - component: {fileID: 1258951288} + m_Layer: 0 + m_Name: Plane + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!23 &1258951288 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1258951287} + 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: 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!64 &1258951289 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1258951287} + 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!33 &1258951290 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1258951287} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1258951291 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1258951287} + 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: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1314228110 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1314228111} + m_Layer: 0 + m_Name: LeftHandIndex4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1314228111 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1314228110} + 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: 898332540} + m_Father: {fileID: 1913886617} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1316978151 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1316978152} + m_Layer: 0 + m_Name: RightHandRing1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1316978152 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1316978151} + 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: 256060989} + m_Father: {fileID: 2032745582} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1325764954 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1325764956} + - component: {fileID: 1325764955} + 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 &1325764955 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1325764954} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35164cbaf9701d94a8a457b1aeadc9dd, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + tracking: 0 + unity: {fileID: 0} + headAnimator: + enabled: 1 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + headAnimation: 1 + faceAnimation: 1 + unityXR: + enabled: 1 + target: {fileID: 1325764955} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + viveTracker: + enabled: 0 + target: {fileID: 1325764955} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: -1.0991711e-11, y: -0.100000024, z: -0.17} + sensor2TargetRotation: {x: 0.000000030908634, y: 0.7071068, z: 0.7071068, w: 0.00000003090862} + custom: + enabled: 1 + target: {fileID: 1325764955} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + head: + name: + boneId: 7 + target: + length: 0 + transform: {fileID: 1961627978} + baseRotation: {x: -0.051078435, y: 0.0000680109, z: 0.0014241602, w: 0.99869376} + basePosition: {x: 0.00029400006, y: 1.6174197, z: -0.09445348} + toBoneRotation: {x: -0.05393493, y: 0.0010665507, z: 0.0010670483, w: 0.9985434} + bone: + transform: {fileID: 123710268} + 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.0010665507, z: -0.0010670483, w: 0.9985434} + 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: 821923497} + 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.00000029452121, y: -0.0014306384, z: -1.8777774e-11, + w: 0.999999} + bone: + transform: {fileID: 123710267} + 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.00006797587, z: -0.0014233732, w: 0.99869365} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00000029452121, y: 0.0014306384, z: 1.8777774e-11, w: 0.999999} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + headTarget: {fileID: 1325764955} + audioEnergy: 0 + lookDirection: {x: 0, y: 0, z: 1} + localLookDirection: {x: 0, y: 0, z: 1} + neck2eyes: {x: 0.00003278817, y: 0.13911009, z: 0.11637192} + head2eyes: {x: -0.00029403256, y: 0.036010027, z: 0.105798066} + 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 &1325764956 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1325764954} + m_LocalRotation: {x: 0.000000011874363, y: -4.1743137e-10, z: 0.0000004783007, w: 1} + m_LocalPosition: {x: 0.00029400006, y: 1.6174197, z: -0.09445348} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 123710312} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1361210360 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1361210361} + m_Layer: 0 + m_Name: LeftHandLittle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1361210361 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1361210360} + 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: 1882926855} + m_Father: {fileID: 112943140} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1416453793 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1416453794} + 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 &1416453794 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1416453793} + m_LocalRotation: {x: -0.31734997, y: 0.68040323, z: 0.34091544, w: 0.56578904} + m_LocalPosition: {x: -0.005740931, y: 0.08732493, z: -0.023439154} + m_LocalScale: {x: 0.9999999, y: 1.0000005, z: 1.0000005} + m_Children: [] + m_Father: {fileID: 123710291} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1418089519 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1418089520} + - component: {fileID: 1418089521} + m_Layer: 0 + m_Name: LeftHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1418089520 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1418089519} + m_LocalRotation: {x: -0.0010751325, y: -0.03276837, z: -0.05574227, w: 0.9979068} + m_LocalPosition: {x: -0.26173526, y: 0.0000002722518, z: -0.000000084750354} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 897931131} + - {fileID: 112943140} + - {fileID: 850527327} + - {fileID: 994400623} + - {fileID: 778851933} + m_Father: {fileID: 345780535} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1418089521 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1418089519} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + isLeft: 1 + side: 1 + outward: {x: -1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 1418089521} + thumb: + proximal: + name: + boneId: 13 + target: + length: 0.049988233 + transform: {fileID: 778851933} + 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: 123710304} + 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: 1513391208} + 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: 123710305} + 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: 617662911} + 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: 123710306} + 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: 187731850} + 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: 123710301} + 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: 286673197} + 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: 123710302} + 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: 1913886617} + 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: 123710303} + 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: 996757149} + 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: 123710298} + 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: 487159342} + 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: 123710299} + 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: 1896392273} + 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: 123710300} + 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: 1026470722} + 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: 123710295} + 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: 644031337} + 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: 123710296} + 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: 2037369493} + 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: 123710297} + 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: 1361210361} + 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: 123710292} + 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: 1882926855} + 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: 123710293} + 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: 1105878441} + 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: 123710294} + 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: 778851933} + 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: 123710304} + 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: 1513391208} + 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: 123710305} + 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: 617662911} + 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: 123710306} + 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: 187731850} + 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: 123710301} + 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: 286673197} + 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: 123710302} + 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: 1913886617} + 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: 123710303} + 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: 996757149} + 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: 123710298} + 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: 487159342} + 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: 123710299} + 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: 1896392273} + 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: 123710300} + 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: 1026470722} + 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: 123710295} + 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: 644031337} + 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: 123710296} + 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: 2037369493} + 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: 123710297} + 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: 1361210361} + 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: 123710292} + 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: 1882926855} + 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: 123710293} + 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: 1105878441} + 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: 123710294} + 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} + sensorComponent: {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: 1418089521} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + viveTracker: + enabled: 1 + target: {fileID: 1418089521} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0.25616527, y: -0.049688723, z: -0.00010298006} + sensor2TargetRotation: {x: 0.0008002656, y: 0.032773077, z: 0.05579154, w: 0.99790406} + handSkeleton: {fileID: 0} + attachedBone: 1 + leap: + enabled: 1 + target: {fileID: 1418089521} + sensorComponent: {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: 1418089521} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 8 + target: + length: 0.15648837 + transform: {fileID: 364567683} + 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: 123710288} + 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: 130895251} + 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: 123710289} + 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: 345780535} + 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: 123710290} + 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: 1418089520} + 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: 123710291} + 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: 478818118} + pinchSocket: {fileID: 1656782858} + 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: 1416453794} + handRigidbody: {fileID: 295100935} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!1 &1434874120 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1434874121} + m_Layer: 0 + m_Name: RightHandMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1434874121 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1434874120} + 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: 1802756663} + m_Father: {fileID: 2031630432} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1435298903 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1435298904} + m_Layer: 0 + m_Name: LeftHandLittle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1435298904 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1435298903} + 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: 1989455137} + m_Father: {fileID: 1105878441} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1447298239 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1447298240} + 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 &1447298240 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1447298239} + 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: 559145648} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1452281020 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1452281022} + - component: {fileID: 1452281021} + 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 &1452281021 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1452281020} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + isLeft: 1 + side: 1 + outward: {x: -1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 1452281021} + thumb: + proximal: + name: + boneId: 13 + target: + length: 0.043193266 + transform: {fileID: 778851933} + baseRotation: {x: 0.06460379, y: 0.1507726, z: 0.38851738, w: 0.9067238} + basePosition: {x: -0.038735073, y: -0.0075387643, z: 0.017603219} + toBoneRotation: {x: 0.36499324, y: -0.36499396, z: -0.6056225, w: -0.6056244} + bone: + transform: {fileID: 123710304} + length: 0.043193284 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499324, y: 0.36499396, z: 0.6056225, w: -0.6056244} + 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: 1513391208} + baseRotation: {x: -0.008992155, y: 0.024613213, z: -0.3430369, w: 0.9389563} + basePosition: {x: -0.04319326, y: 0.000000092200935, z: -0.000000051863026} + toBoneRotation: {x: -0.022808082, y: 0.022805998, z: -0.7067401, w: -0.7067378} + bone: + transform: {fileID: 123710305} + length: 0.034228474 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022808082, y: -0.022805998, z: 0.7067401, w: -0.7067378} + 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: 617662911} + baseRotation: {x: 0.000000006241424, y: 0.00000001620698, z: -0.000000031998404, + w: 1.0000005} + basePosition: {x: -0.03472484, y: -0.00007957453, z: 0.00010121022} + toBoneRotation: {x: 0.18216436, y: 0.14202064, z: -0.7058621, w: -0.6696306} + bone: + transform: {fileID: 123710306} + 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.18216436, y: -0.14202064, z: 0.7058621, 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.031812266 + transform: {fileID: 187731850} + baseRotation: {x: -0.005646198, y: -0.049304307, z: 0.11363364, w: 0.9922825} + basePosition: {x: -0.110632196, y: -0.005280553, z: 0.020435218} + toBoneRotation: {x: 0.51977605, y: -0.5197751, z: -0.47941074, w: -0.47940865} + bone: + transform: {fileID: 123710301} + length: 0.031812035 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51977605, y: 0.5197751, z: 0.47941074, w: -0.47940865} + 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: 286673197} + baseRotation: {x: 0.000070213915, y: -0.0021299047, z: -0.032948233, w: 0.9994548} + basePosition: {x: -0.031812176, y: 0.0000000057334546, z: 0.000000027732312} + toBoneRotation: {x: 0.50273937, y: -0.5027438, z: -0.49724197, w: -0.497245} + bone: + transform: {fileID: 123710302} + length: 0.020972468 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50273937, y: 0.5027438, z: 0.49724197, w: -0.497245} + 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: 1913886617} + baseRotation: {x: 0.000000005441606, y: -0.0000000043695523, z: 0.0000001005486, + w: 1.0000006} + basePosition: {x: -0.020972623, y: 0.00000001972171, z: -0.000000023013625} + toBoneRotation: {x: 0.5045434, y: -0.49834612, z: -0.4922566, w: -0.5047486} + bone: + transform: {fileID: 123710303} + 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.5045434, y: 0.49834612, z: 0.4922566, w: -0.5047486} + 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: 996757149} + baseRotation: {x: -0.004038463, y: -0.10929317, z: 0.036704082, w: 0.9933234} + basePosition: {x: -0.10902339, y: -0.00000007104245, z: -0.000000050982635} + toBoneRotation: {x: 0.47971195, y: -0.47971085, z: -0.5194963, w: -0.51949733} + bone: + transform: {fileID: 123710298} + length: 0.039195262 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47971195, y: 0.47971085, z: 0.5194963, w: -0.51949733} + 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: 487159342} + baseRotation: {x: 0.0021574916, y: 0.02186857, z: 0.098156676, w: 0.9949283} + basePosition: {x: -0.039195407, y: 0.0000000014406396, z: 0.000000052241376} + toBoneRotation: {x: 0.52709246, y: -0.5270906, z: -0.47135463, w: -0.47135308} + bone: + transform: {fileID: 123710299} + length: 0.027934043 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.52709246, y: 0.5270906, z: 0.47135463, w: -0.47135308} + 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: 1896392273} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000006} + basePosition: {x: -0.02793382, y: -0.0000000096988515, z: -0.000000038009944} + toBoneRotation: {x: 0.54199415, y: -0.52235323, z: -0.46527314, w: -0.46573675} + bone: + transform: {fileID: 123710300} + 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.52235323, z: 0.46527314, w: -0.46573675} + 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: 1026470722} + baseRotation: {x: -0.0049571497, y: -0.096454106, z: 0.051086303, w: 0.9940132} + basePosition: {x: -0.10469906, y: -0.0033328552, z: -0.023172101} + toBoneRotation: {x: 0.4868424, y: -0.48684397, z: -0.5128189, w: -0.51282054} + bone: + transform: {fileID: 123710295} + length: 0.03474845 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4868424, y: 0.48684397, z: 0.5128189, w: -0.51282054} + 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: 644031337} + baseRotation: {x: -0.00028259135, y: -0.013880669, z: 0.020352848, w: 0.9996965} + basePosition: {x: -0.034748565, y: 0.000000014231773, z: 0.0000000030559022} + toBoneRotation: {x: 0.4971567, y: -0.49715754, z: -0.5028254, w: -0.50282896} + bone: + transform: {fileID: 123710296} + length: 0.021958916 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4971567, y: 0.49715754, z: 0.5028254, w: -0.50282896} + 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: 2037369493} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: -0.021958875, y: -0.00000006673008, z: 0.000000008870288} + toBoneRotation: {x: 0.51810586, y: -0.4974372, z: -0.50458664, w: -0.47907773} + bone: + transform: {fileID: 123710297} + 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.51810586, y: 0.4974372, z: 0.50458664, w: -0.47907773} + 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: 1361210361} + baseRotation: {x: -0.017655363, y: -0.11530202, z: 0.1503255, w: 0.98173106} + basePosition: {x: -0.10166908, y: -0.005280584, z: -0.044119924} + toBoneRotation: {x: 0.5327472, y: -0.53275126, z: -0.46494877, w: -0.46495086} + bone: + transform: {fileID: 123710292} + length: 0.029196708 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5327472, y: 0.53275126, z: 0.46494877, w: -0.46495086} + 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: 1882926855} + baseRotation: {x: -0.0013945631, y: 0.006942639, z: -0.19692875, w: 0.9803923} + basePosition: {x: -0.029196512, y: 0.000000005995389, z: -0.000000028696377} + toBoneRotation: {x: 0.4368165, y: -0.43681225, z: -0.5560529, w: -0.5560504} + bone: + transform: {fileID: 123710293} + length: 0.013552984 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4368165, y: 0.43681225, z: 0.5560529, w: -0.5560504} + 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: 1105878441} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: -0.013552897, y: -0.00000007665949, z: 0.000000006823484} + toBoneRotation: {x: 0.4840027, y: -0.48211318, z: -0.60383165, w: -0.4107267} + bone: + transform: {fileID: 123710294} + 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.4840027, y: 0.48211318, z: 0.60383165, w: -0.4107267} + 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: 778851933} + baseRotation: {x: 0.06460379, y: 0.1507726, z: 0.38851738, w: 0.9067238} + basePosition: {x: -0.038735073, y: -0.0075387643, z: 0.017603219} + toBoneRotation: {x: 0.36499324, y: -0.36499396, z: -0.6056225, w: -0.6056244} + bone: + transform: {fileID: 123710304} + length: 0.043193284 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499324, y: 0.36499396, z: 0.6056225, w: -0.6056244} + 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: 1513391208} + baseRotation: {x: -0.008992155, y: 0.024613213, z: -0.3430369, w: 0.9389563} + basePosition: {x: -0.04319326, y: 0.000000092200935, z: -0.000000051863026} + toBoneRotation: {x: -0.022808082, y: 0.022805998, z: -0.7067401, w: -0.7067378} + bone: + transform: {fileID: 123710305} + length: 0.034228474 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022808082, y: -0.022805998, z: 0.7067401, w: -0.7067378} + 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: 617662911} + baseRotation: {x: 0.000000006241424, y: 0.00000001620698, z: -0.000000031998404, + w: 1.0000005} + basePosition: {x: -0.03472484, y: -0.00007957453, z: 0.00010121022} + toBoneRotation: {x: 0.18216436, y: 0.14202064, z: -0.7058621, w: -0.6696306} + bone: + transform: {fileID: 123710306} + 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.18216436, y: -0.14202064, z: 0.7058621, 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.031812266 + transform: {fileID: 187731850} + baseRotation: {x: -0.005646198, y: -0.049304307, z: 0.11363364, w: 0.9922825} + basePosition: {x: -0.110632196, y: -0.005280553, z: 0.020435218} + toBoneRotation: {x: 0.51977605, y: -0.5197751, z: -0.47941074, w: -0.47940865} + bone: + transform: {fileID: 123710301} + length: 0.031812035 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51977605, y: 0.5197751, z: 0.47941074, w: -0.47940865} + 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: 286673197} + baseRotation: {x: 0.000070213915, y: -0.0021299047, z: -0.032948233, w: 0.9994548} + basePosition: {x: -0.031812176, y: 0.0000000057334546, z: 0.000000027732312} + toBoneRotation: {x: 0.50273937, y: -0.5027438, z: -0.49724197, w: -0.497245} + bone: + transform: {fileID: 123710302} + length: 0.020972468 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50273937, y: 0.5027438, z: 0.49724197, w: -0.497245} + 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: 1913886617} + baseRotation: {x: 0.000000005441606, y: -0.0000000043695523, z: 0.0000001005486, + w: 1.0000006} + basePosition: {x: -0.020972623, y: 0.00000001972171, z: -0.000000023013625} + toBoneRotation: {x: 0.5045434, y: -0.49834612, z: -0.4922566, w: -0.5047486} + bone: + transform: {fileID: 123710303} + 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.5045434, y: 0.49834612, z: 0.4922566, w: -0.5047486} + 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: 996757149} + baseRotation: {x: -0.004038463, y: -0.10929317, z: 0.036704082, w: 0.9933234} + basePosition: {x: -0.10902339, y: -0.00000007104245, z: -0.000000050982635} + toBoneRotation: {x: 0.47971195, y: -0.47971085, z: -0.5194963, w: -0.51949733} + bone: + transform: {fileID: 123710298} + length: 0.039195262 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47971195, y: 0.47971085, z: 0.5194963, w: -0.51949733} + 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: 487159342} + baseRotation: {x: 0.0021574916, y: 0.02186857, z: 0.098156676, w: 0.9949283} + basePosition: {x: -0.039195407, y: 0.0000000014406396, z: 0.000000052241376} + toBoneRotation: {x: 0.52709246, y: -0.5270906, z: -0.47135463, w: -0.47135308} + bone: + transform: {fileID: 123710299} + length: 0.027934043 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.52709246, y: 0.5270906, z: 0.47135463, w: -0.47135308} + 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: 1896392273} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000006} + basePosition: {x: -0.02793382, y: -0.0000000096988515, z: -0.000000038009944} + toBoneRotation: {x: 0.54199415, y: -0.52235323, z: -0.46527314, w: -0.46573675} + bone: + transform: {fileID: 123710300} + 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.52235323, z: 0.46527314, w: -0.46573675} + 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: 1026470722} + baseRotation: {x: -0.0049571497, y: -0.096454106, z: 0.051086303, w: 0.9940132} + basePosition: {x: -0.10469906, y: -0.0033328552, z: -0.023172101} + toBoneRotation: {x: 0.4868424, y: -0.48684397, z: -0.5128189, w: -0.51282054} + bone: + transform: {fileID: 123710295} + length: 0.03474845 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4868424, y: 0.48684397, z: 0.5128189, w: -0.51282054} + 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: 644031337} + baseRotation: {x: -0.00028259135, y: -0.013880669, z: 0.020352848, w: 0.9996965} + basePosition: {x: -0.034748565, y: 0.000000014231773, z: 0.0000000030559022} + toBoneRotation: {x: 0.4971567, y: -0.49715754, z: -0.5028254, w: -0.50282896} + bone: + transform: {fileID: 123710296} + length: 0.021958916 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4971567, y: 0.49715754, z: 0.5028254, w: -0.50282896} + 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: 2037369493} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: -0.021958875, y: -0.00000006673008, z: 0.000000008870288} + toBoneRotation: {x: 0.51810586, y: -0.4974372, z: -0.50458664, w: -0.47907773} + bone: + transform: {fileID: 123710297} + 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.51810586, y: 0.4974372, z: 0.50458664, w: -0.47907773} + 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: 1361210361} + baseRotation: {x: -0.017655363, y: -0.11530202, z: 0.1503255, w: 0.98173106} + basePosition: {x: -0.10166908, y: -0.005280584, z: -0.044119924} + toBoneRotation: {x: 0.5327472, y: -0.53275126, z: -0.46494877, w: -0.46495086} + bone: + transform: {fileID: 123710292} + length: 0.029196708 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5327472, y: 0.53275126, z: 0.46494877, w: -0.46495086} + 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: 1882926855} + baseRotation: {x: -0.0013945631, y: 0.006942639, z: -0.19692875, w: 0.9803923} + basePosition: {x: -0.029196512, y: 0.000000005995389, z: -0.000000028696377} + toBoneRotation: {x: 0.4368165, y: -0.43681225, z: -0.5560529, w: -0.5560504} + bone: + transform: {fileID: 123710293} + length: 0.013552984 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4368165, y: 0.43681225, z: 0.5560529, w: -0.5560504} + 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: 1105878441} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: -0.013552897, y: -0.00000007665949, z: 0.000000006823484} + toBoneRotation: {x: 0.4840027, y: -0.48211318, z: -0.60383165, w: -0.4107267} + bone: + transform: {fileID: 123710294} + 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.4840027, y: 0.48211318, z: 0.60383165, w: -0.4107267} + 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} + sensorComponent: {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: 1452281021} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + viveTracker: + enabled: 0 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + attachedBone: 0 + leap: + enabled: 1 + target: {fileID: 0} + sensorComponent: {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} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 8 + target: + length: 0.17596605 + transform: {fileID: 364567683} + 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.51801693, y: -0.5180169, z: -0.48130894, w: -0.4813096} + bone: + transform: {fileID: 123710288} + length: 0.17596602 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: 0, z: -45} + maxAngles: {x: 0, y: 45, z: 0} + baseRotation: {x: -0.0043148934, y: -0.16464707, z: 0.049991366, w: 0.98507553} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51801693, y: 0.5180169, z: 0.48130894, w: -0.4813096} + 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: 130895251} + 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.47953674, y: -0.47953674, z: -0.51965797, w: -0.5196584} + bone: + transform: {fileID: 123710289} + length: 0.2096534 + 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.47953674, y: 0.47953674, z: 0.51965797, w: -0.5196584} + 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: 345780535} + 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.46596545, y: -0.46596617, z: -0.53186035, w: -0.5318612} + bone: + transform: {fileID: 123710290} + length: 0.26173538 + 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.46596545, y: 0.46596617, z: 0.53186035, w: -0.5318612} + 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: 1418089520} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: 0.45636538, y: -0.4563673, z: -0.54012024, w: -0.5401203} + bone: + transform: {fileID: 123710291} + 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.45636538, y: 0.4563673, z: 0.54012024, w: -0.5401203} + 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: 1416453794} + handRigidbody: {fileID: 0} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!4 &1452281022 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1452281020} + 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: [] + m_Father: {fileID: 123710312} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1496656206 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1496656207} + m_Layer: 0 + m_Name: LeftHandMiddle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1496656207 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1496656206} + 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: 1579774807} + m_Father: {fileID: 1896392273} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1498535515 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1498535516} + m_Layer: 0 + m_Name: RightHandThumb4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1498535516 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1498535515} + 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: 38995325} + m_Father: {fileID: 1109813304} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1513391207 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1513391208} + m_Layer: 0 + m_Name: LeftHandThumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1513391208 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1513391207} + 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: 617662911} + m_Father: {fileID: 778851933} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1550608572 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1550608573} + m_Layer: 0 + m_Name: RightHandIndex2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1550608573 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1550608572} + 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: 65961795} + m_Father: {fileID: 2006273598} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1576395573 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1576395574} + 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 &1576395574 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1576395573} + 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: 1641235591} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1579774806 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1579774807} + 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 &1579774807 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1579774806} + 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: 1496656207} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1587098820 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1587098821} + m_Layer: 0 + m_Name: RightHandLittle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1587098821 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1587098820} + 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: 1222806776} + m_Father: {fileID: 469068144} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1630134722 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1630134724} + - component: {fileID: 1630134723} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1630134723 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1630134722} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1630134724 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1630134722} + m_LocalRotation: {x: 0.25150153, y: 0.7283535, z: -0.33963677, w: 0.5393468} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 50, y: 106.96, z: 0} +--- !u!1 &1641235590 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1641235591} + m_Layer: 0 + m_Name: LeftToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1641235591 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1641235590} + 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: 1576395574} + m_Father: {fileID: 1834301832} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1656782856 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1656782857} + - component: {fileID: 1656782858} + 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 &1656782857 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1656782856} + m_LocalRotation: {x: 0.64614004, y: -0.3484478, z: 0.5326764, w: -0.42112112} + m_LocalPosition: {x: -0.03542115, y: 0.10000007, z: -0.029501623} + m_LocalScale: {x: 0.99999964, y: 1.0000004, z: 1.0000005} + m_Children: [] + m_Father: {fileID: 123710291} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1656782858 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1656782856} + 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 &1661955260 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1661955261} + 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 &1661955261 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1661955260} + m_LocalRotation: {x: -0.31734642, y: -0.680404, z: -0.34091425, w: 0.5657907} + m_LocalPosition: {x: 0.0057412423, y: 0.08732498, z: -0.023439195} + m_LocalScale: {x: 1.0000002, y: 1.0000005, z: 1.0000008} + m_Children: [] + m_Father: {fileID: 123710272} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1678141072 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1678141073} + m_Layer: 0 + m_Name: RightUpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1678141073 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1678141072} + m_LocalRotation: {x: -0.024091778, y: -0.0945985, z: 0.028199323, w: 0.99482435} + m_LocalPosition: {x: 0.17596613, y: -9.313226e-10, z: 0.000000007450581} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 1939363039} + m_Father: {fileID: 1749952415} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1749214739 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1749214741} + - component: {fileID: 1749214740} + 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 &1749214740 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1749214739} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + isLeft: 0 + side: 2 + outward: {x: 1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 1749214740} + thumb: + proximal: + name: + boneId: 41 + target: + length: 0.04319329 + transform: {fileID: 263963264} + baseRotation: {x: 0.064604156, y: -0.15077339, z: -0.38851768, w: 0.90672374} + basePosition: {x: 0.038734943, y: -0.0075387214, z: 0.017603192} + toBoneRotation: {x: 0.36499456, y: 0.3649943, z: 0.605622, w: -0.605624} + bone: + transform: {fileID: 123710285} + length: 0.043193243 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499456, y: -0.3649943, z: -0.605622, 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.034724277 + transform: {fileID: 23266698} + baseRotation: {x: -0.008991586, y: -0.024612056, z: 0.34303176, w: 0.9389583} + basePosition: {x: 0.04319326, y: 0.000000037252903, z: -0.000000022759195} + toBoneRotation: {x: -0.022806946, y: -0.022805592, z: 0.7067363, w: -0.7067417} + bone: + transform: {fileID: 123710286} + 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.022806946, y: 0.022805592, z: -0.7067363, w: -0.7067417} + 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: 1109813304} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: 0.0347237, y: 0.000028711278, z: -0.00020211154} + toBoneRotation: {x: 0.18216611, y: -0.14201914, z: 0.7058586, w: -0.669634} + bone: + transform: {fileID: 123710287} + 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.18216611, y: 0.14201914, z: -0.7058586, w: -0.669634} + 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: 2006273598} + baseRotation: {x: -0.0056464127, y: 0.049304754, z: -0.113636695, w: 0.9922822} + basePosition: {x: 0.11063212, y: -0.0052805603, z: 0.020435091} + toBoneRotation: {x: 0.51977473, y: 0.5197764, z: 0.47940928, w: -0.4794097} + bone: + transform: {fileID: 123710282} + length: 0.031811934 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51977473, y: -0.5197764, z: -0.47940928, w: -0.4794097} + 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: 1550608573} + baseRotation: {x: 0.00007014336, y: 0.0021270502, z: 0.032958813, w: 0.9994544} + basePosition: {x: 0.031812143, y: 0.000000014522811, z: -0.000000014308171} + toBoneRotation: {x: 0.50274473, y: 0.5027383, z: 0.49724445, w: -0.49724212} + bone: + transform: {fileID: 123710283} + length: 0.020972548 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50274473, y: -0.5027383, z: -0.49724445, w: -0.49724212} + 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: 65961795} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: 0.020972617, y: -0.00000010062604, z: 0.00000003212418} + toBoneRotation: {x: 0.5045486, y: 0.49834082, z: 0.49225906, w: -0.5047459} + bone: + transform: {fileID: 123710284} + 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.5045486, y: -0.49834082, z: -0.49225906, w: -0.5047459} + 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: 1802756663} + baseRotation: {x: -0.0040389053, y: 0.10929429, z: -0.03670765, w: 0.9933233} + basePosition: {x: 0.109023355, y: 0.000000115600415, z: 0.000000035593985} + toBoneRotation: {x: 0.47971016, y: 0.4797127, z: 0.51949495, w: -0.5194988} + bone: + transform: {fileID: 123710279} + length: 0.039195415 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47971016, y: -0.4797127, z: -0.51949495, w: -0.5194988} + 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: 1820182958} + baseRotation: {x: 0.0022776308, y: -0.022822568, z: -0.099278085, w: 0.99479544} + basePosition: {x: 0.039195266, y: -0.000000032465323, z: 0.00000004438334} + toBoneRotation: {x: 0.52694434, y: 0.52694446, z: 0.471519, w: -0.47151825} + bone: + transform: {fileID: 123710280} + length: 0.02793392 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.52694434, y: -0.52694446, z: -0.471519, w: -0.47151825} + 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: 145879217} + baseRotation: {x: 0.00000000814947, y: 0.0000000041842796, z: -0.000000073997526, + w: 1.0000007} + basePosition: {x: 0.027934033, y: 0.00000003560126, z: -0.000000026240741} + toBoneRotation: {x: 0.5418475, y: 0.5222088, z: 0.46543607, w: -0.46590623} + bone: + transform: {fileID: 123710281} + 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.5418475, y: -0.5222088, z: -0.46543607, w: -0.46590623} + 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: 1316978152} + baseRotation: {x: -0.004957187, y: 0.096454166, z: -0.051086478, w: 0.99401325} + basePosition: {x: 0.10469894, y: -0.0033327152, z: -0.023172282} + toBoneRotation: {x: 0.4868428, y: 0.48684347, z: 0.5128189, w: -0.51282066} + bone: + transform: {fileID: 123710276} + length: 0.0347487 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4868428, y: -0.48684347, z: -0.5128189, w: -0.51282066} + 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: 256060989} + baseRotation: {x: -0.0002825774, y: 0.0138816815, z: -0.020349925, w: 0.9996965} + basePosition: {x: 0.03474863, y: 0.000000010913936, z: 0.00000003891182} + toBoneRotation: {x: 0.497158, y: 0.49715605, z: 0.5028273, w: -0.50282705} + bone: + transform: {fileID: 123710277} + length: 0.021958724 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.497158, y: -0.49715605, z: -0.5028273, w: -0.50282705} + 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: 308262105} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + basePosition: {x: 0.021958873, y: -0.000000063576294, z: 0.00000002024251} + toBoneRotation: {x: 0.5181072, y: 0.49743566, z: 0.50458854, w: -0.47907576} + bone: + transform: {fileID: 123710278} + 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.5181072, y: -0.49743566, z: -0.50458854, w: -0.47907576} + 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: 771378131} + baseRotation: {x: -0.017654909, y: 0.115300916, z: -0.15032287, w: 0.9817317} + basePosition: {x: 0.10166894, y: -0.0052804635, z: -0.044119988} + toBoneRotation: {x: 0.53274995, y: 0.53274864, z: 0.46494913, w: -0.4649501} + bone: + transform: {fileID: 123710273} + length: 0.029196624 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.53274995, y: -0.53274864, z: -0.46494913, w: -0.4649501} + 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: 1014748877} + baseRotation: {x: -0.0013941573, y: -0.0069408193, z: 0.19692652, w: 0.9803927} + basePosition: {x: 0.029196572, y: 0.000000004773028, z: -0.000000035579433} + toBoneRotation: {x: 0.4368172, y: 0.4368121, z: 0.556053, w: -0.5560496} + bone: + transform: {fileID: 123710274} + length: 0.013552855 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4368172, y: -0.4368121, z: -0.556053, w: -0.5560496} + 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: 469068144} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000007} + basePosition: {x: 0.013553041, y: 0.0000000020954758, z: 0.00000002083866} + toBoneRotation: {x: 0.4840036, y: 0.4821128, z: 0.6038316, w: -0.4107259} + bone: + transform: {fileID: 123710275} + 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.4840036, y: -0.4821128, z: -0.6038316, w: -0.4107259} + 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: 263963264} + baseRotation: {x: 0.064604156, y: -0.15077339, z: -0.38851768, w: 0.90672374} + basePosition: {x: 0.038734943, y: -0.0075387214, z: 0.017603192} + toBoneRotation: {x: 0.36499456, y: 0.3649943, z: 0.605622, w: -0.605624} + bone: + transform: {fileID: 123710285} + length: 0.043193243 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499456, y: -0.3649943, z: -0.605622, 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.034724277 + transform: {fileID: 23266698} + baseRotation: {x: -0.008991586, y: -0.024612056, z: 0.34303176, w: 0.9389583} + basePosition: {x: 0.04319326, y: 0.000000037252903, z: -0.000000022759195} + toBoneRotation: {x: -0.022806946, y: -0.022805592, z: 0.7067363, w: -0.7067417} + bone: + transform: {fileID: 123710286} + 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.022806946, y: 0.022805592, z: -0.7067363, w: -0.7067417} + 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: 1109813304} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: 0.0347237, y: 0.000028711278, z: -0.00020211154} + toBoneRotation: {x: 0.18216611, y: -0.14201914, z: 0.7058586, w: -0.669634} + bone: + transform: {fileID: 123710287} + 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.18216611, y: 0.14201914, z: -0.7058586, w: -0.669634} + 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: 2006273598} + baseRotation: {x: -0.0056464127, y: 0.049304754, z: -0.113636695, w: 0.9922822} + basePosition: {x: 0.11063212, y: -0.0052805603, z: 0.020435091} + toBoneRotation: {x: 0.51977473, y: 0.5197764, z: 0.47940928, w: -0.4794097} + bone: + transform: {fileID: 123710282} + length: 0.031811934 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51977473, y: -0.5197764, z: -0.47940928, w: -0.4794097} + 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: 1550608573} + baseRotation: {x: 0.00007014336, y: 0.0021270502, z: 0.032958813, w: 0.9994544} + basePosition: {x: 0.031812143, y: 0.000000014522811, z: -0.000000014308171} + toBoneRotation: {x: 0.50274473, y: 0.5027383, z: 0.49724445, w: -0.49724212} + bone: + transform: {fileID: 123710283} + length: 0.020972548 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50274473, y: -0.5027383, z: -0.49724445, w: -0.49724212} + 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: 65961795} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: 0.020972617, y: -0.00000010062604, z: 0.00000003212418} + toBoneRotation: {x: 0.5045486, y: 0.49834082, z: 0.49225906, w: -0.5047459} + bone: + transform: {fileID: 123710284} + 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.5045486, y: -0.49834082, z: -0.49225906, w: -0.5047459} + 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: 1802756663} + baseRotation: {x: -0.0040389053, y: 0.10929429, z: -0.03670765, w: 0.9933233} + basePosition: {x: 0.109023355, y: 0.000000115600415, z: 0.000000035593985} + toBoneRotation: {x: 0.47971016, y: 0.4797127, z: 0.51949495, w: -0.5194988} + bone: + transform: {fileID: 123710279} + length: 0.039195415 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47971016, y: -0.4797127, z: -0.51949495, w: -0.5194988} + 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: 1820182958} + baseRotation: {x: 0.0022776308, y: -0.022822568, z: -0.099278085, w: 0.99479544} + basePosition: {x: 0.039195266, y: -0.000000032465323, z: 0.00000004438334} + toBoneRotation: {x: 0.52694434, y: 0.52694446, z: 0.471519, w: -0.47151825} + bone: + transform: {fileID: 123710280} + length: 0.02793392 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.52694434, y: -0.52694446, z: -0.471519, w: -0.47151825} + 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: 145879217} + baseRotation: {x: 0.00000000814947, y: 0.0000000041842796, z: -0.000000073997526, + w: 1.0000007} + basePosition: {x: 0.027934033, y: 0.00000003560126, z: -0.000000026240741} + toBoneRotation: {x: 0.5418475, y: 0.5222088, z: 0.46543607, w: -0.46590623} + bone: + transform: {fileID: 123710281} + 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.5418475, y: -0.5222088, z: -0.46543607, w: -0.46590623} + 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: 1316978152} + baseRotation: {x: -0.004957187, y: 0.096454166, z: -0.051086478, w: 0.99401325} + basePosition: {x: 0.10469894, y: -0.0033327152, z: -0.023172282} + toBoneRotation: {x: 0.4868428, y: 0.48684347, z: 0.5128189, w: -0.51282066} + bone: + transform: {fileID: 123710276} + length: 0.0347487 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4868428, y: -0.48684347, z: -0.5128189, w: -0.51282066} + 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: 256060989} + baseRotation: {x: -0.0002825774, y: 0.0138816815, z: -0.020349925, w: 0.9996965} + basePosition: {x: 0.03474863, y: 0.000000010913936, z: 0.00000003891182} + toBoneRotation: {x: 0.497158, y: 0.49715605, z: 0.5028273, w: -0.50282705} + bone: + transform: {fileID: 123710277} + length: 0.021958724 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.497158, y: -0.49715605, z: -0.5028273, w: -0.50282705} + 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: 308262105} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + basePosition: {x: 0.021958873, y: -0.000000063576294, z: 0.00000002024251} + toBoneRotation: {x: 0.5181072, y: 0.49743566, z: 0.50458854, w: -0.47907576} + bone: + transform: {fileID: 123710278} + 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.5181072, y: -0.49743566, z: -0.50458854, w: -0.47907576} + 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: 771378131} + baseRotation: {x: -0.017654909, y: 0.115300916, z: -0.15032287, w: 0.9817317} + basePosition: {x: 0.10166894, y: -0.0052804635, z: -0.044119988} + toBoneRotation: {x: 0.53274995, y: 0.53274864, z: 0.46494913, w: -0.4649501} + bone: + transform: {fileID: 123710273} + length: 0.029196624 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.53274995, y: -0.53274864, z: -0.46494913, w: -0.4649501} + 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: 1014748877} + baseRotation: {x: -0.0013941573, y: -0.0069408193, z: 0.19692652, w: 0.9803927} + basePosition: {x: 0.029196572, y: 0.000000004773028, z: -0.000000035579433} + toBoneRotation: {x: 0.4368172, y: 0.4368121, z: 0.556053, w: -0.5560496} + bone: + transform: {fileID: 123710274} + length: 0.013552855 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4368172, y: -0.4368121, z: -0.556053, w: -0.5560496} + 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: 469068144} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000007} + basePosition: {x: 0.013553041, y: 0.0000000020954758, z: 0.00000002083866} + toBoneRotation: {x: 0.4840036, y: 0.4821128, z: 0.6038316, w: -0.4107259} + bone: + transform: {fileID: 123710275} + 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.4840036, y: -0.4821128, z: -0.6038316, w: -0.4107259} + 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} + sensorComponent: {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: 1749214740} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + viveTracker: + enabled: 0 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + attachedBone: 0 + leap: + enabled: 1 + target: {fileID: 0} + sensorComponent: {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} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 36 + target: + length: 0.17596613 + transform: {fileID: 1749952415} + 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.51801664, z: 0.48130944, w: -0.4813089} + bone: + transform: {fileID: 123710269} + length: 0.17596619 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: -45, z: 0} + maxAngles: {x: 0, y: 0, z: 45} + baseRotation: {x: -0.004314783, y: 0.16464728, z: -0.049990654, w: 0.9850755} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.518017, y: -0.51801664, z: -0.48130944, w: -0.4813089} + 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: 1678141073} + 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.47953677, y: 0.47953644, z: 0.51965815, w: -0.51965827} + bone: + transform: {fileID: 123710270} + 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.47953677, y: -0.47953644, z: -0.51965815, w: -0.51965827} + 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: 1939363039} + 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.46597615, y: 0.46597686, z: 0.53185123, w: -0.53185153} + bone: + transform: {fileID: 123710271} + length: 0.26173544 + 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.46597615, y: -0.46597686, z: -0.53185123, w: -0.53185153} + 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: 2031630432} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: 0.45636615, y: 0.45636666, z: 0.54012036, w: -0.54012024} + bone: + transform: {fileID: 123710272} + 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.45636615, y: -0.45636666, z: -0.54012036, w: -0.54012024} + 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: 1661955261} + handRigidbody: {fileID: 0} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!4 &1749214741 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1749214739} + 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: [] + m_Father: {fileID: 123710312} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1749952414 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1749952415} + m_Layer: 0 + m_Name: RightShoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1749952415 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1749952414} + m_LocalRotation: {x: -0.0042964816, y: 0.16392128, z: -0.0497702, w: 0.9852078} + m_LocalPosition: {x: 0.0195458, y: 0.045609213, z: 0.039717842} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1678141073} + m_Father: {fileID: 2074882909} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1802756662 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1802756663} + m_Layer: 0 + m_Name: RightHandMiddle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1802756663 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1802756662} + 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: 1820182958} + m_Father: {fileID: 1434874121} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1820182957 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1820182958} + m_Layer: 0 + m_Name: RightHandMiddle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1820182958 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1820182957} + 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: 145879217} + m_Father: {fileID: 1802756663} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1834301831 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1834301832} + - component: {fileID: 1834301833} + m_Layer: 0 + m_Name: LeftFoot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1834301832 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1834301831} + m_LocalRotation: {x: -0.06574369, y: 0.0009340091, z: -0.026382303, w: 0.99748725} + m_LocalPosition: {x: 0.00014181146, y: -0.3890997, z: -0.0000029988587} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 1641235591} + m_Father: {fileID: 740076135} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1834301833 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1834301831} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + isLeft: 1 + side: 1 + otherFoot: {fileID: 133532572} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorComponent: {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 + viveTracker: + enabled: 0 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + attachedBone: 2 + custom: + enabled: 1 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 32 + target: + length: 0.4569167 + transform: {fileID: 723616914} + 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: 123710307} + 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: 740076135} + 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: 123710308} + 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: 1834301832} + 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: 123710309} + 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: 1641235591} + 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: 123710310} + 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 &1862489914 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1862489915} + m_Layer: 0 + m_Name: RightLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1862489915 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1862489914} + 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: 133532571} + m_Father: {fileID: 633682967} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1882926854 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1882926855} + m_Layer: 0 + m_Name: LeftHandLittle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1882926855 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1882926854} + 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: 1105878441} + m_Father: {fileID: 1361210361} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1896392272 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1896392273} + m_Layer: 0 + m_Name: LeftHandMiddle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1896392273 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1896392272} + 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: 1496656207} + m_Father: {fileID: 487159342} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1913886616 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1913886617} + m_Layer: 0 + m_Name: LeftHandIndex3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1913886617 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1913886616} + 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: 1314228111} + m_Father: {fileID: 286673197} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1939363038 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1939363039} + m_Layer: 0 + m_Name: RightForearm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1939363039 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1939363038} + m_LocalRotation: {x: 0.0014336925, y: -0.17535245, z: 0.00049800274, w: 0.98450464} + m_LocalPosition: {x: 0.20965332, y: 0.000000004190952, z: 0.00000004901085} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2031630432} + m_Father: {fileID: 1678141073} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1961627977 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1961627978} + - component: {fileID: 1961627979} + m_Layer: 0 + m_Name: Head + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1961627978 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1961627977} + m_LocalRotation: {x: -0.051078428, y: 0.000068011104, z: 0.0014241642, 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: 222578088} + m_Father: {fileID: 821923497} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1961627979 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1961627977} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35164cbaf9701d94a8a457b1aeadc9dd, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + tracking: 0 + unity: {fileID: 0} + headAnimator: + enabled: 1 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + headAnimation: 1 + faceAnimation: 1 + unityXR: + enabled: 0 + target: {fileID: 1961627979} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + viveTracker: + enabled: 1 + target: {fileID: 1961627979} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: -1.0481972e-10, y: -0.099999905, z: -0.17000005} + sensor2TargetRotation: {x: 0.000000030908627, y: 0.7071068, z: 0.7071068, w: 0.000000030908616} + custom: + enabled: 1 + target: {fileID: 1961627979} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + head: + name: + boneId: 7 + target: + length: 0 + transform: {fileID: 1961627978} + 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: 123710268} + 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: 821923497} + 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: 123710267} + 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: 1961627979} + 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 &1987713072 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1987713074} + - component: {fileID: 1987713073} + 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 &1987713073 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1987713072} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + isLeft: 1 + side: 1 + otherFoot: {fileID: 133532572} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorComponent: {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 + viveTracker: + enabled: 1 + target: {fileID: 1987713073} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0.0000000052386895, y: 0.00000007078052, z: -0.12999998} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 1.0000001} + attachedBone: 2 + custom: + enabled: 1 + target: {fileID: 1987713073} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 32 + target: + length: 0.49770987 + transform: {fileID: 723616914} + baseRotation: {x: -0.0064857034, y: -0.00017068289, z: 0.026318505, w: 0.9996326} + basePosition: {x: -0.11306503, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: 0.9999251, y: -0.000000008600795, z: 0.012249767, w: 0.00000013359872} + bone: + transform: {fileID: 123710307} + length: 0.4977099 + 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.9999251, y: 0.000000008600795, z: -0.012249767, w: 0.00000013359872} + 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: 740076135} + baseRotation: {x: 0.070485204, y: 0.000000007894735, z: 0.000000001026799, w: 0.99751294} + basePosition: {x: 0, y: -0.49770987, z: 0.00000003213063} + toBoneRotation: {x: 0.99888825, y: -0.0000000015670318, z: 0.047141273, w: -0.0000001194315} + bone: + transform: {fileID: 123710308} + length: 0.38909972 + 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.99888825, y: 0.0000000015670318, z: -0.047141273, w: -0.0000001194315} + 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: 1834301832} + baseRotation: {x: 0.06571099, y: 0.0003537602, z: 0.026365206, w: -0.9974904} + basePosition: {x: -0.066571206, y: 0.08965963, z: -0.12843461} + toBoneRotation: {x: -0.8697181, y: 0.04780563, z: 0.047805443, w: -0.4888969} + bone: + transform: {fileID: 123710309} + length: 0.1377737 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -30} + maxAngles: {x: 70, y: 0, z: 20} + baseRotation: {x: 0.2684997, y: -0.020497289, z: 0.0057147047, w: 0.9630447} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.8697181, y: -0.04780563, z: -0.047805443, w: -0.4888969} + 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: 1641235591} + baseRotation: {x: 9.603029e-12, y: 5.100807e-13, z: -0.000000007450575, w: 1.0000001} + basePosition: {x: -0.00501645, y: -0.071282536, z: 0.11779296} + toBoneRotation: {x: 0.23283805, y: -0.6709285, z: -0.6709268, w: 0.21330518} + bone: + transform: {fileID: 123710310} + 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.23283805, y: 0.6709285, z: 0.6709268, w: 0.21330518} + 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 &1987713074 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1987713072} + m_LocalRotation: {x: 0.00006846187, y: -0.0012888968, z: 0.000012604799, w: -0.9999992} + m_LocalPosition: {x: -0.06642988, y: 0.08966708, z: -0.1284347} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 123710312} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1989455136 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1989455137} + 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 &1989455137 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1989455136} + 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: 1435298904} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2006273597 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2006273598} + m_Layer: 0 + m_Name: RightHandIndex1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2006273598 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2006273597} + 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: 1550608573} + m_Father: {fileID: 712110118} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2031630431 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2031630432} + - component: {fileID: 2031630433} + m_Layer: 0 + m_Name: RightHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2031630432 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2031630431} + m_LocalRotation: {x: -0.0009308838, y: 0.03271254, z: 0.055743635, w: 0.9979087} + m_LocalPosition: {x: 0.26175743, y: 0.00013802771, z: 0.000058900565} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 712110118} + - {fileID: 2079456787} + - {fileID: 1434874121} + - {fileID: 2032745582} + - {fileID: 263963264} + m_Father: {fileID: 1939363039} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2031630433 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2031630431} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + isLeft: 0 + side: 2 + outward: {x: 1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 2031630433} + thumb: + proximal: + name: + boneId: 41 + target: + length: 0.049988925 + transform: {fileID: 263963264} + 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: 123710285} + 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: 23266698} + 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: 123710286} + 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: 1109813304} + 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: 123710287} + 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: 2006273598} + 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: 123710282} + 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: 1550608573} + 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: 123710283} + 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: 65961795} + 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: 123710284} + 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: 1802756663} + 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: 123710279} + 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: 1820182958} + 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: 123710280} + 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: 145879217} + 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: 123710281} + 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: 1316978152} + 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: 123710276} + 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: 256060989} + 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: 123710277} + 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: 308262105} + 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: 123710278} + 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: 771378131} + 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: 123710273} + 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: 1014748877} + 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: 123710274} + 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: 469068144} + 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: 123710275} + 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: 263963264} + 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: 123710285} + 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: 23266698} + 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: 123710286} + 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: 1109813304} + 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: 123710287} + 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: 2006273598} + 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: 123710282} + 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: 1550608573} + 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: 123710283} + 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: 65961795} + 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: 123710284} + 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: 1802756663} + 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: 123710279} + 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: 1820182958} + 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: 123710280} + 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: 145879217} + 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: 123710281} + 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: 1316978152} + 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: 123710276} + 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: 256060989} + 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: 123710277} + 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: 308262105} + 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: 123710278} + 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: 771378131} + 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: 123710273} + 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: 1014748877} + 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: 123710274} + 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: 469068144} + 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: 123710275} + 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} + sensorComponent: {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: 2031630433} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + viveTracker: + enabled: 0 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + attachedBone: 0 + leap: + enabled: 1 + target: {fileID: 0} + sensorComponent: {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} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 36 + target: + length: 0.1564886 + transform: {fileID: 1749952415} + 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: 123710269} + 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: 1678141073} + 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: 123710270} + 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: 1939363039} + 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: 123710271} + 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: 2031630432} + 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: 123710272} + 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: 1661955261} + handRigidbody: {fileID: 0} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!1 &2032745581 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2032745582} + m_Layer: 0 + m_Name: RightHandRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2032745582 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2032745581} + 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: 1316978152} + m_Father: {fileID: 2031630432} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2037369492 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2037369493} + m_Layer: 0 + m_Name: LeftHandRing3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2037369493 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2037369492} + 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: 1249920040} + m_Father: {fileID: 644031337} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2074882908 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2074882909} + m_Layer: 0 + m_Name: Spine3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2074882909 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2074882908} + 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: 364567683} + - {fileID: 821923497} + - {fileID: 1749952415} + m_Father: {fileID: 175667394} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2079456786 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2079456787} + m_Layer: 0 + m_Name: RightHandLittle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2079456787 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2079456786} + 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: 771378131} + m_Father: {fileID: 2031630432} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2113374068 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2113374070} + - component: {fileID: 2113374069} + m_Layer: 0 + m_Name: Directional Light2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &2113374069 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2113374068} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &2113374070 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2113374068} + m_LocalRotation: {x: -0.32374433, y: 0.5825635, z: -0.2716538, w: -0.694272} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 50, y: 280, z: 0} +--- !u!1 &2122398995 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2122398997} + - component: {fileID: 2122398996} + 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 &2122398996 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2122398995} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a92bd8efd3050c94ca4271d58273b4e0, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 123710314} + hipsBaseHeight: -0.00000011920929 + newSpineIK: 0 + torsoAnimator: + enabled: 1 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + bodyRotation: 0 + viveTracker: + enabled: 0 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + attachedBone: 0 + custom: + enabled: 1 + target: {fileID: 0} + sensorComponent: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + attachedBone: 0 + chest: + name: + boneId: 5 + target: + length: 0.3520822 + transform: {fileID: 80651448} + 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.1734268, y: 0.000000130991, z: 0.000000023066821, w: 0.9848468} + bone: + transform: {fileID: 123710266} + length: 0.35208198 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: -0.004208784, y: -0.00000013352408, z: 0.00000017600016, w: 0.9999911} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.1734268, y: -0.000000130991, z: -0.000000023066821, + 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: 732423582} + 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.00000014748049, y: 0.00000013868525, z: 1.4888215e-14, + w: 1} + bone: + transform: {fileID: 123710265} + 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.00000015615599, z: 0.0000001523324, w: 0.989725} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00000014748049, y: -0.00000013868525, z: -1.4888215e-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: 888853332} + 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.0000003580616, y: 0.00000013218515, z: 2.9894948e-15, + w: 1} + bone: + transform: {fileID: 123710264} + length: 0.099871434 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0.0016895828, y: -0.00000013198901, z: -0.00000011596848, + w: 0.9999986} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.0000003580616, y: -0.00000013218515, z: -2.9894948e-15, + w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hipsTarget: {fileID: 2122398996} + bendingFactor: 1 + torsoLength: 0.5471496 + spine2HipsRotation: {x: 0.029545212, y: 0.0000000070502275, z: -0.00000023852138, + w: 0.99956334} +--- !u!4 &2122398997 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2122398995} + 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_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 123710312} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2125168802 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2125168804} + - component: {fileID: 2125168803} + 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 &2125168803 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2125168802} + 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 &2125168804 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2125168802} + 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: 480536985} + - {fileID: 888853332} + m_Father: {fileID: 123710312} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2143537354 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2143537355} + 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 &2143537355 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2143537354} + 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: 995145198} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Tests/Editor/Humanoid/HumanoidControlTest.unity.meta b/Tests/Editor/Humanoid/HumanoidControlTest.unity.meta new file mode 100644 index 0000000..b0d0699 --- /dev/null +++ b/Tests/Editor/Humanoid/HumanoidControlTest.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d64472d5555943a44b0c864a738c0803 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Editor/Humanoid/MakeHuman_simple_TP.fbx b/Tests/Editor/Humanoid/MakeHuman_simple_TP.fbx new file mode 100644 index 0000000..b22f472 Binary files /dev/null and b/Tests/Editor/Humanoid/MakeHuman_simple_TP.fbx differ diff --git a/Tests/Editor/Humanoid/MakeHuman_simple_TP.fbx.meta b/Tests/Editor/Humanoid/MakeHuman_simple_TP.fbx.meta new file mode 100644 index 0000000..461bb31 --- /dev/null +++ b/Tests/Editor/Humanoid/MakeHuman_simple_TP.fbx.meta @@ -0,0 +1,1469 @@ +fileFormatVersion: 2 +guid: 7dddfba5ab7dd6747822f6497c04ff04 +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/Tests/Editor/Humanoid/Materials.meta b/Tests/Editor/Humanoid/Materials.meta new file mode 100644 index 0000000..441c281 --- /dev/null +++ b/Tests/Editor/Humanoid/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 335ca16dabaa3ad45b95989b7d2141b1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Editor/Humanoid/Materials/MakeHuman_ClassicShoes.mat b/Tests/Editor/Humanoid/Materials/MakeHuman_ClassicShoes.mat new file mode 100644 index 0000000..34fab9a --- /dev/null +++ b/Tests/Editor/Humanoid/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/Tests/Editor/Humanoid/Materials/MakeHuman_ClassicShoes.mat.meta b/Tests/Editor/Humanoid/Materials/MakeHuman_ClassicShoes.mat.meta new file mode 100644 index 0000000..a6f8938 --- /dev/null +++ b/Tests/Editor/Humanoid/Materials/MakeHuman_ClassicShoes.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 87dbf6c12981d8844a9b1b1e9eba3f33 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Editor/Humanoid/Materials/MakeHuman_Jeans.mat b/Tests/Editor/Humanoid/Materials/MakeHuman_Jeans.mat new file mode 100644 index 0000000..72bbb26 --- /dev/null +++ b/Tests/Editor/Humanoid/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/Tests/Editor/Humanoid/Materials/MakeHuman_Jeans.mat.meta b/Tests/Editor/Humanoid/Materials/MakeHuman_Jeans.mat.meta new file mode 100644 index 0000000..a66fba6 --- /dev/null +++ b/Tests/Editor/Humanoid/Materials/MakeHuman_Jeans.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d8de52f58964a1249ba21eff416db31e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Editor/Humanoid/Materials/MakeHuman_Longsleeve.mat b/Tests/Editor/Humanoid/Materials/MakeHuman_Longsleeve.mat new file mode 100644 index 0000000..f2bece5 --- /dev/null +++ b/Tests/Editor/Humanoid/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/Tests/Editor/Humanoid/Materials/MakeHuman_Longsleeve.mat.meta b/Tests/Editor/Humanoid/Materials/MakeHuman_Longsleeve.mat.meta new file mode 100644 index 0000000..6719a0e --- /dev/null +++ b/Tests/Editor/Humanoid/Materials/MakeHuman_Longsleeve.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d88ca36bf70e4a94dbbde9e2cec5e7eb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Editor/Humanoid/Materials/MakeHuman_Skin.mat b/Tests/Editor/Humanoid/Materials/MakeHuman_Skin.mat new file mode 100644 index 0000000..b60adf2 --- /dev/null +++ b/Tests/Editor/Humanoid/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/Tests/Editor/Humanoid/Materials/MakeHuman_Skin.mat.meta b/Tests/Editor/Humanoid/Materials/MakeHuman_Skin.mat.meta new file mode 100644 index 0000000..5e3095c --- /dev/null +++ b/Tests/Editor/Humanoid/Materials/MakeHuman_Skin.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f7829ea3f1fd3ea44b855044f6ac7c20 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Editor/PasserVR.HumanoidControl.EditorTests.asmdef b/Tests/Editor/PasserVR.HumanoidControl.EditorTests.asmdef new file mode 100644 index 0000000..e0885f9 --- /dev/null +++ b/Tests/Editor/PasserVR.HumanoidControl.EditorTests.asmdef @@ -0,0 +1,22 @@ +{ + "name": "PasserVR.HumanoidControl.EditorTests", + "references": [ + "UnityEngine.TestRunner", + "UnityEditor.TestRunner", + "PasserVR.HumanoidControl", + "PasserVR.HumanoidControl.Editor" + ], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": true, + "precompiledReferences": [ + "nunit.framework.dll" + ], + "autoReferenced": false, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Tests/Editor/PasserVR.HumanoidControl.EditorTests.asmdef.meta b/Tests/Editor/PasserVR.HumanoidControl.EditorTests.asmdef.meta new file mode 100644 index 0000000..7bb180d --- /dev/null +++ b/Tests/Editor/PasserVR.HumanoidControl.EditorTests.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e2e20a67a029b6548b82d6a6fab0fd3e +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Tests/Runtime/PasserVR.HumanoidControl.RuntimeTests.asmdef b/Tests/Runtime/PasserVR.HumanoidControl.RuntimeTests.asmdef index 8b27e72..b27d3d9 100644 --- a/Tests/Runtime/PasserVR.HumanoidControl.RuntimeTests.asmdef +++ b/Tests/Runtime/PasserVR.HumanoidControl.RuntimeTests.asmdef @@ -10,7 +10,6 @@ "allowUnsafeCode": false, "overrideReferences": true, "precompiledReferences": [ - "nunit.framework.dll", "nunit.framework.dll" ], "autoReferenced": false,