diff --git a/Tests/Runtime/Sites/Sites_Test.cs b/Tests/Runtime/Sites/Sites_Test.cs index 42935c7..55113c0 100644 --- a/Tests/Runtime/Sites/Sites_Test.cs +++ b/Tests/Runtime/Sites/Sites_Test.cs @@ -1,5 +1,4 @@ using System.Collections; -using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.TestTools; @@ -9,16 +8,15 @@ using NUnit.Framework; namespace Passer.Humanoid { public class Sites_Test { - public void Setup() { - UnityEngine.SceneManagement.SceneManager.LoadScene("HumanoidControl/Runtime/Visitors/HumanoidVisitor Desktop"); + [UnitySetUp] + public IEnumerator Setup() { + Scene x = UnityEditor.SceneManagement.EditorSceneManager.LoadSceneInPlayMode("Packages/HumanoidControl4_Free/Tests/Runtime/Sites/[Test]HumanoidVisitor Desktop.unity", new LoadSceneParameters(LoadSceneMode.Single)); + yield return new WaitForSeconds(0.1F); } [UnityTest] [Category("Sites")] public IEnumerator VisitShootingRange() { - Setup(); - yield return new WaitForSeconds(1); - HumanoidControl humanoid = Object.FindObjectOfType(); Assert.IsFalse(humanoid == null); @@ -48,9 +46,6 @@ namespace Passer.Humanoid { [UnityTest] [Category("Sites")] public IEnumerator VisitSocialSpace() { - Setup(); - yield return new WaitForSeconds(1); - HumanoidControl humanoid = Object.FindObjectOfType(); Assert.IsFalse(humanoid == null); @@ -80,9 +75,6 @@ namespace Passer.Humanoid { [UnityTest] [Category("Sites")] public IEnumerator VisitAvatarShop() { - Setup(); - yield return new WaitForSeconds(1); - HumanoidControl humanoid = Object.FindObjectOfType(); Assert.IsFalse(humanoid == null); @@ -113,9 +105,6 @@ namespace Passer.Humanoid { [UnityTest] [Category("Sites")] public IEnumerator VisitGroceryStore() { - Setup(); - yield return new WaitForSeconds(1); - HumanoidControl humanoid = Object.FindObjectOfType(); Assert.IsFalse(humanoid == null); @@ -145,9 +134,6 @@ namespace Passer.Humanoid { [UnityTest] [Category("Sites")] public IEnumerator VisitTour() { - Setup(); - yield return new WaitForSeconds(1); - HumanoidControl humanoid = Object.FindObjectOfType(); Assert.IsFalse(humanoid == null); diff --git a/Tests/Runtime/Sites/[Test]HumanoidVisitor Desktop.unity b/Tests/Runtime/Sites/[Test]HumanoidVisitor Desktop.unity new file mode 100644 index 0000000..d1c4626 --- /dev/null +++ b/Tests/Runtime/Sites/[Test]HumanoidVisitor Desktop.unity @@ -0,0 +1,10863 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.3731193, g: 0.38073996, b: 0.35872698, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_GIWorkflowMode: 0 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 1 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 0 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_UseShadowmask: 1 +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &6020513 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6020514} + m_Layer: 0 + m_Name: Real World + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6020514 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6020513} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 406190702} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &43157953 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 43157954} + m_Layer: 0 + m_Name: LeftUpLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &43157954 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 43157953} + m_LocalRotation: {x: 0.001890329, y: -0.00008607621, z: 0.0040942887, w: -0.99998987} + m_LocalPosition: {x: -0.1055315, y: -0.08806288, z: -0.0085835215} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 306204549} + m_Father: {fileID: 1342240993} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &45235756 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 45235757} + m_Layer: 0 + m_Name: LeftHandRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &45235757 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 45235756} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.04567215, y: 0.007352142, z: -0.0017597537} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 576893250} + m_Father: {fileID: 556404547} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &54809800 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 54809801} + m_Layer: 0 + m_Name: Spine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &54809801 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 54809800} + m_LocalRotation: {x: -0, y: 4.514519e-32, z: 1.8015822e-14, w: 1} + m_LocalPosition: {x: 0, y: 0.09609294, z: 0.0000000027939677} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1801003896} + m_Father: {fileID: 1342240993} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &64492081 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 64492082} + m_Layer: 0 + m_Name: RightToeBase_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &64492082 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 64492081} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.14564738, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1437378155} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &70403910 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 70403911} + - component: {fileID: 70403912} + m_Layer: 0 + m_Name: Interaction Pointer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &70403911 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 70403910} + m_LocalRotation: {x: 0, y: 0.7071068, z: -0.000000061817246, w: -0.7071068} + m_LocalPosition: {x: -0.21, y: -0.02, z: 0.01} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1703984715} + m_Father: {fileID: 863530833} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &70403912 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 70403910} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7c2edd1df6fd02a41a7649912f199815, type: 3} + m_Name: + m_EditorClassIdentifier: + active: 0 + timedClick: 0 + focusPointObj: {fileID: 1703984714} + objectInFocus: {fileID: 0} + focusDistance: 0 + rayType: 0 + maxDistance: 10 + resolution: 0.2 + speed: 3 + radius: 0.1 + focusEvent: + id: 0 + label: Focus Event + tooltip: 'Call functions using the current focus + + Parameter: the Object + in Focus' + eventTypeLabels: [] + fromEventLabel: + events: [] + focusPointEvent: + id: 1 + label: Focus Point Event + tooltip: 'Call functions using the current focus point + + Parameter: the + position of the focus point' + eventTypeLabels: [] + fromEventLabel: + events: [] + clickEvent: + id: 2 + label: Click Event + tooltip: 'Call functions using the clicking status + + Parameter: the Object + in Focus when clicking' + eventTypeLabels: [] + fromEventLabel: + events: [] + activeEvent: + eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 +--- !u!1 &70717875 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 70717876} + m_Layer: 0 + m_Name: LeftHandThumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &70717876 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 70717875} + m_LocalRotation: {x: 0.04860865, y: -0.068932764, z: 0.0425417, w: 0.99552786} + m_LocalPosition: {x: -0.03886749, y: 0.0014843317, z: 0.03780629} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1521403434} + m_Father: {fileID: 556404547} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &78894025 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 78894026} + m_Layer: 0 + m_Name: RightHandRing4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &78894026 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 78894025} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.025169373, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2028113983} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &125018019 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 125018020} + m_Layer: 0 + m_Name: RightHandIndex4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &125018020 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 125018019} + m_LocalRotation: {x: 0.0000000011378876, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.024410933, y: -0.002639923, z: -0.0001821129} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 243850797} + m_Father: {fileID: 1574765228} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &150031986 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 150031987} + m_Layer: 0 + m_Name: RightHandRing3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &150031987 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 150031986} + m_LocalRotation: {x: -0.00003528392, y: 0.0021739895, z: -0.016227664, w: 0.999866} + m_LocalPosition: {x: 0.032412324, y: 0.000000025897727, z: 0.000000011056219} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2028113983} + m_Father: {fileID: 1430034255} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &168375711 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 168375712} + m_Layer: 0 + m_Name: RightHandThumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &168375712 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 168375711} + m_LocalRotation: {x: 0.0000006705522, y: 0.00068487966, z: 0.000979886, w: 0.9999993} + m_LocalPosition: {x: 0.04998893, y: -0.000000005296897, z: 0.000000012922101} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 610479810} + m_Father: {fileID: 659906141} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &227197579 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 227197580} + m_Layer: 0 + m_Name: RightHandIndex1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &227197580 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 227197579} + m_LocalRotation: {x: 0.046208136, y: 0.06966854, z: -0.06772563, w: 0.99419534} + m_LocalPosition: {x: 0.075136915, y: -0.00661785, z: -0.0009886958} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1272244734} + m_Father: {fileID: 1052059310} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &243850796 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 243850797} + m_Layer: 0 + m_Name: RightHandIndex4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &243850797 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 243850796} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.024553984, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 125018020} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &258388182 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 258388183} + m_Layer: 0 + m_Name: LeftHandIndex2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &258388183 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 258388182} + m_LocalRotation: {x: 0.000022362916, y: 0.0033341642, z: 0.0067067975, w: 0.9999719} + m_LocalPosition: {x: -0.04912073, y: -6.9849193e-10, z: 9.313226e-10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 350577121} + m_Father: {fileID: 941025115} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &271428294 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 271428298} + - component: {fileID: 271428297} + - component: {fileID: 271428296} + - component: {fileID: 271428295} + m_Layer: 0 + m_Name: Plane + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!64 &271428295 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 271428294} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &271428296 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 271428294} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!33 &271428297 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 271428294} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &271428298 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 271428294} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &291436759 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 291436760} + m_Layer: 0 + m_Name: LeftToeBase_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &291436760 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 291436759} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.14564738, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 820417796} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &306204548 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 306204549} + m_Layer: 0 + m_Name: LeftLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &306204549 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 306204548} + m_LocalRotation: {x: 0.022657834, y: 7.275958e-12, z: 8.1326856e-10, w: 0.9997433} + m_LocalPosition: {x: 0, y: -0.4569167, z: 0.000000063329935} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 503480753} + m_Father: {fileID: 43157954} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &326639800 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 326639802} + - component: {fileID: 326639801} + m_Layer: 0 + m_Name: Target Rig + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!95 &326639801 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 326639800} + m_Enabled: 1 + m_Avatar: {fileID: 9000000, guid: 0ef46fdec482c674c8bd176e0b18d448, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 1 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!4 &326639802 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 326639800} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1926889927} + - {fileID: 1342240993} + m_Father: {fileID: 406190702} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &342315004 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 342315005} + m_Layer: 0 + m_Name: LeftHandLittle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &342315005 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 342315004} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.042913206, y: 0.006371307, z: -0.016307002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 675595218} + m_Father: {fileID: 556404547} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &343822769 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 343822770} + m_Layer: 0 + m_Name: RightHandMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &343822770 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 343822769} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04592308, y: 0.0070201107, z: 0.010279321} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 901613376} + m_Father: {fileID: 1732119031} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &350577120 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 350577121} + m_Layer: 0 + m_Name: LeftHandIndex3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &350577121 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 350577120} + m_LocalRotation: {x: -0.0000067334277, y: -0.0002961622, z: 0.022725832, w: 0.99974173} + m_LocalPosition: {x: -0.027847867, y: 0.0000000011435581, z: -0.000000007824051} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 985663891} + m_Father: {fileID: 258388183} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &371312889 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 371312890} + m_Layer: 0 + m_Name: Head_End + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &371312890 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 371312889} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 1.5254398e-16, y: 0.16325943, z: -2.58904e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1275684680} + m_Father: {fileID: 840202824} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &389100084 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 389100085} + m_Layer: 0 + m_Name: RightHandMiddle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &389100085 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 389100084} + m_LocalRotation: {x: -0.00013389098, y: 0.010465755, z: -0.012791558, w: 0.9998635} + m_LocalPosition: {x: 0.03359358, y: 0.000000010536793, z: -0.000000005269808} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1816589898} + m_Father: {fileID: 1098450101} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &406190697 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 1003187176396958, guid: 1f5fac54cb798c04588288c31a69c94a, + type: 3} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 406190702} + - component: {fileID: 406190701} + - component: {fileID: 406190700} + - component: {fileID: 406190707} + - component: {fileID: 406190699} + - component: {fileID: 406190698} + - component: {fileID: 406190703} + - component: {fileID: 406190705} + - component: {fileID: 406190706} + - component: {fileID: 406190704} + - component: {fileID: 406190708} + m_Layer: 0 + m_Name: HumanoidVisitor + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &406190698 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2155a4c2d238ebe419b9a2e97fa74e43, type: 3} + m_Name: + m_EditorClassIdentifier: + keyboardHandlers: + - id: 0 + label: + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + keyCode: 27 + - id: 1 + label: + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 1 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 406190697} + methodName: Passer.SiteNavigator/ReloadSite + parameters: + - fromEvent: 1 + localProperty: From Event + type: 0 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + keyCode: 286 + - id: 2 + label: + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 1 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 406190697} + methodName: Passer.SiteNavigator/GoBack + parameters: + - fromEvent: 1 + localProperty: From Event + type: 0 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + keyCode: 8 +--- !u!114 &406190699 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c94f15b4311749343b4cb5d6a56bec59, type: 3} + m_Name: + m_EditorClassIdentifier: + shown: 1 +--- !u!114 &406190700 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 114262253121122728, guid: 1f5fac54cb798c04588288c31a69c94a, + type: 3} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: db813424629662a42ac8ec7f8fbfd7ce, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + fingerMovements: 1 + gameController: 0 + leftInputEvents: + - id: 0 + label: Stick Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 6 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 406190697} + methodName: Passer.Humanoid.HumanoidControl/MoveForward + parameters: + - fromEvent: 1 + localProperty: From Event + type: 1 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: leftStickVertical + - id: 1 + label: Stick Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 6 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 406190697} + methodName: Passer.Humanoid.HumanoidControl/MoveSideward + parameters: + - fromEvent: 1 + localProperty: From Event + type: 1 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: leftStickHorizontal + - id: 2 + label: Stick Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 3 + label: Touchpad Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: leftTouchpadVertical + - id: 4 + label: Touchpad Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: leftTouchpadHorizontal + - id: 5 + label: Touchpad Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 6 + label: Button 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 70403910} + methodName: InteractionPointer/Activation + parameters: + - fromEvent: 1 + localProperty: From Event + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 7 + label: Button 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 8 + label: Button 3 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 9 + label: Button 4 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 10 + label: Trigger 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 70403910} + methodName: InteractionPointer/Click + parameters: + - fromEvent: 1 + localProperty: From Event + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 11 + label: Trigger 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 12 + label: Option + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + rightInputEvents: + - id: 0 + label: Stick Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 1 + label: Stick Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 2 + label: Stick Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 3 + label: Touchpad Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 4 + label: Touchpad Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 5 + label: Touchpad Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 6 + label: Button 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 1452470659} + methodName: InteractionPointer/Activation + parameters: + - fromEvent: 1 + localProperty: From Event + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 7 + label: Button 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 8 + label: Button 3 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 9 + label: Button 4 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 10 + label: Trigger 1 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 1452470659} + methodName: InteractionPointer/Click + parameters: + - fromEvent: 1 + localProperty: From Event + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 11 + label: Trigger 2 + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 12 + label: Option + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: +--- !u!114 &406190701 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 114146988969048474, guid: 1f5fac54cb798c04588288c31a69c94a, + type: 3} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b8af60788a29495468933ff82a4527ba, type: 3} + m_Name: + m_EditorClassIdentifier: + path: es/com.passervr.humanoidcontrol_free/Runtime/HumanoidFree/Scripts/ + headTarget: {fileID: 461606206} + leftHandTarget: {fileID: 863530832} + rightHandTarget: {fileID: 1521805286} + hipsTarget: {fileID: 1607455710} + leftFootTarget: {fileID: 1205176002} + rightFootTarget: {fileID: 1222757461} + primaryTarget: 0 + targetsRig: {fileID: 326639801} + showTargetRig: 0 + avatarRig: {fileID: 480153581} + showAvatarRig: 1 + avatarNeckHeight: 0 + showMuscleTension: 0 + calculateBodyPose: 1 + animatorEnabled: 1 + animatorController: {fileID: 0} + pose: {fileID: 0} + editPose: 0 + remoteAvatar: {fileID: 0} + playerType: 0 + syncRootTransform: 1 + remoteTrackerIpAddress: + humanoidId: 0 + showRealObjects: 0 + _showSkeletons: 0 + physics: 1 + useGravity: 1 + generateColliders: 1 + haptics: 0 + startPosition: 0 + scaling: 1 + calibrateAtStart: 1 + dontDestroyOnLoad: 1 + disconnectInstances: 0 + gameControllerEnabled: 1 + gameControllerIndex: 0 + gameController: 0 + unityXR: + enabled: 1 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 406190701} + leapTracker: + enabled: 0 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 406190701} + isHeadMounted: 0 + custom: + enabled: 0 + status: 0 + trackerComponent: {fileID: 0} + humanoid: {fileID: 406190701} + forwardSpeed: 1 + backwardSpeed: 0.6 + sidewardSpeed: 1 + maxAcceleration: 1 + rotationSpeed: 60 + stepOffset: 0.3 + proximitySpeed: 0 + proximitySpeedRate: 0.8 + bodyPull: 0 + velocity: {x: 0, y: 0, z: 0} + targetVelocity: {x: 0, y: 0, z: 0} + acceleration: {x: 0, y: 0, z: 0} + turningVelocity: 0 + triggerEntered: 0 + collided: 0 + hitNormal: {x: 0, y: 0, z: 0} + humanoidRigidbody: {fileID: 0} + characterRigidbody: {fileID: 0} + bodyCapsule: {fileID: 0} + bodyCollider: {fileID: 0} + ground: {fileID: 0} + groundVelocity: {x: 0, y: 0, z: 0} + groundAngularVelocity: 0 + useLegLengthCorrection: 0 + animatorParameterForward: + animatorParameterSideward: + animatorParameterRotation: + animatorParameterHeight: + animatorParameterForwardIndex: 0 + animatorParameterSidewardIndex: 0 + animatorParameterRotationIndex: 0 + animatorParameterHeightIndex: 0 + isRemote: 0 + nwId: 0 + id: -1 +--- !u!4 &406190702 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 4968286101144654, guid: 1f5fac54cb798c04588288c31a69c94a, + type: 3} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 461606207} + - {fileID: 863530833} + - {fileID: 1521805287} + - {fileID: 1607455711} + - {fileID: 1205176003} + - {fileID: 1222757462} + - {fileID: 973799485} + - {fileID: 326639802} + - {fileID: 6020514} + - {fileID: 480153576} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &406190703 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f1bac11d1dcef5b46b26ce430dcf6d77, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &406190704 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 01614664b831546d2ae94a42149d80ac, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MoveRepeatDelay: 0.5 + m_MoveRepeatRate: 0.1 + m_ActionsAsset: {fileID: -944628639613478452, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_PointAction: {fileID: 1054132383583890850, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_MoveAction: {fileID: 3710738434707379630, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_SubmitAction: {fileID: 2064916234097673511, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_CancelAction: {fileID: -1967631576421560919, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_LeftClickAction: {fileID: 8056856818456041789, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_MiddleClickAction: {fileID: 3279352641294131588, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_RightClickAction: {fileID: 3837173908680883260, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_ScrollWheelAction: {fileID: 4502412055082496612, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_TrackedDevicePositionAction: {fileID: 4754684134866288074, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_TrackedDeviceOrientationAction: {fileID: 1025543830046995696, guid: ca9f5fa95ffab41fb9a615ab714db018, + type: 3} + m_DeselectOnBackgroundClick: 1 + m_PointerBehavior: 0 +--- !u!114 &406190705 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FirstSelected: {fileID: 0} + m_sendNavigationEvents: 1 + m_DragThreshold: 10 +--- !u!114 &406190706 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 30aa688ff1be4ec45b922da88c07d164, type: 3} + m_Name: + m_EditorClassIdentifier: + loadSiteAtStart: 1 + startSite: passervr.com/sites/start + startScene: -none- +--- !u!114 &406190707 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5ecd2d6450bd18343ba76db900bb9480, type: 3} + m_Name: + m_EditorClassIdentifier: + side: 2 + leftButtonIsTrigger1: 1 + middleButtonIsButton1: 1 + rightButtonIsTrigger2: 0 + mouseInputEvents: + - id: 0 + label: Mouse Vertical + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 6 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 461606205} + methodName: Passer.Humanoid.HeadTarget/RotationX + parameters: + - fromEvent: 1 + localProperty: From Event + type: 1 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 1 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 1 + label: Mouse Horizontal + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: + - eventType: 6 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 406190697} + methodName: Passer.Humanoid.HumanoidControl/Rotation + parameters: + - fromEvent: 1 + localProperty: From Event + type: 1 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + boolInverse: 0 + overrideMode: 0 + floatParameter: 0 + floatTriggerLow: 0.01 + floatTriggerHigh: 0.99 + multiplicationFactor: 0.5 + intTriggerLow: 0 + intTriggerHigh: 1 + label: + poseValue: {fileID: 0} + stringValue: + poseFloatEvent: + m_PersistentCalls: + m_Calls: [] + defaultParameterProperty: + - id: 2 + label: Mouse Scroll + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 3 + label: Left Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 4 + label: Middle button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: + - id: 5 + label: Right Button + tooltip: + eventTypeLabels: + - Never + - On Press + - On Release + - While Down + - While Up + - On Change + - Continuous + fromEventLabel: + events: [] + defaultParameterProperty: +--- !u!114 &406190708 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 406190697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} + m_Name: + m_EditorClassIdentifier: + m_HorizontalAxis: Horizontal + m_VerticalAxis: Vertical + m_SubmitButton: Submit + m_CancelButton: Cancel + m_InputActionsPerSecond: 10 + m_RepeatDelay: 0.5 + m_ForceModuleActive: 0 +--- !u!1 &435226694 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 435226695} + m_Layer: 0 + m_Name: LeftHandMiddle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &435226695 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 435226694} + m_LocalRotation: {x: 1.1672813e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.026661986, y: -0.0027456665, z: 0.0000018486779} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1987946259} + m_Father: {fileID: 1420667492} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &461606205 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 461606207} + - component: {fileID: 461606206} + m_Layer: 0 + m_Name: Head Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &461606206 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 461606205} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35164cbaf9701d94a8a457b1aeadc9dd, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + tracking: 0 + unity: {fileID: 0} + headAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + headAnimation: 1 + faceAnimation: 1 + unityXR: + enabled: 0 + target: {fileID: 461606206} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 461606206} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + sensorComponent: {fileID: 0} + head: + name: + boneId: 7 + target: + length: 0 + transform: {fileID: 840202824} + baseRotation: {x: -0.051078435, y: 0.00006799481, z: 0.0014238398, w: 0.99869376} + basePosition: {x: 0.00029400006, y: 1.6174197, z: -0.09445348} + toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 480153628} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + neck: + name: + boneId: 6 + target: + length: 0.10364128 + transform: {fileID: 2115575811} + baseRotation: {x: 0.055280615, y: -0.00006199547, z: -0.0014239603, w: 0.99847007} + basePosition: {x: -2.729696e-23, y: 0.35208222, z: 0} + toBoneRotation: {x: 6.661338e-16, y: -1.0381878e-30, z: -1.5585273e-15, w: 1} + bone: + transform: {fileID: 480153577} + length: 0.100040674 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -55, y: -70, z: -35} + maxAngles: {x: 80, y: 70, z: 35} + baseRotation: {x: 0, y: 0, z: 1.5585273e-15, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 1.0381878e-30, z: 1.5585273e-15, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + headTarget: {fileID: 461606206} + audioEnergy: 0 + lookDirection: {x: 0, y: 0, z: 1} + localLookDirection: {x: 0, y: 0, z: 1} + neck2eyes: {x: 0.000304736, y: -0.028403878, z: 0.038031556} + head2eyes: {x: 0.00029398865, y: -0.12844455, z: 0.03803164} + collisionFader: 0 + isInsideCollider: 0 + virtual3d: 0 + screenTransform: {fileID: 0} + trackingEvent: + id: 1 + label: Tracking Event + tooltip: 'Call functions using the HMD tracking status + + Parameter: HMD + tracking' + eventTypeLabels: + - Never + - On Tracking Start + - On Tracking Stop + - While Tracking + - While not Tracking + - On Tracking Changes + - Always + fromEventLabel: tracking + events: [] + audioEvent: + id: 2 + label: Audio Event + tooltip: 'Call functions based on the microphone audio level + + Parameter: + the audio level' + eventTypeLabels: + - Never + - On Loud Start + - On Silence Start + - While Noisy + - While Silent + - On Level Changes + - Always + fromEventLabel: audioEnergy + events: [] + insideColliderEvent: + id: 5 + label: In Collider Event + tooltip: 'Call functions using the head being inside Colliders + + Parameter: + isInsideCollider state' + eventTypeLabels: + - Never + - When Head Enters Collider + - When Head Exits Collider + - While Head is inside Collider + - While Head outside Collider + - When Enters/Exists Collider + - Always + fromEventLabel: Inside Collider + events: [] + smRenderer: {fileID: 0} + headRigidbody: {fileID: 0} +--- !u!4 &461606207 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 461606205} + m_LocalRotation: {x: 1e-45, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -1.566418e-16, y: 1.7808642, z: -0.0124851195} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 666026183} + m_Father: {fileID: 406190702} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &470366358 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 470366359} + m_Layer: 0 + m_Name: LeftHandThumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &470366359 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 470366358} + m_LocalRotation: {x: -0.0000037151572, y: 0.0025506967, z: -0.0014522813, w: 0.9999957} + m_LocalPosition: {x: -0.034580924, y: 0.00022601848, z: 0.000417871} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 832089069} + m_Father: {fileID: 1521403434} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &480153575 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 406190702} + m_Modifications: + - target: {fileID: 1687898318833826, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_Name + value: EmptyCharacter + objectReference: {fileID: 0} + - target: {fileID: 4020857003718316, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.89368945 + objectReference: {fileID: 0} + - target: {fileID: 4020857003718316, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.022030912 + objectReference: {fileID: 0} + - target: {fileID: 4020857003718316, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.44800878 + objectReference: {fileID: 0} + - target: {fileID: 4020857003718316, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.011044121 + objectReference: {fileID: 0} + - target: {fileID: 4044276183876396, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.000000014901161 + objectReference: {fileID: 0} + - target: {fileID: 4044276183876396, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000023283064 + objectReference: {fileID: 0} + - target: {fileID: 4044276183876396, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.00000004377216 + objectReference: {fileID: 0} + - target: {fileID: 4049969287411434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4049969287411434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 9.3132246e-10 + objectReference: {fileID: 0} + - target: {fileID: 4049969287411434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -7.566995e-10 + objectReference: {fileID: 0} + - target: {fileID: 4051421714285294, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.000000007450581 + objectReference: {fileID: 0} + - target: {fileID: 4051421714285294, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000023283064 + objectReference: {fileID: 0} + - target: {fileID: 4051421714285294, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.00000006009941 + objectReference: {fileID: 0} + - target: {fileID: 4111323599385598, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4111323599385598, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 9.3132246e-10 + objectReference: {fileID: 0} + - target: {fileID: 4111323599385598, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -7.566995e-10 + objectReference: {fileID: 0} + - target: {fileID: 4141517989867146, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9985668 + objectReference: {fileID: 0} + - target: {fileID: 4141517989867146, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.050969698 + objectReference: {fileID: 0} + - target: {fileID: 4141517989867146, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.007700943 + objectReference: {fileID: 0} + - target: {fileID: 4141517989867146, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.014391848 + objectReference: {fileID: 0} + - target: {fileID: 4141782078933880, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4141782078933880, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -2.910383e-10 + objectReference: {fileID: 0} + - target: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: 1.1879503e-16 + objectReference: {fileID: 0} + - target: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.y + value: 0.12070156 + objectReference: {fileID: 0} + - target: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -2.3665827e-30 + objectReference: {fileID: 0} + - target: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -1.8079308e-15 + objectReference: {fileID: 0} + - target: {fileID: 4181504975483354, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: 6.4416877e-15 + objectReference: {fileID: 0} + - target: {fileID: 4181504975483354, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4181504975483354, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 8.609195e-15 + objectReference: {fileID: 0} + - target: {fileID: 4182831468102996, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000007450579 + objectReference: {fileID: 0} + - target: {fileID: 4182831468102996, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.000000016763803 + objectReference: {fileID: 0} + - target: {fileID: 4182831468102996, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.00000005791661 + objectReference: {fileID: 0} + - target: {fileID: 4185642012009948, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -2.806284e-25 + objectReference: {fileID: 0} + - target: {fileID: 4185642012009948, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -6.026436e-16 + objectReference: {fileID: 0} + - target: {fileID: 4190442107530260, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4190442107530260, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4190442107530260, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4198118768489570, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9985914 + objectReference: {fileID: 0} + - target: {fileID: 4198118768489570, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.050235137 + objectReference: {fileID: 0} + - target: {fileID: 4198118768489570, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.009783499 + objectReference: {fileID: 0} + - target: {fileID: 4198118768489570, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.014002753 + objectReference: {fileID: 0} + - target: {fileID: 4208306150548480, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9985668 + objectReference: {fileID: 0} + - target: {fileID: 4208306150548480, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.050969705 + objectReference: {fileID: 0} + - target: {fileID: 4208306150548480, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0077009364 + objectReference: {fileID: 0} + - target: {fileID: 4208306150548480, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.014391865 + objectReference: {fileID: 0} + - target: {fileID: 4284033142102930, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.99917144 + objectReference: {fileID: 0} + - target: {fileID: 4284033142102930, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.036559694 + objectReference: {fileID: 0} + - target: {fileID: 4284033142102930, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0003069177 + objectReference: {fileID: 0} + - target: {fileID: 4284033142102930, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.01788163 + objectReference: {fileID: 0} + - target: {fileID: 4284520946962660, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4284520946962660, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4284520946962660, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.000000015657859 + objectReference: {fileID: 0} + - target: {fileID: 4285708893687638, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: -0.99978817 + objectReference: {fileID: 0} + - target: {fileID: 4285708893687638, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.018480463 + objectReference: {fileID: 0} + - target: {fileID: 4285708893687638, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.00039695128 + objectReference: {fileID: 0} + - target: {fileID: 4285708893687638, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.009049992 + objectReference: {fileID: 0} + - target: {fileID: 4293642491721424, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000011175872 + objectReference: {fileID: 0} + - target: {fileID: 4293642491721424, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 4.6566134e-10 + objectReference: {fileID: 0} + - target: {fileID: 4293642491721424, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000014406397 + objectReference: {fileID: 0} + - target: {fileID: 4353235304731280, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9985668 + objectReference: {fileID: 0} + - target: {fileID: 4353235304731280, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0509697 + objectReference: {fileID: 0} + - target: {fileID: 4353235304731280, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.007700943 + objectReference: {fileID: 0} + - target: {fileID: 4353235304731280, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.014391893 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: 0.2840199 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.y + value: 0.00000008800998 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000007450581 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9710128 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.01545594 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.12399436 + objectReference: {fileID: 0} + - target: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.20376642 + objectReference: {fileID: 0} + - target: {fileID: 4429971395333998, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0000000037252903 + objectReference: {fileID: 0} + - target: {fileID: 4429971395333998, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00000002188608 + objectReference: {fileID: 0} + - target: {fileID: 4429971395333998, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.000000001193257 + objectReference: {fileID: 0} + - target: {fileID: 4496119973859378, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.000000007450583 + objectReference: {fileID: 0} + - target: {fileID: 4496119973859378, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.000000036321577 + objectReference: {fileID: 0} + - target: {fileID: 4496119973859378, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.000000017666027 + objectReference: {fileID: 0} + - target: {fileID: 4500357875551362, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9985913 + objectReference: {fileID: 0} + - target: {fileID: 4500357875551362, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.05023515 + objectReference: {fileID: 0} + - target: {fileID: 4500357875551362, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.009783496 + objectReference: {fileID: 0} + - target: {fileID: 4500357875551362, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.014002752 + objectReference: {fileID: 0} + - target: {fileID: 4520241488013312, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0000000074505797 + objectReference: {fileID: 0} + - target: {fileID: 4520241488013312, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4520241488013312, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4527379878525070, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9985668 + objectReference: {fileID: 0} + - target: {fileID: 4527379878525070, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.050969698 + objectReference: {fileID: 0} + - target: {fileID: 4527379878525070, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.007700965 + objectReference: {fileID: 0} + - target: {fileID: 4527379878525070, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.014391846 + objectReference: {fileID: 0} + - target: {fileID: 4539672956612472, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9302594 + objectReference: {fileID: 0} + - target: {fileID: 4539672956612472, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.03591173 + objectReference: {fileID: 0} + - target: {fileID: 4539672956612472, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.3111068 + objectReference: {fileID: 0} + - target: {fileID: 4539672956612472, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.1911554 + objectReference: {fileID: 0} + - target: {fileID: 4541786926279050, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9985668 + objectReference: {fileID: 0} + - target: {fileID: 4541786926279050, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.050969698 + objectReference: {fileID: 0} + - target: {fileID: 4541786926279050, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.007700943 + objectReference: {fileID: 0} + - target: {fileID: 4541786926279050, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.014391848 + objectReference: {fileID: 0} + - target: {fileID: 4558240690773950, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4558240690773950, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -7.888609e-31 + objectReference: {fileID: 0} + - target: {fileID: 4558240690773950, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -5.1823254e-16 + objectReference: {fileID: 0} + - target: {fileID: 4594412105052764, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.99917144 + objectReference: {fileID: 0} + - target: {fileID: 4594412105052764, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.036559694 + objectReference: {fileID: 0} + - target: {fileID: 4594412105052764, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0003069177 + objectReference: {fileID: 0} + - target: {fileID: 4594412105052764, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.01788163 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: 0.0044376245 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: -0.0025090203 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: -0.99979734 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.01808248 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.00009017361 + objectReference: {fileID: 0} + - target: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.008844199 + objectReference: {fileID: 0} + - target: {fileID: 4618234235717974, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.0000000037252899 + objectReference: {fileID: 0} + - target: {fileID: 4618234235717974, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.000000022817403 + objectReference: {fileID: 0} + - target: {fileID: 4618234235717974, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.000000015628757 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: -3.1183266e-16 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.y + value: 0.10004067 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: 1e-45 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 1e-45 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -3.7470893e-30 + objectReference: {fileID: 0} + - target: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -2.5827585e-15 + objectReference: {fileID: 0} + - target: {fileID: 4647155121876880, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.000000003725289 + objectReference: {fileID: 0} + - target: {fileID: 4647155121876880, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000018626407 + objectReference: {fileID: 0} + - target: {fileID: 4647155121876880, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.000000086030894 + objectReference: {fileID: 0} + - target: {fileID: 4657458840255468, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9985913 + objectReference: {fileID: 0} + - target: {fileID: 4657458840255468, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.05023515 + objectReference: {fileID: 0} + - target: {fileID: 4657458840255468, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.009783496 + objectReference: {fileID: 0} + - target: {fileID: 4657458840255468, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.014002737 + objectReference: {fileID: 0} + - target: {fileID: 4703656715930640, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -1.6837696e-24 + objectReference: {fileID: 0} + - target: {fileID: 4703656715930640, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -3.6158617e-15 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_RootOrder + value: 9 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4755313617476360, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.00000001862645 + objectReference: {fileID: 0} + - target: {fileID: 4755313617476360, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.000000013969837 + objectReference: {fileID: 0} + - target: {fileID: 4755313617476360, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000014086252 + objectReference: {fileID: 0} + - target: {fileID: 4826023243270814, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9985913 + objectReference: {fileID: 0} + - target: {fileID: 4826023243270814, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.05023515 + objectReference: {fileID: 0} + - target: {fileID: 4826023243270814, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.009783496 + objectReference: {fileID: 0} + - target: {fileID: 4826023243270814, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.014002752 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: -0.28402025 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.y + value: 0.000000048894442 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000037252903 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.97063017 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.016167464 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.12699726 + objectReference: {fileID: 0} + - target: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.20368451 + objectReference: {fileID: 0} + - target: {fileID: 4836652144944730, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9985914 + objectReference: {fileID: 0} + - target: {fileID: 4836652144944730, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.050235145 + objectReference: {fileID: 0} + - target: {fileID: 4836652144944730, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.009783484 + objectReference: {fileID: 0} + - target: {fileID: 4836652144944730, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.014002753 + objectReference: {fileID: 0} + - target: {fileID: 4839389822556444, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.8938798 + objectReference: {fileID: 0} + - target: {fileID: 4839389822556444, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.022084286 + objectReference: {fileID: 0} + - target: {fileID: 4839389822556444, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.44762582 + objectReference: {fileID: 0} + - target: {fileID: 4839389822556444, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.011059087 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.x + value: -0.0044376245 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalPosition.z + value: -0.0025090203 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: -0.99979734 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.01808248 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00009017361 + objectReference: {fileID: 0} + - target: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.008844199 + objectReference: {fileID: 0} + - target: {fileID: 4853197623524236, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: -0.99978817 + objectReference: {fileID: 0} + - target: {fileID: 4853197623524236, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.018480463 + objectReference: {fileID: 0} + - target: {fileID: 4853197623524236, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.00039695128 + objectReference: {fileID: 0} + - target: {fileID: 4853197623524236, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.009049992 + objectReference: {fileID: 0} + - target: {fileID: 4864647067298810, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.0000000074505797 + objectReference: {fileID: 0} + - target: {fileID: 4864647067298810, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -9.3132246e-10 + objectReference: {fileID: 0} + - target: {fileID: 4864647067298810, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.000000014901159 + objectReference: {fileID: 0} + - target: {fileID: 4880954805439224, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0.0000000037252907 + objectReference: {fileID: 0} + - target: {fileID: 4880954805439224, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0000000065192585 + objectReference: {fileID: 0} + - target: {fileID: 4880954805439224, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.0000000013678801 + objectReference: {fileID: 0} + - target: {fileID: 4885334286591018, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.0000000037252907 + objectReference: {fileID: 0} + - target: {fileID: 4885334286591018, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.000000022817405 + objectReference: {fileID: 0} + - target: {fileID: 4885334286591018, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.000000015628759 + objectReference: {fileID: 0} + - target: {fileID: 4897756725022398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4897756725022398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 2.1827875e-11 + objectReference: {fileID: 0} + - target: {fileID: 4897756725022398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.00000000727016 + objectReference: {fileID: 0} + - target: {fileID: 4933210508217398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.00000000372529 + objectReference: {fileID: 0} + - target: {fileID: 4933210508217398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.0000000032596288 + objectReference: {fileID: 0} + - target: {fileID: 4933210508217398, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.00000007543713 + objectReference: {fileID: 0} + - target: {fileID: 4945798737231434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9308377 + objectReference: {fileID: 0} + - target: {fileID: 4945798737231434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 0.03521291 + objectReference: {fileID: 0} + - target: {fileID: 4945798737231434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -0.3096951 + objectReference: {fileID: 0} + - target: {fileID: 4945798737231434, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: 0.19076219 + objectReference: {fileID: 0} + - target: {fileID: 4970408688845060, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: 7.264151e-18 + objectReference: {fileID: 0} + - target: {fileID: 4970408688845060, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: 0.000000004656611 + objectReference: {fileID: 0} + - target: {fileID: 4970408688845060, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.00000001158332 + objectReference: {fileID: 0} + - target: {fileID: 4981416426651850, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4981416426651850, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -7.888609e-31 + objectReference: {fileID: 0} + - target: {fileID: 4981416426651850, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -5.1823254e-16 + objectReference: {fileID: 0} + - target: {fileID: 4983645719502506, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4983645719502506, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.y + value: -2.1827875e-11 + objectReference: {fileID: 0} + - target: {fileID: 4983645719502506, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} + propertyPath: m_LocalRotation.z + value: -0.00000000727016 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2e8be9f1536972547a59b8ad2dc82128, type: 3} +--- !u!4 &480153576 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4746777317671054, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153577 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4143409446020670, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153578 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4185642012009948, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153579 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4703656715930640, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153580 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4181504975483354, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!95 &480153581 stripped +Animator: + m_CorrespondingSourceObject: {fileID: 95905176592788846, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153582 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4285708893687638, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153583 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4284033142102930, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153584 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4845693691525688, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153585 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4897756725022398, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153586 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4853197623524236, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153587 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4594412105052764, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153588 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4614227722333004, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153589 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4983645719502506, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153590 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4981416426651850, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153591 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4539672956612472, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153592 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4020857003718316, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153593 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4388123769618922, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153594 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4826023243270814, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153595 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4111323599385598, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153596 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4520241488013312, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153597 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4657458840255468, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153598 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4284520946962660, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153599 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4190442107530260, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153600 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4836652144944730, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153601 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4182831468102996, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153602 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4647155121876880, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153603 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4500357875551362, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153604 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4049969287411434, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153605 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4970408688845060, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153606 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4198118768489570, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153607 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4755313617476360, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153608 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4864647067298810, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153609 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4558240690773950, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153610 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945798737231434, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153611 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4839389822556444, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153612 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4836098136808748, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153613 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4353235304731280, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153614 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4429971395333998, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153615 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4044276183876396, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153616 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4208306150548480, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153617 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4880954805439224, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153618 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4618234235717974, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153619 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4527379878525070, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153620 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4141782078933880, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153621 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4885334286591018, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153622 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4141517989867146, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153623 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4293642491721424, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153624 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4496119973859378, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153625 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4541786926279050, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153626 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4051421714285294, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153627 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4933210508217398, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!4 &480153628 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4643022250758746, guid: 2e8be9f1536972547a59b8ad2dc82128, + type: 3} + m_PrefabInstance: {fileID: 480153575} + m_PrefabAsset: {fileID: 0} +--- !u!1 &503480752 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 503480753} + - component: {fileID: 503480754} + m_Layer: 0 + m_Name: LeftFoot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &503480753 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 503480752} + m_LocalRotation: {x: 0.020767761, y: -0.0000067136634, z: -0.004095186, w: -0.999776} + m_LocalPosition: {x: 0.0000000018626451, y: -0.46714398, z: -0.000000013038516} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 820417796} + m_Father: {fileID: 306204549} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &503480754 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 503480752} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 1 + side: 1 + otherFoot: {fileID: 1904652738} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + animationSpeed: 1 + velocityAnimationSpeed: 0 + isMoving: 0 + scale: {x: 1, y: 1, z: 1} + f: 0 + prevFrame: 0 + nextFrame: 0 + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 32 + target: + length: 0.4569167 + transform: {fileID: 43157954} + baseRotation: {x: 0.051287744, y: 0.0005637996, z: 0.010977737, w: 0.99862343} + basePosition: {x: -0.11306503, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: -0.9999399, y: 0.0000000024376035, z: -0.010959089, w: -0.000000036551736} + bone: + transform: {fileID: 0} + length: 0.49770987 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -130, y: -45, z: -50} + maxAngles: {x: 30, y: 40, z: 30} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.9999399, y: -0.0000000024376035, z: 0.010959089, w: -0.000000036551736} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + lowerLeg: + name: + boneId: 33 + target: + length: 0.46714398 + transform: {fileID: 306204549} + baseRotation: {x: -0.061178457, y: 0.0014482728, z: 0.034985777, w: 0.9975125} + basePosition: {x: -9.313226e-10, y: -0.4977099, z: 0.000000037252903} + toBoneRotation: {x: -0.99894893, y: 0.000000008189416, z: -0.045841355, w: 0.000000128784} + bone: + transform: {fileID: 0} + length: 0.38909954 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -15, y: NaN, z: NaN} + maxAngles: {x: 130, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.99894893, y: -0.000000008189416, z: 0.045841355, w: 0.000000128784} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + foot: + name: + boneId: 34 + target: + length: 0.14564736 + transform: {fileID: 503480753} + baseRotation: {x: 0.0082407575, y: 0.0005350625, z: -0.045995984, w: 0.9989076} + basePosition: {x: -0.0664299, y: 0.089666426, z: -0.12843405} + toBoneRotation: {x: -0.8697181, y: 0.047805566, z: 0.047805402, w: -0.4888968} + bone: + transform: {fileID: 0} + length: 0.13777348 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -30} + maxAngles: {x: 70, y: 0, z: 20} + baseRotation: {x: 0.26849964, y: -0.02049732, z: 0.005714712, w: 0.9630447} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.8697181, y: -0.047805566, z: -0.047805402, w: -0.4888968} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + toes: + name: + boneId: 35 + target: + length: 0 + transform: {fileID: 820417796} + baseRotation: {x: -3.4698715e-17, y: 1.2603816e-11, z: -0.000000007451479, w: 1} + basePosition: {x: -0.005016463, y: -0.07128256, z: 0.11779294} + toBoneRotation: {x: 0.23283803, y: -0.67092836, z: -0.6709268, w: 0.2133051} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -70, y: NaN, z: NaN} + maxAngles: {x: 45, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.23283803, y: 0.67092836, z: 0.6709268, w: 0.2133051} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + jointLimitations: 1 + slidePrevention: 0 + physics: 1 + groundEvent: + id: 1 + label: Ground Event + tooltip: 'Call function based on ground standing + + Parameter: the ground + object' + eventTypeLabels: + - Never + - On Grounded + - On not Grounded + - While Grounded + - While not Grounded + - When Ground Changes + - Always + fromEventLabel: ground.gameObject + events: [] + ground: {fileID: 0} + groundNormal: {x: 0, y: 1, z: 0} + groundTranslation: {x: 0, y: 0, z: 0} + groundDistance: -0.060000002 + soleThicknessFoot: 0 + soleThicknessToes: 0 +--- !u!1 &556404546 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 556404547} + - component: {fileID: 556404548} + m_Layer: 0 + m_Name: LeftHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &556404547 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 556404546} + m_LocalRotation: {x: 0.009228388, y: -0.06899646, z: -0.22796492, w: 0.9711778} + m_LocalPosition: {x: -0.28402036, y: 0.000000046333305, z: -0.00000010430813} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 850870784} + - {fileID: 342315005} + - {fileID: 709754739} + - {fileID: 45235757} + - {fileID: 70717876} + m_Father: {fileID: 1276374658} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &556404548 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 556404546} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 1 + side: 1 + outward: {x: -1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 556404548} + thumb: + proximal: + name: + boneId: 13 + target: + length: 0.049988233 + transform: {fileID: 70717876} + baseRotation: {x: 0.06460373, y: 0.15077278, z: 0.38851687, w: 0.90672415} + basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} + toBoneRotation: {x: 0.36499423, y: -0.36499333, z: -0.6056228, w: -0.6056239} + bone: + transform: {fileID: 0} + length: 0.043193225 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499423, y: 0.36499333, z: 0.6056228, w: -0.6056239} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 14 + target: + length: 0.03472507 + transform: {fileID: 1521403434} + baseRotation: {x: -0.008991983, y: 0.0246129, z: -0.3430352, w: 0.938957} + basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} + toBoneRotation: {x: -0.022807825, y: 0.022806363, z: -0.7067395, w: -0.7067383} + bone: + transform: {fileID: 0} + length: 0.03422832 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022807825, y: -0.022806363, z: 0.7067395, w: -0.7067383} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 15 + target: + length: 0 + transform: {fileID: 470366359} + baseRotation: {x: 0.000000006553089, y: 9.554908e-10, z: -0.000000025221432, + w: 1.0000002} + basePosition: {x: -0.03472478, y: -0.00007951213, z: 0.00010129184} + toBoneRotation: {x: 0.1821647, y: 0.14202075, z: -0.7058615, w: -0.669631} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.1821647, y: -0.14202075, z: 0.7058615, w: -0.669631} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + index: + proximal: + name: + boneId: 17 + target: + length: 0.04912074 + transform: {fileID: 941025115} + baseRotation: {x: -0.0057040453, y: -0.05031723, z: 0.112495705, w: 0.992361} + basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} + toBoneRotation: {x: 0.5198467, y: -0.5198469, z: -0.47933367, w: -0.47933084} + bone: + transform: {fileID: 0} + length: 0.031812172 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5198467, y: 0.5198469, z: 0.47933367, w: -0.47933084} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 18 + target: + length: 0.02784785 + transform: {fileID: 258388183} + baseRotation: {x: 0.00007040986, y: -0.0021356642, z: -0.032948546, w: 0.99945474} + basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} + toBoneRotation: {x: 0.5028153, y: -0.5028159, z: -0.49716592, w: -0.49717128} + bone: + transform: {fileID: 0} + length: 0.020972535 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5028153, y: 0.5028159, z: 0.49716592, w: -0.49717128} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 19 + target: + length: 0 + transform: {fileID: 350577121} + baseRotation: {x: 0.00000000551551, y: -0.0000000042187, z: 0.00000009683003, + w: 1.0000002} + basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} + toBoneRotation: {x: 0.5046204, y: -0.4984175, z: -0.49218103, w: -0.5046746} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5046204, y: 0.4984175, z: 0.49218103, w: -0.5046746} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + middle: + proximal: + name: + boneId: 21 + target: + length: 0.053606123 + transform: {fileID: 795315829} + baseRotation: {x: -0.0040385625, y: -0.109294675, z: 0.036704447, w: 0.99332327} + basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} + toBoneRotation: {x: 0.47971106, y: -0.47971115, z: -0.5194971, w: -0.51949745} + bone: + transform: {fileID: 0} + length: 0.039195456 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47971106, y: 0.47971115, z: 0.5194971, w: -0.51949745} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 22 + target: + length: 0.033593606 + transform: {fileID: 1200568106} + baseRotation: {x: 0.0021576565, y: 0.02187023, z: 0.09815683, w: 0.9949282} + basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} + toBoneRotation: {x: 0.5270925, y: -0.52709013, z: -0.47135434, w: -0.471354} + bone: + transform: {fileID: 0} + length: 0.027933823 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5270925, y: 0.52709013, z: 0.47135434, w: -0.471354} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 23 + target: + length: 0 + transform: {fileID: 1420667492} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000007} + basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} + toBoneRotation: {x: 0.54199415, y: -0.5223527, z: -0.46527293, w: -0.46573755} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.54199415, y: 0.5223527, z: 0.46527293, w: -0.46573755} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + ring: + proximal: + name: + boneId: 25 + target: + length: 0.046718832 + transform: {fileID: 576893250} + baseRotation: {x: -0.0049566743, y: -0.09645417, z: 0.05108124, w: 0.9940135} + basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} + toBoneRotation: {x: 0.48684487, y: -0.48684067, z: -0.51282156, w: -0.5128182} + bone: + transform: {fileID: 0} + length: 0.03474856 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48684487, y: 0.48684067, z: 0.51282156, w: -0.5128182} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 26 + target: + length: 0.032411408 + transform: {fileID: 1187905662} + baseRotation: {x: -0.00028273667, y: -0.013883139, z: 0.020359093, w: 0.9996963} + basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} + toBoneRotation: {x: 0.4971546, y: -0.49715853, z: -0.5028262, w: -0.5028287} + bone: + transform: {fileID: 0} + length: 0.021958824 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4971546, y: 0.49715853, z: 0.5028262, w: -0.5028287} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 27 + target: + length: 0 + transform: {fileID: 1268742392} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} + toBoneRotation: {x: 0.5181041, y: -0.49743828, z: -0.50458765, w: -0.4790777} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5181041, y: 0.49743828, z: 0.50458765, w: -0.4790777} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + little: + proximal: + name: + boneId: 29 + target: + length: 0.03741744 + transform: {fileID: 675595218} + baseRotation: {x: -0.017655034, y: -0.11530151, z: 0.15032326, w: 0.98173153} + basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} + toBoneRotation: {x: 0.532749, y: -0.5327491, z: -0.46494943, w: -0.46495053} + bone: + transform: {fileID: 0} + length: 0.029196626 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.532749, y: 0.5327491, z: 0.46494943, w: -0.46495053} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 30 + target: + length: 0.023639701 + transform: {fileID: 610705184} + baseRotation: {x: -0.0013944433, y: 0.0069423034, z: -0.19692202, w: 0.9803935} + basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} + toBoneRotation: {x: 0.43681476, y: -0.43681344, z: -0.5560503, w: -0.55605334} + bone: + transform: {fileID: 0} + length: 0.013552837 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.43681476, y: 0.43681344, z: 0.5560503, w: -0.55605334} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 31 + target: + length: 0 + transform: {fileID: 2132157727} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} + toBoneRotation: {x: 0.4840008, y: -0.48211464, z: -0.60382974, w: -0.41072986} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4840008, y: 0.48211464, z: 0.60382974, w: -0.41072986} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + allFingers: + - proximal: + name: + boneId: 13 + target: + length: 0.049988233 + transform: {fileID: 70717876} + baseRotation: {x: 0.06460373, y: 0.15077278, z: 0.38851687, w: 0.90672415} + basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} + toBoneRotation: {x: 0.36499423, y: -0.36499333, z: -0.6056228, w: -0.6056239} + bone: + transform: {fileID: 0} + length: 0.043193225 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499423, y: 0.36499333, z: 0.6056228, w: -0.6056239} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 14 + target: + length: 0.03472507 + transform: {fileID: 1521403434} + baseRotation: {x: -0.008991983, y: 0.0246129, z: -0.3430352, w: 0.938957} + basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} + toBoneRotation: {x: -0.022807825, y: 0.022806363, z: -0.7067395, w: -0.7067383} + bone: + transform: {fileID: 0} + length: 0.03422832 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022807825, y: -0.022806363, z: 0.7067395, w: -0.7067383} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 15 + target: + length: 0 + transform: {fileID: 470366359} + baseRotation: {x: 0.000000006553089, y: 9.554908e-10, z: -0.000000025221432, + w: 1.0000002} + basePosition: {x: -0.03472478, y: -0.00007951213, z: 0.00010129184} + toBoneRotation: {x: 0.1821647, y: 0.14202075, z: -0.7058615, w: -0.669631} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.1821647, y: -0.14202075, z: 0.7058615, w: -0.669631} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 17 + target: + length: 0.04912074 + transform: {fileID: 941025115} + baseRotation: {x: -0.0057040453, y: -0.05031723, z: 0.112495705, w: 0.992361} + basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} + toBoneRotation: {x: 0.5198467, y: -0.5198469, z: -0.47933367, w: -0.47933084} + bone: + transform: {fileID: 0} + length: 0.031812172 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5198467, y: 0.5198469, z: 0.47933367, w: -0.47933084} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 18 + target: + length: 0.02784785 + transform: {fileID: 258388183} + baseRotation: {x: 0.00007040986, y: -0.0021356642, z: -0.032948546, w: 0.99945474} + basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} + toBoneRotation: {x: 0.5028153, y: -0.5028159, z: -0.49716592, w: -0.49717128} + bone: + transform: {fileID: 0} + length: 0.020972535 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5028153, y: 0.5028159, z: 0.49716592, w: -0.49717128} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 19 + target: + length: 0 + transform: {fileID: 350577121} + baseRotation: {x: 0.00000000551551, y: -0.0000000042187, z: 0.00000009683003, + w: 1.0000002} + basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} + toBoneRotation: {x: 0.5046204, y: -0.4984175, z: -0.49218103, w: -0.5046746} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5046204, y: 0.4984175, z: 0.49218103, w: -0.5046746} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 21 + target: + length: 0.053606123 + transform: {fileID: 795315829} + baseRotation: {x: -0.0040385625, y: -0.109294675, z: 0.036704447, w: 0.99332327} + basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} + toBoneRotation: {x: 0.47971106, y: -0.47971115, z: -0.5194971, w: -0.51949745} + bone: + transform: {fileID: 0} + length: 0.039195456 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47971106, y: 0.47971115, z: 0.5194971, w: -0.51949745} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 22 + target: + length: 0.033593606 + transform: {fileID: 1200568106} + baseRotation: {x: 0.0021576565, y: 0.02187023, z: 0.09815683, w: 0.9949282} + basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} + toBoneRotation: {x: 0.5270925, y: -0.52709013, z: -0.47135434, w: -0.471354} + bone: + transform: {fileID: 0} + length: 0.027933823 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5270925, y: 0.52709013, z: 0.47135434, w: -0.471354} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 23 + target: + length: 0 + transform: {fileID: 1420667492} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000007} + basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} + toBoneRotation: {x: 0.54199415, y: -0.5223527, z: -0.46527293, w: -0.46573755} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.54199415, y: 0.5223527, z: 0.46527293, w: -0.46573755} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 25 + target: + length: 0.046718832 + transform: {fileID: 576893250} + baseRotation: {x: -0.0049566743, y: -0.09645417, z: 0.05108124, w: 0.9940135} + basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} + toBoneRotation: {x: 0.48684487, y: -0.48684067, z: -0.51282156, w: -0.5128182} + bone: + transform: {fileID: 0} + length: 0.03474856 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48684487, y: 0.48684067, z: 0.51282156, w: -0.5128182} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 26 + target: + length: 0.032411408 + transform: {fileID: 1187905662} + baseRotation: {x: -0.00028273667, y: -0.013883139, z: 0.020359093, w: 0.9996963} + basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} + toBoneRotation: {x: 0.4971546, y: -0.49715853, z: -0.5028262, w: -0.5028287} + bone: + transform: {fileID: 0} + length: 0.021958824 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4971546, y: 0.49715853, z: 0.5028262, w: -0.5028287} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 27 + target: + length: 0 + transform: {fileID: 1268742392} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} + toBoneRotation: {x: 0.5181041, y: -0.49743828, z: -0.50458765, w: -0.4790777} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5181041, y: 0.49743828, z: 0.50458765, w: -0.4790777} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 29 + target: + length: 0.03741744 + transform: {fileID: 675595218} + baseRotation: {x: -0.017655034, y: -0.11530151, z: 0.15032326, w: 0.98173153} + basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} + toBoneRotation: {x: 0.532749, y: -0.5327491, z: -0.46494943, w: -0.46495053} + bone: + transform: {fileID: 0} + length: 0.029196626 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.532749, y: 0.5327491, z: 0.46494943, w: -0.46495053} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 30 + target: + length: 0.023639701 + transform: {fileID: 610705184} + baseRotation: {x: -0.0013944433, y: 0.0069423034, z: -0.19692202, w: 0.9803935} + basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} + toBoneRotation: {x: 0.43681476, y: -0.43681344, z: -0.5560503, w: -0.55605334} + bone: + transform: {fileID: 0} + length: 0.013552837 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.43681476, y: 0.43681344, z: 0.5560503, w: -0.55605334} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 31 + target: + length: 0 + transform: {fileID: 2132157727} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000005} + basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} + toBoneRotation: {x: 0.4840008, y: -0.48211464, z: -0.60382974, w: -0.41072986} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4840008, y: 0.48211464, z: 0.60382974, w: -0.41072986} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + rotationSpeedLimitation: 0 + unity: {fileID: 0} + armAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + armSwing: 0 + unityXR: + enabled: 1 + target: {fileID: 556404548} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + leap: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 8 + target: + length: 0.15648837 + transform: {fileID: 1403266749} + baseRotation: {x: -0.0043154173, y: -0.16464704, z: 0.049991153, w: 0.9850756} + basePosition: {x: -0.0195459, y: 0.28317055, z: 0.052202977} + toBoneRotation: {x: 0.5180166, y: -0.5180166, z: -0.48130918, w: -0.48130986} + bone: + transform: {fileID: 0} + length: 0.17596602 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: 0, z: -45} + maxAngles: {x: 0, y: 45, z: 0} + baseRotation: {x: -0.0043153935, y: -0.16464704, z: 0.04999112, w: 0.98507553} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5180166, y: 0.5180166, z: 0.48130918, w: -0.48130986} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + upperArm: + name: + boneId: 9 + target: + length: 0.25876033 + transform: {fileID: 1540508304} + baseRotation: {x: -0.05543213, y: 0.09408962, z: -0.018999647, w: 0.9938379} + basePosition: {x: -0.17596605, y: 0.000000013154931, z: -0.0000000144355} + toBoneRotation: {x: 0.47953615, y: -0.47953606, z: -0.5196588, w: -0.5196585} + bone: + transform: {fileID: 0} + length: 0.20965345 + jointLimitations: 0 + maxAngle: 120 + minAngles: {x: -180, y: -45, z: -180} + maxAngles: {x: 60, y: 130, z: 45} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47953615, y: 0.47953606, z: 0.5196588, w: -0.5196585} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + forearm: + name: + boneId: 10 + target: + length: 0.28402025 + transform: {fileID: 1276374658} + baseRotation: {x: -0.0000000060664687, y: 0.17829445, z: 0.000000030004518, + w: 0.98397744} + basePosition: {x: -0.20965345, y: -0.00000002561137, z: 0.000000029220246} + toBoneRotation: {x: 0.46654177, y: -0.4665418, z: -0.5313555, w: -0.5313555} + bone: + transform: {fileID: 0} + length: 0.26173535 + jointLimitations: 0 + maxAngle: 130 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 150, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.46654177, y: 0.4665418, z: 0.5313555, w: -0.5313555} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hand: + name: + boneId: 12 + target: + length: 0 + transform: {fileID: 556404547} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: 0.45636553, y: -0.45636657, z: -0.5401205, w: -0.54012054} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 100 + minAngles: {x: -180, y: -50, z: -70} + maxAngles: {x: 90, y: 20, z: 90} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.45636553, y: 0.45636657, z: 0.5401205, w: -0.54012054} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + poseMethod: 0 + physics: 1 + physicsMode: 2 + strength: 100 + grabbingTechnique: 0 + touchInteraction: 1 + poseMixer: + mixedPoses: [] + poseMode: 0 + grabSocket: {fileID: 0} + pinchSocket: {fileID: 0} + grabbedPrefab: {fileID: 0} + grabbedObject: {fileID: 0} + grabbedHandle: {fileID: 0} + targetToHandle: {x: 0, y: 0, z: 0} + grabbedRigidbody: 0 + grabbedKinematicRigidbody: 0 + colliders: [] + twoHandedGrab: 0 + targetToSecondaryHandle: {x: 0, y: 0, z: 0} + poseEvent: + id: 1 + label: Pose Event + tooltip: 'Call functions based on recognized posesParameter: the index of the + recognized pose' + eventTypeLabels: + - Never + - On Pose Recognized + - On No Pose Recongnized + - While Pose Recognized + - While No Pose Recognized + - When Pose Changes + - Always + fromEventLabel: poseMixer.detectedPoseIx + events: [] + touchEvent: + id: 2 + label: Touch Event + tooltip: 'Call funtions based on touched objectsParameter: the touched object' + eventTypeLabels: + - Never + - On Touch Start + - On Touch End + - While Touching + - While not Touching + - On Touched Object Changes + - Always + fromEventLabel: touchedObject + events: [] + grabEvent: + id: 3 + label: Grab Event + tooltip: 'Call functions based on grabbed objectsParameter: the grabbed object' + eventTypeLabels: + - Never + - On Grab Start + - On Grab End + - While Holding Object + - While not Holding Object + - On Grabbed Object Changes + - Always + fromEventLabel: grabbedObject + events: [] + handPalm: {fileID: 0} + handRigidbody: {fileID: 0} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!1 &576893249 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 576893250} + m_Layer: 0 + m_Name: LeftHandRing1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &576893250 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 576893249} + m_LocalRotation: {x: 0.04594812, y: -0.06865063, z: 0.08195676, w: 0.9932064} + m_LocalPosition: {x: -0.061303258, y: -0.0061595114, z: -0.01998529} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1187905662} + m_Father: {fileID: 45235757} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &610479809 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 610479810} + m_Layer: 0 + m_Name: RightHandThumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &610479810 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 610479809} + m_LocalRotation: {x: -0.000012000768, y: -0.0072685727, z: 0.0016510402, w: 0.9999722} + m_LocalPosition: {x: 0.03472429, y: 0.0000000062827428, z: -0.000000007122116} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1396561009} + m_Father: {fileID: 168375712} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &610705183 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 610705184} + m_Layer: 0 + m_Name: LeftHandLittle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &610705184 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 610705183} + m_LocalRotation: {x: -0.000039085746, y: -0.0037677586, z: 0.010374238, w: 0.99993914} + m_LocalPosition: {x: -0.037417457, y: -0.0000000017462298, z: 0.000000011175871} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2132157727} + m_Father: {fileID: 675595218} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &614345737 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 614345738} + m_Layer: 0 + m_Name: RightHandLittle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &614345738 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 614345737} + m_LocalRotation: {x: 0.000045098364, y: -0.0043779984, z: -0.010300899, w: 0.9999374} + m_LocalPosition: {x: 0.03741791, y: -0.000000013213139, z: 0.0000000030267984} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1806440840} + m_Father: {fileID: 1589474481} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &659906140 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 659906141} + m_Layer: 0 + m_Name: RightHandThumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &659906141 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 659906140} + m_LocalRotation: {x: 0.047812697, y: 0.07207805, z: -0.04395761, w: 0.9952822} + m_LocalPosition: {x: 0.038868085, y: 0.0014898061, z: 0.037806123} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 168375712} + m_Father: {fileID: 1732119031} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &666026182 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 666026183} + - component: {fileID: 666026185} + - component: {fileID: 666026184} + m_Layer: 0 + m_Name: Camera + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &666026183 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 666026182} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0.035, z: 0.12} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 461606207} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!81 &666026184 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 666026182} + m_Enabled: 1 +--- !u!20 &666026185 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 666026182} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.1 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!1 &675595217 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 675595218} + m_Layer: 0 + m_Name: LeftHandLittle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &675595218 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 675595217} + m_LocalRotation: {x: 0.046731737, y: -0.0671433, z: 0.0711485, w: 0.9941056} + m_LocalPosition: {x: -0.051732533, y: -0.0060921973, z: -0.026886018} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 610705184} + m_Father: {fileID: 342315005} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &682496933 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 682496934} + m_Layer: 0 + m_Name: Spine3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &682496934 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 682496933} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -1.52742e-16, y: 0.117230676, z: 0.012485121} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1403266749} + - {fileID: 2115575811} + - {fileID: 1843388640} + m_Father: {fileID: 1600525789} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &704195719 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 704195720} + m_Layer: 0 + m_Name: LeftHandLittle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &704195720 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 704195719} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.022329101, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1439942362} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &709754738 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 709754739} + m_Layer: 0 + m_Name: LeftHandMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &709754739 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 709754738} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.045923002, y: 0.0070205685, z: 0.010279348} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 795315829} + m_Father: {fileID: 556404547} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &795315828 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 795315829} + m_Layer: 0 + m_Name: LeftHandMiddle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &795315829 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 795315828} + m_LocalRotation: {x: 0.046162684, y: -0.07024149, z: 0.07764663, w: 0.99343157} + m_LocalPosition: {x: -0.07128267, y: -0.0070206407, z: -0.010279302} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1200568106} + m_Father: {fileID: 709754739} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &820417795 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 820417796} + m_Layer: 0 + m_Name: LeftToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &820417796 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 820417795} + m_LocalRotation: {x: 0, y: 0, z: -0.000000008184788, w: 1} + m_LocalPosition: {x: -0.00000008556526, y: -0.080176204, z: 0.12159336} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 291436760} + m_Father: {fileID: 503480753} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &832089068 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 832089069} + m_Layer: 0 + m_Name: LeftHandThumb4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &832089069 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 832089068} + m_LocalRotation: {x: 9.382326e-10, y: -7.190296e-18, z: 0.00000004003126, w: 1} + m_LocalPosition: {x: -0.029778114, y: 0.000015687518, z: 0.00024009302} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1524419975} + m_Father: {fileID: 470366359} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &840202823 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 840202824} + - component: {fileID: 840202825} + m_Layer: 0 + m_Name: Head + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &840202824 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 840202823} + m_LocalRotation: {x: -0, y: -4.7019774e-38, z: -1.5585271e-15, w: 1} + m_LocalPosition: {x: 1.1911401e-21, y: 0.10004067, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 371312890} + m_Father: {fileID: 2115575811} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &840202825 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 840202823} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35164cbaf9701d94a8a457b1aeadc9dd, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + tracking: 0 + unity: {fileID: 0} + headAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + headAnimation: 1 + faceAnimation: 1 + unityXR: + enabled: 1 + target: {fileID: 840202825} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + hmd: {fileID: 0} + sensorComponent: {fileID: 0} + head: + name: + boneId: 7 + target: + length: 0 + transform: {fileID: 840202824} + baseRotation: {x: -0.05107844, y: 0.00006798714, z: 0.001423687, w: 0.9986939} + basePosition: {x: 0.00029400006, y: 1.6174197, z: -0.09445348} + toBoneRotation: {x: -0.053934872, y: 0.0010665756, z: 0.001066575, w: 0.9985435} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.053934872, y: -0.0010665756, z: -0.001066575, w: 0.9985435} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + neck: + name: + boneId: 6 + target: + length: 0.100040674 + transform: {fileID: 2115575811} + baseRotation: {x: 0.055280615, y: -0.00006199547, z: -0.0014239603, w: 0.99847007} + basePosition: {x: -2.729696e-23, y: 0.35208222, z: 0} + toBoneRotation: {x: 0.00000009285625, y: -0.0014306424, z: -2.7784955e-10, w: 0.999999} + bone: + transform: {fileID: 0} + length: 0.10364129 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -55, y: -70, z: -35} + maxAngles: {x: 80, y: 70, z: 35} + baseRotation: {x: 0.05107844, y: -0.000067987145, z: -0.0014236866, w: 0.99869365} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.00000009285625, y: 0.0014306424, z: 2.7784955e-10, + w: 0.999999} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + headTarget: {fileID: 840202825} + audioEnergy: 0 + lookDirection: {x: 0, y: 0, z: 1} + localLookDirection: {x: 0, y: 0, z: 1} + neck2eyes: {x: 0.0000000018626451, y: 0.13910985, z: 0.11637211} + head2eyes: {x: -0.0002939982, y: 0.03600979, z: 0.105798244} + collisionFader: 0 + isInsideCollider: 0 + virtual3d: 0 + screenTransform: {fileID: 0} + trackingEvent: + id: 1 + label: Tracking Event + tooltip: 'Call functions using the HMD tracking status + + Parameter: HMD + tracking' + eventTypeLabels: + - Never + - On Tracking Start + - On Tracking Stop + - While Tracking + - While not Tracking + - On Tracking Changes + - Always + fromEventLabel: tracking + events: [] + audioEvent: + id: 2 + label: Audio Event + tooltip: 'Call functions based on the microphone audio level + + Parameter: + the audio level' + eventTypeLabels: + - Never + - On Loud Start + - On Silence Start + - While Noisy + - While Silent + - On Level Changes + - Always + fromEventLabel: audioEnergy + events: [] + insideColliderEvent: + id: 5 + label: In Collider Event + tooltip: 'Call functions using the head being inside Colliders + + Parameter: + isInsideCollider state' + eventTypeLabels: + - Never + - When Head Enters Collider + - When Head Exits Collider + - While Head is inside Collider + - While Head outside Collider + - When Enters/Exists Collider + - Always + fromEventLabel: Inside Collider + events: [] + smRenderer: {fileID: 0} + headRigidbody: {fileID: 0} +--- !u!1 &850870783 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 850870784} + m_Layer: 0 + m_Name: LeftHandIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &850870784 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 850870783} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.043752592, y: 0.0068923947, z: 0.026853435} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 941025115} + m_Father: {fileID: 556404547} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &863530831 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 863530833} + - component: {fileID: 863530832} + - component: {fileID: 863530836} + - component: {fileID: 863530835} + - component: {fileID: 863530834} + m_Layer: 0 + m_Name: Left Hand Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &863530832 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863530831} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 1 + side: 1 + outward: {x: -1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 863530832} + thumb: + proximal: + name: + boneId: 13 + target: + length: 0.043193188 + transform: {fileID: 70717876} + baseRotation: {x: -0.0015786076, y: -0.0629985, z: 0.025000209, w: 0.99769914} + basePosition: {x: -0.038735073, y: -0.0075387643, z: 0.017603219} + toBoneRotation: {x: -0.008090411, y: 0.001267103, z: 0.0012585014, w: 0.99996567} + bone: + transform: {fileID: 480153613} + length: 0.049988233 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008090411, y: -0.001267103, z: -0.0012585014, w: 0.99996567} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 14 + target: + length: 0.034584243 + transform: {fileID: 1521403434} + baseRotation: {x: 0.000006526949, y: 0.00275309, z: 0.0023710353, w: 0.9999934} + basePosition: {x: -0.04319326, y: 0.000000092200935, z: -0.000000051863026} + toBoneRotation: {x: -0.008097345, y: -0.0014667101, z: -0.0011347427, w: 0.9999655} + bone: + transform: {fileID: 480153614} + length: 0.03472507 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008097345, y: 0.0014667101, z: 0.0011347427, w: 0.9999655} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 15 + target: + length: 0 + transform: {fileID: 470366359} + baseRotation: {x: -0.000003705347, y: 0.0025506986, z: -0.0014522788, w: 0.99999565} + basePosition: {x: -0.03472484, y: -0.00007957453, z: 0.00010121022} + toBoneRotation: {x: -0.00808858, y: -0.00402907, z: 0.00029679146, w: 0.9999591} + bone: + transform: {fileID: 480153615} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00808858, y: 0.00402907, z: -0.00029679146, w: 0.9999591} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + index: + proximal: + name: + boneId: 17 + target: + length: 0.031812206 + transform: {fileID: 941025115} + baseRotation: {x: -0.0031702095, y: -0.06252101, z: 0.050541904, w: 0.996758} + basePosition: {x: -0.110632196, y: -0.005280553, z: 0.020435218} + toBoneRotation: {x: -0.008087434, y: 0.001057338, z: -0.024351947, w: 0.99967015} + bone: + transform: {fileID: 480153625} + length: 0.04912074 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008087434, y: -0.001057338, z: 0.024351947, w: 0.99967015} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 18 + target: + length: 0.020972533 + transform: {fileID: 258388183} + baseRotation: {x: 0.00002236147, y: 0.0033341702, z: 0.006706794, w: 0.9999719} + basePosition: {x: -0.031812176, y: 0.0000000057334546, z: 0.000000027732312} + toBoneRotation: {x: -0.008021276, y: -0.0022220667, z: -0.03108292, w: 0.99948215} + bone: + transform: {fileID: 480153626} + length: 0.02784785 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008021276, y: 0.0022220667, z: 0.03108292, w: 0.99948215} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 19 + target: + length: 0 + transform: {fileID: 350577121} + baseRotation: {x: -0.000006733816, y: -0.000296163, z: 0.022725835, w: 0.9997417} + basePosition: {x: -0.020972623, y: 0.00000001972171, z: -0.000000023013625} + toBoneRotation: {x: -0.008072178, y: -0.0017429828, z: -0.0537865, w: 0.9985183} + bone: + transform: {fileID: 480153627} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008072178, y: 0.0017429828, z: 0.0537865, w: 0.9985183} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + middle: + proximal: + name: + boneId: 21 + target: + length: 0.03919544 + transform: {fileID: 795315829} + baseRotation: {x: -0.0037776106, y: -0.062540606, z: 0.060174223, w: 0.9962196} + basePosition: {x: -0.10902339, y: -0.00000007104245, z: -0.000000050982635} + toBoneRotation: {x: -0.008072223, y: 0.0011886253, z: -0.034013405, w: 0.9993881} + bone: + transform: {fileID: 480153619} + length: 0.053606123 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008072223, y: -0.0011886253, z: 0.034013405, w: 0.9993881} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 22 + target: + length: 0.02793375 + transform: {fileID: 1200568106} + baseRotation: {x: 0.000016403164, y: 0.0036615278, z: 0.004479959, w: 0.99998325} + basePosition: {x: -0.039195407, y: 0.0000000014406396, z: 0.000000052241376} + toBoneRotation: {x: -0.007958614, y: -0.0024350763, z: -0.03851963, w: 0.9992232} + bone: + transform: {fileID: 480153620} + length: 0.033593606 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007958614, y: 0.0024350763, z: 0.03851963, w: 0.9992232} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 23 + target: + length: 0 + transform: {fileID: 1420667492} + baseRotation: {x: -0.000024133542, y: -0.0018862914, z: 0.0127927335, w: 0.9999164} + basePosition: {x: -0.02793382, y: -0.0000000096988515, z: -0.000000038009944} + toBoneRotation: {x: -0.008037644, y: -0.00044730448, z: -0.05128425, w: 0.9986516} + bone: + transform: {fileID: 480153621} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008037644, y: 0.00044730448, z: 0.05128425, w: 0.9986516} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + ring: + proximal: + name: + boneId: 25 + target: + length: 0.034748677 + transform: {fileID: 576893250} + baseRotation: {x: -0.003927261, y: -0.060736988, z: 0.064405724, w: 0.996066} + basePosition: {x: -0.10469906, y: -0.0033328552, z: -0.023172101} + toBoneRotation: {x: -0.008229915, y: -0.0005638827, z: -0.038266003, w: 0.99923354} + bone: + transform: {fileID: 480153616} + length: 0.046718832 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008229915, y: 0.0005638827, z: 0.038266003, w: 0.99923354} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 26 + target: + length: 0.021958742 + transform: {fileID: 1187905662} + baseRotation: {x: -0.000000008885655, y: 0.0000023032542, z: -0.0023784738, + w: 0.9999972} + basePosition: {x: -0.034748565, y: 0.000000014231773, z: 0.0000000030559022} + toBoneRotation: {x: -0.008228454, y: -0.0005857569, z: -0.035889264, w: 0.99932176} + bone: + transform: {fileID: 480153617} + length: 0.032411408 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008228454, y: 0.0005857569, z: 0.035889264, w: 0.99932176} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 27 + target: + length: 0 + transform: {fileID: 1268742392} + baseRotation: {x: -0.000020047351, y: -0.001295888, z: 0.015469412, w: 0.9998796} + basePosition: {x: -0.021958875, y: -0.00000006673008, z: 0.000000008870288} + toBoneRotation: {x: -0.008262998, y: 0.0008373314, z: -0.051333208, w: 0.9986471} + bone: + transform: {fileID: 480153618} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008262998, y: -0.0008373314, z: 0.051333208, w: 0.9986471} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + little: + proximal: + name: + boneId: 29 + target: + length: 0.029196503 + transform: {fileID: 675595218} + baseRotation: {x: -0.0032092882, y: -0.059774566, z: 0.053516567, w: 0.9967711} + basePosition: {x: -0.10166908, y: -0.005280584, z: -0.044119924} + toBoneRotation: {x: -0.0083035035, y: -0.0016555703, z: -0.02734866, w: 0.9995901} + bone: + transform: {fileID: 480153622} + length: 0.03741744 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.0083035035, y: 0.0016555703, z: 0.02734866, w: 0.9995901} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 30 + target: + length: 0.013552901 + transform: {fileID: 610705184} + baseRotation: {x: -0.000039089893, y: -0.0037677602, z: 0.01037424, w: 0.9999391} + basePosition: {x: -0.029196512, y: 0.000000005995389, z: -0.000000028696377} + toBoneRotation: {x: -0.008384141, y: 0.002197958, z: -0.03768576, w: 0.999252} + bone: + transform: {fileID: 480153623} + length: 0.023639701 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008384141, y: -0.002197958, z: 0.03768576, w: 0.999252} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 31 + target: + length: 0 + transform: {fileID: 2132157727} + baseRotation: {x: 0.000043546832, y: 0.003031966, z: 0.01436152, w: 0.99989223} + basePosition: {x: -0.013552897, y: -0.00000007665949, z: 0.000000006823484} + toBoneRotation: {x: -0.008280925, y: -0.000713209, z: -0.052057996, w: 0.9986095} + bone: + transform: {fileID: 480153624} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008280925, y: 0.000713209, z: 0.052057996, w: 0.9986095} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + allFingers: + - proximal: + name: + boneId: 13 + target: + length: 0.043193188 + transform: {fileID: 70717876} + baseRotation: {x: -0.0015786076, y: -0.0629985, z: 0.025000209, w: 0.99769914} + basePosition: {x: -0.038735073, y: -0.0075387643, z: 0.017603219} + toBoneRotation: {x: -0.008090411, y: 0.001267103, z: 0.0012585014, w: 0.99996567} + bone: + transform: {fileID: 480153613} + length: 0.049988233 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008090411, y: -0.001267103, z: -0.0012585014, w: 0.99996567} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 14 + target: + length: 0.034584243 + transform: {fileID: 1521403434} + baseRotation: {x: 0.000006526949, y: 0.00275309, z: 0.0023710353, w: 0.9999934} + basePosition: {x: -0.04319326, y: 0.000000092200935, z: -0.000000051863026} + toBoneRotation: {x: -0.008097345, y: -0.0014667101, z: -0.0011347427, w: 0.9999655} + bone: + transform: {fileID: 480153614} + length: 0.03472507 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008097345, y: 0.0014667101, z: 0.0011347427, w: 0.9999655} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 15 + target: + length: 0 + transform: {fileID: 470366359} + baseRotation: {x: -0.000003705347, y: 0.0025506986, z: -0.0014522788, w: 0.99999565} + basePosition: {x: -0.03472484, y: -0.00007957453, z: 0.00010121022} + toBoneRotation: {x: -0.00808858, y: -0.00402907, z: 0.00029679146, w: 0.9999591} + bone: + transform: {fileID: 480153615} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00808858, y: 0.00402907, z: -0.00029679146, w: 0.9999591} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 17 + target: + length: 0.031812206 + transform: {fileID: 941025115} + baseRotation: {x: -0.0031702095, y: -0.06252101, z: 0.050541904, w: 0.996758} + basePosition: {x: -0.110632196, y: -0.005280553, z: 0.020435218} + toBoneRotation: {x: -0.008087434, y: 0.001057338, z: -0.024351947, w: 0.99967015} + bone: + transform: {fileID: 480153625} + length: 0.04912074 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008087434, y: -0.001057338, z: 0.024351947, w: 0.99967015} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 18 + target: + length: 0.020972533 + transform: {fileID: 258388183} + baseRotation: {x: 0.00002236147, y: 0.0033341702, z: 0.006706794, w: 0.9999719} + basePosition: {x: -0.031812176, y: 0.0000000057334546, z: 0.000000027732312} + toBoneRotation: {x: -0.008021276, y: -0.0022220667, z: -0.03108292, w: 0.99948215} + bone: + transform: {fileID: 480153626} + length: 0.02784785 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008021276, y: 0.0022220667, z: 0.03108292, w: 0.99948215} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 19 + target: + length: 0 + transform: {fileID: 350577121} + baseRotation: {x: -0.000006733816, y: -0.000296163, z: 0.022725835, w: 0.9997417} + basePosition: {x: -0.020972623, y: 0.00000001972171, z: -0.000000023013625} + toBoneRotation: {x: -0.008072178, y: -0.0017429828, z: -0.0537865, w: 0.9985183} + bone: + transform: {fileID: 480153627} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008072178, y: 0.0017429828, z: 0.0537865, w: 0.9985183} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 21 + target: + length: 0.03919544 + transform: {fileID: 795315829} + baseRotation: {x: -0.0037776106, y: -0.062540606, z: 0.060174223, w: 0.9962196} + basePosition: {x: -0.10902339, y: -0.00000007104245, z: -0.000000050982635} + toBoneRotation: {x: -0.008072223, y: 0.0011886253, z: -0.034013405, w: 0.9993881} + bone: + transform: {fileID: 480153619} + length: 0.053606123 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008072223, y: -0.0011886253, z: 0.034013405, w: 0.9993881} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 22 + target: + length: 0.02793375 + transform: {fileID: 1200568106} + baseRotation: {x: 0.000016403164, y: 0.0036615278, z: 0.004479959, w: 0.99998325} + basePosition: {x: -0.039195407, y: 0.0000000014406396, z: 0.000000052241376} + toBoneRotation: {x: -0.007958614, y: -0.0024350763, z: -0.03851963, w: 0.9992232} + bone: + transform: {fileID: 480153620} + length: 0.033593606 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007958614, y: 0.0024350763, z: 0.03851963, w: 0.9992232} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 23 + target: + length: 0 + transform: {fileID: 1420667492} + baseRotation: {x: -0.000024133542, y: -0.0018862914, z: 0.0127927335, w: 0.9999164} + basePosition: {x: -0.02793382, y: -0.0000000096988515, z: -0.000000038009944} + toBoneRotation: {x: -0.008037644, y: -0.00044730448, z: -0.05128425, w: 0.9986516} + bone: + transform: {fileID: 480153621} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008037644, y: 0.00044730448, z: 0.05128425, w: 0.9986516} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 25 + target: + length: 0.034748677 + transform: {fileID: 576893250} + baseRotation: {x: -0.003927261, y: -0.060736988, z: 0.064405724, w: 0.996066} + basePosition: {x: -0.10469906, y: -0.0033328552, z: -0.023172101} + toBoneRotation: {x: -0.008229915, y: -0.0005638827, z: -0.038266003, w: 0.99923354} + bone: + transform: {fileID: 480153616} + length: 0.046718832 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008229915, y: 0.0005638827, z: 0.038266003, w: 0.99923354} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 26 + target: + length: 0.021958742 + transform: {fileID: 1187905662} + baseRotation: {x: -0.000000008885655, y: 0.0000023032542, z: -0.0023784738, + w: 0.9999972} + basePosition: {x: -0.034748565, y: 0.000000014231773, z: 0.0000000030559022} + toBoneRotation: {x: -0.008228454, y: -0.0005857569, z: -0.035889264, w: 0.99932176} + bone: + transform: {fileID: 480153617} + length: 0.032411408 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008228454, y: 0.0005857569, z: 0.035889264, w: 0.99932176} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 27 + target: + length: 0 + transform: {fileID: 1268742392} + baseRotation: {x: -0.000020047351, y: -0.001295888, z: 0.015469412, w: 0.9998796} + basePosition: {x: -0.021958875, y: -0.00000006673008, z: 0.000000008870288} + toBoneRotation: {x: -0.008262998, y: 0.0008373314, z: -0.051333208, w: 0.9986471} + bone: + transform: {fileID: 480153618} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008262998, y: -0.0008373314, z: 0.051333208, w: 0.9986471} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 29 + target: + length: 0.029196503 + transform: {fileID: 675595218} + baseRotation: {x: -0.0032092882, y: -0.059774566, z: 0.053516567, w: 0.9967711} + basePosition: {x: -0.10166908, y: -0.005280584, z: -0.044119924} + toBoneRotation: {x: -0.0083035035, y: -0.0016555703, z: -0.02734866, w: 0.9995901} + bone: + transform: {fileID: 480153622} + length: 0.03741744 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.0083035035, y: 0.0016555703, z: 0.02734866, w: 0.9995901} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 30 + target: + length: 0.013552901 + transform: {fileID: 610705184} + baseRotation: {x: -0.000039089893, y: -0.0037677602, z: 0.01037424, w: 0.9999391} + basePosition: {x: -0.029196512, y: 0.000000005995389, z: -0.000000028696377} + toBoneRotation: {x: -0.008384141, y: 0.002197958, z: -0.03768576, w: 0.999252} + bone: + transform: {fileID: 480153623} + length: 0.023639701 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008384141, y: -0.002197958, z: 0.03768576, w: 0.999252} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 31 + target: + length: 0 + transform: {fileID: 2132157727} + baseRotation: {x: 0.000043546832, y: 0.003031966, z: 0.01436152, w: 0.99989223} + basePosition: {x: -0.013552897, y: -0.00000007665949, z: 0.000000006823484} + toBoneRotation: {x: -0.008280925, y: -0.000713209, z: -0.052057996, w: 0.9986095} + bone: + transform: {fileID: 480153624} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008280925, y: 0.000713209, z: 0.052057996, w: 0.9986095} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + rotationSpeedLimitation: 0 + unity: {fileID: 0} + armAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + armSwing: 0 + unityXR: + enabled: 1 + target: {fileID: 863530832} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + leap: + enabled: 1 + target: {fileID: 863530832} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 863530832} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 8 + target: + length: 0.17596605 + transform: {fileID: 1403266749} + baseRotation: {x: -0.004314244, y: -0.16458106, z: 0.049971305, w: 0.9850876} + basePosition: {x: -0.0195459, y: 0.28317055, z: 0.052202977} + toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 480153609} + length: 0.15648837 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: 0, z: -45} + maxAngles: {x: 0, y: 45, z: 0} + baseRotation: {x: 0, y: -1.1754944e-38, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + upperArm: + name: + boneId: 9 + target: + length: 0.20965345 + transform: {fileID: 1540508304} + baseRotation: {x: -0.024457764, y: 0.101522304, z: -0.029118646, w: 0.9941063} + basePosition: {x: -0.17596604, y: 0.000000031548552, z: -0.000000015133992} + toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 480153610} + length: 0.25876033 + jointLimitations: 0 + maxAngle: 120 + minAngles: {x: -180, y: -45, z: -180} + maxAngles: {x: 60, y: 130, z: 45} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + forearm: + name: + boneId: 10 + target: + length: 0.26170793 + transform: {fileID: 1276374658} + baseRotation: {x: 0.0008855305, y: 0.16721442, z: -0.00015021491, w: 0.9859202} + basePosition: {x: -0.20965345, y: -0.000000074272975, z: 0.000000023806933} + toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 480153611} + length: 0.28402025 + jointLimitations: 0 + maxAngle: 130 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 150, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hand: + name: + boneId: 12 + target: + length: 0 + transform: {fileID: 556404547} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: -0.00976131, y: -0.061932433, z: 0.02574325, w: 0.9977005} + bone: + transform: {fileID: 480153612} + length: 0.02 + jointLimitations: 0 + maxAngle: 100 + minAngles: {x: -180, y: -50, z: -70} + maxAngles: {x: 90, y: 20, z: 90} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00976131, y: 0.061932433, z: -0.02574325, w: 0.9977005} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + poseMethod: 0 + physics: 1 + physicsMode: 2 + strength: 100 + grabbingTechnique: 0 + touchInteraction: 1 + poseMixer: + mixedPoses: [] + poseMode: 0 + grabSocket: {fileID: 0} + pinchSocket: {fileID: 0} + grabbedPrefab: {fileID: 0} + grabbedObject: {fileID: 0} + grabbedHandle: {fileID: 0} + targetToHandle: {x: 0, y: 0, z: 0} + grabbedRigidbody: 0 + grabbedKinematicRigidbody: 0 + colliders: [] + twoHandedGrab: 0 + targetToSecondaryHandle: {x: 0, y: 0, z: 0} + poseEvent: + id: 1 + label: Pose Event + tooltip: 'Call functions based on recognized posesParameter: the index of the + recognized pose' + eventTypeLabels: + - Never + - On Pose Recognized + - On No Pose Recongnized + - While Pose Recognized + - While No Pose Recognized + - When Pose Changes + - Always + fromEventLabel: poseMixer.detectedPoseIx + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + minValue: 0 + maxValue: 0 + intTriggerLow: 0 + intTriggerHigh: 1 + multiplicationFactor: 1 + touchEvent: + id: 2 + label: Touch Event + tooltip: 'Call funtions based on touched objectsParameter: the touched object' + eventTypeLabels: + - Never + - On Touch Start + - On Touch End + - While Touching + - While not Touching + - On Touched Object Changes + - Always + fromEventLabel: touchedObject + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + grabEvent: + id: 3 + label: Grab Event + tooltip: 'Call functions based on grabbed objectsParameter: the grabbed object' + eventTypeLabels: + - Never + - On Grab Start + - On Grab End + - While Holding Object + - While not Holding Object + - On Grabbed Object Changes + - Always + fromEventLabel: grabbedObject + events: + - eventType: 0 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 + handPalm: {fileID: 1705715268} + handRigidbody: {fileID: 0} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!4 &863530833 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863530831} + m_LocalRotation: {x: -0.040412094, y: 0.068074316, z: -0.04329699, w: 0.9959208} + m_LocalPosition: {x: -0.64901173, y: 1.4160106, z: -0.082290314} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 70403911} + m_Father: {fileID: 406190702} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &863530834 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863530831} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f0c61af4a39a57c46b530d4c95faaccd, type: 3} + m_Name: + m_EditorClassIdentifier: + scriptName: PointerClick + conditions: + - targetGameObject: {fileID: 863530831} + fullPropertyName: HandTarget/isTrackingHand + propertyType: 1 + operandIndex: 1 + intConstant: 0 + floatConstant: 0 + - targetGameObject: {fileID: 863530831} + fullPropertyName: HandTarget/detectedPoseIx + propertyType: 2 + operandIndex: 0 + intConstant: 2 + floatConstant: 0 + functionCalls: + - targetGameObject: {fileID: 70403910} + methodName: Passer.InteractionPointer/FullClick + parameters: + - fromEvent: 1 + localProperty: + type: 0 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + - targetGameObject: {fileID: 70403910} + methodName: Passer.InteractionPointer/Activation + parameters: + - fromEvent: 1 + localProperty: + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} +--- !u!114 &863530835 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863530831} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f0c61af4a39a57c46b530d4c95faaccd, type: 3} + m_Name: + m_EditorClassIdentifier: + scriptName: ActivatePointer + conditions: + - targetGameObject: {fileID: 863530831} + fullPropertyName: HandTarget/isTrackingHand + propertyType: 1 + operandIndex: 1 + intConstant: 0 + floatConstant: 0 + - targetGameObject: {fileID: 863530831} + fullPropertyName: HandTarget/detectedPoseIx + propertyType: 2 + operandIndex: 0 + intConstant: 1 + floatConstant: 0 + functionCalls: + - targetGameObject: {fileID: 70403910} + methodName: Passer.InteractionPointer/Activation + parameters: + - fromEvent: 1 + localProperty: + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 1 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} +--- !u!114 &863530836 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863530831} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f0c61af4a39a57c46b530d4c95faaccd, type: 3} + m_Name: + m_EditorClassIdentifier: + scriptName: HidePointer + conditions: + - targetGameObject: {fileID: 863530831} + fullPropertyName: HandTarget/detectedPoseIx + propertyType: 2 + operandIndex: 0 + intConstant: 0 + floatConstant: 0 + - targetGameObject: {fileID: 863530831} + fullPropertyName: HandTarget/isTrackingHand + propertyType: 1 + operandIndex: 1 + intConstant: 0 + floatConstant: 0 + functionCalls: + - targetGameObject: {fileID: 70403910} + methodName: Passer.InteractionPointer/Activation + parameters: + - fromEvent: 1 + localProperty: + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} +--- !u!1 &901613375 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 901613376} + m_Layer: 0 + m_Name: RightHandMiddle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &901613376 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 901613375} + m_LocalRotation: {x: 0.04544392, y: 0.07216221, z: -0.07722903, w: 0.99335957} + m_LocalPosition: {x: 0.071282506, y: -0.007020169, z: -0.010279314} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1098450101} + m_Father: {fileID: 343822770} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &924631956 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 924631957} + m_Layer: 0 + m_Name: RightForearm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &924631957 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 924631956} + m_LocalRotation: {x: 0.022030897, y: -0.4480089, z: 0.011044078, w: 0.8936894} + m_LocalPosition: {x: 0.25876004, y: -2.6819575e-16, z: -6.083419e-39} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1732119031} + m_Father: {fileID: 1152808289} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &941025114 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 941025115} + m_Layer: 0 + m_Name: LeftHandIndex1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &941025115 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 941025114} + m_LocalRotation: {x: 0.046841245, y: -0.069738835, z: 0.068043135, w: 0.99413913} + m_LocalPosition: {x: -0.07513635, y: -0.006613303, z: -0.000988435} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 258388183} + m_Father: {fileID: 850870784} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &973799484 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 973799485} + - component: {fileID: 973799486} + m_Layer: 0 + m_Name: Possessions + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &973799485 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 973799484} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 406190702} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &973799486 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 973799484} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0395546b2eee9064d87a73f5e764624e, type: 3} + m_Name: + m_EditorClassIdentifier: + possessions: [] + defaultPossessions: [] + clearOnAwake: 0 +--- !u!1 &985663890 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 985663891} + m_Layer: 0 + m_Name: LeftHandIndex4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &985663891 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 985663890} + m_LocalRotation: {x: -6.938894e-18, y: 6.203854e-25, z: -0.000000048550163, w: 1} + m_LocalPosition: {x: -0.024411585, y: -0.00263807, z: 0.00006414011} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1566969877} + m_Father: {fileID: 350577121} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1052059309 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1052059310} + m_Layer: 0 + m_Name: RightHandIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1052059310 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1052059309} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04375305, y: 0.006900177, z: 0.026853401} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 227197580} + m_Father: {fileID: 1732119031} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1098450100 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1098450101} + m_Layer: 0 + m_Name: RightHandMiddle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1098450101 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1098450100} + m_LocalRotation: {x: 0.000012148172, y: -0.0026570708, z: -0.0045712665, w: 0.99998605} + m_LocalPosition: {x: 0.05360672, y: 0.000000002561137, z: -0.000000011117663} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 389100085} + m_Father: {fileID: 901613376} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1152808288 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1152808289} + m_Layer: 0 + m_Name: RightUpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1152808289 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1152808288} + m_LocalRotation: {x: 0.035911735, y: 0.31110692, z: -0.19115533, w: 0.93025935} + m_LocalPosition: {x: 0.1564886, y: -1.6219496e-16, z: -3.679029e-39} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 924631957} + m_Father: {fileID: 1843388640} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1179570614 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1179570615} + m_Layer: 0 + m_Name: RightHandThumb4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1179570615 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1179570614} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.029778594, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1396561009} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1187905661 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1187905662} + m_Layer: 0 + m_Name: LeftHandRing2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1187905662 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1187905661} + m_LocalRotation: {x: -0.000000014901161, y: 0.0000023022294, z: -0.0023784952, w: 0.9999972} + m_LocalPosition: {x: -0.04671883, y: 0.000000010913936, z: 0.0000000015133992} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1268742392} + m_Father: {fileID: 576893250} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1200568105 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1200568106} + m_Layer: 0 + m_Name: LeftHandMiddle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1200568106 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1200568105} + m_LocalRotation: {x: 0.000016406178, y: 0.0036615282, z: 0.004479957, w: 0.9999833} + m_LocalPosition: {x: -0.05360613, y: 5.820766e-10, z: 0.00000000995351} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1420667492} + m_Father: {fileID: 795315829} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1205176001 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1205176003} + - component: {fileID: 1205176002} + m_Layer: 0 + m_Name: Left Foot Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1205176002 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1205176001} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 1 + side: 1 + otherFoot: {fileID: 1222757461} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + animationSpeed: 1 + velocityAnimationSpeed: 0 + isMoving: 0 + scale: {x: 1, y: 1, z: 1} + f: 0 + prevFrame: 0 + nextFrame: 0 + custom: + enabled: 1 + target: {fileID: 1205176002} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 32 + target: + length: 0.49770987 + transform: {fileID: 43157954} + baseRotation: {x: -0.0064887377, y: -0.00017077653, z: 0.026318628, w: 0.99963254} + basePosition: {x: -0.11306503, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: -0.016592667, y: 0.00021811719, z: 0.013142481, w: 0.99977595} + bone: + transform: {fileID: 480153586} + length: 0.4569167 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -130, y: -45, z: -50} + maxAngles: {x: 30, y: 40, z: 30} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.016592667, y: -0.00021811719, z: -0.013142481, w: 0.99977595} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + lowerLeg: + name: + boneId: 33 + target: + length: 0.3891002 + transform: {fileID: 306204549} + baseRotation: {x: 0.0704852, y: 0.000000007779199, z: 0.0000000012319692, w: 0.9975128} + basePosition: {x: 0, y: -0.4977099, z: 0.000000035390258} + toBoneRotation: {x: -0.0026854707, y: -0.000012755842, z: -0.0047498452, w: 0.9999851} + bone: + transform: {fileID: 480153587} + length: 0.46714398 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -15, y: NaN, z: NaN} + maxAngles: {x: 130, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.0026854707, y: 0.000012755842, z: 0.0047498452, w: 0.9999851} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + foot: + name: + boneId: 34 + target: + length: 0.13777348 + transform: {fileID: 503480753} + baseRotation: {x: -0.0656739, y: -0.0016403036, z: -0.026268024, w: 0.9974941} + basePosition: {x: -0.06657098, y: 0.08965939, z: -0.12842925} + toBoneRotation: {x: -0, y: 0, z: 0.00000000818479, w: 1} + bone: + transform: {fileID: 480153588} + length: 0.14564736 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -30} + maxAngles: {x: 70, y: 0, z: 20} + baseRotation: {x: 0.28736073, y: -0.00000032279587, z: 0.00000009684347, w: 0.95782244} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0, y: 0, z: -0.00000000818479, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + toes: + name: + boneId: 35 + target: + length: 0 + transform: {fileID: 820417796} + baseRotation: {x: 8.4846604e-19, y: 7.275969e-12, z: -0.000000008381947, w: 1.0000002} + basePosition: {x: -0.0050164573, y: -0.07128247, z: 0.11779296} + toBoneRotation: {x: -0, y: 0, z: 1.7763568e-15, w: 1} + bone: + transform: {fileID: 480153589} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -70, y: NaN, z: NaN} + maxAngles: {x: 45, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0, y: 0, z: -1.7763568e-15, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + jointLimitations: 1 + slidePrevention: 0 + physics: 1 + groundEvent: + id: 1 + label: Ground Event + tooltip: 'Call function based on ground standing + + Parameter: the ground + object' + eventTypeLabels: + - Never + - On Grounded + - On not Grounded + - While Grounded + - While not Grounded + - When Ground Changes + - Always + fromEventLabel: ground.gameObject + events: [] + ground: {fileID: 0} + groundNormal: {x: 0, y: 1, z: 0} + groundTranslation: {x: 0, y: 0, z: 0} + groundDistance: -0.060000002 + soleThicknessFoot: 0 + soleThicknessToes: 0 +--- !u!4 &1205176003 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1205176001} + m_LocalRotation: {x: -0.0000000012805684, y: 1.0186339e-10, z: -7.349519e-10, w: 1} + m_LocalPosition: {x: -0.113097906, y: 0.102199554, z: -0.03873977} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 406190702} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1222757460 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1222757462} + - component: {fileID: 1222757461} + m_Layer: 0 + m_Name: Right Foot Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1222757461 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1222757460} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 0 + side: 2 + otherFoot: {fileID: 1205176002} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + animationSpeed: 1 + velocityAnimationSpeed: 0 + isMoving: 0 + scale: {x: 1, y: 1, z: 1} + f: 0 + prevFrame: 0 + nextFrame: 0 + custom: + enabled: 1 + target: {fileID: 1222757461} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 60 + target: + length: 0.49770978 + transform: {fileID: 1518988260} + baseRotation: {x: -0.0064880215, y: 0.00017076546, z: -0.02631991, w: 0.99963254} + basePosition: {x: 0.11306499, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: -0.016592667, y: -0.00021811719, z: -0.013142481, w: 0.99977595} + bone: + transform: {fileID: 480153582} + length: 0.4569167 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -130, y: -40, z: -30} + maxAngles: {x: 30, y: 45, z: 50} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.016592667, y: 0.00021811719, z: 0.013142481, w: 0.99977595} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + lowerLeg: + name: + boneId: 61 + target: + length: 0.38910022 + transform: {fileID: 1337573812} + baseRotation: {x: 0.070484824, y: 0.0000000011925054, z: 3.1017985e-10, w: 0.9975129} + basePosition: {x: -0.0000000037252903, y: -0.49770978, z: 0.000000040978193} + toBoneRotation: {x: -0.0026854707, y: 0.000012755842, z: 0.0047498452, w: 0.9999851} + bone: + transform: {fileID: 480153583} + length: 0.46714398 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -15, y: NaN, z: NaN} + maxAngles: {x: 130, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.0026854707, y: -0.000012755842, z: -0.0047498452, w: 0.9999851} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + foot: + name: + boneId: 62 + target: + length: 0.1377735 + transform: {fileID: 1904652737} + baseRotation: {x: -0.06567425, y: 0.0016403843, z: 0.026269302, w: 0.99749404} + basePosition: {x: 0.06656869, y: 0.08965945, z: -0.12843023} + toBoneRotation: {x: 0, y: 0, z: -0.00000000818479, w: 1} + bone: + transform: {fileID: 480153584} + length: 0.14564736 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -20} + maxAngles: {x: 50, y: 0, z: 30} + baseRotation: {x: 0.28736073, y: 0.00000032279587, z: -0.00000009684347, w: 0.95782244} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0, y: 0, z: 0.00000000818479, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + toes: + name: + boneId: 63 + target: + length: 0 + transform: {fileID: 1437378155} + baseRotation: {x: 8.4846624e-19, y: -7.275969e-12, z: 0.000000008381947, w: 1.0000002} + basePosition: {x: 0.0050154664, y: -0.07128238, z: 0.117793016} + toBoneRotation: {x: 0, y: 0, z: -1.7763568e-15, w: 1} + bone: + transform: {fileID: 480153585} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -70, y: NaN, z: NaN} + maxAngles: {x: 45, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0, y: 0, z: 1.7763568e-15, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + jointLimitations: 1 + slidePrevention: 0 + physics: 1 + groundEvent: + id: 1 + label: Ground Event + tooltip: 'Call function based on ground standing + + Parameter: the ground + object' + eventTypeLabels: + - Never + - On Grounded + - On not Grounded + - While Grounded + - While not Grounded + - When Ground Changes + - Always + fromEventLabel: ground.gameObject + events: [] + ground: {fileID: 0} + groundNormal: {x: 0, y: 1, z: 0} + groundTranslation: {x: 0, y: 0, z: 0} + groundDistance: -0.060000002 + soleThicknessFoot: 0 + soleThicknessToes: 0 +--- !u!4 &1222757462 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1222757460} + m_LocalRotation: {x: -0.0000000012805684, y: -1.0186339e-10, z: 7.3493345e-10, w: 1} + m_LocalPosition: {x: 0.113097906, y: 0.102199554, z: -0.03873977} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 406190702} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1268742391 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1268742392} + m_Layer: 0 + m_Name: LeftHandRing3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1268742392 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1268742391} + m_LocalRotation: {x: -0.000020050229, y: -0.0012958786, z: 0.015469404, w: 0.99987954} + m_LocalPosition: {x: -0.032411408, y: -8.131442e-10, z: 0.0000000040847046} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2136027065} + m_Father: {fileID: 1187905662} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1272244733 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1272244734} + m_Layer: 0 + m_Name: RightHandIndex2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1272244734 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1272244733} + m_LocalRotation: {x: -0.0000068433587, y: 0.0010127128, z: -0.0067608547, w: 0.99997663} + m_LocalPosition: {x: 0.04912045, y: -0.000000012863893, z: 0.0000000069267116} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1574765228} + m_Father: {fileID: 227197580} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1275684679 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1275684680} + m_Layer: 0 + m_Name: Head_End_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1275684680 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1275684679} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.16325943, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 371312890} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1276374657 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1276374658} + m_Layer: 0 + m_Name: LeftForearm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1276374658 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1276374657} + m_LocalRotation: {x: 0.022084322, y: 0.44762635, z: -0.011059117, w: 0.89387953} + m_LocalPosition: {x: -0.25876033, y: 2.6819604e-16, z: 6.083426e-39} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 556404547} + m_Father: {fileID: 1540508304} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1337573811 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1337573812} + m_Layer: 0 + m_Name: RightLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1337573812 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1337573811} + m_LocalRotation: {x: 0.022657834, y: -7.275958e-12, z: -8.1326856e-10, w: 0.9997433} + m_LocalPosition: {x: 0, y: -0.4569167, z: 0.000000063329935} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1904652737} + m_Father: {fileID: 1518988260} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1342240992 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1342240993} + - component: {fileID: 1342240994} + m_Layer: 0 + m_Name: Hips + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1342240993 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1342240992} + m_LocalRotation: {x: -0, y: -0, z: -9.20181e-15, w: 1} + m_LocalPosition: {x: 0, y: 1.1138859, z: -0.012485122} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 43157954} + - {fileID: 1518988260} + - {fileID: 54809801} + m_Father: {fileID: 326639802} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1342240994 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1342240992} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a92bd8efd3050c94ca4271d58273b4e0, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + hipsBaseHeight: -0.00000071525574 + newSpineIK: 0 + torsoAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + bodyRotation: 0 + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + chest: + name: + boneId: 5 + target: + length: 0.3582629 + transform: {fileID: 1801003896} + baseRotation: {x: 0.13881722, y: 2.215905e-18, z: -1.455672e-17, w: 0.9903181} + basePosition: {x: -4.135903e-25, y: 0.09838284, z: -0.0000000055879354} + toBoneRotation: {x: -0.17342691, y: 5.9046194e-25, z: -1.9341085e-24, w: 0.9848467} + bone: + transform: {fileID: 0} + length: 0.3520822 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: -0.00420811, y: -2.4523091e-26, z: 3.2305517e-24, w: 0.9999911} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.17342691, y: -5.9046194e-25, z: 1.9341085e-24, w: 0.9848467} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + spine: + name: + boneId: 2 + target: + length: 0.11258185 + transform: {fileID: 54809801} + baseRotation: {x: -0.14465712, y: -2.1299905e-18, z: 1.4569539e-17, w: 0.98948187} + basePosition: {x: 0, y: 0.099871434, z: 0.0000000038999133} + toBoneRotation: {x: -0.000000008522472, y: 1.4761559e-17, z: -4.800697e-24, + w: 0.9999999} + bone: + transform: {fileID: 0} + length: 0.09838284 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: -0.14298335, y: -2.1546303e-18, z: 1.4565918e-17, w: 0.98972505} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.000000008522472, y: -1.4761559e-17, z: 4.800697e-24, + w: 0.9999999} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hips: + name: + boneId: 1 + target: + length: 0.09609294 + transform: {fileID: 1342240993} + baseRotation: {x: 0.0016913532, y: 0, z: 0, w: 0.99999857} + basePosition: {x: 2.7755599e-18, y: 0.96801895, z: -0.07455683} + toBoneRotation: {x: -0.00000022035827, y: -0, z: 0, w: 0.99999994} + bone: + transform: {fileID: 0} + length: 0.099871434 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0.001691353, y: 0, z: 0, w: 0.9999985} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00000022035827, y: 0, z: 0, w: 0.99999994} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hipsTarget: {fileID: 1342240994} + bendingFactor: 1 + torsoLength: 0.54714984 + spine2HipsRotation: {x: 0.02954614, y: 7.508338e-20, z: -2.5401166e-18, w: 0.99956334} +--- !u!1 &1396561008 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1396561009} + m_Layer: 0 + m_Name: RightHandThumb4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1396561009 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1396561008} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.029777298, y: 0.00011596679, z: 0.00026114538} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 1179570615} + m_Father: {fileID: 610479810} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1403266748 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1403266749} + m_Layer: 0 + m_Name: LeftShoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1403266749 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1403266748} + m_LocalRotation: {x: -0, y: -1.1754944e-38, z: 5.1823254e-16, w: 1} + m_LocalPosition: {x: -0.04904938, y: 0.040630825, z: -0.012485122} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1540508304} + m_Father: {fileID: 682496934} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1420667491 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1420667492} + m_Layer: 0 + m_Name: LeftHandMiddle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1420667492 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1420667491} + m_LocalRotation: {x: -0.000024132192, y: -0.0018862966, z: 0.012792735, w: 0.9999164} + m_LocalPosition: {x: -0.033593617, y: -0.0000000044297224, z: 0.000000005221226} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 435226695} + m_Father: {fileID: 1200568106} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1430034254 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1430034255} + m_Layer: 0 + m_Name: RightHandRing2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1430034255 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1430034254} + m_LocalRotation: {x: 0.000013168901, y: 0.003797412, z: 0.003467184, w: 0.99998677} + m_LocalPosition: {x: 0.04671834, y: -0.000000017083948, z: 0.0000000036670826} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 150031987} + m_Father: {fileID: 1921802263} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1437378154 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1437378155} + m_Layer: 0 + m_Name: RightToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1437378155 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1437378154} + m_LocalRotation: {x: 0, y: 0, z: 0.000000008184788, w: 1} + m_LocalPosition: {x: 0.00000008556526, y: -0.080176204, z: 0.12159336} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 64492082} + m_Father: {fileID: 1904652737} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1439942361 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1439942362} + m_Layer: 0 + m_Name: LeftHandLittle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1439942362 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1439942361} + m_LocalRotation: {x: -9.123824e-10, y: 4.8709725e-17, z: 0.000000053387403, w: 1} + m_LocalPosition: {x: -0.022208022, y: -0.00232193, z: 0.000012555385} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 704195720} + m_Father: {fileID: 2132157727} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1452470659 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1452470661} + - component: {fileID: 1452470660} + m_Layer: 0 + m_Name: Interaction Pointer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!114 &1452470660 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1452470659} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7c2edd1df6fd02a41a7649912f199815, type: 3} + m_Name: + m_EditorClassIdentifier: + active: 0 + timedClick: 0 + focusPointObj: {fileID: 1846310861} + objectInFocus: {fileID: 0} + focusDistance: 0 + rayType: 0 + maxDistance: 10 + resolution: 0.2 + speed: 3 + radius: 0.1 + focusEvent: + id: 0 + label: Focus Event + tooltip: 'Call functions using the current focus + + Parameter: the Object + in Focus' + eventTypeLabels: [] + fromEventLabel: + events: [] + focusPointEvent: + id: 1 + label: Focus Point Event + tooltip: 'Call functions using the current focus point + + Parameter: the + position of the focus point' + eventTypeLabels: [] + fromEventLabel: + events: [] + clickEvent: + id: 2 + label: Click Event + tooltip: 'Call functions using the clicking status + + Parameter: the Object + in Focus when clicking' + eventTypeLabels: [] + fromEventLabel: + events: [] + activeEvent: + eventType: 5 + eventNetworking: 0 + functionCall: + targetGameObject: {fileID: 0} + methodName: + parameters: [] + boolInverse: 0 + overrideMode: 0 +--- !u!4 &1452470661 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1452470659} + m_LocalRotation: {x: 0, y: -0.7071068, z: 0.000000061817246, w: -0.7071068} + m_LocalPosition: {x: 0.21, y: -0.02, z: 0.01} + m_LocalScale: {x: 1, y: 1, z: 1.0000001} + m_Children: + - {fileID: 1846310863} + m_Father: {fileID: 1521805287} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1513830587 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1513830588} + 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 &1513830588 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1513830587} + m_LocalRotation: {x: 0.5847027, y: 0.6116422, z: 0.39151293, w: 0.3615721} + m_LocalPosition: {x: 0.095612705, y: -0.015067069, z: 0.01803054} + m_LocalScale: {x: 1, y: 1.0000001, z: 1} + m_Children: [] + m_Father: {fileID: 480153593} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1518988259 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1518988260} + m_Layer: 0 + m_Name: RightUpLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1518988260 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1518988259} + m_LocalRotation: {x: 0.001890329, y: 0.00008607621, z: -0.0040942887, w: -0.99998987} + m_LocalPosition: {x: 0.1055315, y: -0.08806288, z: -0.0085835215} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1337573812} + m_Father: {fileID: 1342240993} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1521403433 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1521403434} + m_Layer: 0 + m_Name: LeftHandThumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1521403434 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521403433} + m_LocalRotation: {x: 0.0000065304343, y: 0.002753094, z: 0.0023710367, w: 0.99999344} + m_LocalPosition: {x: -0.04998823, y: -0.0000000019208528, z: 0.000000013387762} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 470366359} + m_Father: {fileID: 70717876} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1521805285 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1521805287} + - component: {fileID: 1521805286} + - component: {fileID: 1521805290} + - component: {fileID: 1521805289} + - component: {fileID: 1521805288} + m_Layer: 0 + m_Name: Right Hand Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1521805286 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521805285} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 0 + side: 2 + outward: {x: 1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 1521805286} + thumb: + proximal: + name: + boneId: 41 + target: + length: 0.04319316 + transform: {fileID: 659906141} + baseRotation: {x: -0.0017219549, y: 0.063947566, z: -0.0268627, w: 0.99759024} + basePosition: {x: 0.038734943, y: -0.0075387214, z: 0.017603192} + toBoneRotation: {x: -0.008043933, y: -0.0022356373, z: 0.0005951053, w: 0.999965} + bone: + transform: {fileID: 480153594} + length: 0.049988925 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008043933, y: 0.0022356373, z: -0.0005951053, w: 0.999965} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 42 + target: + length: 0.033530764 + transform: {fileID: 168375712} + baseRotation: {x: 0.0000006689974, y: 0.0006849574, z: 0.0009798929, w: 0.99999946} + basePosition: {x: 0.04319326, y: 0.000000037252903, z: -0.000000022759195} + toBoneRotation: {x: -0.008047196, y: -0.0029126, z: -0.00039025478, w: 0.9999633} + bone: + transform: {fileID: 480153595} + length: 0.0347243 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008047196, y: 0.0029126, z: 0.00039025478, w: 0.9999633} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 43 + target: + length: 0 + transform: {fileID: 610479810} + baseRotation: {x: -0.000012002137, y: -0.007268564, z: 0.0016510447, w: 0.9999722} + basePosition: {x: 0.0347237, y: 0.000028711278, z: -0.00020211154} + toBoneRotation: {x: -0.008042617, y: 0.004369069, z: -0.0019827716, w: 0.9999562} + bone: + transform: {fileID: 480153596} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008042617, y: -0.004369069, z: 0.0019827716, w: 0.9999562} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + index: + proximal: + name: + boneId: 45 + target: + length: 0.03181207 + transform: {fileID: 227197580} + baseRotation: {x: -0.0030586347, y: 0.060362753, z: -0.0505134, w: 0.9968928} + basePosition: {x: 0.11063212, y: -0.0052805603, z: 0.020435091} + toBoneRotation: {x: -0.008260562, y: 0.0011011285, z: 0.024327176, w: 0.99966925} + bone: + transform: {fileID: 480153606} + length: 0.049120452 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008260562, y: -0.0011011285, z: -0.024327176, w: 0.99966925} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 46 + target: + length: 0.020972552 + transform: {fileID: 1272244734} + baseRotation: {x: -0.000006847421, y: 0.0010127166, z: -0.0067608748, w: 0.9999766} + basePosition: {x: 0.031812143, y: 0.000000014522811, z: -0.000000014308171} + toBoneRotation: {x: -0.008285605, y: 0.000032705946, z: 0.03107689, w: 0.99948263} + bone: + transform: {fileID: 480153607} + length: 0.027847793 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008285605, y: -0.000032705946, z: -0.03107689, w: 0.99948263} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 47 + target: + length: 0 + transform: {fileID: 1574765228} + baseRotation: {x: -0.00007100411, y: 0.0031085552, z: -0.022835715, w: 0.99973434} + basePosition: {x: 0.020972617, y: -0.00000010062604, z: 0.00000003212418} + toBoneRotation: {x: -0.008309788, y: -0.0032656642, z: 0.05386678, w: 0.99850816} + bone: + transform: {fileID: 480153608} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008309788, y: 0.0032656642, z: -0.05386678, w: 0.99850816} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + middle: + proximal: + name: + boneId: 49 + target: + length: 0.03919524 + transform: {fileID: 901613376} + baseRotation: {x: -0.0037662664, y: 0.06238191, z: -0.0601467, w: 0.99623126} + basePosition: {x: 0.109023355, y: 0.000000115600415, z: 0.000000035593985} + toBoneRotation: {x: -0.008092714, y: -0.0010302375, z: 0.033979457, w: 0.99938923} + bone: + transform: {fileID: 480153600} + length: 0.053606734 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008092714, y: 0.0010302375, z: -0.033979457, w: 0.99938923} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 50 + target: + length: 0.027933978 + transform: {fileID: 1098450101} + baseRotation: {x: 0.000012148851, y: -0.0026570682, z: -0.004571264, w: 0.999986} + basePosition: {x: 0.039195266, y: -0.000000032465323, z: 0.00000004438334} + toBoneRotation: {x: -0.008009747, y: 0.0015886417, z: 0.03856904, w: 0.9992226} + bone: + transform: {fileID: 480153601} + length: 0.033593573 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008009747, y: -0.0015886417, z: -0.03856904, w: 0.9992226} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 51 + target: + length: 0 + transform: {fileID: 389100085} + baseRotation: {x: -0.00013389094, y: 0.010465754, z: -0.012791567, w: 0.9998634} + basePosition: {x: 0.027934033, y: 0.00000003560126, z: -0.000000026240741} + toBoneRotation: {x: -0.00829884, y: -0.008976815, z: 0.05126169, w: 0.99861044} + bone: + transform: {fileID: 480153602} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00829884, y: 0.008976815, z: -0.05126169, w: 0.99861044} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + ring: + proximal: + name: + boneId: 53 + target: + length: 0.034748517 + transform: {fileID: 1921802263} + baseRotation: {x: -0.004359492, y: 0.059448313, z: -0.073006116, w: 0.9955486} + basePosition: {x: 0.10469894, y: -0.0033327152, z: -0.023172282} + toBoneRotation: {x: -0.008366135, y: 0.0017439944, z: 0.046892274, w: 0.9988634} + bone: + transform: {fileID: 480153597} + length: 0.046718344 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008366135, y: -0.0017439944, z: -0.046892274, w: 0.9988634} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 54 + target: + length: 0.021958977 + transform: {fileID: 1430034255} + baseRotation: {x: 0.000013166005, y: 0.0037974203, z: 0.0034672015, w: 0.99998677} + basePosition: {x: 0.03474863, y: 0.000000010913936, z: 0.00000003891182} + toBoneRotation: {x: -0.008551198, y: -0.0020195083, z: 0.0433966, w: 0.99901927} + bone: + transform: {fileID: 480153598} + length: 0.03241227 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008551198, y: 0.0020195083, z: -0.0433966, w: 0.99901927} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 55 + target: + length: 0 + transform: {fileID: 150031987} + baseRotation: {x: -0.000035282817, y: 0.0021739868, z: -0.016227672, w: 0.99986595} + basePosition: {x: 0.021958873, y: -0.000000063576294, z: 0.00000002024251} + toBoneRotation: {x: -0.008576375, y: -0.0043313894, z: 0.05958388, w: 0.99817705} + bone: + transform: {fileID: 480153599} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008576375, y: 0.0043313894, z: -0.05958388, w: 0.99817705} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + little: + proximal: + name: + boneId: 57 + target: + length: 0.029196654 + transform: {fileID: 1589474481} + baseRotation: {x: -0.0034078602, y: 0.0635157, z: -0.05346825, w: 0.99654174} + basePosition: {x: 0.10166894, y: -0.0052804635, z: -0.044119988} + toBoneRotation: {x: -0.008010522, y: -0.0020861847, z: 0.0272751, w: 0.99959373} + bone: + transform: {fileID: 480153603} + length: 0.03741792 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008010522, y: 0.0020861847, z: -0.0272751, w: 0.99959373} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 58 + target: + length: 0.013552928 + transform: {fileID: 614345738} + baseRotation: {x: 0.00004510108, y: -0.0043779924, z: -0.010300899, w: 0.9999374} + basePosition: {x: 0.029196572, y: 0.000000004773028, z: -0.000000035579433} + toBoneRotation: {x: -0.007914203, y: 0.002208874, z: 0.037605267, w: 0.9992589} + bone: + transform: {fileID: 480153604} + length: 0.023638997 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007914203, y: -0.002208874, z: -0.037605267, w: 0.9992589} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 59 + target: + length: 0 + transform: {fileID: 1806440840} + baseRotation: {x: -0.0000029260668, y: 0.00021634887, z: -0.013522342, w: 0.9999085} + basePosition: {x: 0.013553041, y: 0.0000000020954758, z: 0.00000002083866} + toBoneRotation: {x: -0.007948561, y: 0.001885355, z: 0.051112443, w: 0.9986595} + bone: + transform: {fileID: 480153605} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007948561, y: -0.001885355, z: -0.051112443, w: 0.9986595} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + allFingers: + - proximal: + name: + boneId: 41 + target: + length: 0.04319316 + transform: {fileID: 659906141} + baseRotation: {x: -0.0017219549, y: 0.063947566, z: -0.0268627, w: 0.99759024} + basePosition: {x: 0.038734943, y: -0.0075387214, z: 0.017603192} + toBoneRotation: {x: -0.008043933, y: -0.0022356373, z: 0.0005951053, w: 0.999965} + bone: + transform: {fileID: 480153594} + length: 0.049988925 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008043933, y: 0.0022356373, z: -0.0005951053, w: 0.999965} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 42 + target: + length: 0.033530764 + transform: {fileID: 168375712} + baseRotation: {x: 0.0000006689974, y: 0.0006849574, z: 0.0009798929, w: 0.99999946} + basePosition: {x: 0.04319326, y: 0.000000037252903, z: -0.000000022759195} + toBoneRotation: {x: -0.008047196, y: -0.0029126, z: -0.00039025478, w: 0.9999633} + bone: + transform: {fileID: 480153595} + length: 0.0347243 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008047196, y: 0.0029126, z: 0.00039025478, w: 0.9999633} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 43 + target: + length: 0 + transform: {fileID: 610479810} + baseRotation: {x: -0.000012002137, y: -0.007268564, z: 0.0016510447, w: 0.9999722} + basePosition: {x: 0.0347237, y: 0.000028711278, z: -0.00020211154} + toBoneRotation: {x: -0.008042617, y: 0.004369069, z: -0.0019827716, w: 0.9999562} + bone: + transform: {fileID: 480153596} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008042617, y: -0.004369069, z: 0.0019827716, w: 0.9999562} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 45 + target: + length: 0.03181207 + transform: {fileID: 227197580} + baseRotation: {x: -0.0030586347, y: 0.060362753, z: -0.0505134, w: 0.9968928} + basePosition: {x: 0.11063212, y: -0.0052805603, z: 0.020435091} + toBoneRotation: {x: -0.008260562, y: 0.0011011285, z: 0.024327176, w: 0.99966925} + bone: + transform: {fileID: 480153606} + length: 0.049120452 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008260562, y: -0.0011011285, z: -0.024327176, w: 0.99966925} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 46 + target: + length: 0.020972552 + transform: {fileID: 1272244734} + baseRotation: {x: -0.000006847421, y: 0.0010127166, z: -0.0067608748, w: 0.9999766} + basePosition: {x: 0.031812143, y: 0.000000014522811, z: -0.000000014308171} + toBoneRotation: {x: -0.008285605, y: 0.000032705946, z: 0.03107689, w: 0.99948263} + bone: + transform: {fileID: 480153607} + length: 0.027847793 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008285605, y: -0.000032705946, z: -0.03107689, w: 0.99948263} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 47 + target: + length: 0 + transform: {fileID: 1574765228} + baseRotation: {x: -0.00007100411, y: 0.0031085552, z: -0.022835715, w: 0.99973434} + basePosition: {x: 0.020972617, y: -0.00000010062604, z: 0.00000003212418} + toBoneRotation: {x: -0.008309788, y: -0.0032656642, z: 0.05386678, w: 0.99850816} + bone: + transform: {fileID: 480153608} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008309788, y: 0.0032656642, z: -0.05386678, w: 0.99850816} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 49 + target: + length: 0.03919524 + transform: {fileID: 901613376} + baseRotation: {x: -0.0037662664, y: 0.06238191, z: -0.0601467, w: 0.99623126} + basePosition: {x: 0.109023355, y: 0.000000115600415, z: 0.000000035593985} + toBoneRotation: {x: -0.008092714, y: -0.0010302375, z: 0.033979457, w: 0.99938923} + bone: + transform: {fileID: 480153600} + length: 0.053606734 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008092714, y: 0.0010302375, z: -0.033979457, w: 0.99938923} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 50 + target: + length: 0.027933978 + transform: {fileID: 1098450101} + baseRotation: {x: 0.000012148851, y: -0.0026570682, z: -0.004571264, w: 0.999986} + basePosition: {x: 0.039195266, y: -0.000000032465323, z: 0.00000004438334} + toBoneRotation: {x: -0.008009747, y: 0.0015886417, z: 0.03856904, w: 0.9992226} + bone: + transform: {fileID: 480153601} + length: 0.033593573 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008009747, y: -0.0015886417, z: -0.03856904, w: 0.9992226} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 51 + target: + length: 0 + transform: {fileID: 389100085} + baseRotation: {x: -0.00013389094, y: 0.010465754, z: -0.012791567, w: 0.9998634} + basePosition: {x: 0.027934033, y: 0.00000003560126, z: -0.000000026240741} + toBoneRotation: {x: -0.00829884, y: -0.008976815, z: 0.05126169, w: 0.99861044} + bone: + transform: {fileID: 480153602} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.00829884, y: 0.008976815, z: -0.05126169, w: 0.99861044} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 53 + target: + length: 0.034748517 + transform: {fileID: 1921802263} + baseRotation: {x: -0.004359492, y: 0.059448313, z: -0.073006116, w: 0.9955486} + basePosition: {x: 0.10469894, y: -0.0033327152, z: -0.023172282} + toBoneRotation: {x: -0.008366135, y: 0.0017439944, z: 0.046892274, w: 0.9988634} + bone: + transform: {fileID: 480153597} + length: 0.046718344 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008366135, y: -0.0017439944, z: -0.046892274, w: 0.9988634} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 54 + target: + length: 0.021958977 + transform: {fileID: 1430034255} + baseRotation: {x: 0.000013166005, y: 0.0037974203, z: 0.0034672015, w: 0.99998677} + basePosition: {x: 0.03474863, y: 0.000000010913936, z: 0.00000003891182} + toBoneRotation: {x: -0.008551198, y: -0.0020195083, z: 0.0433966, w: 0.99901927} + bone: + transform: {fileID: 480153598} + length: 0.03241227 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008551198, y: 0.0020195083, z: -0.0433966, w: 0.99901927} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 55 + target: + length: 0 + transform: {fileID: 150031987} + baseRotation: {x: -0.000035282817, y: 0.0021739868, z: -0.016227672, w: 0.99986595} + basePosition: {x: 0.021958873, y: -0.000000063576294, z: 0.00000002024251} + toBoneRotation: {x: -0.008576375, y: -0.0043313894, z: 0.05958388, w: 0.99817705} + bone: + transform: {fileID: 480153599} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008576375, y: 0.0043313894, z: -0.05958388, w: 0.99817705} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 57 + target: + length: 0.029196654 + transform: {fileID: 1589474481} + baseRotation: {x: -0.0034078602, y: 0.0635157, z: -0.05346825, w: 0.99654174} + basePosition: {x: 0.10166894, y: -0.0052804635, z: -0.044119988} + toBoneRotation: {x: -0.008010522, y: -0.0020861847, z: 0.0272751, w: 0.99959373} + bone: + transform: {fileID: 480153603} + length: 0.03741792 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.008010522, y: 0.0020861847, z: -0.0272751, w: 0.99959373} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 58 + target: + length: 0.013552928 + transform: {fileID: 614345738} + baseRotation: {x: 0.00004510108, y: -0.0043779924, z: -0.010300899, w: 0.9999374} + basePosition: {x: 0.029196572, y: 0.000000004773028, z: -0.000000035579433} + toBoneRotation: {x: -0.007914203, y: 0.002208874, z: 0.037605267, w: 0.9992589} + bone: + transform: {fileID: 480153604} + length: 0.023638997 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007914203, y: -0.002208874, z: -0.037605267, w: 0.9992589} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 59 + target: + length: 0 + transform: {fileID: 1806440840} + baseRotation: {x: -0.0000029260668, y: 0.00021634887, z: -0.013522342, w: 0.9999085} + basePosition: {x: 0.013553041, y: 0.0000000020954758, z: 0.00000002083866} + toBoneRotation: {x: -0.007948561, y: 0.001885355, z: 0.051112443, w: 0.9986595} + bone: + transform: {fileID: 480153605} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.007948561, y: -0.001885355, z: -0.051112443, w: 0.9986595} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + rotationSpeedLimitation: 0 + unity: {fileID: 0} + armAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + armSwing: 0 + unityXR: + enabled: 1 + target: {fileID: 1521805286} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + leap: + enabled: 1 + target: {fileID: 1521805286} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 1521805286} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 36 + target: + length: 0.17596613 + transform: {fileID: 1843388640} + baseRotation: {x: -0.0042923847, y: 0.16375063, z: -0.049718723, w: 0.9852389} + basePosition: {x: 0.0195458, y: 0.28317055, z: 0.052202977} + toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 480153590} + length: 0.1564886 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: -45, z: 0} + maxAngles: {x: 0, y: 0, z: 45} + baseRotation: {x: 0, y: -1.1754944e-38, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + upperArm: + name: + boneId: 37 + target: + length: 0.20965332 + transform: {fileID: 1152808289} + baseRotation: {x: -0.023752764, y: -0.094332814, z: 0.028532302, w: 0.9948484} + basePosition: {x: 0.17596613, y: 0.0000000073341653, z: 0.000000015133992} + toBoneRotation: {x: 2.328313e-10, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 480153591} + length: 0.25876004 + jointLimitations: 0 + maxAngle: 120 + minAngles: {x: -180, y: -130, z: -45} + maxAngles: {x: 60, y: 45, z: 180} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -2.328313e-10, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + forearm: + name: + boneId: 38 + target: + length: 0.26171908 + transform: {fileID: 924631957} + baseRotation: {x: 0.0008790831, y: -0.17549223, z: 0.00015661259, w: 0.98448056} + basePosition: {x: 0.20965329, y: 0.00000005890616, z: 0.000000055937562} + toBoneRotation: {x: 6.938894e-16, y: -0, z: 0, w: 1} + bone: + transform: {fileID: 480153592} + length: 0.28401992 + jointLimitations: 0 + maxAngle: 130 + minAngles: {x: 0, y: -150, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.938894e-16, y: 0, z: 0, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hand: + name: + boneId: 40 + target: + length: 0 + transform: {fileID: 1732119031} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: -0.009768442, y: 0.06193218, z: -0.025749847, w: 0.99770033} + bone: + transform: {fileID: 480153593} + length: 0.02 + jointLimitations: 0 + maxAngle: 100 + minAngles: {x: -90, y: -20, z: -70} + maxAngles: {x: 45, y: 50, z: 70} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.009768442, y: -0.06193218, z: 0.025749847, w: 0.99770033} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + poseMethod: 0 + physics: 1 + physicsMode: 2 + strength: 100 + grabbingTechnique: 0 + touchInteraction: 1 + poseMixer: + mixedPoses: [] + poseMode: 0 + grabSocket: {fileID: 0} + pinchSocket: {fileID: 0} + grabbedPrefab: {fileID: 0} + grabbedObject: {fileID: 0} + grabbedHandle: {fileID: 0} + targetToHandle: {x: 0, y: 0, z: 0} + grabbedRigidbody: 0 + grabbedKinematicRigidbody: 0 + colliders: [] + twoHandedGrab: 0 + targetToSecondaryHandle: {x: 0, y: 0, z: 0} + poseEvent: + id: 1 + label: Pose Event + tooltip: 'Call functions based on recognized posesParameter: the index of the + recognized pose' + eventTypeLabels: + - Never + - On Pose Recognized + - On No Pose Recongnized + - While Pose Recognized + - While No Pose Recognized + - When Pose Changes + - Always + fromEventLabel: poseMixer.detectedPoseIx + events: [] + touchEvent: + id: 2 + label: Touch Event + tooltip: 'Call funtions based on touched objectsParameter: the touched object' + eventTypeLabels: + - Never + - On Touch Start + - On Touch End + - While Touching + - While not Touching + - On Touched Object Changes + - Always + fromEventLabel: touchedObject + events: [] + grabEvent: + id: 3 + label: Grab Event + tooltip: 'Call functions based on grabbed objectsParameter: the grabbed object' + eventTypeLabels: + - Never + - On Grab Start + - On Grab End + - While Holding Object + - While not Holding Object + - On Grabbed Object Changes + - Always + fromEventLabel: grabbedObject + events: [] + handPalm: {fileID: 1513830588} + handRigidbody: {fileID: 0} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!4 &1521805287 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521805285} + m_LocalRotation: {x: -0.039749652, y: -0.070175566, z: 0.04289087, w: 0.9958191} + m_LocalPosition: {x: 0.6485194, y: 1.4155914, z: -0.08357838} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1452470661} + m_Father: {fileID: 406190702} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1521805288 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521805285} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f0c61af4a39a57c46b530d4c95faaccd, type: 3} + m_Name: + m_EditorClassIdentifier: + scriptName: PointerClick + conditions: + - targetGameObject: {fileID: 1521805285} + fullPropertyName: HandTarget/isTrackingHand + propertyType: 1 + operandIndex: 1 + intConstant: 0 + floatConstant: 0 + - targetGameObject: {fileID: 1521805285} + fullPropertyName: HandTarget/detectedPoseIx + propertyType: 2 + operandIndex: 0 + intConstant: 2 + floatConstant: 0 + functionCalls: + - targetGameObject: {fileID: 1452470659} + methodName: Passer.InteractionPointer/FullClick + parameters: + - fromEvent: 1 + localProperty: + type: 0 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} + - targetGameObject: {fileID: 1452470659} + methodName: Passer.InteractionPointer/Activation + parameters: + - fromEvent: 1 + localProperty: + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} +--- !u!114 &1521805289 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521805285} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f0c61af4a39a57c46b530d4c95faaccd, type: 3} + m_Name: + m_EditorClassIdentifier: + scriptName: ActivatePointer + conditions: + - targetGameObject: {fileID: 1521805285} + fullPropertyName: HandTarget/isTrackingHand + propertyType: 1 + operandIndex: 1 + intConstant: 0 + floatConstant: 0 + - targetGameObject: {fileID: 1521805285} + fullPropertyName: HandTarget/detectedPoseIx + propertyType: 2 + operandIndex: 0 + intConstant: 1 + floatConstant: 0 + functionCalls: + - targetGameObject: {fileID: 1452470659} + methodName: Passer.InteractionPointer/Activation + parameters: + - fromEvent: 1 + localProperty: + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 1 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} +--- !u!114 &1521805290 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521805285} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f0c61af4a39a57c46b530d4c95faaccd, type: 3} + m_Name: + m_EditorClassIdentifier: + scriptName: HidePointer + conditions: + - targetGameObject: {fileID: 1521805285} + fullPropertyName: HandTarget/isTrackingHand + propertyType: 1 + operandIndex: 1 + intConstant: 0 + floatConstant: 0 + - targetGameObject: {fileID: 1521805285} + fullPropertyName: HandTarget/detectedPoseIx + propertyType: 2 + operandIndex: 0 + intConstant: 0 + floatConstant: 0 + functionCalls: + - targetGameObject: {fileID: 1452470659} + methodName: Passer.InteractionPointer/Activation + parameters: + - fromEvent: 1 + localProperty: + type: 3 + floatConstant: 0 + intConstant: 0 + boolConstant: 0 + stringConstant: + vector3Constant: {x: 0, y: 0, z: 0} + gameObjectConstant: {fileID: 0} + rigidbodyConstant: {fileID: 0} +--- !u!1 &1524419974 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1524419975} + m_Layer: 0 + m_Name: LeftHandThumb4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1524419975 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1524419974} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.029779052, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 832089069} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1540508303 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1540508304} + m_Layer: 0 + m_Name: LeftUpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1540508304 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1540508303} + m_LocalRotation: {x: 0.035212945, y: -0.30969536, z: 0.1907622, w: 0.9308376} + m_LocalPosition: {x: -0.15648837, y: 1.6219474e-16, z: 3.679024e-39} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1276374658} + m_Father: {fileID: 1403266749} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1564410839 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1564410840} + m_Layer: 0 + m_Name: RightHandLittle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1564410840 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1564410839} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.0222126, y: -0.0022802735, z: 0.00006594256} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2064765111} + m_Father: {fileID: 1806440840} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1566969876 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1566969877} + m_Layer: 0 + m_Name: LeftHandIndex4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1566969877 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1566969876} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.024553832, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 985663891} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1574765227 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1574765228} + m_Layer: 0 + m_Name: RightHandIndex3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1574765228 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1574765227} + m_LocalRotation: {x: -0.000071010276, y: 0.003108564, z: -0.022835724, w: 0.9997344} + m_LocalPosition: {x: 0.027847808, y: 0.000000012304586, z: -0.0000000025846065} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 125018020} + m_Father: {fileID: 1272244734} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1589474480 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1589474481} + m_Layer: 0 + m_Name: RightHandLittle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1589474481 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1589474480} + m_LocalRotation: {x: 0.045885973, y: 0.07296512, z: -0.07051373, w: 0.9937799} + m_LocalPosition: {x: 0.051733408, y: -0.006087745, z: -0.02688623} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 614345738} + m_Father: {fileID: 1609194115} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1600525788 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1600525789} + m_Layer: 0 + m_Name: Spine2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1600525789 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1600525788} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 4.0527506e-16, y: 0.120330654, z: -1.9229062e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 682496934} + m_Father: {fileID: 1801003896} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1607455709 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1607455711} + - component: {fileID: 1607455710} + m_Layer: 0 + m_Name: Hips Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1607455710 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1607455709} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a92bd8efd3050c94ca4271d58273b4e0, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + hipsBaseHeight: 0 + newSpineIK: 0 + torsoAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + bodyRotation: 0 + custom: + enabled: 1 + target: {fileID: 1607455710} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + chest: + name: + boneId: 5 + target: + length: 0.3520822 + transform: {fileID: 1801003896} + baseRotation: {x: 0.13881722, y: 2.215905e-18, z: -1.455672e-17, w: 0.9903181} + basePosition: {x: -4.135903e-25, y: 0.09838284, z: -0.0000000055879354} + toBoneRotation: {x: 6.661338e-16, y: 3.4521218e-31, z: 5.182325e-16, w: 1} + bone: + transform: {fileID: 480153578} + length: 0.3582629 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: -5.182325e-16, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -6.661338e-16, y: -3.4521218e-31, z: -5.182325e-16, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + spine: + name: + boneId: 2 + target: + length: 0.09838284 + transform: {fileID: 54809801} + baseRotation: {x: -0.14465712, y: -2.1299905e-18, z: 1.4569539e-17, w: 0.98948187} + basePosition: {x: 0, y: 0.099871434, z: 0.0000000038999133} + toBoneRotation: {x: 4.6566195e-10, y: -4.1043502e-24, z: -8.814012e-15, w: 1} + bone: + transform: {fileID: 480153579} + length: 0.11258185 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 8.814012e-15, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -4.6566195e-10, y: 4.1043502e-24, z: 8.814012e-15, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hips: + name: + boneId: 1 + target: + length: 0.099871434 + transform: {fileID: 1342240993} + baseRotation: {x: 0.0016913532, y: 0, z: 0, w: 0.99999857} + basePosition: {x: 2.7755599e-18, y: 0.96801895, z: -0.07455683} + toBoneRotation: {x: 0, y: -0, z: 9.20181e-15, w: 1} + bone: + transform: {fileID: 480153580} + length: 0.09609294 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: -9.20181e-15, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0, y: 0, z: -9.20181e-15, w: 1} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hipsTarget: {fileID: 1607455710} + bendingFactor: 1 + torsoLength: 0.5669377 + spine2HipsRotation: {x: 0, y: 0, z: -9.064944e-15, w: 1} +--- !u!4 &1607455711 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1607455709} + m_LocalRotation: {x: -0, y: -0, z: -9.20181e-15, w: 1} + m_LocalPosition: {x: 0, y: 1.1138859, z: -0.012485122} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 406190702} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1609194114 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1609194115} + m_Layer: 0 + m_Name: RightHandLittle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1609194115 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1609194114} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.04291298, y: 0.0063700867, z: -0.016306998} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1589474481} + m_Father: {fileID: 1732119031} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1703984714 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1703984715} + - component: {fileID: 1703984716} + m_Layer: 0 + m_Name: FocusPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1703984715 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1703984714} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 70403911} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!120 &1703984716 +LineRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1703984714} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Positions: + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 1} + m_Parameters: + serializedVersion: 3 + widthMultiplier: 1 + widthCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.01 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.01 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + numCornerVertices: 0 + numCapVertices: 0 + alignment: 0 + textureMode: 0 + shadowBias: 0.5 + generateLightingData: 0 + m_UseWorldSpace: 0 + m_Loop: 0 +--- !u!1 &1705715267 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1705715268} + 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 &1705715268 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1705715267} + m_LocalRotation: {x: 0.58471465, y: -0.61163, z: -0.39150488, w: 0.36158207} + m_LocalPosition: {x: -0.095611036, y: -0.015070653, z: 0.018030647} + m_LocalScale: {x: 1, y: 1.0000001, z: 1} + m_Children: [] + m_Father: {fileID: 480153612} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1721872685 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1721872686} + m_Layer: 0 + m_Name: RightHandMiddle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1721872686 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1721872685} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.026802063, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1816589898} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1723112587 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1723112588} + m_Layer: 0 + m_Name: RightHandRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1723112588 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1723112587} + m_LocalRotation: {x: -6.938894e-18, y: 0, z: -0, w: 1} + m_LocalPosition: {x: 0.045672074, y: 0.0073501584, z: -0.0017598001} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1921802263} + m_Father: {fileID: 1732119031} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1732119030 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1732119031} + - component: {fileID: 1732119032} + m_Layer: 0 + m_Name: RightHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1732119031 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1732119030} + m_LocalRotation: {x: 0.009877427, y: 0.065960824, z: 0.22804718, w: 0.971363} + m_LocalPosition: {x: 0.28401995, y: 0.00000003632158, z: -0.000000029802322} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1052059310} + - {fileID: 1609194115} + - {fileID: 343822770} + - {fileID: 1723112588} + - {fileID: 659906141} + m_Father: {fileID: 924631957} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1732119032 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1732119030} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2c296d86543384d49ba4e7f2ea1179cb, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 0 + side: 2 + outward: {x: 1, y: 0, z: 0} + up: {x: 0, y: 0, z: 0} + fingers: + handTarget: {fileID: 1732119032} + thumb: + proximal: + name: + boneId: 41 + target: + length: 0.049988925 + transform: {fileID: 659906141} + baseRotation: {x: 0.06460327, y: -0.15077193, z: -0.3885163, w: 0.9067245} + basePosition: {x: 0.038734883, y: -0.0075387624, z: 0.017603258} + toBoneRotation: {x: 0.36499375, y: 0.36499497, z: 0.6056232, w: -0.605623} + bone: + transform: {fileID: 0} + length: 0.04319322 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499375, y: -0.36499497, z: -0.6056232, w: -0.605623} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 42 + target: + length: 0.0347243 + transform: {fileID: 168375712} + baseRotation: {x: -0.00899231, y: -0.02461413, z: 0.34303188, w: 0.9389581} + basePosition: {x: 0.043193325, y: 0.00000009033829, z: -0.000000072061084} + toBoneRotation: {x: -0.022806969, y: -0.022806052, z: 0.7067371, w: -0.70674086} + bone: + transform: {fileID: 0} + length: 0.034228485 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022806969, y: 0.022806052, z: -0.7067371, w: -0.70674086} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 43 + target: + length: 0 + transform: {fileID: 610479810} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000001} + basePosition: {x: 0.034723707, y: 0.000028712675, z: -0.00020204074} + toBoneRotation: {x: 0.18216613, y: -0.14201969, z: 0.7058593, w: -0.66963327} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.18216613, y: 0.14201969, z: -0.7058593, w: -0.66963327} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + index: + proximal: + name: + boneId: 45 + target: + length: 0.049120452 + transform: {fileID: 227197580} + baseRotation: {x: -0.005703966, y: 0.050317176, z: -0.1124943, w: 0.9923611} + basePosition: {x: 0.110632144, y: -0.0052804938, z: 0.02043517} + toBoneRotation: {x: 0.5198485, y: 0.519847, z: 0.47933334, w: -0.47932908} + bone: + transform: {fileID: 0} + length: 0.03181204 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5198485, y: -0.519847, z: -0.47933334, w: -0.47932908} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 46 + target: + length: 0.027847793 + transform: {fileID: 1272244734} + baseRotation: {x: 0.00007050335, y: 0.0021385967, z: 0.032950033, w: 0.9994547} + basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} + toBoneRotation: {x: 0.50281656, y: 0.5028168, z: 0.49716768, w: -0.49716723} + bone: + transform: {fileID: 0} + length: 0.020972518 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50281656, y: -0.5028168, z: -0.49716768, w: -0.49716723} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 47 + target: + length: 0 + transform: {fileID: 1574765228} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0.020972585, y: -0.000000033031938, z: -0.000000030615826} + toBoneRotation: {x: 0.50462174, y: 0.49841845, z: 0.49218288, w: -0.5046706} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50462174, y: -0.49841845, z: -0.49218288, w: -0.5046706} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + middle: + proximal: + name: + boneId: 49 + target: + length: 0.053606734 + transform: {fileID: 901613376} + baseRotation: {x: -0.0040384554, y: 0.10929519, z: -0.036703277, w: 0.9933233} + basePosition: {x: 0.10902338, y: 0.00000002005254, z: 0.00000002089655} + toBoneRotation: {x: 0.4797126, y: 0.47971147, z: 0.51949704, w: -0.5194958} + bone: + transform: {fileID: 0} + length: 0.039195158 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4797126, y: -0.47971147, z: -0.51949704, w: -0.5194958} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 50 + target: + length: 0.033593573 + transform: {fileID: 1098450101} + baseRotation: {x: 0.002157748, y: -0.021870496, z: -0.09815949, w: 0.99492794} + basePosition: {x: 0.03919523, y: -0.000000031330273, z: 0.00000006695336} + toBoneRotation: {x: 0.52709264, y: 0.5270918, z: 0.47135285, w: -0.47135347} + bone: + transform: {fileID: 0} + length: 0.02793408 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.52709264, y: -0.5270918, z: -0.47135285, w: -0.47135347} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 51 + target: + length: 0 + transform: {fileID: 389100085} + baseRotation: {x: 9.967107e-10, y: 0.0000000019580917, z: -0.00000008156549, + w: 1} + basePosition: {x: 0.02793408, y: 0.000000012776582, z: -0.000000037167183} + toBoneRotation: {x: 0.5419943, y: 0.52235436, z: 0.46527153, w: -0.46573696} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5419943, y: -0.52235436, z: -0.46527153, w: -0.46573696} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + ring: + proximal: + name: + boneId: 53 + target: + length: 0.046718344 + transform: {fileID: 1921802263} + baseRotation: {x: -0.004957073, y: 0.096454844, z: -0.051084917, w: 0.99401325} + basePosition: {x: 0.104699, y: -0.0033326682, z: -0.023172297} + toBoneRotation: {x: 0.48684382, y: 0.48684353, z: 0.5128192, w: -0.51281893} + bone: + transform: {fileID: 0} + length: 0.03474857 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48684382, y: -0.48684353, z: -0.5128192, w: -0.51281893} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 54 + target: + length: 0.03241227 + transform: {fileID: 1430034255} + baseRotation: {x: -0.0002826376, y: 0.013882461, z: -0.020352935, w: 0.99969643} + basePosition: {x: 0.034748368, y: 0.000000041851308, z: 0.00000003387686} + toBoneRotation: {x: 0.49715713, y: 0.49715796, z: 0.5028266, w: -0.5028264} + bone: + transform: {fileID: 0} + length: 0.021958875 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.49715713, y: -0.49715796, z: -0.5028266, w: -0.5028264} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 55 + target: + length: 0 + transform: {fileID: 150031987} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0.021958932, y: 0.000000003812829, z: 0.000000039618854} + toBoneRotation: {x: 0.51810646, y: 0.49743772, z: 0.504588, w: -0.47907525} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51810646, y: -0.49743772, z: -0.504588, w: -0.47907525} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + little: + proximal: + name: + boneId: 57 + target: + length: 0.03741792 + transform: {fileID: 1589474481} + baseRotation: {x: -0.017655151, y: 0.11530167, z: -0.15032406, w: 0.9817314} + basePosition: {x: 0.10166885, y: -0.0052805147, z: -0.044119988} + toBoneRotation: {x: 0.53274953, y: 0.53275037, z: 0.46494848, w: -0.46494958} + bone: + transform: {fileID: 0} + length: 0.02919651 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.53274953, y: -0.53275037, z: -0.46494848, w: -0.46494958} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 58 + target: + length: 0.023638997 + transform: {fileID: 614345738} + baseRotation: {x: -0.001394608, y: -0.0069429, z: 0.19693026, w: 0.98039186} + basePosition: {x: 0.029196553, y: 0.000000012631062, z: 0.000000029656803} + toBoneRotation: {x: 0.43681958, y: 0.4368103, z: 0.5560536, w: -0.55604863} + bone: + transform: {fileID: 0} + length: 0.013552992 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.43681958, y: -0.4368103, z: -0.5560536, w: -0.55604863} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 59 + target: + length: 0 + transform: {fileID: 1806440840} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + basePosition: {x: 0.013552905, y: 0.000000024650944, z: 0.000000012807} + toBoneRotation: {x: 0.48400593, y: 0.48211125, z: 0.6038316, w: -0.41072482} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48400593, y: -0.48211125, z: -0.6038316, w: -0.41072482} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + allFingers: + - proximal: + name: + boneId: 41 + target: + length: 0.049988925 + transform: {fileID: 659906141} + baseRotation: {x: 0.06460327, y: -0.15077193, z: -0.3885163, w: 0.9067245} + basePosition: {x: 0.038734883, y: -0.0075387624, z: 0.017603258} + toBoneRotation: {x: 0.36499375, y: 0.36499497, z: 0.6056232, w: -0.605623} + bone: + transform: {fileID: 0} + length: 0.04319322 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.36499375, y: -0.36499497, z: -0.6056232, w: -0.605623} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 42 + target: + length: 0.0347243 + transform: {fileID: 168375712} + baseRotation: {x: -0.00899231, y: -0.02461413, z: 0.34303188, w: 0.9389581} + basePosition: {x: 0.043193325, y: 0.00000009033829, z: -0.000000072061084} + toBoneRotation: {x: -0.022806969, y: -0.022806052, z: 0.7067371, w: -0.70674086} + bone: + transform: {fileID: 0} + length: 0.034228485 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.022806969, y: 0.022806052, z: -0.7067371, w: -0.70674086} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 43 + target: + length: 0 + transform: {fileID: 610479810} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000001} + basePosition: {x: 0.034723707, y: 0.000028712675, z: -0.00020204074} + toBoneRotation: {x: 0.18216613, y: -0.14201969, z: 0.7058593, w: -0.66963327} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.18216613, y: 0.14201969, z: -0.7058593, w: -0.66963327} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 45 + target: + length: 0.049120452 + transform: {fileID: 227197580} + baseRotation: {x: -0.005703966, y: 0.050317176, z: -0.1124943, w: 0.9923611} + basePosition: {x: 0.110632144, y: -0.0052804938, z: 0.02043517} + toBoneRotation: {x: 0.5198485, y: 0.519847, z: 0.47933334, w: -0.47932908} + bone: + transform: {fileID: 0} + length: 0.03181204 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5198485, y: -0.519847, z: -0.47933334, w: -0.47932908} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 46 + target: + length: 0.027847793 + transform: {fileID: 1272244734} + baseRotation: {x: 0.00007050335, y: 0.0021385967, z: 0.032950033, w: 0.9994547} + basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} + toBoneRotation: {x: 0.50281656, y: 0.5028168, z: 0.49716768, w: -0.49716723} + bone: + transform: {fileID: 0} + length: 0.020972518 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50281656, y: -0.5028168, z: -0.49716768, w: -0.49716723} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 47 + target: + length: 0 + transform: {fileID: 1574765228} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0.020972585, y: -0.000000033031938, z: -0.000000030615826} + toBoneRotation: {x: 0.50462174, y: 0.49841845, z: 0.49218288, w: -0.5046706} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.50462174, y: -0.49841845, z: -0.49218288, w: -0.5046706} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 49 + target: + length: 0.053606734 + transform: {fileID: 901613376} + baseRotation: {x: -0.0040384554, y: 0.10929519, z: -0.036703277, w: 0.9933233} + basePosition: {x: 0.10902338, y: 0.00000002005254, z: 0.00000002089655} + toBoneRotation: {x: 0.4797126, y: 0.47971147, z: 0.51949704, w: -0.5194958} + bone: + transform: {fileID: 0} + length: 0.039195158 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.4797126, y: -0.47971147, z: -0.51949704, w: -0.5194958} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 50 + target: + length: 0.033593573 + transform: {fileID: 1098450101} + baseRotation: {x: 0.002157748, y: -0.021870496, z: -0.09815949, w: 0.99492794} + basePosition: {x: 0.03919523, y: -0.000000031330273, z: 0.00000006695336} + toBoneRotation: {x: 0.52709264, y: 0.5270918, z: 0.47135285, w: -0.47135347} + bone: + transform: {fileID: 0} + length: 0.02793408 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.52709264, y: -0.5270918, z: -0.47135285, w: -0.47135347} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 51 + target: + length: 0 + transform: {fileID: 389100085} + baseRotation: {x: 9.967107e-10, y: 0.0000000019580917, z: -0.00000008156549, + w: 1} + basePosition: {x: 0.02793408, y: 0.000000012776582, z: -0.000000037167183} + toBoneRotation: {x: 0.5419943, y: 0.52235436, z: 0.46527153, w: -0.46573696} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.5419943, y: -0.52235436, z: -0.46527153, w: -0.46573696} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 53 + target: + length: 0.046718344 + transform: {fileID: 1921802263} + baseRotation: {x: -0.004957073, y: 0.096454844, z: -0.051084917, w: 0.99401325} + basePosition: {x: 0.104699, y: -0.0033326682, z: -0.023172297} + toBoneRotation: {x: 0.48684382, y: 0.48684353, z: 0.5128192, w: -0.51281893} + bone: + transform: {fileID: 0} + length: 0.03474857 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48684382, y: -0.48684353, z: -0.5128192, w: -0.51281893} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 54 + target: + length: 0.03241227 + transform: {fileID: 1430034255} + baseRotation: {x: -0.0002826376, y: 0.013882461, z: -0.020352935, w: 0.99969643} + basePosition: {x: 0.034748368, y: 0.000000041851308, z: 0.00000003387686} + toBoneRotation: {x: 0.49715713, y: 0.49715796, z: 0.5028266, w: -0.5028264} + bone: + transform: {fileID: 0} + length: 0.021958875 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.49715713, y: -0.49715796, z: -0.5028266, w: -0.5028264} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 55 + target: + length: 0 + transform: {fileID: 150031987} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0.021958932, y: 0.000000003812829, z: 0.000000039618854} + toBoneRotation: {x: 0.51810646, y: 0.49743772, z: 0.504588, w: -0.47907525} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51810646, y: -0.49743772, z: -0.504588, w: -0.47907525} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + - proximal: + name: + boneId: 57 + target: + length: 0.03741792 + transform: {fileID: 1589474481} + baseRotation: {x: -0.017655151, y: 0.11530167, z: -0.15032406, w: 0.9817314} + basePosition: {x: 0.10166885, y: -0.0052805147, z: -0.044119988} + toBoneRotation: {x: 0.53274953, y: 0.53275037, z: 0.46494848, w: -0.46494958} + bone: + transform: {fileID: 0} + length: 0.02919651 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.53274953, y: -0.53275037, z: -0.46494848, w: -0.46494958} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + intermediate: + name: + boneId: 58 + target: + length: 0.023638997 + transform: {fileID: 614345738} + baseRotation: {x: -0.001394608, y: -0.0069429, z: 0.19693026, w: 0.98039186} + basePosition: {x: 0.029196553, y: 0.000000012631062, z: 0.000000029656803} + toBoneRotation: {x: 0.43681958, y: 0.4368103, z: 0.5560536, w: -0.55604863} + bone: + transform: {fileID: 0} + length: 0.013552992 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.43681958, y: -0.4368103, z: -0.5560536, w: -0.55604863} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + distal: + name: + boneId: 59 + target: + length: 0 + transform: {fileID: 1806440840} + baseRotation: {x: 0, y: 0, z: 0, w: 1.0000004} + basePosition: {x: 0.013552905, y: 0.000000024650944, z: 0.000000012807} + toBoneRotation: {x: 0.48400593, y: 0.48211125, z: 0.6038316, w: -0.41072482} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: 0, y: 0, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.48400593, y: -0.48211125, z: -0.6038316, w: -0.41072482} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + rotationSpeedLimitation: 0 + unity: {fileID: 0} + armAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + armSwing: 0 + unityXR: + enabled: 1 + target: {fileID: 1732119032} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + controller: {fileID: 0} + leap: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + handSkeleton: {fileID: 0} + sensorComponent: {fileID: 0} + attachedBone: 0 + stretchlessTarget: {fileID: 0} + shoulder: + name: + boneId: 36 + target: + length: 0.1564886 + transform: {fileID: 1843388640} + baseRotation: {x: -0.004315328, y: 0.16464703, z: -0.04999076, w: 0.9850756} + basePosition: {x: 0.0195458, y: 0.28317055, z: 0.052202977} + toBoneRotation: {x: 0.51801676, y: 0.51801646, z: 0.48130947, w: -0.48130953} + bone: + transform: {fileID: 0} + length: 0.17596613 + jointLimitations: 1 + maxAngle: 30 + minAngles: {x: 0, y: -45, z: 0} + maxAngles: {x: 0, y: 0, z: 45} + baseRotation: {x: -0.00431533, y: 0.16464704, z: -0.049990762, w: 0.98507553} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.51801676, y: -0.51801646, z: -0.48130947, w: -0.48130953} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + upperArm: + name: + boneId: 37 + target: + length: 0.25876004 + transform: {fileID: 1152808289} + baseRotation: {x: -0.055432968, y: -0.0940898, z: 0.018999131, w: 0.99383783} + basePosition: {x: 0.17596613, y: -9.313226e-10, z: 0.000000007450581} + toBoneRotation: {x: 0.47953588, y: 0.47953567, z: 0.5196591, w: -0.51965904} + bone: + transform: {fileID: 0} + length: 0.20965333 + jointLimitations: 0 + maxAngle: 120 + minAngles: {x: -180, y: -130, z: -45} + maxAngles: {x: 60, y: 45, z: 180} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.47953588, y: -0.47953567, z: -0.5196591, w: -0.51965904} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + forearm: + name: + boneId: 38 + target: + length: 0.28401992 + transform: {fileID: 924631957} + baseRotation: {x: 0.000000034648366, y: -0.17829426, z: -0.0000000033409975, + w: 0.98397756} + basePosition: {x: 0.20965332, y: 0.0000000018626454, z: 0.00000006717164} + toBoneRotation: {x: 0.46654153, y: 0.4665415, z: 0.531356, w: -0.5313556} + bone: + transform: {fileID: 0} + length: 0.26173532 + jointLimitations: 0 + maxAngle: 130 + minAngles: {x: 0, y: -150, z: 0} + maxAngles: {x: 0, y: 0, z: 0} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: -0.46654153, y: -0.4665415, z: -0.531356, w: -0.5313556} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + hand: + name: + boneId: 40 + target: + length: 0 + transform: {fileID: 1732119031} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toBoneRotation: {x: 0.4563669, y: 0.45636737, z: 0.54011947, w: -0.54011995} + bone: + transform: {fileID: 0} + 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: 0} + handRigidbody: {fileID: 0} + handPhysics: {fileID: 0} + grabbedChanged: 0 + directFingerMovements: 1 +--- !u!1 &1755798650 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1755798651} + m_Layer: 0 + m_Name: LeftHandRing4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1755798651 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1755798650} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.025170134, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2136027065} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1801003895 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1801003896} + m_Layer: 0 + m_Name: Spine1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1801003896 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1801003895} + m_LocalRotation: {x: -0, y: -4.5145178e-32, z: -9.332244e-15, w: 1} + m_LocalPosition: {x: -4.2351647e-22, y: 0.11258185, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1600525789} + m_Father: {fileID: 54809801} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1806440839 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1806440840} + m_Layer: 0 + m_Name: RightHandLittle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1806440840 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1806440839} + m_LocalRotation: {x: -0.000002927241, y: 0.0002163518, z: -0.013522344, w: 0.9999086} + m_LocalPosition: {x: 0.023638986, y: 0.0000000068864097, z: -0.000000003686364} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1564410840} + m_Father: {fileID: 614345738} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1816589897 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1816589898} + m_Layer: 0 + m_Name: RightHandMiddle4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1816589898 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1816589897} + m_LocalRotation: {x: 2.2268e-41, y: 1.0339768e-25, z: 0.000000044477652, w: 1} + m_LocalPosition: {x: 0.026656894, y: -0.0027399855, z: -0.0005033262} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1721872686} + m_Father: {fileID: 389100085} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1843388639 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1843388640} + m_Layer: 0 + m_Name: RightShoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1843388640 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1843388639} + m_LocalRotation: {x: -0, y: -1.1754944e-38, z: 5.1823254e-16, w: 1} + m_LocalPosition: {x: 0.049049404, y: 0.040627964, z: -0.012485102} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1152808289} + m_Father: {fileID: 682496934} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1846310861 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1846310863} + - component: {fileID: 1846310862} + m_Layer: 0 + m_Name: FocusPoint + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!120 &1846310862 +LineRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1846310861} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Positions: + - {x: 0, y: 0, z: 0} + - {x: 0, y: 0, z: 1} + m_Parameters: + serializedVersion: 3 + widthMultiplier: 1 + widthCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.01 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.01 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + colorGradient: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 1} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 65535 + atime2: 0 + atime3: 0 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 2 + numCornerVertices: 0 + numCapVertices: 0 + alignment: 0 + textureMode: 0 + shadowBias: 0.5 + generateLightingData: 0 + m_UseWorldSpace: 0 + m_Loop: 0 +--- !u!4 &1846310863 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1846310861} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1452470661} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1904652736 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1904652737} + - component: {fileID: 1904652738} + m_Layer: 0 + m_Name: RightFoot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1904652737 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1904652736} + m_LocalRotation: {x: 0.020767761, y: 0.0000067136634, z: 0.004095186, w: -0.999776} + m_LocalPosition: {x: -0.0000000018626451, y: -0.46714398, z: -0.000000013038516} + m_LocalScale: {x: 1, y: 0.99999994, z: 1} + m_Children: + - {fileID: 1437378155} + m_Father: {fileID: 1337573812} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1904652738 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1904652736} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: eb3310a2943ad7741b6c53520f451c91, type: 3} + m_Name: + m_EditorClassIdentifier: + humanoid: {fileID: 406190701} + isLeft: 0 + side: 2 + otherFoot: {fileID: 503480754} + rotationSpeedLimitation: 0 + legAnimator: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + animationSpeed: 1 + velocityAnimationSpeed: 0 + isMoving: 0 + scale: {x: 1, y: 1, z: 1} + f: 0 + prevFrame: 0 + nextFrame: 0 + custom: + enabled: 1 + target: {fileID: 0} + sensorTransform: {fileID: 0} + sensor2TargetPosition: {x: 0, y: 0, z: 0} + sensor2TargetRotation: {x: 0, y: 0, z: 0, w: 0} + sensorComponent: {fileID: 0} + attachedBone: 2 + upperLeg: + name: + boneId: 60 + target: + length: 0.4569167 + transform: {fileID: 1518988260} + baseRotation: {x: 0.051287577, y: -0.0005638482, z: -0.010978722, w: 0.99862343} + basePosition: {x: 0.11306499, y: 0.0038180987, z: -0.0076525463} + toBoneRotation: {x: -0.9999399, y: 0.0000000235041, z: 0.010955621, w: 0.000000009167069} + bone: + transform: {fileID: 0} + length: 0.4977098 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -130, y: -40, z: -30} + maxAngles: {x: 30, y: 45, z: 50} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.9999399, y: -0.0000000235041, z: -0.010955621, w: 0.000000009167069} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + lowerLeg: + name: + boneId: 61 + target: + length: 0.46714398 + transform: {fileID: 1337573812} + baseRotation: {x: -0.061178114, y: -0.0014482929, z: -0.034986246, w: 0.99751246} + basePosition: {x: 0, y: -0.49770975, z: 0.000000033527613} + toBoneRotation: {x: -0.99894893, y: -0.000000017154644, z: 0.045837935, w: -0.000000007671826} + bone: + transform: {fileID: 0} + length: 0.38909963 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -15, y: NaN, z: NaN} + maxAngles: {x: 130, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.99894893, y: 0.000000017154644, z: -0.045837935, w: -0.000000007671826} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + foot: + name: + boneId: 62 + target: + length: 0.14564736 + transform: {fileID: 1904652737} + baseRotation: {x: 0.008240594, y: -0.00053507095, z: 0.04599743, w: 0.9989074} + basePosition: {x: 0.06642776, y: 0.089666486, z: -0.128434} + toBoneRotation: {x: -0.8697177, y: -0.047802724, z: -0.047807693, w: -0.4888971} + bone: + transform: {fileID: 0} + length: 0.13777347 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -45, y: 0, z: -20} + maxAngles: {x: 50, y: 0, z: 30} + baseRotation: {x: 0.26849943, y: 0.020493299, z: -0.0057135853, w: 0.9630449} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.8697177, y: 0.047802724, z: 0.047807693, w: -0.4888971} + rotationVelocity: {x: 0, y: 0, z: 0, w: 0} + velocity: {x: 0, y: 0, z: 0} + toes: + name: + boneId: 63 + target: + length: 0 + transform: {fileID: 1437378155} + baseRotation: {x: -6.4236094e-17, y: 1.0381524e-10, z: 0.000000007449856, w: 1} + basePosition: {x: 0.005015458, y: -0.07128226, z: 0.11779303} + toBoneRotation: {x: -0.23283654, y: -0.6709274, z: -0.6709273, w: -0.21330841} + bone: + transform: {fileID: 0} + length: 0.02 + jointLimitations: 0 + maxAngle: 0 + minAngles: {x: -70, y: NaN, z: NaN} + maxAngles: {x: 45, y: NaN, z: NaN} + baseRotation: {x: 0, y: 0, z: 0, w: 1} + basePosition: {x: 0, y: 0, z: 0} + toTargetRotation: {x: 0.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 &1921802262 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1921802263} + m_Layer: 0 + m_Name: RightHandRing1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1921802263 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1921802262} + m_LocalRotation: {x: 0.04467014, y: 0.069864236, z: -0.09019476, w: 0.9924659} + m_LocalPosition: {x: 0.061303847, y: -0.006158546, z: -0.019985419} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1430034255} + m_Father: {fileID: 1723112588} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1926889926 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1926889927} + - component: {fileID: 1926889929} + - component: {fileID: 1926889928} + m_Layer: 0 + m_Name: Cube + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1926889927 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926889926} + m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071067} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 326639802} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!23 &1926889928 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926889926} + m_Enabled: 0 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 15932f28e65def049945387d8ce8f70c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!33 &1926889929 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926889926} + m_Mesh: {fileID: 4300000, guid: fcf9a9e3fb67cb64887a4d17ddc7c85c, type: 3} +--- !u!1 &1987946258 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1987946259} + m_Layer: 0 + m_Name: LeftHandMiddle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1987946259 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1987946258} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.026802978, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 435226695} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2028113982 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2028113983} + m_Layer: 0 + m_Name: RightHandRing4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2028113983 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2028113982} + m_LocalRotation: {x: 3.7002212e-10, y: 1.7525295e-17, z: -0.000000047362832, w: 1} + m_LocalPosition: {x: 0.0249897, y: -0.002992096, z: -0.00024336025} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 78894026} + m_Father: {fileID: 150031987} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2064765110 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2064765111} + m_Layer: 0 + m_Name: RightHandLittle4_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2064765111 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2064765110} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.022329407, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1564410840} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2115575810 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2115575811} + m_Layer: 0 + m_Name: Neck + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2115575811 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2115575810} + m_LocalRotation: {x: -0, y: 3.526483e-38, z: 2.0767596e-15, w: 1} + m_LocalPosition: {x: -2.5253393e-16, y: 0.12070156, z: -0.012485121} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 840202824} + m_Father: {fileID: 682496934} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2132157726 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2132157727} + m_Layer: 0 + m_Name: LeftHandLittle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2132157727 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2132157726} + m_LocalRotation: {x: 0.000043546108, y: 0.0030319793, z: 0.01436152, w: 0.99989235} + m_LocalPosition: {x: -0.0236397, y: -0.000000014716164, z: 0.000000002252961} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1439942362} + m_Father: {fileID: 610705184} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2136027064 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2136027065} + m_Layer: 0 + m_Name: LeftHandRing4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2136027065 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2136027064} + m_LocalRotation: {x: 4.6251358e-10, y: 0, z: -0, w: 1} + m_LocalPosition: {x: -0.02503746, y: -0.002580261, z: -0.00006344959} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1755798651} + m_Father: {fileID: 1268742392} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Tests/Runtime/Sites/[Test]HumanoidVisitor Desktop.unity.meta b/Tests/Runtime/Sites/[Test]HumanoidVisitor Desktop.unity.meta new file mode 100644 index 0000000..f4d054b --- /dev/null +++ b/Tests/Runtime/Sites/[Test]HumanoidVisitor Desktop.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a4835864fc49f2d4db65d3a6e0324450 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: