This commit is contained in:
Xaver Drabik 2024-12-25 10:02:57 +01:00
parent 2616e84b74
commit 4e086b3383
18 changed files with 1640 additions and 745 deletions

BIN
Blender/player.blend (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
Blender/playerWithRobe.blend (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
Blender/playerWithRobe.fbx (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 75792a9f1e3eeb34ab5f80c334c9a0eb
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,136 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-1217659208212901970
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 9
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Robe
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap:
RenderType: Opaque
disabledShaderPasses:
- MOTIONVECTORS
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BaseMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SpecGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_Lightmaps:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_LightmapsInd:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_ShadowMasks:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AddPrecomputedVelocity: 0
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _Cull: 2
- _Cutoff: 0.5
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _DstBlendAlpha: 0
- _EnvironmentReflections: 1
- _GlossMapScale: 0
- _Glossiness: 0
- _GlossyReflections: 0
- _Metallic: 0
- _OcclusionStrength: 1
- _Parallax: 0.005
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0.289
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _WorkflowMode: 1
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 1, g: 0.52006483, b: 0, a: 1}
- _Color: {r: 1, g: 0.52006483, b: 0, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
m_AllowLocking: 1

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 2687d8e4b47a2424eba241b29b89b9fb
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,136 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-804592294078318126
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 9
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Skin
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap:
RenderType: Opaque
disabledShaderPasses:
- MOTIONVECTORS
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BaseMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SpecGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_Lightmaps:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_LightmapsInd:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_ShadowMasks:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AddPrecomputedVelocity: 0
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _Cull: 2
- _Cutoff: 0.5
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _DstBlendAlpha: 0
- _EnvironmentReflections: 1
- _GlossMapScale: 0
- _Glossiness: 0
- _GlossyReflections: 0
- _Metallic: 0
- _OcclusionStrength: 1
- _Parallax: 0.005
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0.103
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _WorkflowMode: 1
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 0.8490566, g: 0.7471698, b: 0.6367924, a: 1}
- _Color: {r: 0.8490566, g: 0.7471698, b: 0.6367924, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
m_AllowLocking: 1

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a9e6f83c7e41dc847831d535f256f84a
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -396,219 +396,224 @@ ModelImporter:
length: 0
modified: 0
skeleton:
- name: playerGameReady(Clone)
- name: playerWithRobe(Clone)
parentName:
position: {x: 0, y: 0, z: 0}
rotation: {x: 0, y: 0, z: 0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Cylinder.001
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: player
parentName: playerGameReady(Clone)
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067}
scale: {x: 0.01, y: 0.01, z: 0.01}
- name: mixamorig:Hips
parentName: playerGameReady(Clone)
position: {x: 0.000021686652, y: 1.0275356, z: 0.0032208462}
rotation: {x: -0.0000018243279, y: 0.0000040193772, z: -0.00015549634, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftUpLeg
parentName: mixamorig:Hips
position: {x: -0.1113562, y: -0.064606324, z: -0.0036625576}
rotation: {x: 0.0032574157, y: 0.0058534653, z: 0.9999302, w: 0.009735421}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftLeg
parentName: mixamorig:LeftUpLeg
position: {x: 7.456636e-10, y: 0.45219654, z: -0.0000000013760373}
rotation: {x: -0.046279386, y: 0.00018412813, z: 0.021042882, w: 0.9987069}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftFoot
parentName: mixamorig:LeftLeg
position: {x: -2.5153968e-10, y: 0.40937126, z: -3.154395e-10}
rotation: {x: 0.5129093, y: -0.114428505, z: 0.024009755, w: 0.85044324}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToeBase
parentName: mixamorig:LeftFoot
position: {x: 0.0000000020982638, y: 0.18570466, z: 0.0000000030026994}
rotation: {x: 0.27552256, y: -0.0862926, z: 0.024841432, w: 0.9570914}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToe_End
parentName: mixamorig:LeftToeBase
position: {x: -5.291873e-10, y: 0.07110106, z: 6.8987024e-11}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightUpLeg
parentName: mixamorig:Hips
position: {x: 0.1113562, y: -0.064606324, z: -0.0062763593}
rotation: {x: -0.0030336112, y: 0.004883408, z: 0.99993294, w: -0.010056943}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightLeg
parentName: mixamorig:RightUpLeg
position: {x: -6.840088e-10, y: 0.45190102, z: -8.149878e-10}
rotation: {x: -0.041035227, y: -0.00020498368, z: -0.021020832, w: 0.99893653}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightFoot
parentName: mixamorig:RightLeg
position: {x: -5.514443e-10, y: 0.40932, z: -7.194433e-10}
rotation: {x: 0.5076655, y: 0.11561211, z: -0.024651578, w: 0.8534061}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToeBase
parentName: mixamorig:RightFoot
position: {x: -4.2092202e-10, y: 0.18466018, z: 0.000000004162479}
rotation: {x: 0.2772533, y: 0.08669396, z: -0.025128009, w: 0.9565477}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToe_End
parentName: mixamorig:RightToeBase
position: {x: 4.689882e-10, y: 0.07042477, z: 1.0883596e-10}
rotation: {x: 0, y: -0, z: -0, w: 1}
parentName: playerWithRobe(Clone)
position: {x: -0.00000074121397, y: 0.010041956, z: -0.000048534603}
rotation: {x: 0.00004263872, y: 0.0000027376511, z: 0.00035956717, w: 0.99999994}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine
parentName: mixamorig:Hips
position: {x: -0, y: 0.116342925, z: -0.0024991941}
rotation: {x: -0.010736946, y: -0.0000056889958, z: 0.0001554442, w: 0.99994236}
position: {x: -0, y: 0.001205921, z: -0.000018919276}
rotation: {x: -0.007886238, y: 0.000000082610974, z: -0.00035957756, w: 0.9999689}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine1
parentName: mixamorig:Spine
position: {x: -0, y: 0.13576457, z: 3.0257752e-12}
rotation: {x: 3.900513e-26, y: -5.7272214e-14, z: 6.8104805e-13, w: 1}
position: {x: -0, y: 0.0014070822, z: -5.832646e-13}
rotation: {x: 3.6335556e-26, y: -5.3327334e-14, z: 6.813683e-13, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine2
parentName: mixamorig:Spine1
position: {x: -0, y: 0.15515946, z: -1.0146877e-10}
rotation: {x: -0, y: -6.3108872e-30, z: -6.2122796e-29, w: 1}
position: {x: -0, y: 0.0016080926, z: -3.697493e-13}
rotation: {x: 0, y: 0, z: 4.713444e-29, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftShoulder
parentName: mixamorig:Spine2
position: {x: -0.05850076, y: 0.1484333, z: -0.00043403162}
rotation: {x: 0.5370799, y: -0.45916146, z: 0.5384788, w: 0.45908234}
position: {x: -0.0005821319, y: 0.0015465758, z: -0.000009074969}
rotation: {x: 0.53715974, y: -0.4569746, z: 0.5447298, w: 0.4537654}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftArm
parentName: mixamorig:LeftShoulder
position: {x: 1.7158075e-11, y: 0.12716603, z: -7.018445e-10}
rotation: {x: -0.078420565, y: -0.08712812, z: 0.0060858973, w: 0.99308705}
position: {x: 9.559647e-13, y: 0.0012888379, z: -2.284795e-11}
rotation: {x: -0.08574101, y: -0.061949387, z: -0.00024651346, w: 0.99438965}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftForeArm
parentName: mixamorig:LeftArm
position: {x: -2.8813907e-10, y: 0.25471905, z: -0.0000000013413043}
rotation: {x: 0.00000029753366, y: -0.015883233, z: -0.00000030041852, w: 0.9998739}
position: {x: -1.6379457e-11, y: 0.0025138736, z: -9.649056e-13}
rotation: {x: -0.000000006351988, y: -0.014798084, z: 0.000000008797763, w: 0.9998905}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHand
parentName: mixamorig:LeftForeArm
position: {x: 0.0000000017376792, y: 0.32225528, z: -0.0000000031890919}
rotation: {x: -0.008832178, y: -0.034010984, z: -0.00030094225, w: 0.99938244}
position: {x: -5.765932e-12, y: 0.0032113732, z: -1.2834214e-11}
rotation: {x: -0.002625412, y: -0.07741711, z: -0.00020370878, w: 0.99699533}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex1
parentName: mixamorig:LeftHand
position: {x: -0.0000000012143365, y: 0.076201655, z: 0.0013471016}
rotation: {x: 0.008833719, y: 0.00025668356, z: -0.026234325, w: 0.9996168}
position: {x: -1.1934153e-11, y: 0.0009020444, z: 0.0000047544772}
rotation: {x: 0.0027193788, y: 0.004951852, z: 0.01734639, w: 0.9998336}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex2
parentName: mixamorig:LeftHandIndex1
position: {x: -0.002744251, y: 0.052241433, z: -6.157139e-10}
rotation: {x: 0.00008321186, y: 0.0043378985, z: 0.07160703, w: 0.9974235}
position: {x: 0.000016801363, y: 0.0004843937, z: 3.656564e-12}
rotation: {x: -0.000009550473, y: -0.0007769752, z: -0.022414032, w: 0.99974847}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex3
parentName: mixamorig:LeftHandIndex2
position: {x: 0.004013704, y: 0.044055752, z: 5.630574e-10}
rotation: {x: -0.00013276284, y: -0.0052403025, z: -0.06550097, w: 0.9978388}
position: {x: -0.0000042946886, y: 0.00042209844, z: -2.6126555e-12}
rotation: {x: -0.000071851995, y: 0.0021562115, z: -0.023073638, w: 0.9997315}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex4
parentName: mixamorig:LeftHandIndex3
position: {x: -0.0012694519, y: 0.031521186, z: -1.734078e-10}
position: {x: -0.000012506657, y: 0.00022190937, z: -4.8875953e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb1
parentName: mixamorig:LeftHand
position: {x: 0.033011924, y: 0.04543219, z: 2.9022829e-10}
rotation: {x: -0.0072832657, y: 0.012937716, z: -0.2543989, w: 0.9669854}
position: {x: 0.00034722386, y: 0.00046881416, z: 8.624427e-12}
rotation: {x: -0.034631234, y: 0.024308208, z: -0.3192386, w: 0.9467294}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb2
parentName: mixamorig:LeftHandThumb1
position: {x: 0.0096652545, y: 0.04387549, z: 0.000000001027822}
rotation: {x: 0.00041936827, y: 0.0059657535, z: -0.14606655, w: 0.98925674}
position: {x: 0.000054358374, y: 0.00046354043, z: 1.031311e-11}
rotation: {x: 0.00000046548138, y: 0.0002051378, z: -0.11486625, w: 0.99338096}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb3
parentName: mixamorig:LeftHandThumb2
position: {x: -0.0027367729, y: 0.03577124, z: 3.8011044e-10}
rotation: {x: -0.0026230912, y: 0.014315024, z: -0.1046867, w: 0.9943988}
position: {x: -0.000039119746, y: 0.00034317514, z: -4.296728e-12}
rotation: {x: -0.00023212604, y: 0.0025932312, z: 0.024095733, w: 0.99970627}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb4
parentName: mixamorig:LeftHandThumb3
position: {x: -0.0069284826, y: 0.023547137, z: -2.8903877e-10}
position: {x: -0.000015238594, y: 0.00023302753, z: 1.8108465e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Neck
parentName: mixamorig:Spine2
position: {x: -0, y: 0.17455457, z: -9.899573e-10}
rotation: {x: 0.010738773, y: 4.0188752e-14, z: 2.278185e-13, w: 0.99994236}
position: {x: -0, y: 0.0018091046, z: 4.1326432e-11}
rotation: {x: 0.007843612, y: 4.0848188e-14, z: 2.2770108e-13, w: 0.99996924}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Head
parentName: mixamorig:Neck
position: {x: -0, y: 0.05731598, z: 0.020695915}
rotation: {x: 0, y: 0, z: 8.955611e-31, w: 1}
position: {x: -0, y: 0.0006823974, z: 0.00026199827}
rotation: {x: 0, y: 0, z: 9.429389e-31, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:HeadTop_End
parentName: mixamorig:Head
position: {x: -0, y: 0.21136962, z: 0.076322325}
position: {x: -0, y: 0.0019867232, z: 0.0007627785}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightShoulder
parentName: mixamorig:Spine2
position: {x: 0.05850076, y: 0.14843875, z: -0.0006880939}
rotation: {x: -0.53567314, y: -0.45985708, z: 0.5398422, w: -0.45842794}
position: {x: 0.0005821319, y: 0.0015464203, z: 0.00000083510935}
rotation: {x: 0.54262275, y: 0.45435682, z: -0.5393891, w: 0.45626733}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightArm
parentName: mixamorig:RightShoulder
position: {x: -1.7314133e-11, y: 0.12716603, z: -7.0184e-10}
rotation: {x: -0.07857264, y: 0.08344534, z: -0.0036822367, w: 0.9934031}
position: {x: 1.6905245e-13, y: 0.0012888379, z: -2.2867316e-11}
rotation: {x: -0.08512736, y: 0.08847636, z: -0.010229068, w: 0.9923813}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightForeArm
parentName: mixamorig:RightArm
position: {x: -0.0000000010465089, y: 0.25460654, z: 0.0000000019482285}
rotation: {x: 0.0000004247472, y: 0.016083287, z: 0.00000015498053, w: 0.99987066}
position: {x: 1.375e-11, y: 0.0025251005, z: -7.311956e-12}
rotation: {x: 0.00000017175046, y: 0.0150360735, z: -0.00000027066147, w: 0.999887}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHand
parentName: mixamorig:RightForeArm
position: {x: -8.8198665e-10, y: 0.32234374, z: 0.0000000015774231}
rotation: {x: -0.0063144797, y: 0.052168623, z: 0.00033040394, w: 0.9986183}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex1
parentName: mixamorig:RightHand
position: {x: 1.04281944e-10, y: 0.07448454, z: 0.000941999}
rotation: {x: 0.006338091, y: 0.001640035, z: 0.009156937, w: 0.99993664}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex2
parentName: mixamorig:RightHandIndex1
position: {x: 0.00097469165, y: 0.053293962, z: 1.8854976e-10}
rotation: {x: 0.000011572706, y: -0.0010321873, z: -0.02953127, w: 0.99956334}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex3
parentName: mixamorig:RightHandIndex2
position: {x: -0.0017463354, y: 0.042793393, z: 4.0516268e-10}
rotation: {x: -0.000007732806, y: 0.00086719444, z: 0.032152373, w: 0.99948263}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex4
parentName: mixamorig:RightHandIndex3
position: {x: 0.00077164493, y: 0.03279308, z: -1.3451526e-10}
rotation: {x: 0, y: -0, z: -0, w: 1}
position: {x: -1.656863e-11, y: 0.0032220795, z: -2.0062145e-11}
rotation: {x: -0.0051208627, y: 0.06228483, z: 0.00031971085, w: 0.99804527}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb1
parentName: mixamorig:RightHand
position: {x: -0.03374177, y: 0.041596413, z: -2.5380018e-11}
rotation: {x: -0.018545954, y: -0.011105425, z: 0.27265567, w: 0.9618688}
position: {x: -0.00034796487, y: 0.00047580534, z: 1.8808743e-10}
rotation: {x: -0.028726505, y: -0.015217213, z: 0.28021196, w: 0.95938754}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb2
parentName: mixamorig:RightHandThumb1
position: {x: -0.007133248, y: 0.042250786, z: 4.0649248e-10}
rotation: {x: 0.00028541652, y: -0.006035973, z: 0.11975181, w: 0.9927855}
position: {x: -0.00005313601, y: 0.0004685693, z: 1.0668125e-11}
rotation: {x: 0.000012521058, y: -0.0011099803, z: 0.10135606, w: 0.9948496}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb3
parentName: mixamorig:RightHandThumb2
position: {x: 0.0028193416, y: 0.0386336, z: 0.000000001231114}
rotation: {x: -0.0015122023, y: -0.012832495, z: 0.04447325, w: 0.99892706}
position: {x: 0.000030258052, y: 0.00033481081, z: 4.332586e-12}
rotation: {x: -0.0011719841, y: -0.012332216, z: 0.0046220045, w: 0.9999126}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb4
parentName: mixamorig:RightHandThumb3
position: {x: 0.0043139122, y: 0.026425859, z: 6.2749944e-11}
position: {x: 0.000022877979, y: 0.00022947101, z: 5.27321e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex1
parentName: mixamorig:RightHand
position: {x: 2.2495567e-13, y: 0.0009998318, z: 0.0000102622125}
rotation: {x: 0.0051696543, y: -0.0021919098, z: -0.017537791, w: 0.9998305}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex2
parentName: mixamorig:RightHandIndex1
position: {x: -0.000016606611, y: 0.00047364118, z: 1.0379219e-12}
rotation: {x: -0.000032082324, y: -0.0020853032, z: 0.050511368, w: 0.99872136}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex3
parentName: mixamorig:RightHandIndex2
position: {x: 0.000022472967, y: 0.00033990227, z: 3.120925e-12}
rotation: {x: 0.00004943032, y: 0.0024574134, z: -0.04582864, w: 0.9989463}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex4
parentName: mixamorig:RightHandIndex3
position: {x: -0.0000058663545, y: 0.0002285468, z: -3.4487703e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftUpLeg
parentName: mixamorig:Hips
position: {x: -0.0017404752, y: -0.00066995615, z: 0.00020054552}
rotation: {x: 0.0009943863, y: -0.015432093, z: 0.9993196, w: 0.033484258}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftLeg
parentName: mixamorig:LeftUpLeg
position: {x: -0, y: 0.004337724, z: 2.4201001e-12}
rotation: {x: -0.025235528, y: -0.0033333376, z: 0.067696445, w: 0.9973812}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftFoot
parentName: mixamorig:LeftLeg
position: {x: 2.969774e-11, y: 0.003992245, z: -1.9892818e-13}
rotation: {x: 0.44671547, y: 0.16983464, z: -0.064228706, w: 0.8760572}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToeBase
parentName: mixamorig:LeftFoot
position: {x: 1.5778889e-11, y: 0.0013079267, z: -1.9671579e-11}
rotation: {x: 0.238976, y: -0.10747489, z: 0.026624283, w: 0.96469206}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToe_End
parentName: mixamorig:LeftToeBase
position: {x: -1.5161013e-11, y: 0.0006815049, z: -6.624347e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightUpLeg
parentName: mixamorig:Hips
position: {x: 0.0017404752, y: -0.00066995615, z: -0.00021222972}
rotation: {x: 0.0016031233, y: 0.033316523, z: 0.9989082, w: -0.03270863}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightLeg
parentName: mixamorig:RightUpLeg
position: {x: -0, y: 0.004337847, z: -4.3463596e-12}
rotation: {x: -0.075135715, y: 0.0022070948, z: -0.06728912, w: 0.99489796}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightFoot
parentName: mixamorig:RightLeg
position: {x: -1.0344077e-11, y: 0.0040027783, z: 3.4528695e-12}
rotation: {x: 0.5435383, y: -0.20953795, z: 0.10537259, w: 0.8059508}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToeBase
parentName: mixamorig:RightFoot
position: {x: -3.934728e-12, y: 0.001826441, z: -3.171387e-11}
rotation: {x: 0.13087617, y: 0.017170688, z: 0.12894346, w: 0.98282766}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToe_End
parentName: mixamorig:RightToeBase
position: {x: 3.2820524e-11, y: 0.00071145693, z: 1.0154258e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
armTwist: 0.5
@ -618,12 +623,12 @@ ModelImporter:
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
globalScale: 0.01
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 1
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 6b271a15644d0224794678bb685552f8, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1

View File

@ -410,219 +410,224 @@ ModelImporter:
length: 0
modified: 0
skeleton:
- name: playerGameReady(Clone)
- name: playerWithRobe(Clone)
parentName:
position: {x: 0, y: 0, z: 0}
rotation: {x: 0, y: 0, z: 0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Cylinder.001
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: player
parentName: playerGameReady(Clone)
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067}
scale: {x: 0.01, y: 0.01, z: 0.01}
- name: mixamorig:Hips
parentName: playerGameReady(Clone)
position: {x: 0.000021686652, y: 1.0275356, z: 0.0032208462}
rotation: {x: -0.0000018243279, y: 0.0000040193772, z: -0.00015549634, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftUpLeg
parentName: mixamorig:Hips
position: {x: -0.1113562, y: -0.064606324, z: -0.0036625576}
rotation: {x: 0.0032574157, y: 0.0058534653, z: 0.9999302, w: 0.009735421}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftLeg
parentName: mixamorig:LeftUpLeg
position: {x: 7.456636e-10, y: 0.45219654, z: -0.0000000013760373}
rotation: {x: -0.046279386, y: 0.00018412813, z: 0.021042882, w: 0.9987069}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftFoot
parentName: mixamorig:LeftLeg
position: {x: -2.5153968e-10, y: 0.40937126, z: -3.154395e-10}
rotation: {x: 0.5129093, y: -0.114428505, z: 0.024009755, w: 0.85044324}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToeBase
parentName: mixamorig:LeftFoot
position: {x: 0.0000000020982638, y: 0.18570466, z: 0.0000000030026994}
rotation: {x: 0.27552256, y: -0.0862926, z: 0.024841432, w: 0.9570914}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToe_End
parentName: mixamorig:LeftToeBase
position: {x: -5.291873e-10, y: 0.07110106, z: 6.8987024e-11}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightUpLeg
parentName: mixamorig:Hips
position: {x: 0.1113562, y: -0.064606324, z: -0.0062763593}
rotation: {x: -0.0030336112, y: 0.004883408, z: 0.99993294, w: -0.010056943}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightLeg
parentName: mixamorig:RightUpLeg
position: {x: -6.840088e-10, y: 0.45190102, z: -8.149878e-10}
rotation: {x: -0.041035227, y: -0.00020498368, z: -0.021020832, w: 0.99893653}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightFoot
parentName: mixamorig:RightLeg
position: {x: -5.514443e-10, y: 0.40932, z: -7.194433e-10}
rotation: {x: 0.5076655, y: 0.11561211, z: -0.024651578, w: 0.8534061}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToeBase
parentName: mixamorig:RightFoot
position: {x: -4.2092202e-10, y: 0.18466018, z: 0.000000004162479}
rotation: {x: 0.2772533, y: 0.08669396, z: -0.025128009, w: 0.9565477}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToe_End
parentName: mixamorig:RightToeBase
position: {x: 4.689882e-10, y: 0.07042477, z: 1.0883596e-10}
rotation: {x: 0, y: -0, z: -0, w: 1}
parentName: playerWithRobe(Clone)
position: {x: -0.00000074121397, y: 0.010041956, z: -0.000048534603}
rotation: {x: 0.00004263872, y: 0.0000027376511, z: 0.00035956717, w: 0.99999994}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine
parentName: mixamorig:Hips
position: {x: -0, y: 0.116342925, z: -0.0024991941}
rotation: {x: -0.010736946, y: -0.0000056889958, z: 0.0001554442, w: 0.99994236}
position: {x: -0, y: 0.001205921, z: -0.000018919276}
rotation: {x: -0.007886238, y: 0.000000082610974, z: -0.00035957756, w: 0.9999689}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine1
parentName: mixamorig:Spine
position: {x: -0, y: 0.13576457, z: 3.0257752e-12}
rotation: {x: 3.900513e-26, y: -5.7272214e-14, z: 6.8104805e-13, w: 1}
position: {x: -0, y: 0.0014070822, z: -5.832646e-13}
rotation: {x: 3.6335556e-26, y: -5.3327334e-14, z: 6.813683e-13, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine2
parentName: mixamorig:Spine1
position: {x: -0, y: 0.15515946, z: -1.0146877e-10}
rotation: {x: -0, y: -6.3108872e-30, z: -6.2122796e-29, w: 1}
position: {x: -0, y: 0.0016080926, z: -3.697493e-13}
rotation: {x: 0, y: 0, z: 4.713444e-29, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftShoulder
parentName: mixamorig:Spine2
position: {x: -0.05850076, y: 0.1484333, z: -0.00043403162}
rotation: {x: 0.5370799, y: -0.45916146, z: 0.5384788, w: 0.45908234}
position: {x: -0.0005821319, y: 0.0015465758, z: -0.000009074969}
rotation: {x: 0.53715974, y: -0.4569746, z: 0.5447298, w: 0.4537654}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftArm
parentName: mixamorig:LeftShoulder
position: {x: 1.7158075e-11, y: 0.12716603, z: -7.018445e-10}
rotation: {x: -0.078420565, y: -0.08712812, z: 0.0060858973, w: 0.99308705}
position: {x: 9.559647e-13, y: 0.0012888379, z: -2.284795e-11}
rotation: {x: -0.08574101, y: -0.061949387, z: -0.00024651346, w: 0.99438965}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftForeArm
parentName: mixamorig:LeftArm
position: {x: -2.8813907e-10, y: 0.25471905, z: -0.0000000013413043}
rotation: {x: 0.00000029753366, y: -0.015883233, z: -0.00000030041852, w: 0.9998739}
position: {x: -1.6379457e-11, y: 0.0025138736, z: -9.649056e-13}
rotation: {x: -0.000000006351988, y: -0.014798084, z: 0.000000008797763, w: 0.9998905}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHand
parentName: mixamorig:LeftForeArm
position: {x: 0.0000000017376792, y: 0.32225528, z: -0.0000000031890919}
rotation: {x: -0.008832178, y: -0.034010984, z: -0.00030094225, w: 0.99938244}
position: {x: -5.765932e-12, y: 0.0032113732, z: -1.2834214e-11}
rotation: {x: -0.002625412, y: -0.07741711, z: -0.00020370878, w: 0.99699533}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex1
parentName: mixamorig:LeftHand
position: {x: -0.0000000012143365, y: 0.076201655, z: 0.0013471016}
rotation: {x: 0.008833719, y: 0.00025668356, z: -0.026234325, w: 0.9996168}
position: {x: -1.1934153e-11, y: 0.0009020444, z: 0.0000047544772}
rotation: {x: 0.0027193788, y: 0.004951852, z: 0.01734639, w: 0.9998336}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex2
parentName: mixamorig:LeftHandIndex1
position: {x: -0.002744251, y: 0.052241433, z: -6.157139e-10}
rotation: {x: 0.00008321186, y: 0.0043378985, z: 0.07160703, w: 0.9974235}
position: {x: 0.000016801363, y: 0.0004843937, z: 3.656564e-12}
rotation: {x: -0.000009550473, y: -0.0007769752, z: -0.022414032, w: 0.99974847}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex3
parentName: mixamorig:LeftHandIndex2
position: {x: 0.004013704, y: 0.044055752, z: 5.630574e-10}
rotation: {x: -0.00013276284, y: -0.0052403025, z: -0.06550097, w: 0.9978388}
position: {x: -0.0000042946886, y: 0.00042209844, z: -2.6126555e-12}
rotation: {x: -0.000071851995, y: 0.0021562115, z: -0.023073638, w: 0.9997315}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex4
parentName: mixamorig:LeftHandIndex3
position: {x: -0.0012694519, y: 0.031521186, z: -1.734078e-10}
position: {x: -0.000012506657, y: 0.00022190937, z: -4.8875953e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb1
parentName: mixamorig:LeftHand
position: {x: 0.033011924, y: 0.04543219, z: 2.9022829e-10}
rotation: {x: -0.0072832657, y: 0.012937716, z: -0.2543989, w: 0.9669854}
position: {x: 0.00034722386, y: 0.00046881416, z: 8.624427e-12}
rotation: {x: -0.034631234, y: 0.024308208, z: -0.3192386, w: 0.9467294}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb2
parentName: mixamorig:LeftHandThumb1
position: {x: 0.0096652545, y: 0.04387549, z: 0.000000001027822}
rotation: {x: 0.00041936827, y: 0.0059657535, z: -0.14606655, w: 0.98925674}
position: {x: 0.000054358374, y: 0.00046354043, z: 1.031311e-11}
rotation: {x: 0.00000046548138, y: 0.0002051378, z: -0.11486625, w: 0.99338096}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb3
parentName: mixamorig:LeftHandThumb2
position: {x: -0.0027367729, y: 0.03577124, z: 3.8011044e-10}
rotation: {x: -0.0026230912, y: 0.014315024, z: -0.1046867, w: 0.9943988}
position: {x: -0.000039119746, y: 0.00034317514, z: -4.296728e-12}
rotation: {x: -0.00023212604, y: 0.0025932312, z: 0.024095733, w: 0.99970627}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb4
parentName: mixamorig:LeftHandThumb3
position: {x: -0.0069284826, y: 0.023547137, z: -2.8903877e-10}
position: {x: -0.000015238594, y: 0.00023302753, z: 1.8108465e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Neck
parentName: mixamorig:Spine2
position: {x: -0, y: 0.17455457, z: -9.899573e-10}
rotation: {x: 0.010738773, y: 4.0188752e-14, z: 2.278185e-13, w: 0.99994236}
position: {x: -0, y: 0.0018091046, z: 4.1326432e-11}
rotation: {x: 0.007843612, y: 4.0848188e-14, z: 2.2770108e-13, w: 0.99996924}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Head
parentName: mixamorig:Neck
position: {x: -0, y: 0.05731598, z: 0.020695915}
rotation: {x: 0, y: 0, z: 8.955611e-31, w: 1}
position: {x: -0, y: 0.0006823974, z: 0.00026199827}
rotation: {x: 0, y: 0, z: 9.429389e-31, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:HeadTop_End
parentName: mixamorig:Head
position: {x: -0, y: 0.21136962, z: 0.076322325}
position: {x: -0, y: 0.0019867232, z: 0.0007627785}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightShoulder
parentName: mixamorig:Spine2
position: {x: 0.05850076, y: 0.14843875, z: -0.0006880939}
rotation: {x: -0.53567314, y: -0.45985708, z: 0.5398422, w: -0.45842794}
position: {x: 0.0005821319, y: 0.0015464203, z: 0.00000083510935}
rotation: {x: 0.54262275, y: 0.45435682, z: -0.5393891, w: 0.45626733}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightArm
parentName: mixamorig:RightShoulder
position: {x: -1.7314133e-11, y: 0.12716603, z: -7.0184e-10}
rotation: {x: -0.07857264, y: 0.08344534, z: -0.0036822367, w: 0.9934031}
position: {x: 1.6905245e-13, y: 0.0012888379, z: -2.2867316e-11}
rotation: {x: -0.08512736, y: 0.08847636, z: -0.010229068, w: 0.9923813}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightForeArm
parentName: mixamorig:RightArm
position: {x: -0.0000000010465089, y: 0.25460654, z: 0.0000000019482285}
rotation: {x: 0.0000004247472, y: 0.016083287, z: 0.00000015498053, w: 0.99987066}
position: {x: 1.375e-11, y: 0.0025251005, z: -7.311956e-12}
rotation: {x: 0.00000017175046, y: 0.0150360735, z: -0.00000027066147, w: 0.999887}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHand
parentName: mixamorig:RightForeArm
position: {x: -8.8198665e-10, y: 0.32234374, z: 0.0000000015774231}
rotation: {x: -0.0063144797, y: 0.052168623, z: 0.00033040394, w: 0.9986183}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex1
parentName: mixamorig:RightHand
position: {x: 1.04281944e-10, y: 0.07448454, z: 0.000941999}
rotation: {x: 0.006338091, y: 0.001640035, z: 0.009156937, w: 0.99993664}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex2
parentName: mixamorig:RightHandIndex1
position: {x: 0.00097469165, y: 0.053293962, z: 1.8854976e-10}
rotation: {x: 0.000011572706, y: -0.0010321873, z: -0.02953127, w: 0.99956334}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex3
parentName: mixamorig:RightHandIndex2
position: {x: -0.0017463354, y: 0.042793393, z: 4.0516268e-10}
rotation: {x: -0.000007732806, y: 0.00086719444, z: 0.032152373, w: 0.99948263}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex4
parentName: mixamorig:RightHandIndex3
position: {x: 0.00077164493, y: 0.03279308, z: -1.3451526e-10}
rotation: {x: 0, y: -0, z: -0, w: 1}
position: {x: -1.656863e-11, y: 0.0032220795, z: -2.0062145e-11}
rotation: {x: -0.0051208627, y: 0.06228483, z: 0.00031971085, w: 0.99804527}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb1
parentName: mixamorig:RightHand
position: {x: -0.03374177, y: 0.041596413, z: -2.5380018e-11}
rotation: {x: -0.018545954, y: -0.011105425, z: 0.27265567, w: 0.9618688}
position: {x: -0.00034796487, y: 0.00047580534, z: 1.8808743e-10}
rotation: {x: -0.028726505, y: -0.015217213, z: 0.28021196, w: 0.95938754}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb2
parentName: mixamorig:RightHandThumb1
position: {x: -0.007133248, y: 0.042250786, z: 4.0649248e-10}
rotation: {x: 0.00028541652, y: -0.006035973, z: 0.11975181, w: 0.9927855}
position: {x: -0.00005313601, y: 0.0004685693, z: 1.0668125e-11}
rotation: {x: 0.000012521058, y: -0.0011099803, z: 0.10135606, w: 0.9948496}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb3
parentName: mixamorig:RightHandThumb2
position: {x: 0.0028193416, y: 0.0386336, z: 0.000000001231114}
rotation: {x: -0.0015122023, y: -0.012832495, z: 0.04447325, w: 0.99892706}
position: {x: 0.000030258052, y: 0.00033481081, z: 4.332586e-12}
rotation: {x: -0.0011719841, y: -0.012332216, z: 0.0046220045, w: 0.9999126}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb4
parentName: mixamorig:RightHandThumb3
position: {x: 0.0043139122, y: 0.026425859, z: 6.2749944e-11}
position: {x: 0.000022877979, y: 0.00022947101, z: 5.27321e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex1
parentName: mixamorig:RightHand
position: {x: 2.2495567e-13, y: 0.0009998318, z: 0.0000102622125}
rotation: {x: 0.0051696543, y: -0.0021919098, z: -0.017537791, w: 0.9998305}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex2
parentName: mixamorig:RightHandIndex1
position: {x: -0.000016606611, y: 0.00047364118, z: 1.0379219e-12}
rotation: {x: -0.000032082324, y: -0.0020853032, z: 0.050511368, w: 0.99872136}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex3
parentName: mixamorig:RightHandIndex2
position: {x: 0.000022472967, y: 0.00033990227, z: 3.120925e-12}
rotation: {x: 0.00004943032, y: 0.0024574134, z: -0.04582864, w: 0.9989463}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex4
parentName: mixamorig:RightHandIndex3
position: {x: -0.0000058663545, y: 0.0002285468, z: -3.4487703e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftUpLeg
parentName: mixamorig:Hips
position: {x: -0.0017404752, y: -0.00066995615, z: 0.00020054552}
rotation: {x: 0.0009943863, y: -0.015432093, z: 0.9993196, w: 0.033484258}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftLeg
parentName: mixamorig:LeftUpLeg
position: {x: -0, y: 0.004337724, z: 2.4201001e-12}
rotation: {x: -0.025235528, y: -0.0033333376, z: 0.067696445, w: 0.9973812}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftFoot
parentName: mixamorig:LeftLeg
position: {x: 2.969774e-11, y: 0.003992245, z: -1.9892818e-13}
rotation: {x: 0.44671547, y: 0.16983464, z: -0.064228706, w: 0.8760572}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToeBase
parentName: mixamorig:LeftFoot
position: {x: 1.5778889e-11, y: 0.0013079267, z: -1.9671579e-11}
rotation: {x: 0.238976, y: -0.10747489, z: 0.026624283, w: 0.96469206}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToe_End
parentName: mixamorig:LeftToeBase
position: {x: -1.5161013e-11, y: 0.0006815049, z: -6.624347e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightUpLeg
parentName: mixamorig:Hips
position: {x: 0.0017404752, y: -0.00066995615, z: -0.00021222972}
rotation: {x: 0.0016031233, y: 0.033316523, z: 0.9989082, w: -0.03270863}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightLeg
parentName: mixamorig:RightUpLeg
position: {x: -0, y: 0.004337847, z: -4.3463596e-12}
rotation: {x: -0.075135715, y: 0.0022070948, z: -0.06728912, w: 0.99489796}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightFoot
parentName: mixamorig:RightLeg
position: {x: -1.0344077e-11, y: 0.0040027783, z: 3.4528695e-12}
rotation: {x: 0.5435383, y: -0.20953795, z: 0.10537259, w: 0.8059508}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToeBase
parentName: mixamorig:RightFoot
position: {x: -3.934728e-12, y: 0.001826441, z: -3.171387e-11}
rotation: {x: 0.13087617, y: 0.017170688, z: 0.12894346, w: 0.98282766}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToe_End
parentName: mixamorig:RightToeBase
position: {x: 3.2820524e-11, y: 0.00071145693, z: 1.0154258e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
armTwist: 0.5
@ -632,12 +637,12 @@ ModelImporter:
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
globalScale: 0.01
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 1
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 6b271a15644d0224794678bb685552f8, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1

View File

@ -410,219 +410,224 @@ ModelImporter:
length: 0
modified: 0
skeleton:
- name: playerGameReady(Clone)
- name: playerWithRobe(Clone)
parentName:
position: {x: 0, y: 0, z: 0}
rotation: {x: 0, y: 0, z: 0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Cylinder.001
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: player
parentName: playerGameReady(Clone)
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067}
scale: {x: 0.01, y: 0.01, z: 0.01}
- name: mixamorig:Hips
parentName: playerGameReady(Clone)
position: {x: 0.000021686652, y: 1.0275356, z: 0.0032208462}
rotation: {x: -0.0000018243279, y: 0.0000040193772, z: -0.00015549634, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftUpLeg
parentName: mixamorig:Hips
position: {x: -0.1113562, y: -0.064606324, z: -0.0036625576}
rotation: {x: 0.0032574157, y: 0.0058534653, z: 0.9999302, w: 0.009735421}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftLeg
parentName: mixamorig:LeftUpLeg
position: {x: 7.456636e-10, y: 0.45219654, z: -0.0000000013760373}
rotation: {x: -0.046279386, y: 0.00018412813, z: 0.021042882, w: 0.9987069}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftFoot
parentName: mixamorig:LeftLeg
position: {x: -2.5153968e-10, y: 0.40937126, z: -3.154395e-10}
rotation: {x: 0.5129093, y: -0.114428505, z: 0.024009755, w: 0.85044324}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToeBase
parentName: mixamorig:LeftFoot
position: {x: 0.0000000020982638, y: 0.18570466, z: 0.0000000030026994}
rotation: {x: 0.27552256, y: -0.0862926, z: 0.024841432, w: 0.9570914}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToe_End
parentName: mixamorig:LeftToeBase
position: {x: -5.291873e-10, y: 0.07110106, z: 6.8987024e-11}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightUpLeg
parentName: mixamorig:Hips
position: {x: 0.1113562, y: -0.064606324, z: -0.0062763593}
rotation: {x: -0.0030336112, y: 0.004883408, z: 0.99993294, w: -0.010056943}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightLeg
parentName: mixamorig:RightUpLeg
position: {x: -6.840088e-10, y: 0.45190102, z: -8.149878e-10}
rotation: {x: -0.041035227, y: -0.00020498368, z: -0.021020832, w: 0.99893653}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightFoot
parentName: mixamorig:RightLeg
position: {x: -5.514443e-10, y: 0.40932, z: -7.194433e-10}
rotation: {x: 0.5076655, y: 0.11561211, z: -0.024651578, w: 0.8534061}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToeBase
parentName: mixamorig:RightFoot
position: {x: -4.2092202e-10, y: 0.18466018, z: 0.000000004162479}
rotation: {x: 0.2772533, y: 0.08669396, z: -0.025128009, w: 0.9565477}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToe_End
parentName: mixamorig:RightToeBase
position: {x: 4.689882e-10, y: 0.07042477, z: 1.0883596e-10}
rotation: {x: 0, y: -0, z: -0, w: 1}
parentName: playerWithRobe(Clone)
position: {x: -0.00000074121397, y: 0.010041956, z: -0.000048534603}
rotation: {x: 0.00004263872, y: 0.0000027376511, z: 0.00035956717, w: 0.99999994}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine
parentName: mixamorig:Hips
position: {x: -0, y: 0.116342925, z: -0.0024991941}
rotation: {x: -0.010736946, y: -0.0000056889958, z: 0.0001554442, w: 0.99994236}
position: {x: -0, y: 0.001205921, z: -0.000018919276}
rotation: {x: -0.007886238, y: 0.000000082610974, z: -0.00035957756, w: 0.9999689}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine1
parentName: mixamorig:Spine
position: {x: -0, y: 0.13576457, z: 3.0257752e-12}
rotation: {x: 3.900513e-26, y: -5.7272214e-14, z: 6.8104805e-13, w: 1}
position: {x: -0, y: 0.0014070822, z: -5.832646e-13}
rotation: {x: 3.6335556e-26, y: -5.3327334e-14, z: 6.813683e-13, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine2
parentName: mixamorig:Spine1
position: {x: -0, y: 0.15515946, z: -1.0146877e-10}
rotation: {x: -0, y: -6.3108872e-30, z: -6.2122796e-29, w: 1}
position: {x: -0, y: 0.0016080926, z: -3.697493e-13}
rotation: {x: 0, y: 0, z: 4.713444e-29, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftShoulder
parentName: mixamorig:Spine2
position: {x: -0.05850076, y: 0.1484333, z: -0.00043403162}
rotation: {x: 0.5370799, y: -0.45916146, z: 0.5384788, w: 0.45908234}
position: {x: -0.0005821319, y: 0.0015465758, z: -0.000009074969}
rotation: {x: 0.53715974, y: -0.4569746, z: 0.5447298, w: 0.4537654}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftArm
parentName: mixamorig:LeftShoulder
position: {x: 1.7158075e-11, y: 0.12716603, z: -7.018445e-10}
rotation: {x: -0.078420565, y: -0.08712812, z: 0.0060858973, w: 0.99308705}
position: {x: 9.559647e-13, y: 0.0012888379, z: -2.284795e-11}
rotation: {x: -0.08574101, y: -0.061949387, z: -0.00024651346, w: 0.99438965}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftForeArm
parentName: mixamorig:LeftArm
position: {x: -2.8813907e-10, y: 0.25471905, z: -0.0000000013413043}
rotation: {x: 0.00000029753366, y: -0.015883233, z: -0.00000030041852, w: 0.9998739}
position: {x: -1.6379457e-11, y: 0.0025138736, z: -9.649056e-13}
rotation: {x: -0.000000006351988, y: -0.014798084, z: 0.000000008797763, w: 0.9998905}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHand
parentName: mixamorig:LeftForeArm
position: {x: 0.0000000017376792, y: 0.32225528, z: -0.0000000031890919}
rotation: {x: -0.008832178, y: -0.034010984, z: -0.00030094225, w: 0.99938244}
position: {x: -5.765932e-12, y: 0.0032113732, z: -1.2834214e-11}
rotation: {x: -0.002625412, y: -0.07741711, z: -0.00020370878, w: 0.99699533}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex1
parentName: mixamorig:LeftHand
position: {x: -0.0000000012143365, y: 0.076201655, z: 0.0013471016}
rotation: {x: 0.008833719, y: 0.00025668356, z: -0.026234325, w: 0.9996168}
position: {x: -1.1934153e-11, y: 0.0009020444, z: 0.0000047544772}
rotation: {x: 0.0027193788, y: 0.004951852, z: 0.01734639, w: 0.9998336}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex2
parentName: mixamorig:LeftHandIndex1
position: {x: -0.002744251, y: 0.052241433, z: -6.157139e-10}
rotation: {x: 0.00008321186, y: 0.0043378985, z: 0.07160703, w: 0.9974235}
position: {x: 0.000016801363, y: 0.0004843937, z: 3.656564e-12}
rotation: {x: -0.000009550473, y: -0.0007769752, z: -0.022414032, w: 0.99974847}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex3
parentName: mixamorig:LeftHandIndex2
position: {x: 0.004013704, y: 0.044055752, z: 5.630574e-10}
rotation: {x: -0.00013276284, y: -0.0052403025, z: -0.06550097, w: 0.9978388}
position: {x: -0.0000042946886, y: 0.00042209844, z: -2.6126555e-12}
rotation: {x: -0.000071851995, y: 0.0021562115, z: -0.023073638, w: 0.9997315}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex4
parentName: mixamorig:LeftHandIndex3
position: {x: -0.0012694519, y: 0.031521186, z: -1.734078e-10}
position: {x: -0.000012506657, y: 0.00022190937, z: -4.8875953e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb1
parentName: mixamorig:LeftHand
position: {x: 0.033011924, y: 0.04543219, z: 2.9022829e-10}
rotation: {x: -0.0072832657, y: 0.012937716, z: -0.2543989, w: 0.9669854}
position: {x: 0.00034722386, y: 0.00046881416, z: 8.624427e-12}
rotation: {x: -0.034631234, y: 0.024308208, z: -0.3192386, w: 0.9467294}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb2
parentName: mixamorig:LeftHandThumb1
position: {x: 0.0096652545, y: 0.04387549, z: 0.000000001027822}
rotation: {x: 0.00041936827, y: 0.0059657535, z: -0.14606655, w: 0.98925674}
position: {x: 0.000054358374, y: 0.00046354043, z: 1.031311e-11}
rotation: {x: 0.00000046548138, y: 0.0002051378, z: -0.11486625, w: 0.99338096}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb3
parentName: mixamorig:LeftHandThumb2
position: {x: -0.0027367729, y: 0.03577124, z: 3.8011044e-10}
rotation: {x: -0.0026230912, y: 0.014315024, z: -0.1046867, w: 0.9943988}
position: {x: -0.000039119746, y: 0.00034317514, z: -4.296728e-12}
rotation: {x: -0.00023212604, y: 0.0025932312, z: 0.024095733, w: 0.99970627}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb4
parentName: mixamorig:LeftHandThumb3
position: {x: -0.0069284826, y: 0.023547137, z: -2.8903877e-10}
position: {x: -0.000015238594, y: 0.00023302753, z: 1.8108465e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Neck
parentName: mixamorig:Spine2
position: {x: -0, y: 0.17455457, z: -9.899573e-10}
rotation: {x: 0.010738773, y: 4.0188752e-14, z: 2.278185e-13, w: 0.99994236}
position: {x: -0, y: 0.0018091046, z: 4.1326432e-11}
rotation: {x: 0.007843612, y: 4.0848188e-14, z: 2.2770108e-13, w: 0.99996924}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Head
parentName: mixamorig:Neck
position: {x: -0, y: 0.05731598, z: 0.020695915}
rotation: {x: 0, y: 0, z: 8.955611e-31, w: 1}
position: {x: -0, y: 0.0006823974, z: 0.00026199827}
rotation: {x: 0, y: 0, z: 9.429389e-31, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:HeadTop_End
parentName: mixamorig:Head
position: {x: -0, y: 0.21136962, z: 0.076322325}
position: {x: -0, y: 0.0019867232, z: 0.0007627785}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightShoulder
parentName: mixamorig:Spine2
position: {x: 0.05850076, y: 0.14843875, z: -0.0006880939}
rotation: {x: -0.53567314, y: -0.45985708, z: 0.5398422, w: -0.45842794}
position: {x: 0.0005821319, y: 0.0015464203, z: 0.00000083510935}
rotation: {x: 0.54262275, y: 0.45435682, z: -0.5393891, w: 0.45626733}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightArm
parentName: mixamorig:RightShoulder
position: {x: -1.7314133e-11, y: 0.12716603, z: -7.0184e-10}
rotation: {x: -0.07857264, y: 0.08344534, z: -0.0036822367, w: 0.9934031}
position: {x: 1.6905245e-13, y: 0.0012888379, z: -2.2867316e-11}
rotation: {x: -0.08512736, y: 0.08847636, z: -0.010229068, w: 0.9923813}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightForeArm
parentName: mixamorig:RightArm
position: {x: -0.0000000010465089, y: 0.25460654, z: 0.0000000019482285}
rotation: {x: 0.0000004247472, y: 0.016083287, z: 0.00000015498053, w: 0.99987066}
position: {x: 1.375e-11, y: 0.0025251005, z: -7.311956e-12}
rotation: {x: 0.00000017175046, y: 0.0150360735, z: -0.00000027066147, w: 0.999887}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHand
parentName: mixamorig:RightForeArm
position: {x: -8.8198665e-10, y: 0.32234374, z: 0.0000000015774231}
rotation: {x: -0.0063144797, y: 0.052168623, z: 0.00033040394, w: 0.9986183}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex1
parentName: mixamorig:RightHand
position: {x: 1.04281944e-10, y: 0.07448454, z: 0.000941999}
rotation: {x: 0.006338091, y: 0.001640035, z: 0.009156937, w: 0.99993664}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex2
parentName: mixamorig:RightHandIndex1
position: {x: 0.00097469165, y: 0.053293962, z: 1.8854976e-10}
rotation: {x: 0.000011572706, y: -0.0010321873, z: -0.02953127, w: 0.99956334}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex3
parentName: mixamorig:RightHandIndex2
position: {x: -0.0017463354, y: 0.042793393, z: 4.0516268e-10}
rotation: {x: -0.000007732806, y: 0.00086719444, z: 0.032152373, w: 0.99948263}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex4
parentName: mixamorig:RightHandIndex3
position: {x: 0.00077164493, y: 0.03279308, z: -1.3451526e-10}
rotation: {x: 0, y: -0, z: -0, w: 1}
position: {x: -1.656863e-11, y: 0.0032220795, z: -2.0062145e-11}
rotation: {x: -0.0051208627, y: 0.06228483, z: 0.00031971085, w: 0.99804527}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb1
parentName: mixamorig:RightHand
position: {x: -0.03374177, y: 0.041596413, z: -2.5380018e-11}
rotation: {x: -0.018545954, y: -0.011105425, z: 0.27265567, w: 0.9618688}
position: {x: -0.00034796487, y: 0.00047580534, z: 1.8808743e-10}
rotation: {x: -0.028726505, y: -0.015217213, z: 0.28021196, w: 0.95938754}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb2
parentName: mixamorig:RightHandThumb1
position: {x: -0.007133248, y: 0.042250786, z: 4.0649248e-10}
rotation: {x: 0.00028541652, y: -0.006035973, z: 0.11975181, w: 0.9927855}
position: {x: -0.00005313601, y: 0.0004685693, z: 1.0668125e-11}
rotation: {x: 0.000012521058, y: -0.0011099803, z: 0.10135606, w: 0.9948496}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb3
parentName: mixamorig:RightHandThumb2
position: {x: 0.0028193416, y: 0.0386336, z: 0.000000001231114}
rotation: {x: -0.0015122023, y: -0.012832495, z: 0.04447325, w: 0.99892706}
position: {x: 0.000030258052, y: 0.00033481081, z: 4.332586e-12}
rotation: {x: -0.0011719841, y: -0.012332216, z: 0.0046220045, w: 0.9999126}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb4
parentName: mixamorig:RightHandThumb3
position: {x: 0.0043139122, y: 0.026425859, z: 6.2749944e-11}
position: {x: 0.000022877979, y: 0.00022947101, z: 5.27321e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex1
parentName: mixamorig:RightHand
position: {x: 2.2495567e-13, y: 0.0009998318, z: 0.0000102622125}
rotation: {x: 0.0051696543, y: -0.0021919098, z: -0.017537791, w: 0.9998305}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex2
parentName: mixamorig:RightHandIndex1
position: {x: -0.000016606611, y: 0.00047364118, z: 1.0379219e-12}
rotation: {x: -0.000032082324, y: -0.0020853032, z: 0.050511368, w: 0.99872136}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex3
parentName: mixamorig:RightHandIndex2
position: {x: 0.000022472967, y: 0.00033990227, z: 3.120925e-12}
rotation: {x: 0.00004943032, y: 0.0024574134, z: -0.04582864, w: 0.9989463}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex4
parentName: mixamorig:RightHandIndex3
position: {x: -0.0000058663545, y: 0.0002285468, z: -3.4487703e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftUpLeg
parentName: mixamorig:Hips
position: {x: -0.0017404752, y: -0.00066995615, z: 0.00020054552}
rotation: {x: 0.0009943863, y: -0.015432093, z: 0.9993196, w: 0.033484258}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftLeg
parentName: mixamorig:LeftUpLeg
position: {x: -0, y: 0.004337724, z: 2.4201001e-12}
rotation: {x: -0.025235528, y: -0.0033333376, z: 0.067696445, w: 0.9973812}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftFoot
parentName: mixamorig:LeftLeg
position: {x: 2.969774e-11, y: 0.003992245, z: -1.9892818e-13}
rotation: {x: 0.44671547, y: 0.16983464, z: -0.064228706, w: 0.8760572}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToeBase
parentName: mixamorig:LeftFoot
position: {x: 1.5778889e-11, y: 0.0013079267, z: -1.9671579e-11}
rotation: {x: 0.238976, y: -0.10747489, z: 0.026624283, w: 0.96469206}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToe_End
parentName: mixamorig:LeftToeBase
position: {x: -1.5161013e-11, y: 0.0006815049, z: -6.624347e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightUpLeg
parentName: mixamorig:Hips
position: {x: 0.0017404752, y: -0.00066995615, z: -0.00021222972}
rotation: {x: 0.0016031233, y: 0.033316523, z: 0.9989082, w: -0.03270863}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightLeg
parentName: mixamorig:RightUpLeg
position: {x: -0, y: 0.004337847, z: -4.3463596e-12}
rotation: {x: -0.075135715, y: 0.0022070948, z: -0.06728912, w: 0.99489796}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightFoot
parentName: mixamorig:RightLeg
position: {x: -1.0344077e-11, y: 0.0040027783, z: 3.4528695e-12}
rotation: {x: 0.5435383, y: -0.20953795, z: 0.10537259, w: 0.8059508}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToeBase
parentName: mixamorig:RightFoot
position: {x: -3.934728e-12, y: 0.001826441, z: -3.171387e-11}
rotation: {x: 0.13087617, y: 0.017170688, z: 0.12894346, w: 0.98282766}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToe_End
parentName: mixamorig:RightToeBase
position: {x: 3.2820524e-11, y: 0.00071145693, z: 1.0154258e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
armTwist: 0.5
@ -632,12 +637,12 @@ ModelImporter:
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
globalScale: 0.01
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 1
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 6b271a15644d0224794678bb685552f8, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1

View File

@ -382,219 +382,224 @@ ModelImporter:
length: 0
modified: 0
skeleton:
- name: playerGameReady(Clone)
- name: playerWithRobe(Clone)
parentName:
position: {x: 0, y: 0, z: 0}
rotation: {x: 0, y: 0, z: 0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Cylinder.001
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: player
parentName: playerGameReady(Clone)
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067}
scale: {x: 0.01, y: 0.01, z: 0.01}
- name: mixamorig:Hips
parentName: playerGameReady(Clone)
position: {x: 0.000021686652, y: 1.0275356, z: 0.0032208462}
rotation: {x: -0.0000018243279, y: 0.0000040193772, z: -0.00015549634, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftUpLeg
parentName: mixamorig:Hips
position: {x: -0.1113562, y: -0.064606324, z: -0.0036625576}
rotation: {x: 0.0032574157, y: 0.0058534653, z: 0.9999302, w: 0.009735421}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftLeg
parentName: mixamorig:LeftUpLeg
position: {x: 7.456636e-10, y: 0.45219654, z: -0.0000000013760373}
rotation: {x: -0.046279386, y: 0.00018412813, z: 0.021042882, w: 0.9987069}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftFoot
parentName: mixamorig:LeftLeg
position: {x: -2.5153968e-10, y: 0.40937126, z: -3.154395e-10}
rotation: {x: 0.5129093, y: -0.114428505, z: 0.024009755, w: 0.85044324}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToeBase
parentName: mixamorig:LeftFoot
position: {x: 0.0000000020982638, y: 0.18570466, z: 0.0000000030026994}
rotation: {x: 0.27552256, y: -0.0862926, z: 0.024841432, w: 0.9570914}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToe_End
parentName: mixamorig:LeftToeBase
position: {x: -5.291873e-10, y: 0.07110106, z: 6.8987024e-11}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightUpLeg
parentName: mixamorig:Hips
position: {x: 0.1113562, y: -0.064606324, z: -0.0062763593}
rotation: {x: -0.0030336112, y: 0.004883408, z: 0.99993294, w: -0.010056943}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightLeg
parentName: mixamorig:RightUpLeg
position: {x: -6.840088e-10, y: 0.45190102, z: -8.149878e-10}
rotation: {x: -0.041035227, y: -0.00020498368, z: -0.021020832, w: 0.99893653}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightFoot
parentName: mixamorig:RightLeg
position: {x: -5.514443e-10, y: 0.40932, z: -7.194433e-10}
rotation: {x: 0.5076655, y: 0.11561211, z: -0.024651578, w: 0.8534061}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToeBase
parentName: mixamorig:RightFoot
position: {x: -4.2092202e-10, y: 0.18466018, z: 0.000000004162479}
rotation: {x: 0.2772533, y: 0.08669396, z: -0.025128009, w: 0.9565477}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToe_End
parentName: mixamorig:RightToeBase
position: {x: 4.689882e-10, y: 0.07042477, z: 1.0883596e-10}
rotation: {x: 0, y: -0, z: -0, w: 1}
parentName: playerWithRobe(Clone)
position: {x: -0.00000074121397, y: 0.010041956, z: -0.000048534603}
rotation: {x: 0.00004263872, y: 0.0000027376511, z: 0.00035956717, w: 0.99999994}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine
parentName: mixamorig:Hips
position: {x: -0, y: 0.116342925, z: -0.0024991941}
rotation: {x: -0.010736946, y: -0.0000056889958, z: 0.0001554442, w: 0.99994236}
position: {x: -0, y: 0.001205921, z: -0.000018919276}
rotation: {x: -0.007886238, y: 0.000000082610974, z: -0.00035957756, w: 0.9999689}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine1
parentName: mixamorig:Spine
position: {x: -0, y: 0.13576457, z: 3.0257752e-12}
rotation: {x: 3.900513e-26, y: -5.7272214e-14, z: 6.8104805e-13, w: 1}
position: {x: -0, y: 0.0014070822, z: -5.832646e-13}
rotation: {x: 3.6335556e-26, y: -5.3327334e-14, z: 6.813683e-13, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine2
parentName: mixamorig:Spine1
position: {x: -0, y: 0.15515946, z: -1.0146877e-10}
rotation: {x: -0, y: -6.3108872e-30, z: -6.2122796e-29, w: 1}
position: {x: -0, y: 0.0016080926, z: -3.697493e-13}
rotation: {x: 0, y: 0, z: 4.713444e-29, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftShoulder
parentName: mixamorig:Spine2
position: {x: -0.05850076, y: 0.1484333, z: -0.00043403162}
rotation: {x: 0.5370799, y: -0.45916146, z: 0.5384788, w: 0.45908234}
position: {x: -0.0005821319, y: 0.0015465758, z: -0.000009074969}
rotation: {x: 0.53715974, y: -0.4569746, z: 0.5447298, w: 0.4537654}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftArm
parentName: mixamorig:LeftShoulder
position: {x: 1.7158075e-11, y: 0.12716603, z: -7.018445e-10}
rotation: {x: -0.078420565, y: -0.08712812, z: 0.0060858973, w: 0.99308705}
position: {x: 9.559647e-13, y: 0.0012888379, z: -2.284795e-11}
rotation: {x: -0.08574101, y: -0.061949387, z: -0.00024651346, w: 0.99438965}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftForeArm
parentName: mixamorig:LeftArm
position: {x: -2.8813907e-10, y: 0.25471905, z: -0.0000000013413043}
rotation: {x: 0.00000029753366, y: -0.015883233, z: -0.00000030041852, w: 0.9998739}
position: {x: -1.6379457e-11, y: 0.0025138736, z: -9.649056e-13}
rotation: {x: -0.000000006351988, y: -0.014798084, z: 0.000000008797763, w: 0.9998905}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHand
parentName: mixamorig:LeftForeArm
position: {x: 0.0000000017376792, y: 0.32225528, z: -0.0000000031890919}
rotation: {x: -0.008832178, y: -0.034010984, z: -0.00030094225, w: 0.99938244}
position: {x: -5.765932e-12, y: 0.0032113732, z: -1.2834214e-11}
rotation: {x: -0.002625412, y: -0.07741711, z: -0.00020370878, w: 0.99699533}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex1
parentName: mixamorig:LeftHand
position: {x: -0.0000000012143365, y: 0.076201655, z: 0.0013471016}
rotation: {x: 0.008833719, y: 0.00025668356, z: -0.026234325, w: 0.9996168}
position: {x: -1.1934153e-11, y: 0.0009020444, z: 0.0000047544772}
rotation: {x: 0.0027193788, y: 0.004951852, z: 0.01734639, w: 0.9998336}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex2
parentName: mixamorig:LeftHandIndex1
position: {x: -0.002744251, y: 0.052241433, z: -6.157139e-10}
rotation: {x: 0.00008321186, y: 0.0043378985, z: 0.07160703, w: 0.9974235}
position: {x: 0.000016801363, y: 0.0004843937, z: 3.656564e-12}
rotation: {x: -0.000009550473, y: -0.0007769752, z: -0.022414032, w: 0.99974847}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex3
parentName: mixamorig:LeftHandIndex2
position: {x: 0.004013704, y: 0.044055752, z: 5.630574e-10}
rotation: {x: -0.00013276284, y: -0.0052403025, z: -0.06550097, w: 0.9978388}
position: {x: -0.0000042946886, y: 0.00042209844, z: -2.6126555e-12}
rotation: {x: -0.000071851995, y: 0.0021562115, z: -0.023073638, w: 0.9997315}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex4
parentName: mixamorig:LeftHandIndex3
position: {x: -0.0012694519, y: 0.031521186, z: -1.734078e-10}
position: {x: -0.000012506657, y: 0.00022190937, z: -4.8875953e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb1
parentName: mixamorig:LeftHand
position: {x: 0.033011924, y: 0.04543219, z: 2.9022829e-10}
rotation: {x: -0.0072832657, y: 0.012937716, z: -0.2543989, w: 0.9669854}
position: {x: 0.00034722386, y: 0.00046881416, z: 8.624427e-12}
rotation: {x: -0.034631234, y: 0.024308208, z: -0.3192386, w: 0.9467294}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb2
parentName: mixamorig:LeftHandThumb1
position: {x: 0.0096652545, y: 0.04387549, z: 0.000000001027822}
rotation: {x: 0.00041936827, y: 0.0059657535, z: -0.14606655, w: 0.98925674}
position: {x: 0.000054358374, y: 0.00046354043, z: 1.031311e-11}
rotation: {x: 0.00000046548138, y: 0.0002051378, z: -0.11486625, w: 0.99338096}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb3
parentName: mixamorig:LeftHandThumb2
position: {x: -0.0027367729, y: 0.03577124, z: 3.8011044e-10}
rotation: {x: -0.0026230912, y: 0.014315024, z: -0.1046867, w: 0.9943988}
position: {x: -0.000039119746, y: 0.00034317514, z: -4.296728e-12}
rotation: {x: -0.00023212604, y: 0.0025932312, z: 0.024095733, w: 0.99970627}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb4
parentName: mixamorig:LeftHandThumb3
position: {x: -0.0069284826, y: 0.023547137, z: -2.8903877e-10}
position: {x: -0.000015238594, y: 0.00023302753, z: 1.8108465e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Neck
parentName: mixamorig:Spine2
position: {x: -0, y: 0.17455457, z: -9.899573e-10}
rotation: {x: 0.010738773, y: 4.0188752e-14, z: 2.278185e-13, w: 0.99994236}
position: {x: -0, y: 0.0018091046, z: 4.1326432e-11}
rotation: {x: 0.007843612, y: 4.0848188e-14, z: 2.2770108e-13, w: 0.99996924}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Head
parentName: mixamorig:Neck
position: {x: -0, y: 0.05731598, z: 0.020695915}
rotation: {x: 0, y: 0, z: 8.955611e-31, w: 1}
position: {x: -0, y: 0.0006823974, z: 0.00026199827}
rotation: {x: 0, y: 0, z: 9.429389e-31, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:HeadTop_End
parentName: mixamorig:Head
position: {x: -0, y: 0.21136962, z: 0.076322325}
position: {x: -0, y: 0.0019867232, z: 0.0007627785}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightShoulder
parentName: mixamorig:Spine2
position: {x: 0.05850076, y: 0.14843875, z: -0.0006880939}
rotation: {x: -0.53567314, y: -0.45985708, z: 0.5398422, w: -0.45842794}
position: {x: 0.0005821319, y: 0.0015464203, z: 0.00000083510935}
rotation: {x: 0.54262275, y: 0.45435682, z: -0.5393891, w: 0.45626733}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightArm
parentName: mixamorig:RightShoulder
position: {x: -1.7314133e-11, y: 0.12716603, z: -7.0184e-10}
rotation: {x: -0.07857264, y: 0.08344534, z: -0.0036822367, w: 0.9934031}
position: {x: 1.6905245e-13, y: 0.0012888379, z: -2.2867316e-11}
rotation: {x: -0.08512736, y: 0.08847636, z: -0.010229068, w: 0.9923813}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightForeArm
parentName: mixamorig:RightArm
position: {x: -0.0000000010465089, y: 0.25460654, z: 0.0000000019482285}
rotation: {x: 0.0000004247472, y: 0.016083287, z: 0.00000015498053, w: 0.99987066}
position: {x: 1.375e-11, y: 0.0025251005, z: -7.311956e-12}
rotation: {x: 0.00000017175046, y: 0.0150360735, z: -0.00000027066147, w: 0.999887}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHand
parentName: mixamorig:RightForeArm
position: {x: -8.8198665e-10, y: 0.32234374, z: 0.0000000015774231}
rotation: {x: -0.0063144797, y: 0.052168623, z: 0.00033040394, w: 0.9986183}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex1
parentName: mixamorig:RightHand
position: {x: 1.04281944e-10, y: 0.07448454, z: 0.000941999}
rotation: {x: 0.006338091, y: 0.001640035, z: 0.009156937, w: 0.99993664}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex2
parentName: mixamorig:RightHandIndex1
position: {x: 0.00097469165, y: 0.053293962, z: 1.8854976e-10}
rotation: {x: 0.000011572706, y: -0.0010321873, z: -0.02953127, w: 0.99956334}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex3
parentName: mixamorig:RightHandIndex2
position: {x: -0.0017463354, y: 0.042793393, z: 4.0516268e-10}
rotation: {x: -0.000007732806, y: 0.00086719444, z: 0.032152373, w: 0.99948263}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex4
parentName: mixamorig:RightHandIndex3
position: {x: 0.00077164493, y: 0.03279308, z: -1.3451526e-10}
rotation: {x: 0, y: -0, z: -0, w: 1}
position: {x: -1.656863e-11, y: 0.0032220795, z: -2.0062145e-11}
rotation: {x: -0.0051208627, y: 0.06228483, z: 0.00031971085, w: 0.99804527}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb1
parentName: mixamorig:RightHand
position: {x: -0.03374177, y: 0.041596413, z: -2.5380018e-11}
rotation: {x: -0.018545954, y: -0.011105425, z: 0.27265567, w: 0.9618688}
position: {x: -0.00034796487, y: 0.00047580534, z: 1.8808743e-10}
rotation: {x: -0.028726505, y: -0.015217213, z: 0.28021196, w: 0.95938754}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb2
parentName: mixamorig:RightHandThumb1
position: {x: -0.007133248, y: 0.042250786, z: 4.0649248e-10}
rotation: {x: 0.00028541652, y: -0.006035973, z: 0.11975181, w: 0.9927855}
position: {x: -0.00005313601, y: 0.0004685693, z: 1.0668125e-11}
rotation: {x: 0.000012521058, y: -0.0011099803, z: 0.10135606, w: 0.9948496}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb3
parentName: mixamorig:RightHandThumb2
position: {x: 0.0028193416, y: 0.0386336, z: 0.000000001231114}
rotation: {x: -0.0015122023, y: -0.012832495, z: 0.04447325, w: 0.99892706}
position: {x: 0.000030258052, y: 0.00033481081, z: 4.332586e-12}
rotation: {x: -0.0011719841, y: -0.012332216, z: 0.0046220045, w: 0.9999126}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb4
parentName: mixamorig:RightHandThumb3
position: {x: 0.0043139122, y: 0.026425859, z: 6.2749944e-11}
position: {x: 0.000022877979, y: 0.00022947101, z: 5.27321e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex1
parentName: mixamorig:RightHand
position: {x: 2.2495567e-13, y: 0.0009998318, z: 0.0000102622125}
rotation: {x: 0.0051696543, y: -0.0021919098, z: -0.017537791, w: 0.9998305}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex2
parentName: mixamorig:RightHandIndex1
position: {x: -0.000016606611, y: 0.00047364118, z: 1.0379219e-12}
rotation: {x: -0.000032082324, y: -0.0020853032, z: 0.050511368, w: 0.99872136}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex3
parentName: mixamorig:RightHandIndex2
position: {x: 0.000022472967, y: 0.00033990227, z: 3.120925e-12}
rotation: {x: 0.00004943032, y: 0.0024574134, z: -0.04582864, w: 0.9989463}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex4
parentName: mixamorig:RightHandIndex3
position: {x: -0.0000058663545, y: 0.0002285468, z: -3.4487703e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftUpLeg
parentName: mixamorig:Hips
position: {x: -0.0017404752, y: -0.00066995615, z: 0.00020054552}
rotation: {x: 0.0009943863, y: -0.015432093, z: 0.9993196, w: 0.033484258}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftLeg
parentName: mixamorig:LeftUpLeg
position: {x: -0, y: 0.004337724, z: 2.4201001e-12}
rotation: {x: -0.025235528, y: -0.0033333376, z: 0.067696445, w: 0.9973812}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftFoot
parentName: mixamorig:LeftLeg
position: {x: 2.969774e-11, y: 0.003992245, z: -1.9892818e-13}
rotation: {x: 0.44671547, y: 0.16983464, z: -0.064228706, w: 0.8760572}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToeBase
parentName: mixamorig:LeftFoot
position: {x: 1.5778889e-11, y: 0.0013079267, z: -1.9671579e-11}
rotation: {x: 0.238976, y: -0.10747489, z: 0.026624283, w: 0.96469206}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToe_End
parentName: mixamorig:LeftToeBase
position: {x: -1.5161013e-11, y: 0.0006815049, z: -6.624347e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightUpLeg
parentName: mixamorig:Hips
position: {x: 0.0017404752, y: -0.00066995615, z: -0.00021222972}
rotation: {x: 0.0016031233, y: 0.033316523, z: 0.9989082, w: -0.03270863}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightLeg
parentName: mixamorig:RightUpLeg
position: {x: -0, y: 0.004337847, z: -4.3463596e-12}
rotation: {x: -0.075135715, y: 0.0022070948, z: -0.06728912, w: 0.99489796}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightFoot
parentName: mixamorig:RightLeg
position: {x: -1.0344077e-11, y: 0.0040027783, z: 3.4528695e-12}
rotation: {x: 0.5435383, y: -0.20953795, z: 0.10537259, w: 0.8059508}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToeBase
parentName: mixamorig:RightFoot
position: {x: -3.934728e-12, y: 0.001826441, z: -3.171387e-11}
rotation: {x: 0.13087617, y: 0.017170688, z: 0.12894346, w: 0.98282766}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToe_End
parentName: mixamorig:RightToeBase
position: {x: 3.2820524e-11, y: 0.00071145693, z: 1.0154258e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
armTwist: 0.5
@ -604,12 +609,12 @@ ModelImporter:
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
globalScale: 0.01
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 1
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 6b271a15644d0224794678bb685552f8, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1

View File

@ -382,219 +382,224 @@ ModelImporter:
length: 0
modified: 0
skeleton:
- name: playerGameReady(Clone)
- name: playerWithRobe(Clone)
parentName:
position: {x: 0, y: 0, z: 0}
rotation: {x: 0, y: 0, z: 0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Cylinder.001
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: player
parentName: playerGameReady(Clone)
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067}
scale: {x: 0.01, y: 0.01, z: 0.01}
- name: mixamorig:Hips
parentName: playerGameReady(Clone)
position: {x: 0.000021686652, y: 1.0275356, z: 0.0032208462}
rotation: {x: -0.0000018243279, y: 0.0000040193772, z: -0.00015549634, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftUpLeg
parentName: mixamorig:Hips
position: {x: -0.1113562, y: -0.064606324, z: -0.0036625576}
rotation: {x: 0.0032574157, y: 0.0058534653, z: 0.9999302, w: 0.009735421}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftLeg
parentName: mixamorig:LeftUpLeg
position: {x: 7.456636e-10, y: 0.45219654, z: -0.0000000013760373}
rotation: {x: -0.046279386, y: 0.00018412813, z: 0.021042882, w: 0.9987069}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftFoot
parentName: mixamorig:LeftLeg
position: {x: -2.5153968e-10, y: 0.40937126, z: -3.154395e-10}
rotation: {x: 0.5129093, y: -0.114428505, z: 0.024009755, w: 0.85044324}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToeBase
parentName: mixamorig:LeftFoot
position: {x: 0.0000000020982638, y: 0.18570466, z: 0.0000000030026994}
rotation: {x: 0.27552256, y: -0.0862926, z: 0.024841432, w: 0.9570914}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToe_End
parentName: mixamorig:LeftToeBase
position: {x: -5.291873e-10, y: 0.07110106, z: 6.8987024e-11}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightUpLeg
parentName: mixamorig:Hips
position: {x: 0.1113562, y: -0.064606324, z: -0.0062763593}
rotation: {x: -0.0030336112, y: 0.004883408, z: 0.99993294, w: -0.010056943}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightLeg
parentName: mixamorig:RightUpLeg
position: {x: -6.840088e-10, y: 0.45190102, z: -8.149878e-10}
rotation: {x: -0.041035227, y: -0.00020498368, z: -0.021020832, w: 0.99893653}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightFoot
parentName: mixamorig:RightLeg
position: {x: -5.514443e-10, y: 0.40932, z: -7.194433e-10}
rotation: {x: 0.5076655, y: 0.11561211, z: -0.024651578, w: 0.8534061}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToeBase
parentName: mixamorig:RightFoot
position: {x: -4.2092202e-10, y: 0.18466018, z: 0.000000004162479}
rotation: {x: 0.2772533, y: 0.08669396, z: -0.025128009, w: 0.9565477}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToe_End
parentName: mixamorig:RightToeBase
position: {x: 4.689882e-10, y: 0.07042477, z: 1.0883596e-10}
rotation: {x: 0, y: -0, z: -0, w: 1}
parentName: playerWithRobe(Clone)
position: {x: -0.00000074121397, y: 0.010041956, z: -0.000048534603}
rotation: {x: 0.00004263872, y: 0.0000027376511, z: 0.00035956717, w: 0.99999994}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine
parentName: mixamorig:Hips
position: {x: -0, y: 0.116342925, z: -0.0024991941}
rotation: {x: -0.010736946, y: -0.0000056889958, z: 0.0001554442, w: 0.99994236}
position: {x: -0, y: 0.001205921, z: -0.000018919276}
rotation: {x: -0.007886238, y: 0.000000082610974, z: -0.00035957756, w: 0.9999689}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine1
parentName: mixamorig:Spine
position: {x: -0, y: 0.13576457, z: 3.0257752e-12}
rotation: {x: 3.900513e-26, y: -5.7272214e-14, z: 6.8104805e-13, w: 1}
position: {x: -0, y: 0.0014070822, z: -5.832646e-13}
rotation: {x: 3.6335556e-26, y: -5.3327334e-14, z: 6.813683e-13, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine2
parentName: mixamorig:Spine1
position: {x: -0, y: 0.15515946, z: -1.0146877e-10}
rotation: {x: -0, y: -6.3108872e-30, z: -6.2122796e-29, w: 1}
position: {x: -0, y: 0.0016080926, z: -3.697493e-13}
rotation: {x: 0, y: 0, z: 4.713444e-29, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftShoulder
parentName: mixamorig:Spine2
position: {x: -0.05850076, y: 0.1484333, z: -0.00043403162}
rotation: {x: 0.5370799, y: -0.45916146, z: 0.5384788, w: 0.45908234}
position: {x: -0.0005821319, y: 0.0015465758, z: -0.000009074969}
rotation: {x: 0.53715974, y: -0.4569746, z: 0.5447298, w: 0.4537654}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftArm
parentName: mixamorig:LeftShoulder
position: {x: 1.7158075e-11, y: 0.12716603, z: -7.018445e-10}
rotation: {x: -0.078420565, y: -0.08712812, z: 0.0060858973, w: 0.99308705}
position: {x: 9.559647e-13, y: 0.0012888379, z: -2.284795e-11}
rotation: {x: -0.08574101, y: -0.061949387, z: -0.00024651346, w: 0.99438965}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftForeArm
parentName: mixamorig:LeftArm
position: {x: -2.8813907e-10, y: 0.25471905, z: -0.0000000013413043}
rotation: {x: 0.00000029753366, y: -0.015883233, z: -0.00000030041852, w: 0.9998739}
position: {x: -1.6379457e-11, y: 0.0025138736, z: -9.649056e-13}
rotation: {x: -0.000000006351988, y: -0.014798084, z: 0.000000008797763, w: 0.9998905}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHand
parentName: mixamorig:LeftForeArm
position: {x: 0.0000000017376792, y: 0.32225528, z: -0.0000000031890919}
rotation: {x: -0.008832178, y: -0.034010984, z: -0.00030094225, w: 0.99938244}
position: {x: -5.765932e-12, y: 0.0032113732, z: -1.2834214e-11}
rotation: {x: -0.002625412, y: -0.07741711, z: -0.00020370878, w: 0.99699533}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex1
parentName: mixamorig:LeftHand
position: {x: -0.0000000012143365, y: 0.076201655, z: 0.0013471016}
rotation: {x: 0.008833719, y: 0.00025668356, z: -0.026234325, w: 0.9996168}
position: {x: -1.1934153e-11, y: 0.0009020444, z: 0.0000047544772}
rotation: {x: 0.0027193788, y: 0.004951852, z: 0.01734639, w: 0.9998336}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex2
parentName: mixamorig:LeftHandIndex1
position: {x: -0.002744251, y: 0.052241433, z: -6.157139e-10}
rotation: {x: 0.00008321186, y: 0.0043378985, z: 0.07160703, w: 0.9974235}
position: {x: 0.000016801363, y: 0.0004843937, z: 3.656564e-12}
rotation: {x: -0.000009550473, y: -0.0007769752, z: -0.022414032, w: 0.99974847}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex3
parentName: mixamorig:LeftHandIndex2
position: {x: 0.004013704, y: 0.044055752, z: 5.630574e-10}
rotation: {x: -0.00013276284, y: -0.0052403025, z: -0.06550097, w: 0.9978388}
position: {x: -0.0000042946886, y: 0.00042209844, z: -2.6126555e-12}
rotation: {x: -0.000071851995, y: 0.0021562115, z: -0.023073638, w: 0.9997315}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex4
parentName: mixamorig:LeftHandIndex3
position: {x: -0.0012694519, y: 0.031521186, z: -1.734078e-10}
position: {x: -0.000012506657, y: 0.00022190937, z: -4.8875953e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb1
parentName: mixamorig:LeftHand
position: {x: 0.033011924, y: 0.04543219, z: 2.9022829e-10}
rotation: {x: -0.0072832657, y: 0.012937716, z: -0.2543989, w: 0.9669854}
position: {x: 0.00034722386, y: 0.00046881416, z: 8.624427e-12}
rotation: {x: -0.034631234, y: 0.024308208, z: -0.3192386, w: 0.9467294}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb2
parentName: mixamorig:LeftHandThumb1
position: {x: 0.0096652545, y: 0.04387549, z: 0.000000001027822}
rotation: {x: 0.00041936827, y: 0.0059657535, z: -0.14606655, w: 0.98925674}
position: {x: 0.000054358374, y: 0.00046354043, z: 1.031311e-11}
rotation: {x: 0.00000046548138, y: 0.0002051378, z: -0.11486625, w: 0.99338096}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb3
parentName: mixamorig:LeftHandThumb2
position: {x: -0.0027367729, y: 0.03577124, z: 3.8011044e-10}
rotation: {x: -0.0026230912, y: 0.014315024, z: -0.1046867, w: 0.9943988}
position: {x: -0.000039119746, y: 0.00034317514, z: -4.296728e-12}
rotation: {x: -0.00023212604, y: 0.0025932312, z: 0.024095733, w: 0.99970627}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb4
parentName: mixamorig:LeftHandThumb3
position: {x: -0.0069284826, y: 0.023547137, z: -2.8903877e-10}
position: {x: -0.000015238594, y: 0.00023302753, z: 1.8108465e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Neck
parentName: mixamorig:Spine2
position: {x: -0, y: 0.17455457, z: -9.899573e-10}
rotation: {x: 0.010738773, y: 4.0188752e-14, z: 2.278185e-13, w: 0.99994236}
position: {x: -0, y: 0.0018091046, z: 4.1326432e-11}
rotation: {x: 0.007843612, y: 4.0848188e-14, z: 2.2770108e-13, w: 0.99996924}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Head
parentName: mixamorig:Neck
position: {x: -0, y: 0.05731598, z: 0.020695915}
rotation: {x: 0, y: 0, z: 8.955611e-31, w: 1}
position: {x: -0, y: 0.0006823974, z: 0.00026199827}
rotation: {x: 0, y: 0, z: 9.429389e-31, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:HeadTop_End
parentName: mixamorig:Head
position: {x: -0, y: 0.21136962, z: 0.076322325}
position: {x: -0, y: 0.0019867232, z: 0.0007627785}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightShoulder
parentName: mixamorig:Spine2
position: {x: 0.05850076, y: 0.14843875, z: -0.0006880939}
rotation: {x: -0.53567314, y: -0.45985708, z: 0.5398422, w: -0.45842794}
position: {x: 0.0005821319, y: 0.0015464203, z: 0.00000083510935}
rotation: {x: 0.54262275, y: 0.45435682, z: -0.5393891, w: 0.45626733}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightArm
parentName: mixamorig:RightShoulder
position: {x: -1.7314133e-11, y: 0.12716603, z: -7.0184e-10}
rotation: {x: -0.07857264, y: 0.08344534, z: -0.0036822367, w: 0.9934031}
position: {x: 1.6905245e-13, y: 0.0012888379, z: -2.2867316e-11}
rotation: {x: -0.08512736, y: 0.08847636, z: -0.010229068, w: 0.9923813}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightForeArm
parentName: mixamorig:RightArm
position: {x: -0.0000000010465089, y: 0.25460654, z: 0.0000000019482285}
rotation: {x: 0.0000004247472, y: 0.016083287, z: 0.00000015498053, w: 0.99987066}
position: {x: 1.375e-11, y: 0.0025251005, z: -7.311956e-12}
rotation: {x: 0.00000017175046, y: 0.0150360735, z: -0.00000027066147, w: 0.999887}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHand
parentName: mixamorig:RightForeArm
position: {x: -8.8198665e-10, y: 0.32234374, z: 0.0000000015774231}
rotation: {x: -0.0063144797, y: 0.052168623, z: 0.00033040394, w: 0.9986183}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex1
parentName: mixamorig:RightHand
position: {x: 1.04281944e-10, y: 0.07448454, z: 0.000941999}
rotation: {x: 0.006338091, y: 0.001640035, z: 0.009156937, w: 0.99993664}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex2
parentName: mixamorig:RightHandIndex1
position: {x: 0.00097469165, y: 0.053293962, z: 1.8854976e-10}
rotation: {x: 0.000011572706, y: -0.0010321873, z: -0.02953127, w: 0.99956334}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex3
parentName: mixamorig:RightHandIndex2
position: {x: -0.0017463354, y: 0.042793393, z: 4.0516268e-10}
rotation: {x: -0.000007732806, y: 0.00086719444, z: 0.032152373, w: 0.99948263}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex4
parentName: mixamorig:RightHandIndex3
position: {x: 0.00077164493, y: 0.03279308, z: -1.3451526e-10}
rotation: {x: 0, y: -0, z: -0, w: 1}
position: {x: -1.656863e-11, y: 0.0032220795, z: -2.0062145e-11}
rotation: {x: -0.0051208627, y: 0.06228483, z: 0.00031971085, w: 0.99804527}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb1
parentName: mixamorig:RightHand
position: {x: -0.03374177, y: 0.041596413, z: -2.5380018e-11}
rotation: {x: -0.018545954, y: -0.011105425, z: 0.27265567, w: 0.9618688}
position: {x: -0.00034796487, y: 0.00047580534, z: 1.8808743e-10}
rotation: {x: -0.028726505, y: -0.015217213, z: 0.28021196, w: 0.95938754}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb2
parentName: mixamorig:RightHandThumb1
position: {x: -0.007133248, y: 0.042250786, z: 4.0649248e-10}
rotation: {x: 0.00028541652, y: -0.006035973, z: 0.11975181, w: 0.9927855}
position: {x: -0.00005313601, y: 0.0004685693, z: 1.0668125e-11}
rotation: {x: 0.000012521058, y: -0.0011099803, z: 0.10135606, w: 0.9948496}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb3
parentName: mixamorig:RightHandThumb2
position: {x: 0.0028193416, y: 0.0386336, z: 0.000000001231114}
rotation: {x: -0.0015122023, y: -0.012832495, z: 0.04447325, w: 0.99892706}
position: {x: 0.000030258052, y: 0.00033481081, z: 4.332586e-12}
rotation: {x: -0.0011719841, y: -0.012332216, z: 0.0046220045, w: 0.9999126}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb4
parentName: mixamorig:RightHandThumb3
position: {x: 0.0043139122, y: 0.026425859, z: 6.2749944e-11}
position: {x: 0.000022877979, y: 0.00022947101, z: 5.27321e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex1
parentName: mixamorig:RightHand
position: {x: 2.2495567e-13, y: 0.0009998318, z: 0.0000102622125}
rotation: {x: 0.0051696543, y: -0.0021919098, z: -0.017537791, w: 0.9998305}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex2
parentName: mixamorig:RightHandIndex1
position: {x: -0.000016606611, y: 0.00047364118, z: 1.0379219e-12}
rotation: {x: -0.000032082324, y: -0.0020853032, z: 0.050511368, w: 0.99872136}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex3
parentName: mixamorig:RightHandIndex2
position: {x: 0.000022472967, y: 0.00033990227, z: 3.120925e-12}
rotation: {x: 0.00004943032, y: 0.0024574134, z: -0.04582864, w: 0.9989463}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex4
parentName: mixamorig:RightHandIndex3
position: {x: -0.0000058663545, y: 0.0002285468, z: -3.4487703e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftUpLeg
parentName: mixamorig:Hips
position: {x: -0.0017404752, y: -0.00066995615, z: 0.00020054552}
rotation: {x: 0.0009943863, y: -0.015432093, z: 0.9993196, w: 0.033484258}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftLeg
parentName: mixamorig:LeftUpLeg
position: {x: -0, y: 0.004337724, z: 2.4201001e-12}
rotation: {x: -0.025235528, y: -0.0033333376, z: 0.067696445, w: 0.9973812}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftFoot
parentName: mixamorig:LeftLeg
position: {x: 2.969774e-11, y: 0.003992245, z: -1.9892818e-13}
rotation: {x: 0.44671547, y: 0.16983464, z: -0.064228706, w: 0.8760572}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToeBase
parentName: mixamorig:LeftFoot
position: {x: 1.5778889e-11, y: 0.0013079267, z: -1.9671579e-11}
rotation: {x: 0.238976, y: -0.10747489, z: 0.026624283, w: 0.96469206}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToe_End
parentName: mixamorig:LeftToeBase
position: {x: -1.5161013e-11, y: 0.0006815049, z: -6.624347e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightUpLeg
parentName: mixamorig:Hips
position: {x: 0.0017404752, y: -0.00066995615, z: -0.00021222972}
rotation: {x: 0.0016031233, y: 0.033316523, z: 0.9989082, w: -0.03270863}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightLeg
parentName: mixamorig:RightUpLeg
position: {x: -0, y: 0.004337847, z: -4.3463596e-12}
rotation: {x: -0.075135715, y: 0.0022070948, z: -0.06728912, w: 0.99489796}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightFoot
parentName: mixamorig:RightLeg
position: {x: -1.0344077e-11, y: 0.0040027783, z: 3.4528695e-12}
rotation: {x: 0.5435383, y: -0.20953795, z: 0.10537259, w: 0.8059508}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToeBase
parentName: mixamorig:RightFoot
position: {x: -3.934728e-12, y: 0.001826441, z: -3.171387e-11}
rotation: {x: 0.13087617, y: 0.017170688, z: 0.12894346, w: 0.98282766}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToe_End
parentName: mixamorig:RightToeBase
position: {x: 3.2820524e-11, y: 0.00071145693, z: 1.0154258e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
armTwist: 0.5
@ -604,12 +609,12 @@ ModelImporter:
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
globalScale: 0.01
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 1
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 6b271a15644d0224794678bb685552f8, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1

Binary file not shown.

View File

@ -0,0 +1,599 @@
fileFormatVersion: 2
guid: 6b271a15644d0224794678bb685552f8
ModelImporter:
serializedVersion: 22200
internalIDToNameTable: []
externalObjects: {}
materials:
materialImportMode: 2
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
removeConstantScaleCurves: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 3
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 0.95
meshCompression: 0
addColliders: 0
useSRGBMaterialColor: 1
sortHierarchyByName: 1
importPhysicalCameras: 1
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
nodeNameCollisionStrategy: 1
fileIdsGeneration: 2
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
keepQuads: 0
weldVertices: 1
bakeAxisConversion: 0
preserveHierarchy: 0
skinWeightsMode: 0
maxBonesPerVertex: 4
minBoneWeight: 0.001
optimizeBones: 1
meshOptimizationFlags: -1
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVMarginMethod: 1
secondaryUVMinLightmapResolution: 40
secondaryUVMinObjectScale: 1
secondaryUVPackMargin: 4
useFileScale: 1
strictVertexDataChecks: 0
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
blendShapeNormalImportMode: 1
normalSmoothingSource: 0
referencedClips: []
importAnimation: 1
humanDescription:
serializedVersion: 3
human:
- boneName: mixamorig:Hips
humanName: Hips
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftUpLeg
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightUpLeg
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftLeg
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightLeg
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftFoot
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightFoot
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:Spine
humanName: Spine
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:Spine1
humanName: Chest
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:Neck
humanName: Neck
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:Head
humanName: Head
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftShoulder
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightShoulder
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftArm
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightArm
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftForeArm
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightForeArm
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftHand
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightHand
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftToeBase
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightToeBase
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftHandThumb1
humanName: Left Thumb Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftHandThumb2
humanName: Left Thumb Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftHandThumb3
humanName: Left Thumb Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftHandIndex1
humanName: Left Index Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftHandIndex2
humanName: Left Index Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:LeftHandIndex3
humanName: Left Index Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightHandThumb1
humanName: Right Thumb Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightHandThumb2
humanName: Right Thumb Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightHandThumb3
humanName: Right Thumb Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightHandIndex1
humanName: Right Index Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightHandIndex2
humanName: Right Index Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:RightHandIndex3
humanName: Right Index Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: mixamorig:Spine2
humanName: UpperChest
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: playerWithRobe(Clone)
parentName:
position: {x: 0, y: 0, z: 0}
rotation: {x: 0, y: 0, z: 0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Cylinder.001
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: player
parentName: playerWithRobe(Clone)
position: {x: -0, y: 0, z: 0}
rotation: {x: 0.7071069, y: 0, z: -0, w: 0.7071067}
scale: {x: 0.01, y: 0.01, z: 0.01}
- name: mixamorig:Hips
parentName: playerWithRobe(Clone)
position: {x: -0.0000007041533, y: 0.009539858, z: -0.000046107874}
rotation: {x: 0.00004263872, y: 0.0000027376511, z: 0.00035956717, w: 0.99999994}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine
parentName: mixamorig:Hips
position: {x: -0, y: 0.001145625, z: -0.000017973312}
rotation: {x: -0.007886238, y: 0.000000082610974, z: -0.00035957756, w: 0.9999689}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine1
parentName: mixamorig:Spine
position: {x: -0, y: 0.0013367282, z: -5.541014e-13}
rotation: {x: 3.6335556e-26, y: -5.3327334e-14, z: 6.813683e-13, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Spine2
parentName: mixamorig:Spine1
position: {x: -0, y: 0.001527688, z: -3.5126183e-13}
rotation: {x: 0, y: 0, z: 4.713444e-29, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftShoulder
parentName: mixamorig:Spine2
position: {x: -0.00055302534, y: 0.001469247, z: -0.000008621221}
rotation: {x: 0.53715974, y: -0.4569746, z: 0.5447298, w: 0.4537654}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftArm
parentName: mixamorig:LeftShoulder
position: {x: 9.0816655e-13, y: 0.001224396, z: -2.1705554e-11}
rotation: {x: -0.08574101, y: -0.061949387, z: -0.00024651346, w: 0.99438965}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftForeArm
parentName: mixamorig:LeftArm
position: {x: -1.5560485e-11, y: 0.00238818, z: -9.166603e-13}
rotation: {x: -0.000000006351988, y: -0.014798084, z: 0.000000008797763, w: 0.9998905}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHand
parentName: mixamorig:LeftForeArm
position: {x: -5.4776357e-12, y: 0.0030508046, z: -1.2192504e-11}
rotation: {x: -0.002625412, y: -0.07741711, z: -0.00020370878, w: 0.99699533}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex1
parentName: mixamorig:LeftHand
position: {x: -1.1337447e-11, y: 0.0008569422, z: 0.0000045167535}
rotation: {x: 0.0027193788, y: 0.004951852, z: 0.01734639, w: 0.9998336}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex2
parentName: mixamorig:LeftHandIndex1
position: {x: 0.000015961296, y: 0.00046017405, z: 3.473736e-12}
rotation: {x: -0.000009550473, y: -0.0007769752, z: -0.022414032, w: 0.99974847}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex3
parentName: mixamorig:LeftHandIndex2
position: {x: -0.0000040799546, y: 0.0004009935, z: -2.4820228e-12}
rotation: {x: -0.000071851995, y: 0.0021562115, z: -0.023073638, w: 0.9997315}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandIndex4
parentName: mixamorig:LeftHandIndex3
position: {x: -0.000011881325, y: 0.00021081392, z: -4.643216e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb1
parentName: mixamorig:LeftHand
position: {x: 0.00032986267, y: 0.00044537347, z: 8.193206e-12}
rotation: {x: -0.034631234, y: 0.024308208, z: -0.3192386, w: 0.9467294}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb2
parentName: mixamorig:LeftHandThumb1
position: {x: 0.000051640458, y: 0.00044036345, z: 9.797455e-12}
rotation: {x: 0.00000046548138, y: 0.0002051378, z: -0.11486625, w: 0.99338096}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb3
parentName: mixamorig:LeftHandThumb2
position: {x: -0.00003716376, y: 0.0003260164, z: -4.0818915e-12}
rotation: {x: -0.00023212604, y: 0.0025932312, z: 0.024095733, w: 0.99970627}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftHandThumb4
parentName: mixamorig:LeftHandThumb3
position: {x: -0.000014476665, y: 0.00022137616, z: 1.7203043e-13}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Neck
parentName: mixamorig:Spine2
position: {x: -0, y: 0.0017186494, z: 3.9260113e-11}
rotation: {x: 0.007843612, y: 4.0848188e-14, z: 2.2770108e-13, w: 0.99996924}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:Head
parentName: mixamorig:Neck
position: {x: -0, y: 0.0006482775, z: 0.00024889837}
rotation: {x: 0, y: 0, z: 9.429389e-31, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:HeadTop_End
parentName: mixamorig:Head
position: {x: -0, y: 0.001887387, z: 0.00072463957}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightShoulder
parentName: mixamorig:Spine2
position: {x: 0.00055302534, y: 0.0014690994, z: 0.00000079335393}
rotation: {x: 0.54262275, y: 0.45435682, z: -0.5393891, w: 0.45626733}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightArm
parentName: mixamorig:RightShoulder
position: {x: 1.6059983e-13, y: 0.001224396, z: -2.172395e-11}
rotation: {x: -0.08512736, y: 0.08847636, z: -0.010229068, w: 0.9923813}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightForeArm
parentName: mixamorig:RightArm
position: {x: 1.3062502e-11, y: 0.0023988455, z: -6.9463584e-12}
rotation: {x: 0.00000017175046, y: 0.0150360735, z: -0.00000027066147, w: 0.999887}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHand
parentName: mixamorig:RightForeArm
position: {x: -1.5740199e-11, y: 0.0030609758, z: -1.9059039e-11}
rotation: {x: -0.0051208627, y: 0.06228483, z: 0.00031971085, w: 0.99804527}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb1
parentName: mixamorig:RightHand
position: {x: -0.00033056666, y: 0.0004520151, z: 1.7868308e-10}
rotation: {x: -0.028726505, y: -0.015217213, z: 0.28021196, w: 0.95938754}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb2
parentName: mixamorig:RightHandThumb1
position: {x: -0.00005047921, y: 0.00044514085, z: 1.01347195e-11}
rotation: {x: 0.000012521058, y: -0.0011099803, z: 0.10135606, w: 0.9948496}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb3
parentName: mixamorig:RightHandThumb2
position: {x: 0.00002874515, y: 0.00031807026, z: 4.115957e-12}
rotation: {x: -0.0011719841, y: -0.012332216, z: 0.0046220045, w: 0.9999126}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandThumb4
parentName: mixamorig:RightHandThumb3
position: {x: 0.000021734082, y: 0.00021799747, z: 5.0095496e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex1
parentName: mixamorig:RightHand
position: {x: 2.137079e-13, y: 0.00094984024, z: 0.000009749102}
rotation: {x: 0.0051696543, y: -0.0021919098, z: -0.017537791, w: 0.9998305}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex2
parentName: mixamorig:RightHandIndex1
position: {x: -0.00001577628, y: 0.00044995916, z: 9.860259e-13}
rotation: {x: -0.000032082324, y: -0.0020853032, z: 0.050511368, w: 0.99872136}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex3
parentName: mixamorig:RightHandIndex2
position: {x: 0.00002134932, y: 0.00032290714, z: 2.9648788e-12}
rotation: {x: 0.00004943032, y: 0.0024574134, z: -0.04582864, w: 0.9989463}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightHandIndex4
parentName: mixamorig:RightHandIndex3
position: {x: -0.000005573037, y: 0.00021711948, z: -3.276332e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftUpLeg
parentName: mixamorig:Hips
position: {x: -0.0016534515, y: -0.0006364584, z: 0.00019051826}
rotation: {x: 0.0009943863, y: -0.015432093, z: 0.9993196, w: 0.033484258}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftLeg
parentName: mixamorig:LeftUpLeg
position: {x: -0, y: 0.004120838, z: 2.2990952e-12}
rotation: {x: -0.025235528, y: -0.0033333376, z: 0.067696445, w: 0.9973812}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftFoot
parentName: mixamorig:LeftLeg
position: {x: 2.8212856e-11, y: 0.003792633, z: -1.8898178e-13}
rotation: {x: 0.44671547, y: 0.16983464, z: -0.064228706, w: 0.8760572}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToeBase
parentName: mixamorig:LeftFoot
position: {x: 1.4989945e-11, y: 0.0012425304, z: -1.8687999e-11}
rotation: {x: 0.238976, y: -0.10747489, z: 0.026624283, w: 0.96469206}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:LeftToe_End
parentName: mixamorig:LeftToeBase
position: {x: -1.4402963e-11, y: 0.00064742967, z: -6.2931296e-12}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightUpLeg
parentName: mixamorig:Hips
position: {x: 0.0016534515, y: -0.0006364584, z: -0.00020161824}
rotation: {x: 0.0016031233, y: 0.033316523, z: 0.9989082, w: -0.03270863}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightLeg
parentName: mixamorig:RightUpLeg
position: {x: -0, y: 0.0041209552, z: -4.1290417e-12}
rotation: {x: -0.075135715, y: 0.0022070948, z: -0.06728912, w: 0.99489796}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightFoot
parentName: mixamorig:RightLeg
position: {x: -9.826874e-12, y: 0.0038026397, z: 3.2802261e-12}
rotation: {x: 0.5435383, y: -0.20953795, z: 0.10537259, w: 0.8059508}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToeBase
parentName: mixamorig:RightFoot
position: {x: -3.7379917e-12, y: 0.001735119, z: -3.0128178e-11}
rotation: {x: 0.13087617, y: 0.017170688, z: 0.12894346, w: 0.98282766}
scale: {x: 1, y: 1, z: 1}
- name: mixamorig:RightToe_End
parentName: mixamorig:RightToeBase
position: {x: 3.11795e-11, y: 0.00067588413, z: 9.646546e-14}
rotation: {x: 0, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 0.0095
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 1
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 1
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -266,10 +266,15 @@ Transform:
m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: a0b56cb96370346c29fa346cedbbc0f4, type: 3}
m_PrefabInstance: {fileID: 565690117}
m_PrefabAsset: {fileID: 0}
--- !u!1 &222341304 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 919132149155446097, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
m_PrefabInstance: {fileID: 1246796797}
--- !u!95 &178708988 stripped
Animator:
m_CorrespondingSourceObject: {fileID: 5866666021909216657, guid: 6b271a15644d0224794678bb685552f8, type: 3}
m_PrefabInstance: {fileID: 1824151938}
m_PrefabAsset: {fileID: 0}
--- !u!4 &178708989 stripped
Transform:
m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 6b271a15644d0224794678bb685552f8, type: 3}
m_PrefabInstance: {fileID: 1824151938}
m_PrefabAsset: {fileID: 0}
--- !u!1 &267848157
GameObject:
@ -1700,118 +1705,6 @@ Transform:
m_Children: []
m_Father: {fileID: 1091178979}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1001 &1246796797
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 1931938465}
m_Modifications:
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalScale.x
value: 0.95
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalScale.y
value: 0.95
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalScale.z
value: 0.95
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalPosition.y
value: -1
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_ConstrainProportionsScale
value: 1
objectReference: {fileID: 0}
- target: {fileID: 919132149155446097, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_Name
value: Model
objectReference: {fileID: 0}
- target: {fileID: 5866666021909216657, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_Controller
value:
objectReference: {fileID: 9100000, guid: 14c1066df70b3364593396bf75ee8ce1, type: 2}
- target: {fileID: 5866666021909216657, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
propertyPath: m_ApplyRootMotion
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents:
- targetCorrespondingSourceObject: {fileID: 919132149155446097, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
insertIndex: -1
addedObject: {fileID: 1246796799}
m_SourcePrefab: {fileID: 100100000, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
--- !u!4 &1246796798 stripped
Transform:
m_CorrespondingSourceObject: {fileID: -8679921383154817045, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
m_PrefabInstance: {fileID: 1246796797}
m_PrefabAsset: {fileID: 0}
--- !u!114 &1246796799
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 222341304}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 5fea29bb7c508c244a1f805a5fd3fc4d, type: 3}
m_Name:
m_EditorClassIdentifier:
outlineMode: 4
outlineColor: {r: 1, g: 0.5990566, b: 0.64308184, a: 1}
outlineWidth: 2
precomputeOutline: 1
bakeKeys: []
bakeValues: []
--- !u!95 &1246796800 stripped
Animator:
m_CorrespondingSourceObject: {fileID: 5866666021909216657, guid: 7cd1c5cf8624dff4b9ce545273cd93f1, type: 3}
m_PrefabInstance: {fileID: 1246796797}
m_PrefabAsset: {fileID: 0}
--- !u!1 &1463209969
GameObject:
m_ObjectHideFlags: 0
@ -2514,6 +2407,79 @@ Transform:
m_Children: []
m_Father: {fileID: 1964783399}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1001 &1824151938
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 1931938465}
m_Modifications:
- target: {fileID: -8679921383154817045, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_LocalPosition.y
value: -1
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: -8679921383154817045, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: -7965331398152544644, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: 'm_Materials.Array.data[0]'
value:
objectReference: {fileID: 2100000, guid: a9e6f83c7e41dc847831d535f256f84a, type: 2}
- target: {fileID: 919132149155446097, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_Name
value: playerWithRobe
objectReference: {fileID: 0}
- target: {fileID: 5866666021909216657, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_Controller
value:
objectReference: {fileID: 9100000, guid: 14c1066df70b3364593396bf75ee8ce1, type: 2}
- target: {fileID: 5866666021909216657, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: m_ApplyRootMotion
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8153101253863224186, guid: 6b271a15644d0224794678bb685552f8, type: 3}
propertyPath: 'm_Materials.Array.data[0]'
value:
objectReference: {fileID: 2100000, guid: 2687d8e4b47a2424eba241b29b89b9fb, type: 2}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 6b271a15644d0224794678bb685552f8, type: 3}
--- !u!1 &1847948564
GameObject:
m_ObjectHideFlags: 0
@ -2745,7 +2711,7 @@ Transform:
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1246796798}
- {fileID: 178708989}
- {fileID: 129091607}
- {fileID: 1965505412}
- {fileID: 703790484}
@ -2919,7 +2885,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
_inputManager: {fileID: 745541351}
_cameraGameObject: {fileID: 330585543}
_animator: {fileID: 1246796800}
_animator: {fileID: 178708988}
camOffset: {x: 7.5, y: 15, z: 7.5}
cameraFollowSpeed: 2.5
moveSpeed: 6.5