From bf42b39a7bb4abe44b035793b9d8262199ada66b Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Tue, 8 Feb 2022 15:23:52 +0100 Subject: [PATCH] Added MakeHuman character and set it to default Humanoid.prefab --- .../Characters/MakeHuman_simple_TP.prefab | 75 + .../MakeHuman_simple_TP.prefab.meta | 7 + Runtime/HumanoidFree/Prefabs/Humanoid.prefab | 1906 ++--------------- Samples.meta | 8 + 4 files changed, 239 insertions(+), 1757 deletions(-) create mode 100644 Runtime/HumanoidFree/Prefabs/Characters/MakeHuman_simple_TP.prefab create mode 100644 Runtime/HumanoidFree/Prefabs/Characters/MakeHuman_simple_TP.prefab.meta create mode 100644 Samples.meta diff --git a/Runtime/HumanoidFree/Prefabs/Characters/MakeHuman_simple_TP.prefab b/Runtime/HumanoidFree/Prefabs/Characters/MakeHuman_simple_TP.prefab new file mode 100644 index 0000000..a8863cb --- /dev/null +++ b/Runtime/HumanoidFree/Prefabs/Characters/MakeHuman_simple_TP.prefab @@ -0,0 +1,75 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &7338513305112486102 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 100156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_Name + value: MakeHuman_simple_TP Variant + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 400156, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 13700000, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 457a25bacfd81c34d8db8c9aad406f55, type: 2} + - target: {fileID: 13700002, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 0ca0d02c198ab15498856b7fa22650b6, type: 2} + - target: {fileID: 13700004, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 1924927a790c5b24eb77f51e7fffdbb5, type: 2} + - target: {fileID: 13700006, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 5603bff079abbbf40b7d0569a9ca2e45, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d00d05e5d77de9f438f68e5f5367a627, type: 3} diff --git a/Runtime/HumanoidFree/Prefabs/Characters/MakeHuman_simple_TP.prefab.meta b/Runtime/HumanoidFree/Prefabs/Characters/MakeHuman_simple_TP.prefab.meta new file mode 100644 index 0000000..63eb076 --- /dev/null +++ b/Runtime/HumanoidFree/Prefabs/Characters/MakeHuman_simple_TP.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 86f7ba3098b1d6d4f846836e83c3cb42 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Runtime/HumanoidFree/Prefabs/Humanoid.prefab b/Runtime/HumanoidFree/Prefabs/Humanoid.prefab index 9acfe9b..d9c5a78 100644 --- a/Runtime/HumanoidFree/Prefabs/Humanoid.prefab +++ b/Runtime/HumanoidFree/Prefabs/Humanoid.prefab @@ -31,7 +31,7 @@ Transform: m_Children: - {fileID: 2524207632691600911} - {fileID: 7740277310296953960} - - {fileID: 8272589142303956957} + - {fileID: 819564781098235500} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -57,7 +57,7 @@ MonoBehaviour: primaryTarget: 0 targetsRig: {fileID: 1370077731969516542} showTargetRig: 0 - avatarRig: {fileID: 8325545933222834749} + avatarRig: {fileID: 0} showAvatarRig: 1 avatarNeckHeight: 0 showMuscleTension: 0 @@ -195,36 +195,6 @@ MonoBehaviour: poseFloatEvent: m_PersistentCalls: m_Calls: [] - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - 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 @@ -269,36 +239,6 @@ MonoBehaviour: poseFloatEvent: m_PersistentCalls: m_Calls: [] - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - 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 @@ -312,27 +252,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 3 label: Touchpad Vertical @@ -346,27 +266,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: leftTouchpadVertical - id: 4 label: Touchpad Horizontal @@ -380,27 +280,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: leftTouchpadHorizontal - id: 5 label: Touchpad Button @@ -414,27 +294,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 6 label: Button 1 @@ -448,27 +308,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 7 label: Button 2 @@ -482,27 +322,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 8 label: Button 3 @@ -516,27 +336,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 9 label: Button 4 @@ -550,27 +350,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 10 label: Trigger 1 @@ -584,27 +364,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 11 label: Trigger 2 @@ -618,27 +378,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 12 label: Option @@ -652,27 +392,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: rightInputEvents: - id: 0 @@ -687,27 +407,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 1 label: Stick Horizontal @@ -721,27 +421,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 2 label: Stick Button @@ -755,27 +435,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 3 label: Touchpad Vertical @@ -789,27 +449,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 4 label: Touchpad Horizontal @@ -823,27 +463,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 5 label: Touchpad Button @@ -857,27 +477,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 6 label: Button 1 @@ -891,27 +491,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 7 label: Button 2 @@ -925,27 +505,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 8 label: Button 3 @@ -959,27 +519,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 9 label: Button 4 @@ -993,27 +533,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 10 label: Trigger 1 @@ -1027,27 +547,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 11 label: Trigger 2 @@ -1061,27 +561,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: - id: 12 label: Option @@ -1095,27 +575,7 @@ MonoBehaviour: - On Change - Continuous fromEventLabel: - events: - - eventType: 0 - eventNetworking: 0 - functionCall: - targetGameObject: {fileID: 0} - methodName: - parameters: [] - boolInverse: 0 - overrideMode: 0 - floatParameter: 0 - floatTriggerLow: 0.01 - floatTriggerHigh: 0.99 - multiplicationFactor: 1 - intTriggerLow: 0 - intTriggerHigh: 1 - label: - poseValue: {fileID: 0} - stringValue: - poseFloatEvent: - m_PersistentCalls: - m_Calls: [] + events: [] defaultParameterProperty: --- !u!1 &292419999129953214 GameObject: @@ -1283,7 +743,7 @@ MonoBehaviour: 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: 8273147717590891151} + transform: {fileID: 0} length: 0.3582629 jointLimitations: 0 maxAngle: 0 @@ -1304,7 +764,7 @@ MonoBehaviour: 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: 8272632196195160899} + transform: {fileID: 0} length: 0.11258185 jointLimitations: 0 maxAngle: 0 @@ -1325,7 +785,7 @@ MonoBehaviour: 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: 8273154141877857929} + transform: {fileID: 0} length: 0.09609294 jointLimitations: 0 maxAngle: 0 @@ -1579,7 +1039,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1366324885650531596} - m_LocalRotation: {x: 0.020767761, y: -0.0000067137726, z: -0.004095184, w: -0.999776} + m_LocalRotation: {x: 0.020767761, y: -0.0000067159554, z: -0.004095184, w: -0.999776} m_LocalPosition: {x: 0.0000000018626451, y: -0.46714398, z: -0.000000013038516} m_LocalScale: {x: 1, y: 0.99999994, z: 1} m_Children: @@ -1635,7 +1095,7 @@ MonoBehaviour: 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: 8273045585800537311} + transform: {fileID: 0} length: 0.4569167 jointLimitations: 0 maxAngle: 0 @@ -1656,7 +1116,7 @@ MonoBehaviour: basePosition: {x: -9.313226e-10, y: -0.4977099, z: 0.000000037252903} toBoneRotation: {x: -0.0026854707, y: -0.000012755842, z: -0.0047498452, w: 0.9999851} bone: - transform: {fileID: 8272738966963744015} + transform: {fileID: 0} length: 0.46714398 jointLimitations: 0 maxAngle: 0 @@ -1677,7 +1137,7 @@ MonoBehaviour: basePosition: {x: -0.0664299, y: 0.089666426, z: -0.12843405} toBoneRotation: {x: -0, y: 0, z: 0.00000000818479, w: 1} bone: - transform: {fileID: 8272719199627097119} + transform: {fileID: 0} length: 0.14564736 jointLimitations: 0 maxAngle: 0 @@ -1694,11 +1154,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 173989879821802103} - baseRotation: {x: 2.1156317e-18, y: 7.275969e-12, z: -0.000000008381947, w: 1.0000002} + baseRotation: {x: 2.0411606e-17, y: 7.275969e-12, z: -0.000000008381947, w: 1.0000002} basePosition: {x: -0.005016463, y: -0.07128256, z: 0.11779294} toBoneRotation: {x: -0, y: 0, z: 1.7763568e-15, w: 1} bone: - transform: {fileID: 8272912734686986745} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2035,36 +1495,6 @@ Transform: m_Father: {fileID: 7713468394923976787} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2748372095836664477 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1719757409034399663} - 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 &1719757409034399663 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2748372095836664477} - 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: 8273060504760861311} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &2831637195797682081 GameObject: m_ObjectHideFlags: 0 @@ -2243,7 +1673,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3267643143930698079} - m_LocalRotation: {x: 0.0033266335, y: -0.06155745, z: 0.026148144, w: 0.9977554} + m_LocalRotation: {x: 0.0033267322, y: -0.061557796, z: 0.026148276, w: 0.9977554} m_LocalPosition: {x: 0.28401995, y: -2.943768e-16, z: -6.677277e-39} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: @@ -2285,7 +1715,7 @@ MonoBehaviour: basePosition: {x: 0.038734883, y: -0.0075387624, z: 0.017603258} toBoneRotation: {x: -0.008043933, y: -0.0022356373, z: 0.0005951053, w: 0.999965} bone: - transform: {fileID: 8273072845031544269} + transform: {fileID: 0} length: 0.049988925 jointLimitations: 0 maxAngle: 0 @@ -2302,11 +1732,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 8208221923192374018} - baseRotation: {x: 0.000000671884, y: 0.0006848703, z: 0.0009798879, w: 0.99999934} + baseRotation: {x: 0.00000067185977, y: 0.00068486726, z: 0.00097989, w: 0.9999994} basePosition: {x: 0.043193325, y: 0.00000009033829, z: -0.000000072061084} toBoneRotation: {x: -0.008047196, y: -0.0029126, z: -0.00039025478, w: 0.9999633} bone: - transform: {fileID: 8273224594910637229} + transform: {fileID: 0} length: 0.0347243 jointLimitations: 0 maxAngle: 0 @@ -2327,7 +1757,7 @@ MonoBehaviour: basePosition: {x: 0.034723707, y: 0.000028712675, z: -0.00020204074} toBoneRotation: {x: -0.008042617, y: 0.004369069, z: -0.0019827716, w: 0.9999562} bone: - transform: {fileID: 8272815609292519251} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2349,7 +1779,7 @@ MonoBehaviour: basePosition: {x: 0.110632144, y: -0.0052804938, z: 0.02043517} toBoneRotation: {x: -0.008260562, y: 0.0011011285, z: 0.024327176, w: 0.99966925} bone: - transform: {fileID: 8273135601632766769} + transform: {fileID: 0} length: 0.049120452 jointLimitations: 0 maxAngle: 0 @@ -2370,7 +1800,7 @@ MonoBehaviour: basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} toBoneRotation: {x: -0.008285605, y: 0.000032705946, z: 0.03107689, w: 0.99948263} bone: - transform: {fileID: 8272578406817317979} + transform: {fileID: 0} length: 0.027847793 jointLimitations: 0 maxAngle: 0 @@ -2391,7 +1821,7 @@ MonoBehaviour: basePosition: {x: 0.020972585, y: -0.000000033031938, z: -0.000000030615826} toBoneRotation: {x: -0.008309788, y: -0.0032656642, z: 0.05386678, w: 0.99850816} bone: - transform: {fileID: 8273031750506624169} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2413,7 +1843,7 @@ MonoBehaviour: basePosition: {x: 0.10902338, y: 0.00000002005254, z: 0.00000002089655} toBoneRotation: {x: -0.008092714, y: -0.0010302375, z: 0.033979457, w: 0.99938923} bone: - transform: {fileID: 8273060002208332041} + transform: {fileID: 0} length: 0.053606734 jointLimitations: 0 maxAngle: 0 @@ -2434,7 +1864,7 @@ MonoBehaviour: basePosition: {x: 0.03919523, y: -0.000000031330273, z: 0.00000006695336} toBoneRotation: {x: -0.008009747, y: 0.0015886417, z: 0.03856904, w: 0.9992226} bone: - transform: {fileID: 8273150546606627335} + transform: {fileID: 0} length: 0.033593573 jointLimitations: 0 maxAngle: 0 @@ -2455,7 +1885,7 @@ MonoBehaviour: basePosition: {x: 0.02793408, y: 0.000000012776582, z: -0.000000037167183} toBoneRotation: {x: -0.00829884, y: -0.008976815, z: 0.05126169, w: 0.99861044} bone: - transform: {fileID: 8272686203575185603} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2477,7 +1907,7 @@ MonoBehaviour: basePosition: {x: 0.104699, y: -0.0033326682, z: -0.023172297} toBoneRotation: {x: -0.008366135, y: 0.0017439944, z: 0.046892274, w: 0.9988634} bone: - transform: {fileID: 8272678460642845887} + transform: {fileID: 0} length: 0.046718344 jointLimitations: 0 maxAngle: 0 @@ -2498,7 +1928,7 @@ MonoBehaviour: basePosition: {x: 0.034748368, y: 0.000000041851308, z: 0.00000003387686} toBoneRotation: {x: -0.008551198, y: -0.0020195083, z: 0.0433966, w: 0.99901927} bone: - transform: {fileID: 8273612150586298295} + transform: {fileID: 0} length: 0.03241227 jointLimitations: 0 maxAngle: 0 @@ -2519,7 +1949,7 @@ MonoBehaviour: basePosition: {x: 0.021958932, y: 0.000000003812829, z: 0.000000039618854} toBoneRotation: {x: -0.008576375, y: -0.0043313894, z: 0.05958388, w: 0.99817705} bone: - transform: {fileID: 8273145478503969607} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2541,7 +1971,7 @@ MonoBehaviour: basePosition: {x: 0.10166885, y: -0.0052805147, z: -0.044119988} toBoneRotation: {x: -0.008010522, y: -0.0020861847, z: 0.0272751, w: 0.99959373} bone: - transform: {fileID: 8273398219398321105} + transform: {fileID: 0} length: 0.03741792 jointLimitations: 0 maxAngle: 0 @@ -2562,7 +1992,7 @@ MonoBehaviour: basePosition: {x: 0.029196553, y: 0.000000012631062, z: 0.000000029656803} toBoneRotation: {x: -0.007914203, y: 0.002208874, z: 0.037605267, w: 0.9992589} bone: - transform: {fileID: 8273285935196858809} + transform: {fileID: 0} length: 0.023638997 jointLimitations: 0 maxAngle: 0 @@ -2583,7 +2013,7 @@ MonoBehaviour: basePosition: {x: 0.013552905, y: 0.000000024650944, z: 0.000000012807} toBoneRotation: {x: -0.007948561, y: 0.001885355, z: 0.051112443, w: 0.9986595} bone: - transform: {fileID: 8272925989015084631} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2605,7 +2035,7 @@ MonoBehaviour: basePosition: {x: 0.038734883, y: -0.0075387624, z: 0.017603258} toBoneRotation: {x: -0.008043933, y: -0.0022356373, z: 0.0005951053, w: 0.999965} bone: - transform: {fileID: 8273072845031544269} + transform: {fileID: 0} length: 0.049988925 jointLimitations: 0 maxAngle: 0 @@ -2622,11 +2052,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 8208221923192374018} - baseRotation: {x: 0.000000671884, y: 0.0006848703, z: 0.0009798879, w: 0.99999934} + baseRotation: {x: 0.00000067185977, y: 0.00068486726, z: 0.00097989, w: 0.9999994} basePosition: {x: 0.043193325, y: 0.00000009033829, z: -0.000000072061084} toBoneRotation: {x: -0.008047196, y: -0.0029126, z: -0.00039025478, w: 0.9999633} bone: - transform: {fileID: 8273224594910637229} + transform: {fileID: 0} length: 0.0347243 jointLimitations: 0 maxAngle: 0 @@ -2647,7 +2077,7 @@ MonoBehaviour: basePosition: {x: 0.034723707, y: 0.000028712675, z: -0.00020204074} toBoneRotation: {x: -0.008042617, y: 0.004369069, z: -0.0019827716, w: 0.9999562} bone: - transform: {fileID: 8272815609292519251} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2668,7 +2098,7 @@ MonoBehaviour: basePosition: {x: 0.110632144, y: -0.0052804938, z: 0.02043517} toBoneRotation: {x: -0.008260562, y: 0.0011011285, z: 0.024327176, w: 0.99966925} bone: - transform: {fileID: 8273135601632766769} + transform: {fileID: 0} length: 0.049120452 jointLimitations: 0 maxAngle: 0 @@ -2689,7 +2119,7 @@ MonoBehaviour: basePosition: {x: 0.031812068, y: 0.0000000115833245, z: 0.000000050424205} toBoneRotation: {x: -0.008285605, y: 0.000032705946, z: 0.03107689, w: 0.99948263} bone: - transform: {fileID: 8272578406817317979} + transform: {fileID: 0} length: 0.027847793 jointLimitations: 0 maxAngle: 0 @@ -2710,7 +2140,7 @@ MonoBehaviour: basePosition: {x: 0.020972585, y: -0.000000033031938, z: -0.000000030615826} toBoneRotation: {x: -0.008309788, y: -0.0032656642, z: 0.05386678, w: 0.99850816} bone: - transform: {fileID: 8273031750506624169} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2731,7 +2161,7 @@ MonoBehaviour: basePosition: {x: 0.10902338, y: 0.00000002005254, z: 0.00000002089655} toBoneRotation: {x: -0.008092714, y: -0.0010302375, z: 0.033979457, w: 0.99938923} bone: - transform: {fileID: 8273060002208332041} + transform: {fileID: 0} length: 0.053606734 jointLimitations: 0 maxAngle: 0 @@ -2752,7 +2182,7 @@ MonoBehaviour: basePosition: {x: 0.03919523, y: -0.000000031330273, z: 0.00000006695336} toBoneRotation: {x: -0.008009747, y: 0.0015886417, z: 0.03856904, w: 0.9992226} bone: - transform: {fileID: 8273150546606627335} + transform: {fileID: 0} length: 0.033593573 jointLimitations: 0 maxAngle: 0 @@ -2773,7 +2203,7 @@ MonoBehaviour: basePosition: {x: 0.02793408, y: 0.000000012776582, z: -0.000000037167183} toBoneRotation: {x: -0.00829884, y: -0.008976815, z: 0.05126169, w: 0.99861044} bone: - transform: {fileID: 8272686203575185603} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2794,7 +2224,7 @@ MonoBehaviour: basePosition: {x: 0.104699, y: -0.0033326682, z: -0.023172297} toBoneRotation: {x: -0.008366135, y: 0.0017439944, z: 0.046892274, w: 0.9988634} bone: - transform: {fileID: 8272678460642845887} + transform: {fileID: 0} length: 0.046718344 jointLimitations: 0 maxAngle: 0 @@ -2815,7 +2245,7 @@ MonoBehaviour: basePosition: {x: 0.034748368, y: 0.000000041851308, z: 0.00000003387686} toBoneRotation: {x: -0.008551198, y: -0.0020195083, z: 0.0433966, w: 0.99901927} bone: - transform: {fileID: 8273612150586298295} + transform: {fileID: 0} length: 0.03241227 jointLimitations: 0 maxAngle: 0 @@ -2836,7 +2266,7 @@ MonoBehaviour: basePosition: {x: 0.021958932, y: 0.000000003812829, z: 0.000000039618854} toBoneRotation: {x: -0.008576375, y: -0.0043313894, z: 0.05958388, w: 0.99817705} bone: - transform: {fileID: 8273145478503969607} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2857,7 +2287,7 @@ MonoBehaviour: basePosition: {x: 0.10166885, y: -0.0052805147, z: -0.044119988} toBoneRotation: {x: -0.008010522, y: -0.0020861847, z: 0.0272751, w: 0.99959373} bone: - transform: {fileID: 8273398219398321105} + transform: {fileID: 0} length: 0.03741792 jointLimitations: 0 maxAngle: 0 @@ -2878,7 +2308,7 @@ MonoBehaviour: basePosition: {x: 0.029196553, y: 0.000000012631062, z: 0.000000029656803} toBoneRotation: {x: -0.007914203, y: 0.002208874, z: 0.037605267, w: 0.9992589} bone: - transform: {fileID: 8273285935196858809} + transform: {fileID: 0} length: 0.023638997 jointLimitations: 0 maxAngle: 0 @@ -2899,7 +2329,7 @@ MonoBehaviour: basePosition: {x: 0.013552905, y: 0.000000024650944, z: 0.000000012807} toBoneRotation: {x: -0.007948561, y: 0.001885355, z: 0.051112443, w: 0.9986595} bone: - transform: {fileID: 8272925989015084631} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -2955,7 +2385,7 @@ MonoBehaviour: basePosition: {x: 0.0195458, y: 0.28317055, z: 0.052202977} toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} bone: - transform: {fileID: 8272914912566058905} + transform: {fileID: 0} length: 0.1564886 jointLimitations: 1 maxAngle: 30 @@ -2976,7 +2406,7 @@ MonoBehaviour: basePosition: {x: 0.17596613, y: -9.313226e-10, z: 0.000000007450581} toBoneRotation: {x: 2.328313e-10, y: -0, z: 0, w: 1} bone: - transform: {fileID: 8272793774714220587} + transform: {fileID: 0} length: 0.25876004 jointLimitations: 0 maxAngle: 120 @@ -2998,7 +2428,7 @@ MonoBehaviour: basePosition: {x: 0.20965332, y: 0.0000000018626454, z: 0.00000006717164} toBoneRotation: {x: 6.938894e-16, y: -0, z: 0, w: 1} bone: - transform: {fileID: 8273312794661153279} + transform: {fileID: 0} length: 0.28401992 jointLimitations: 0 maxAngle: 130 @@ -3019,7 +2449,7 @@ MonoBehaviour: basePosition: {x: 0, y: 0, z: 0} toBoneRotation: {x: -0.009768442, y: 0.06193218, z: -0.025749847, w: 0.99770033} bone: - transform: {fileID: 8273508529560231609} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 100 @@ -3093,7 +2523,7 @@ MonoBehaviour: - Always fromEventLabel: grabbedObject events: [] - handPalm: {fileID: 1170841496830051740} + handPalm: {fileID: 0} handRigidbody: {fileID: 0} handPhysics: {fileID: 0} grabbedChanged: 0 @@ -3325,7 +2755,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3704755307910488008} - m_LocalRotation: {x: 1.5e-44, y: -4.7019774e-38, z: -1.5585271e-15, w: 1} + m_LocalRotation: {x: 2.26e-43, y: -4.7019774e-38, z: -1.5585271e-15, w: 1} m_LocalPosition: {x: 1.1911401e-21, y: 0.10004067, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: @@ -3382,7 +2812,7 @@ MonoBehaviour: basePosition: {x: 0.00029400006, y: 1.6174197, z: -0.09445348} toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} bone: - transform: {fileID: 8272690407233424649} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3403,7 +2833,7 @@ MonoBehaviour: 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: 8273190293716515181} + transform: {fileID: 0} length: 0.100040674 jointLimitations: 0 maxAngle: 0 @@ -3594,7 +3024,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4295241878036380561} - m_LocalRotation: {x: 0.0033115982, y: 0.0617647, z: -0.026143089, w: 0.99774283} + m_LocalRotation: {x: 0.0033115982, y: 0.061764855, z: -0.02614338, w: 0.99774283} m_LocalPosition: {x: -0.28402025, y: 2.9437706e-16, z: 6.677284e-39} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: @@ -3636,7 +3066,7 @@ MonoBehaviour: basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} toBoneRotation: {x: -0.008090411, y: 0.001267103, z: 0.0012585014, w: 0.99996567} bone: - transform: {fileID: 8273545633066421699} + transform: {fileID: 0} length: 0.049988233 jointLimitations: 0 maxAngle: 0 @@ -3657,7 +3087,7 @@ MonoBehaviour: basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} toBoneRotation: {x: -0.008097345, y: -0.0014667101, z: -0.0011347427, w: 0.9999655} bone: - transform: {fileID: 8273468605035483197} + transform: {fileID: 0} length: 0.03472507 jointLimitations: 0 maxAngle: 0 @@ -3678,7 +3108,7 @@ MonoBehaviour: basePosition: {x: -0.03472478, y: -0.00007951213, z: 0.00010129184} toBoneRotation: {x: -0.00808858, y: -0.00402907, z: 0.00029679146, w: 0.9999591} bone: - transform: {fileID: 8273289446477962367} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3700,7 +3130,7 @@ MonoBehaviour: basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} toBoneRotation: {x: -0.008087434, y: 0.001057338, z: -0.024351947, w: 0.99967015} bone: - transform: {fileID: 8272791933558732505} + transform: {fileID: 0} length: 0.04912074 jointLimitations: 0 maxAngle: 0 @@ -3721,7 +3151,7 @@ MonoBehaviour: basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} toBoneRotation: {x: -0.008021276, y: -0.0022220667, z: -0.03108292, w: 0.99948215} bone: - transform: {fileID: 8273282298624040381} + transform: {fileID: 0} length: 0.02784785 jointLimitations: 0 maxAngle: 0 @@ -3742,7 +3172,7 @@ MonoBehaviour: basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} toBoneRotation: {x: -0.008072178, y: -0.0017429828, z: -0.0537865, w: 0.9985183} bone: - transform: {fileID: 8272963458839810917} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3764,7 +3194,7 @@ MonoBehaviour: basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} toBoneRotation: {x: -0.008072223, y: 0.0011886253, z: -0.034013405, w: 0.9993881} bone: - transform: {fileID: 8272808454837692381} + transform: {fileID: 0} length: 0.053606123 jointLimitations: 0 maxAngle: 0 @@ -3785,7 +3215,7 @@ MonoBehaviour: basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} toBoneRotation: {x: -0.007958614, y: -0.0024350763, z: -0.03851963, w: 0.9992232} bone: - transform: {fileID: 8273191922203595819} + transform: {fileID: 0} length: 0.033593606 jointLimitations: 0 maxAngle: 0 @@ -3806,7 +3236,7 @@ MonoBehaviour: basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} toBoneRotation: {x: -0.008037644, y: -0.00044730448, z: -0.05128425, w: 0.9986516} bone: - transform: {fileID: 8273013534181047161} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3828,7 +3258,7 @@ MonoBehaviour: basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} toBoneRotation: {x: -0.008229915, y: -0.0005638827, z: -0.038266003, w: 0.99923354} bone: - transform: {fileID: 8273127613248797523} + transform: {fileID: 0} length: 0.046718832 jointLimitations: 0 maxAngle: 0 @@ -3850,7 +3280,7 @@ MonoBehaviour: basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} toBoneRotation: {x: -0.008228454, y: -0.0005857569, z: -0.035889264, w: 0.99932176} bone: - transform: {fileID: 8273017846905771435} + transform: {fileID: 0} length: 0.032411408 jointLimitations: 0 maxAngle: 0 @@ -3871,7 +3301,7 @@ MonoBehaviour: basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} toBoneRotation: {x: -0.008262998, y: 0.0008373314, z: -0.051333208, w: 0.9986471} bone: - transform: {fileID: 8272715144753239557} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3893,7 +3323,7 @@ MonoBehaviour: basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} toBoneRotation: {x: -0.0083035035, y: -0.0016555703, z: -0.02734866, w: 0.9995901} bone: - transform: {fileID: 8273192117673865689} + transform: {fileID: 0} length: 0.03741744 jointLimitations: 0 maxAngle: 0 @@ -3914,7 +3344,7 @@ MonoBehaviour: basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} toBoneRotation: {x: -0.008384141, y: 0.002197958, z: -0.03768576, w: 0.999252} bone: - transform: {fileID: 8273604950988958083} + transform: {fileID: 0} length: 0.023639701 jointLimitations: 0 maxAngle: 0 @@ -3935,7 +3365,7 @@ MonoBehaviour: basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} toBoneRotation: {x: -0.008280925, y: -0.000713209, z: -0.052057996, w: 0.9986095} bone: - transform: {fileID: 8273402679610707809} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -3957,7 +3387,7 @@ MonoBehaviour: basePosition: {x: -0.03873508, y: -0.0075387624, z: 0.017603243} toBoneRotation: {x: -0.008090411, y: 0.001267103, z: 0.0012585014, w: 0.99996567} bone: - transform: {fileID: 8273545633066421699} + transform: {fileID: 0} length: 0.049988233 jointLimitations: 0 maxAngle: 0 @@ -3978,7 +3408,7 @@ MonoBehaviour: basePosition: {x: -0.04319329, y: 0.00000006798655, z: 0.0000000021536835} toBoneRotation: {x: -0.008097345, y: -0.0014667101, z: -0.0011347427, w: 0.9999655} bone: - transform: {fileID: 8273468605035483197} + transform: {fileID: 0} length: 0.03472507 jointLimitations: 0 maxAngle: 0 @@ -3999,7 +3429,7 @@ MonoBehaviour: basePosition: {x: -0.03472478, y: -0.00007951213, z: 0.00010129184} toBoneRotation: {x: -0.00808858, y: -0.00402907, z: 0.00029679146, w: 0.9999591} bone: - transform: {fileID: 8273289446477962367} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -4020,7 +3450,7 @@ MonoBehaviour: basePosition: {x: -0.11063229, y: -0.005280541, z: 0.020435156} toBoneRotation: {x: -0.008087434, y: 0.001057338, z: -0.024351947, w: 0.99967015} bone: - transform: {fileID: 8272791933558732505} + transform: {fileID: 0} length: 0.04912074 jointLimitations: 0 maxAngle: 0 @@ -4041,7 +3471,7 @@ MonoBehaviour: basePosition: {x: -0.03181219, y: 0.000000007945346, z: 0.0000000391301} toBoneRotation: {x: -0.008021276, y: -0.0022220667, z: -0.03108292, w: 0.99948215} bone: - transform: {fileID: 8273282298624040381} + transform: {fileID: 0} length: 0.02784785 jointLimitations: 0 maxAngle: 0 @@ -4062,7 +3492,7 @@ MonoBehaviour: basePosition: {x: -0.020972619, y: 0.000000031586296, z: 0.000000031773837} toBoneRotation: {x: -0.008072178, y: -0.0017429828, z: -0.0537865, w: 0.9985183} bone: - transform: {fileID: 8272963458839810917} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -4083,7 +3513,7 @@ MonoBehaviour: basePosition: {x: -0.109023385, y: -0.000000021798769, z: -0.000000044412445} toBoneRotation: {x: -0.008072223, y: 0.0011886253, z: -0.034013405, w: 0.9993881} bone: - transform: {fileID: 8272808454837692381} + transform: {fileID: 0} length: 0.053606123 jointLimitations: 0 maxAngle: 0 @@ -4104,7 +3534,7 @@ MonoBehaviour: basePosition: {x: -0.039195392, y: 0.0000000031141099, z: 0.000000044878107} toBoneRotation: {x: -0.007958614, y: -0.0024350763, z: -0.03851963, w: 0.9992232} bone: - transform: {fileID: 8273191922203595819} + transform: {fileID: 0} length: 0.033593606 jointLimitations: 0 maxAngle: 0 @@ -4125,7 +3555,7 @@ MonoBehaviour: basePosition: {x: -0.027933791, y: 0.00000003290188, z: 0.000000039216047} toBoneRotation: {x: -0.008037644, y: -0.00044730448, z: -0.05128425, w: 0.9986516} bone: - transform: {fileID: 8273013534181047161} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -4146,7 +3576,7 @@ MonoBehaviour: basePosition: {x: -0.10469905, y: -0.003332876, z: -0.02317215} toBoneRotation: {x: -0.008229915, y: -0.0005638827, z: -0.038266003, w: 0.99923354} bone: - transform: {fileID: 8273127613248797523} + transform: {fileID: 0} length: 0.046718832 jointLimitations: 0 maxAngle: 0 @@ -4168,7 +3598,7 @@ MonoBehaviour: basePosition: {x: -0.034748577, y: 0.000000013533281, z: 0.000000019106665} toBoneRotation: {x: -0.008228454, y: -0.0005857569, z: -0.035889264, w: 0.99932176} bone: - transform: {fileID: 8273017846905771435} + transform: {fileID: 0} length: 0.032411408 jointLimitations: 0 maxAngle: 0 @@ -4189,7 +3619,7 @@ MonoBehaviour: basePosition: {x: -0.021958793, y: 0.0000000024233486, z: 0.000000054079365} toBoneRotation: {x: -0.008262998, y: 0.0008373314, z: -0.051333208, w: 0.9986471} bone: - transform: {fileID: 8272715144753239557} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -4210,7 +3640,7 @@ MonoBehaviour: basePosition: {x: -0.10166924, y: -0.0052805482, z: -0.04411999} toBoneRotation: {x: -0.0083035035, y: -0.0016555703, z: -0.02734866, w: 0.9995901} bone: - transform: {fileID: 8273192117673865689} + transform: {fileID: 0} length: 0.03741744 jointLimitations: 0 maxAngle: 0 @@ -4231,7 +3661,7 @@ MonoBehaviour: basePosition: {x: -0.029196521, y: -0.00000001839362, z: -0.00000003594323} toBoneRotation: {x: -0.008384141, y: 0.002197958, z: -0.03768576, w: 0.999252} bone: - transform: {fileID: 8273604950988958083} + transform: {fileID: 0} length: 0.023639701 jointLimitations: 0 maxAngle: 0 @@ -4252,7 +3682,7 @@ MonoBehaviour: basePosition: {x: -0.013552994, y: -0.000000018131686, z: 0.0000000046262745} toBoneRotation: {x: -0.008280925, y: -0.000713209, z: -0.052057996, w: 0.9986095} bone: - transform: {fileID: 8273402679610707809} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -4308,7 +3738,7 @@ MonoBehaviour: basePosition: {x: -0.0195459, y: 0.28317055, z: 0.052202977} toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} bone: - transform: {fileID: 8272777609049424109} + transform: {fileID: 0} length: 0.15648837 jointLimitations: 1 maxAngle: 30 @@ -4329,7 +3759,7 @@ MonoBehaviour: basePosition: {x: -0.17596605, y: 0.000000013154931, z: -0.0000000144355} toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} bone: - transform: {fileID: 8272950853325955353} + transform: {fileID: 0} length: 0.25876033 jointLimitations: 0 maxAngle: 120 @@ -4351,7 +3781,7 @@ MonoBehaviour: basePosition: {x: -0.20965345, y: -0.00000002561137, z: 0.000000029220246} toBoneRotation: {x: 6.661338e-16, y: -0, z: 0, w: 1} bone: - transform: {fileID: 8273059411016238671} + transform: {fileID: 0} length: 0.28402025 jointLimitations: 0 maxAngle: 130 @@ -4372,7 +3802,7 @@ MonoBehaviour: basePosition: {x: 0, y: 0, z: 0} toBoneRotation: {x: -0.00976131, y: -0.061932433, z: 0.02574325, w: 0.9977005} bone: - transform: {fileID: 8273060504760861311} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 100 @@ -4446,7 +3876,7 @@ MonoBehaviour: - Always fromEventLabel: grabbedObject events: [] - handPalm: {fileID: 1719757409034399663} + handPalm: {fileID: 0} handRigidbody: {fileID: 0} handPhysics: {fileID: 0} grabbedChanged: 0 @@ -5803,7 +5233,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8520950601248945736} - m_LocalRotation: {x: 0.020767761, y: 0.0000067137726, z: 0.004095184, w: -0.999776} + m_LocalRotation: {x: 0.020767761, y: 0.0000067159554, z: 0.004095184, w: -0.999776} m_LocalPosition: {x: -0.0000000018626451, y: -0.46714398, z: -0.000000013038516} m_LocalScale: {x: 1, y: 0.99999994, z: 1} m_Children: @@ -5859,7 +5289,7 @@ MonoBehaviour: 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: 8273612800856084485} + transform: {fileID: 0} length: 0.4569167 jointLimitations: 0 maxAngle: 0 @@ -5880,7 +5310,7 @@ MonoBehaviour: basePosition: {x: 0, y: -0.49770975, z: 0.000000033527613} toBoneRotation: {x: -0.0026854707, y: 0.000012755842, z: 0.0047498452, w: 0.9999851} bone: - transform: {fileID: 8273612362326131905} + transform: {fileID: 0} length: 0.46714398 jointLimitations: 0 maxAngle: 0 @@ -5901,7 +5331,7 @@ MonoBehaviour: basePosition: {x: 0.06642776, y: 0.089666486, z: -0.128434} toBoneRotation: {x: 0, y: 0, z: -0.00000000818479, w: 1} bone: - transform: {fileID: 8273053091976357227} + transform: {fileID: 0} length: 0.14564736 jointLimitations: 0 maxAngle: 0 @@ -5918,11 +5348,11 @@ MonoBehaviour: target: length: 0 transform: {fileID: 6384243072889662843} - baseRotation: {x: 2.115632e-18, y: -7.275969e-12, z: 0.000000008381947, w: 1.0000002} + baseRotation: {x: 2.0411606e-17, y: -7.275969e-12, z: 0.000000008381947, w: 1.0000002} basePosition: {x: 0.005015458, y: -0.07128226, z: 0.11779303} toBoneRotation: {x: 0, y: 0, z: -1.7763568e-15, w: 1} bone: - transform: {fileID: 8272998914699055597} + transform: {fileID: 0} length: 0.02 jointLimitations: 0 maxAngle: 0 @@ -6112,36 +5542,6 @@ Transform: m_Father: {fileID: 8467765973942035875} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &9122858619802076800 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1170841496830051740} - 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 &1170841496830051740 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9122858619802076800} - 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: 8273508529560231609} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &9151513446690494071 GameObject: m_ObjectHideFlags: 0 @@ -6203,1086 +5603,78 @@ Transform: m_Father: {fileID: 173989879821802103} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1001 &8277333358487199571 +--- !u!1001 &7964632619259579814 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 4968286101144654} m_Modifications: - - target: {fileID: 1687898318833826, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_Name - value: EmptyCharacter - objectReference: {fileID: 0} - - target: {fileID: 4020857003718316, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: 0.99999857 - objectReference: {fileID: 0} - - target: {fileID: 4020857003718316, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.0017061867 - objectReference: {fileID: 0} - - target: {fileID: 4020857003718316, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.00029907556 - objectReference: {fileID: 0} - - target: {fileID: 4020857003718316, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.0000005104936 - objectReference: {fileID: 0} - - target: {fileID: 4044276183876396, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 9.3132246e-10 - objectReference: {fileID: 0} - - target: {fileID: 4044276183876396, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.0000000014370618 - objectReference: {fileID: 0} - - target: {fileID: 4044276183876396, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.000000043539774 - objectReference: {fileID: 0} - - target: {fileID: 4049969287411434, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 2.7755566e-17 - objectReference: {fileID: 0} - - target: {fileID: 4049969287411434, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.000000005384207 - objectReference: {fileID: 0} - - target: {fileID: 4049969287411434, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.000000010317191 - objectReference: {fileID: 0} - - target: {fileID: 4051421714285294, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 9.0155705e-17 - objectReference: {fileID: 0} - - target: {fileID: 4051421714285294, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.000000001704208 - objectReference: {fileID: 0} - - target: {fileID: 4051421714285294, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.00000008937369 - objectReference: {fileID: 0} - - target: {fileID: 4111323599385598, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -9.3132224e-10 - objectReference: {fileID: 0} - - target: {fileID: 4111323599385598, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.0000000062427694 - objectReference: {fileID: 0} - - target: {fileID: 4111323599385598, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.0000000018169424 - objectReference: {fileID: 0} - - target: {fileID: 4141517989867146, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -4.6566123e-10 - objectReference: {fileID: 0} - - target: {fileID: 4141517989867146, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000029324094 - objectReference: {fileID: 0} - - target: {fileID: 4141517989867146, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000002686787 - objectReference: {fileID: 0} - - target: {fileID: 4141782078933880, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 9.313224e-10 - objectReference: {fileID: 0} - - target: {fileID: 4141782078933880, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.000000010328317 - objectReference: {fileID: 0} - - target: {fileID: 4141782078933880, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000003610996 - objectReference: {fileID: 0} - - target: {fileID: 4143409446020670, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.x - value: 1.1879503e-16 - objectReference: {fileID: 0} - - target: {fileID: 4143409446020670, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.y - value: 0.12070156 - objectReference: {fileID: 0} - - target: {fileID: 4143409446020670, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4143409446020670, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -2.3665827e-30 - objectReference: {fileID: 0} - - target: {fileID: 4143409446020670, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -1.8079308e-15 - objectReference: {fileID: 0} - - target: {fileID: 4181504975483354, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.x - value: 6.4416877e-15 - objectReference: {fileID: 0} - - target: {fileID: 4181504975483354, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4181504975483354, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 8.609195e-15 - objectReference: {fileID: 0} - - target: {fileID: 4182831468102996, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 9.313227e-10 - objectReference: {fileID: 0} - - target: {fileID: 4182831468102996, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000012805681 - objectReference: {fileID: 0} - - target: {fileID: 4182831468102996, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.00000006958018 - objectReference: {fileID: 0} - - target: {fileID: 4185642012009948, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -2.806284e-25 - objectReference: {fileID: 0} - - target: {fileID: 4185642012009948, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -6.026436e-16 - objectReference: {fileID: 0} - - target: {fileID: 4190442107530260, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -4.6566123e-10 - objectReference: {fileID: 0} - - target: {fileID: 4190442107530260, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000026921037 - objectReference: {fileID: 0} - - target: {fileID: 4190442107530260, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.0000000017516864 - objectReference: {fileID: 0} - - target: {fileID: 4198118768489570, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 6.938894e-18 - objectReference: {fileID: 0} - - target: {fileID: 4198118768489570, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -2.182787e-10 - objectReference: {fileID: 0} - - target: {fileID: 4198118768489570, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.0000000018668513 - objectReference: {fileID: 0} - - target: {fileID: 4208306150548480, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 6.938894e-18 - objectReference: {fileID: 0} - - target: {fileID: 4208306150548480, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000029819591 - objectReference: {fileID: 0} - - target: {fileID: 4208306150548480, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.0000000010276726 - objectReference: {fileID: 0} - - target: {fileID: 4284033142102930, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: 0.99917144 - objectReference: {fileID: 0} - - target: {fileID: 4284033142102930, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.036559694 - objectReference: {fileID: 0} - - target: {fileID: 4284033142102930, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0003069177 - objectReference: {fileID: 0} - - target: {fileID: 4284033142102930, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.01788163 - objectReference: {fileID: 0} - - target: {fileID: 4284520946962660, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.0000000013969835 - objectReference: {fileID: 0} - - target: {fileID: 4284520946962660, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000030267977 - objectReference: {fileID: 0} - - target: {fileID: 4284520946962660, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.000000011623226 - objectReference: {fileID: 0} - - target: {fileID: 4285708893687638, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: -0.99978817 - objectReference: {fileID: 0} - - target: {fileID: 4285708893687638, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.018480463 - objectReference: {fileID: 0} - - target: {fileID: 4285708893687638, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.00039695128 - objectReference: {fileID: 0} - - target: {fileID: 4285708893687638, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.009049992 - objectReference: {fileID: 0} - - target: {fileID: 4293642491721424, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.0000000023283064 - objectReference: {fileID: 0} - - target: {fileID: 4293642491721424, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.0000000020355801 - objectReference: {fileID: 0} - - target: {fileID: 4293642491721424, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.0000000074275093 - objectReference: {fileID: 0} - - target: {fileID: 4353235304731280, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4353235304731280, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -8.945803e-10 - objectReference: {fileID: 0} - - target: {fileID: 4353235304731280, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000026287296 - objectReference: {fileID: 0} - - target: {fileID: 4388123769618922, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.x - value: 0.28401998 - objectReference: {fileID: 0} - - target: {fileID: 4388123769618922, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.y - value: 0.00000001178995 - objectReference: {fileID: 0} - - target: {fileID: 4388123769618922, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.z - value: -2.7434366e-10 - objectReference: {fileID: 0} - - target: {fileID: 4388123769618922, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: 0.9999791 - objectReference: {fileID: 0} - - target: {fileID: 4388123769618922, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -0.0064661233 - objectReference: {fileID: 0} - - target: {fileID: 4388123769618922, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0002245451 - objectReference: {fileID: 0} - - target: {fileID: 4388123769618922, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.00000066159856 - objectReference: {fileID: 0} - - target: {fileID: 4429971395333998, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -4.6566112e-10 - objectReference: {fileID: 0} - - target: {fileID: 4429971395333998, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000037661922 - objectReference: {fileID: 0} - - target: {fileID: 4429971395333998, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -1.653415e-10 - objectReference: {fileID: 0} - - target: {fileID: 4496119973859378, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -0.0000000023283064 - objectReference: {fileID: 0} - - target: {fileID: 4496119973859378, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.00000000189727 - objectReference: {fileID: 0} - - target: {fileID: 4496119973859378, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000007415481 - objectReference: {fileID: 0} - - target: {fileID: 4500357875551362, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -4.6566112e-10 - objectReference: {fileID: 0} - - target: {fileID: 4500357875551362, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.0000000023865132 - objectReference: {fileID: 0} - - target: {fileID: 4500357875551362, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000009785136 - objectReference: {fileID: 0} - - target: {fileID: 4520241488013312, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.0000000013969833 - objectReference: {fileID: 0} - - target: {fileID: 4520241488013312, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000019354047 - objectReference: {fileID: 0} - - target: {fileID: 4520241488013312, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000002700402 - objectReference: {fileID: 0} - - target: {fileID: 4527379878525070, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 6.938894e-18 - objectReference: {fileID: 0} - - target: {fileID: 4527379878525070, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.000000005778957 - objectReference: {fileID: 0} - - target: {fileID: 4527379878525070, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.0000000027182827 - objectReference: {fileID: 0} - - target: {fileID: 4539672956612472, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: 0.99998873 - objectReference: {fileID: 0} - - target: {fileID: 4539672956612472, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.0047599766 - objectReference: {fileID: 0} - - target: {fileID: 4539672956612472, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.00007447348 - objectReference: {fileID: 0} - - target: {fileID: 4539672956612472, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.0000003865656 - objectReference: {fileID: 0} - - target: {fileID: 4541786926279050, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 6.938894e-18 - objectReference: {fileID: 0} - - target: {fileID: 4541786926279050, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 9.222667e-10 - objectReference: {fileID: 0} - - target: {fileID: 4541786926279050, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.0000000045354374 - objectReference: {fileID: 0} - - target: {fileID: 4558240690773950, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4558240690773950, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -5.916457e-31 - objectReference: {fileID: 0} - - target: {fileID: 4558240690773950, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -4.486382e-16 - objectReference: {fileID: 0} - - target: {fileID: 4594412105052764, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: 0.99917144 - objectReference: {fileID: 0} - - target: {fileID: 4594412105052764, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.036559694 - objectReference: {fileID: 0} - - target: {fileID: 4594412105052764, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.0003069177 - objectReference: {fileID: 0} - - target: {fileID: 4594412105052764, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.01788163 - objectReference: {fileID: 0} - - target: {fileID: 4614227722333004, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.x - value: 0.0044376245 - objectReference: {fileID: 0} - - target: {fileID: 4614227722333004, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.z - value: -0.0025090203 - objectReference: {fileID: 0} - - target: {fileID: 4614227722333004, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: -0.99979734 - objectReference: {fileID: 0} - - target: {fileID: 4614227722333004, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.01808248 - objectReference: {fileID: 0} - - target: {fileID: 4614227722333004, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.000090173526 - objectReference: {fileID: 0} - - target: {fileID: 4614227722333004, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.008844197 - objectReference: {fileID: 0} - - target: {fileID: 4618234235717974, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -9.3132235e-10 - objectReference: {fileID: 0} - - target: {fileID: 4618234235717974, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000018114572 - objectReference: {fileID: 0} - - target: {fileID: 4618234235717974, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 3.799804e-11 - objectReference: {fileID: 0} - - target: {fileID: 4643022250758746, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.x - value: -3.1183266e-16 - objectReference: {fileID: 0} - - target: {fileID: 4643022250758746, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.y - value: 0.10004067 - objectReference: {fileID: 0} - - target: {fileID: 4643022250758746, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.z - value: 1e-45 - objectReference: {fileID: 0} - - target: {fileID: 4643022250758746, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 1e-45 - objectReference: {fileID: 0} - - target: {fileID: 4643022250758746, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -3.7470893e-30 - objectReference: {fileID: 0} - - target: {fileID: 4643022250758746, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -2.5827585e-15 - objectReference: {fileID: 0} - - target: {fileID: 4647155121876880, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -9.3132246e-10 - objectReference: {fileID: 0} - - target: {fileID: 4647155121876880, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000029831415 - objectReference: {fileID: 0} - - target: {fileID: 4647155121876880, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.000000080436706 - objectReference: {fileID: 0} - - target: {fileID: 4657458840255468, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -4.6566118e-10 - objectReference: {fileID: 0} - - target: {fileID: 4657458840255468, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 1.3096721e-10 - objectReference: {fileID: 0} - - target: {fileID: 4657458840255468, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000004963566 - objectReference: {fileID: 0} - - target: {fileID: 4703656715930640, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -1.6837696e-24 - objectReference: {fileID: 0} - - target: {fileID: 4703656715930640, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -3.6158617e-15 - objectReference: {fileID: 0} - - target: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} + - target: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} propertyPath: m_RootOrder value: 2 objectReference: {fileID: 0} - - target: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} + - target: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} + - target: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} + - target: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} + - target: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - - target: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} + - target: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} + - target: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} + - target: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} + - target: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} + - target: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} + - target: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 4755313617476360, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.0000000013969835 - objectReference: {fileID: 0} - - target: {fileID: 4755313617476360, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000035070107 - objectReference: {fileID: 0} - - target: {fileID: 4755313617476360, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.0000000012297504 - objectReference: {fileID: 0} - - target: {fileID: 4826023243270814, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 4.6566112e-10 - objectReference: {fileID: 0} - - target: {fileID: 4826023243270814, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000020954751 - objectReference: {fileID: 0} - - target: {fileID: 4826023243270814, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 2.4056127e-10 - objectReference: {fileID: 0} - - target: {fileID: 4836098136808748, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.y - value: 0.000000026206243 - objectReference: {fileID: 0} - - target: {fileID: 4836098136808748, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.z - value: -0.0000000011155001 - objectReference: {fileID: 0} - - target: {fileID: 4836098136808748, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: 0.99997914 - objectReference: {fileID: 0} - - target: {fileID: 4836098136808748, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -0.006464377 - objectReference: {fileID: 0} - - target: {fileID: 4836098136808748, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.000000035969304 - objectReference: {fileID: 0} - - target: {fileID: 4836098136808748, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.000000020874053 - objectReference: {fileID: 0} - - target: {fileID: 4836652144944730, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -4.6566112e-10 - objectReference: {fileID: 0} - - target: {fileID: 4836652144944730, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.000000005602485 - objectReference: {fileID: 0} - - target: {fileID: 4836652144944730, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.0000000036818606 - objectReference: {fileID: 0} - - target: {fileID: 4839389822556444, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: 0.99999857 - objectReference: {fileID: 0} - - target: {fileID: 4839389822556444, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.0016894024 - objectReference: {fileID: 0} - - target: {fileID: 4839389822556444, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.000000042146265 - objectReference: {fileID: 0} - - target: {fileID: 4839389822556444, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -2.946854e-10 - objectReference: {fileID: 0} - - target: {fileID: 4845693691525688, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.x - value: -0.0044376245 - objectReference: {fileID: 0} - - target: {fileID: 4845693691525688, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalPosition.z - value: -0.0025090203 - objectReference: {fileID: 0} - - target: {fileID: 4845693691525688, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: -0.99979734 - objectReference: {fileID: 0} - - target: {fileID: 4845693691525688, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.01808248 - objectReference: {fileID: 0} - - target: {fileID: 4845693691525688, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.000090173526 - objectReference: {fileID: 0} - - target: {fileID: 4845693691525688, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.008844197 - objectReference: {fileID: 0} - - target: {fileID: 4853197623524236, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: -0.99978817 - objectReference: {fileID: 0} - - target: {fileID: 4853197623524236, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.018480463 - objectReference: {fileID: 0} - - target: {fileID: 4853197623524236, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.00039695128 - objectReference: {fileID: 0} - - target: {fileID: 4853197623524236, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.009049992 - objectReference: {fileID: 0} - - target: {fileID: 4864647067298810, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 4.6566118e-10 - objectReference: {fileID: 0} - - target: {fileID: 4864647067298810, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.0000000031141092 - objectReference: {fileID: 0} - - target: {fileID: 4864647067298810, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.0000000058437295 - objectReference: {fileID: 0} - - target: {fileID: 4880954805439224, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 4.6566118e-10 - objectReference: {fileID: 0} - - target: {fileID: 4880954805439224, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.0000000010887113 - objectReference: {fileID: 0} - - target: {fileID: 4880954805439224, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000003711957 - objectReference: {fileID: 0} - - target: {fileID: 4885334286591018, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.0000000018626449 - objectReference: {fileID: 0} - - target: {fileID: 4885334286591018, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.0000000019592077 - objectReference: {fileID: 0} - - target: {fileID: 4885334286591018, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.0000000044240087 - objectReference: {fileID: 0} - - target: {fileID: 4897756725022398, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4897756725022398, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -5.0931707e-11 - objectReference: {fileID: 0} - - target: {fileID: 4897756725022398, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.0000000072675452 - objectReference: {fileID: 0} - - target: {fileID: 4933210508217398, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 2.373203e-17 - objectReference: {fileID: 0} - - target: {fileID: 4933210508217398, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.000000003218989 - objectReference: {fileID: 0} - - target: {fileID: 4933210508217398, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000094941484 - objectReference: {fileID: 0} - - target: {fileID: 4945798737231434, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.w - value: 0.9999886 - objectReference: {fileID: 0} - - target: {fileID: 4945798737231434, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: 0.0047750054 - objectReference: {fileID: 0} - - target: {fileID: 4945798737231434, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 0.000000042146848 - objectReference: {fileID: 0} - - target: {fileID: 4945798737231434, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -1.6464007e-10 - objectReference: {fileID: 0} - - target: {fileID: 4970408688845060, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -0.0000000018626443 - objectReference: {fileID: 0} - - target: {fileID: 4970408688845060, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -0.000000008367349 - objectReference: {fileID: 0} - - target: {fileID: 4970408688845060, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: 0.000000010722483 - objectReference: {fileID: 0} - - target: {fileID: 4981416426651850, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4981416426651850, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: -7.888609e-31 - objectReference: {fileID: 0} - - target: {fileID: 4981416426651850, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -4.486022e-16 - objectReference: {fileID: 0} - - target: {fileID: 4983645719502506, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 4983645719502506, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.y - value: 5.0931707e-11 - objectReference: {fileID: 0} - - target: {fileID: 4983645719502506, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} - propertyPath: m_LocalRotation.z - value: -0.0000000072675452 + - target: {fileID: 7338513305112455146, guid: 86f7ba3098b1d6d4f846836e83c3cb42, + type: 3} + propertyPath: m_Name + value: MakeHuman_simple_TP objectReference: {fileID: 0} m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 7754bb471c5918f4da4a9cd4289ffd51, type: 3} ---- !u!4 &8272719199627097119 stripped + m_SourcePrefab: {fileID: 100100000, guid: 86f7ba3098b1d6d4f846836e83c3cb42, type: 3} +--- !u!4 &819564781098235500 stripped Transform: - m_CorrespondingSourceObject: {fileID: 4614227722333004, guid: 7754bb471c5918f4da4a9cd4289ffd51, + m_CorrespondingSourceObject: {fileID: 7338513305112361930, guid: 86f7ba3098b1d6d4f846836e83c3cb42, type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272912734686986745 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4983645719502506, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273612800856084485 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4285708893687638, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273612362326131905 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4284033142102930, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273053091976357227 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4845693691525688, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272998914699055597 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4897756725022398, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272632196195160899 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4703656715930640, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273147717590891151 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4185642012009948, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272777609049424109 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4558240690773950, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272950853325955353 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4945798737231434, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273059411016238671 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4839389822556444, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273060504760861311 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4836098136808748, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272791933558732505 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4541786926279050, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273282298624040381 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4051421714285294, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272963458839810917 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4933210508217398, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273192117673865689 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4141517989867146, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273604950988958083 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4293642491721424, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273402679610707809 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4496119973859378, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272808454837692381 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4527379878525070, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273191922203595819 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4141782078933880, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273013534181047161 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4885334286591018, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273127613248797523 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4208306150548480, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272589142303956957 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4746777317671054, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272715144753239557 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4618234235717974, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273545633066421699 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4353235304731280, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273468605035483197 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4429971395333998, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273289446477962367 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4044276183876396, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!95 &8325545933222834749 stripped -Animator: - m_CorrespondingSourceObject: {fileID: 95905176592788846, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273154141877857929 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4181504975483354, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273190293716515181 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4143409446020670, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272690407233424649 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4643022250758746, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272914912566058905 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4981416426651850, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272793774714220587 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4539672956612472, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273312794661153279 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4020857003718316, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273508529560231609 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4388123769618922, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273135601632766769 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4198118768489570, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272578406817317979 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4755313617476360, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273031750506624169 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4864647067298810, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273398219398321105 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4500357875551362, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273285935196858809 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4049969287411434, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272925989015084631 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4970408688845060, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273060002208332041 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4836652144944730, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273150546606627335 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4182831468102996, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272686203575185603 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4647155121876880, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272678460642845887 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4657458840255468, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273612150586298295 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4284520946962660, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273145478503969607 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4190442107530260, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273072845031544269 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4826023243270814, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273224594910637229 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4111323599385598, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272815609292519251 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4520241488013312, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273045585800537311 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4853197623524236, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8272738966963744015 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4594412105052764, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} - m_PrefabAsset: {fileID: 0} ---- !u!4 &8273017846905771435 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 4880954805439224, guid: 7754bb471c5918f4da4a9cd4289ffd51, - type: 3} - m_PrefabInstance: {fileID: 8277333358487199571} + m_PrefabInstance: {fileID: 7964632619259579814} m_PrefabAsset: {fileID: 0} diff --git a/Samples.meta b/Samples.meta new file mode 100644 index 0000000..a1fabf7 --- /dev/null +++ b/Samples.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 31905e5b2805d2e42a3349be1b860d55 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: