Start AI COntroller

This commit is contained in:
Caleb Sandford deQuincey
2025-10-28 17:26:07 +00:00
parent bc21e94bc1
commit 1972134c81
724 changed files with 579740 additions and 2918 deletions

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"visualstudiotoolsforunity.vstuc"
]
}

10
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}

70
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,70 @@
{
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.vs": true,
"**/.gitmodules": true,
"**/.vsconfig": true,
"**/*.booproj": true,
"**/*.pidb": true,
"**/*.suo": true,
"**/*.user": true,
"**/*.userprefs": true,
"**/*.unityproj": true,
"**/*.dll": true,
"**/*.exe": true,
"**/*.pdf": true,
"**/*.mid": true,
"**/*.midi": true,
"**/*.wav": true,
"**/*.gif": true,
"**/*.ico": true,
"**/*.jpg": true,
"**/*.jpeg": true,
"**/*.png": true,
"**/*.psd": true,
"**/*.tga": true,
"**/*.tif": true,
"**/*.tiff": true,
"**/*.3ds": true,
"**/*.3DS": true,
"**/*.fbx": true,
"**/*.FBX": true,
"**/*.lxo": true,
"**/*.LXO": true,
"**/*.ma": true,
"**/*.MA": true,
"**/*.obj": true,
"**/*.OBJ": true,
"**/*.asset": true,
"**/*.cubemap": true,
"**/*.flare": true,
"**/*.mat": true,
"**/*.meta": true,
"**/*.prefab": true,
"**/*.unity": true,
"build/": true,
"Build/": true,
"Library/": true,
"library/": true,
"obj/": true,
"Obj/": true,
"Logs/": true,
"logs/": true,
"ProjectSettings/": true,
"UserSettings/": true,
"temp/": true,
"Temp/": true
},
"files.associations": {
"*.asset": "yaml",
"*.meta": "yaml",
"*.prefab": "yaml",
"*.unity": "yaml",
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.sln": "*.csproj",
},
"dotnet.defaultSolution": "GoblinRaid.sln"
}

View File

@@ -1,5 +1,83 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1101 &-8525684051279267227
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: attack
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: -2599727653930213083}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.7794118
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1101 &-3206928193403981037
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: die
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 5820272015865392288}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.75
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1102 &-2599727653930213083
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Attack
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: 2916048124567080584}
- {fileID: 8893636455351599482}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: 7400000, guid: 21d649b5c9a07fb0d91de4da35200011, type: 2}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
@@ -15,6 +93,24 @@ AnimatorController:
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
- m_Name: attack
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
- m_Name: die
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
- m_Name: stopAttack
m_Type: 9
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
@@ -38,7 +134,8 @@ AnimatorState:
m_Name: Locomotion
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_Transitions:
- {fileID: -8525684051279267227}
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
@@ -54,6 +151,31 @@ AnimatorState:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &2916048124567080584
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions:
- m_ConditionMode: 1
m_ConditionEvent: stopAttack
m_EventTreshold: 0
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 2364304203298078466}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.6875
m_HasExitTime: 0
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!206 &3020295722100502355
BlendTree:
m_ObjectHideFlags: 1
@@ -93,6 +215,54 @@ BlendTree:
m_UseAutomaticThresholds: 0
m_NormalizedBlendValues: 0
m_BlendType: 0
--- !u!1102 &5820272015865392288
AnimatorState:
serializedVersion: 6
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Death
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: -1444214504022159124, guid: a0b8f6f252ea03c46b36b357f5ea81e5, type: 3}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
--- !u!1101 &8893636455351599482
AnimatorStateTransition:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name:
m_Conditions: []
m_DstStateMachine: {fileID: 0}
m_DstState: {fileID: 2364304203298078466}
m_Solo: 0
m_Mute: 0
m_IsExit: 0
serializedVersion: 3
m_TransitionDuration: 0.25
m_TransitionOffset: 0
m_ExitTime: 0.6875
m_HasExitTime: 1
m_HasFixedDuration: 1
m_InterruptionSource: 0
m_OrderedInterruption: 1
m_CanTransitionToSelf: 1
--- !u!1107 &9133841938328163435
AnimatorStateMachine:
serializedVersion: 6
@@ -105,8 +275,15 @@ AnimatorStateMachine:
- serializedVersion: 1
m_State: {fileID: 2364304203298078466}
m_Position: {x: 30, y: 200, z: 0}
- serializedVersion: 1
m_State: {fileID: -2599727653930213083}
m_Position: {x: 240, y: 120, z: 0}
- serializedVersion: 1
m_State: {fileID: 5820272015865392288}
m_Position: {x: 230, y: -80, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_AnyStateTransitions:
- {fileID: -3206928193403981037}
m_EntryTransitions: []
m_StateMachineTransitions: {}
m_StateMachineBehaviours: []

View File

@@ -0,0 +1,136 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &2547158256837586042
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8015539583010702812}
- component: {fileID: 6569204325918158683}
- component: {fileID: 749274615958258337}
- component: {fileID: 3587278676972554892}
- component: {fileID: 8689862253730295348}
- component: {fileID: 5180170401215377533}
- component: {fileID: 8653693046521207242}
m_Layer: 0
m_Name: Character
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8015539583010702812
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!195 &6569204325918158683
NavMeshAgent:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
m_Enabled: 1
m_AgentTypeID: 0
m_Radius: 0.3
m_Speed: 10
m_Acceleration: 50
avoidancePriority: 50
m_AngularSpeed: 5000
m_StoppingDistance: 0
m_AutoTraverseOffMeshLink: 1
m_AutoBraking: 1
m_AutoRepath: 1
m_Height: 1.8
m_BaseOffset: 0
m_WalkableMask: 4294967295
m_ObstacleAvoidanceType: 4
--- !u!95 &749274615958258337
Animator:
serializedVersion: 7
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
m_Enabled: 1
m_Avatar: {fileID: 9000000, guid: fd7d68a65822e4a44a9ef78850e64cfc, type: 3}
m_Controller: {fileID: 9100000, guid: 1b272b8118684a546a68efa1c0b02bc8, type: 2}
m_CullingMode: 1
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_AnimatePhysics: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
--- !u!114 &3587278676972554892
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 99048001b4ebc1543911415b71049d4a, type: 3}
m_Name:
m_EditorClassIdentifier: '::'
target: {fileID: 0}
--- !u!114 &8689862253730295348
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0dac85c6432a11746b07d2f6a021e2e4, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::RPG.Combat.Fighter
timeBetweenAttacks: 1
weaponRange: 2
weaponDamage: 5
--- !u!114 &5180170401215377533
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 4ff1a795ab12b59d88076953d397a6d5, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::RPG.Core.ActionScheduler
--- !u!114 &8653693046521207242
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 8fc6fa8368af1d9b8a0ecc2745f48ebe, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::RPG.Combat.Health
health: 100

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: a71733727311bfb40aadb9f960845a85
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,103 +1,163 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &6064672928189726791
GameObject:
--- !u!1001 &2109584785329869719
PrefabInstance:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4528549475926507937}
- component: {fileID: 5228924271652114630}
- component: {fileID: 3639863476080318451}
- component: {fileID: 4361288512474441661}
- component: {fileID: 405804846829959684}
m_Layer: 0
m_Name: Enemy
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4528549475926507937
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6064672928189726791}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.83, y: 0.73, z: 7.93}
m_LocalScale: {x: 1.8397, y: 0.97104883, z: 1.8397}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &5228924271652114630
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 4402035849531828780}
m_Modifications:
- target: {fileID: 111886, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
propertyPath: m_Name
value: Character_Knight_Black
objectReference: {fileID: 0}
- target: {fileID: 413626, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 413626, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 413626, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 413626, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 413626, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 413626, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 413626, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 413626, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 413626, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 413626, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
--- !u!4 &2109584785329462317 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 413626, guid: 10b8f8b81a78d2b488d260466a8883d3, type: 3}
m_PrefabInstance: {fileID: 2109584785329869719}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6064672928189726791}
m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0}
--- !u!23 &3639863476080318451
MeshRenderer:
--- !u!1001 &5921044389837058032
PrefabInstance:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 2547158256837586042, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_Name
value: Enemy
objectReference: {fileID: 0}
- target: {fileID: 6569204325918158683, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_Speed
value: 5
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8653693046521207242, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: health
value: 20
objectReference: {fileID: 0}
m_RemovedComponents:
- {fileID: 6585768594262698501, guid: a71733727311bfb40aadb9f960845a85, type: 3}
m_RemovedGameObjects:
- {fileID: 6860371328952174417, guid: a71733727311bfb40aadb9f960845a85, type: 3}
m_AddedGameObjects:
- targetCorrespondingSourceObject: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
insertIndex: -1
addedObject: {fileID: 2109584785329462317}
m_AddedComponents:
- targetCorrespondingSourceObject: {fileID: 2547158256837586042, guid: a71733727311bfb40aadb9f960845a85, type: 3}
insertIndex: 3
addedObject: {fileID: 5769570523647970243}
- targetCorrespondingSourceObject: {fileID: 2547158256837586042, guid: a71733727311bfb40aadb9f960845a85, type: 3}
insertIndex: -1
addedObject: {fileID: 8858782133894806290}
- targetCorrespondingSourceObject: {fileID: 2547158256837586042, guid: a71733727311bfb40aadb9f960845a85, type: 3}
insertIndex: -1
addedObject: {fileID: 4931116805805611108}
m_SourcePrefab: {fileID: 100100000, guid: a71733727311bfb40aadb9f960845a85, type: 3}
--- !u!4 &4402035849531828780 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
m_PrefabInstance: {fileID: 5921044389837058032}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6064672928189726791}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RayTracingAccelStructBuildFlagsOverride: 0
m_RayTracingAccelStructBuildFlags: 1
m_SmallMeshCulling: 1
m_ForceMeshLod: -1
m_MeshLodSelectionBias: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_GlobalIlluminationMeshLod: 0
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!136 &4361288512474441661
--- !u!1 &8174759482624000906 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 2547158256837586042, guid: a71733727311bfb40aadb9f960845a85, type: 3}
m_PrefabInstance: {fileID: 5921044389837058032}
m_PrefabAsset: {fileID: 0}
--- !u!136 &5769570523647970243
CapsuleCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6064672928189726791}
m_GameObject: {fileID: 8174759482624000906}
m_Material: {fileID: 0}
m_IncludeLayers:
serializedVersion: 2
@@ -110,19 +170,32 @@ CapsuleCollider:
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 0.5
m_Height: 2
m_Radius: 0.15042621
m_Height: 1.8377671
m_Direction: 1
m_Center: {x: 0, y: 0, z: 0}
--- !u!114 &405804846829959684
m_Center: {x: -0.011328831, y: 0.8882189, z: -0.014565587}
--- !u!114 &8858782133894806290
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6064672928189726791}
m_GameObject: {fileID: 8174759482624000906}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: b8654c3b7c55a404fbedd3d1b66415f2, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::CombatTarget
--- !u!114 &4931116805805611108
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8174759482624000906}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c781eee3ca72ca7a1b692987335cedc1, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::RPG.Control.AIController
chaseDistance: 5

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: f7d77ccdda38beb45a72abe33b996572
guid: 9829c0a719ae053cdb8751c931c77ab9
PrefabImporter:
externalObjects: {}
userData:

View File

@@ -0,0 +1,142 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &6064672928189726791
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4528549475926507937}
- component: {fileID: 5228924271652114630}
- component: {fileID: 3639863476080318451}
- component: {fileID: 4361288512474441661}
- component: {fileID: 405804846829959684}
- component: {fileID: 3215722089803067886}
m_Layer: 0
m_Name: Enemy_Old
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4528549475926507937
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6064672928189726791}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.83, y: 0.73, z: 7.93}
m_LocalScale: {x: 1.8397, y: 0.97104883, z: 1.8397}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &5228924271652114630
MeshFilter:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6064672928189726791}
m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0}
--- !u!23 &3639863476080318451
MeshRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6064672928189726791}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 2
m_RayTraceProcedural: 0
m_RayTracingAccelStructBuildFlagsOverride: 0
m_RayTracingAccelStructBuildFlags: 1
m_SmallMeshCulling: 1
m_ForceMeshLod: -1
m_MeshLodSelectionBias: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_GlobalIlluminationMeshLod: 0
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!136 &4361288512474441661
CapsuleCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6064672928189726791}
m_Material: {fileID: 0}
m_IncludeLayers:
serializedVersion: 2
m_Bits: 0
m_ExcludeLayers:
serializedVersion: 2
m_Bits: 0
m_LayerOverridePriority: 0
m_IsTrigger: 0
m_ProvidesContacts: 0
m_Enabled: 1
serializedVersion: 2
m_Radius: 0.5
m_Height: 2
m_Direction: 1
m_Center: {x: 0, y: 0, z: 0}
--- !u!114 &405804846829959684
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6064672928189726791}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: b8654c3b7c55a404fbedd3d1b66415f2, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::CombatTarget
--- !u!114 &3215722089803067886
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6064672928189726791}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 8fc6fa8368af1d9b8a0ecc2745f48ebe, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::RPG.Combat.Health
health: 20

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: f7d77ccdda38beb45a72abe33b996572
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,131 +1,12 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &2547158256837586042
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8015539583010702812}
- component: {fileID: 6569204325918158683}
- component: {fileID: 749274615958258337}
- component: {fileID: 3587278676972554892}
- component: {fileID: 8167086997812937973}
- component: {fileID: 8689862253730295348}
m_Layer: 0
m_Name: Player
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8015539583010702812
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 4809187057887522556}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!195 &6569204325918158683
NavMeshAgent:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
m_Enabled: 1
m_AgentTypeID: 0
m_Radius: 0.3
m_Speed: 10
m_Acceleration: 50
avoidancePriority: 50
m_AngularSpeed: 5000
m_StoppingDistance: 0
m_AutoTraverseOffMeshLink: 1
m_AutoBraking: 1
m_AutoRepath: 1
m_Height: 1.8
m_BaseOffset: 0
m_WalkableMask: 4294967295
m_ObstacleAvoidanceType: 4
--- !u!95 &749274615958258337
Animator:
serializedVersion: 7
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
m_Enabled: 1
m_Avatar: {fileID: 9000000, guid: fd7d68a65822e4a44a9ef78850e64cfc, type: 3}
m_Controller: {fileID: 9100000, guid: 1b272b8118684a546a68efa1c0b02bc8, type: 2}
m_CullingMode: 1
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_AnimatePhysics: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
m_KeepAnimatorStateOnDisable: 0
m_WriteDefaultValuesOnDisable: 0
--- !u!114 &3587278676972554892
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 99048001b4ebc1543911415b71049d4a, type: 3}
m_Name:
m_EditorClassIdentifier: '::'
target: {fileID: 0}
--- !u!114 &8167086997812937973
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a8218d52e9da57343b0e14cd0a1af897, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::PlayerController
--- !u!114 &8689862253730295348
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2547158256837586042}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0dac85c6432a11746b07d2f6a021e2e4, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::RPG.Combat.Fighter
weaponRange: 2
--- !u!1001 &4809187057887722868
--- !u!1001 &5994191391623838734
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 8015539583010702812}
m_TransformParent: {fileID: 3934287553871083052}
m_Modifications:
- target: {fileID: 113364, guid: dac2afd5e1dda1c4d9fe05cf141b47f0, type: 3}
propertyPath: m_Name
@@ -171,14 +52,103 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents:
- {fileID: 9536910, guid: dac2afd5e1dda1c4d9fe05cf141b47f0, type: 3}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: dac2afd5e1dda1c4d9fe05cf141b47f0, type: 3}
--- !u!4 &4809187057887522556 stripped
--- !u!4 &5994191391624163206 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 463752, guid: dac2afd5e1dda1c4d9fe05cf141b47f0, type: 3}
m_PrefabInstance: {fileID: 4809187057887722868}
m_PrefabInstance: {fileID: 5994191391623838734}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &6459726913695282160
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 2547158256837586042, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_Name
value: Player
objectReference: {fileID: 0}
- target: {fileID: 2547158256837586042, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_TagString
value: Player
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents:
- {fileID: 6585768594262698501, guid: a71733727311bfb40aadb9f960845a85, type: 3}
m_RemovedGameObjects: []
m_AddedGameObjects:
- targetCorrespondingSourceObject: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
insertIndex: -1
addedObject: {fileID: 5994191391624163206}
m_AddedComponents:
- targetCorrespondingSourceObject: {fileID: 2547158256837586042, guid: a71733727311bfb40aadb9f960845a85, type: 3}
insertIndex: -1
addedObject: {fileID: 1115333698990892563}
m_SourcePrefab: {fileID: 100100000, guid: a71733727311bfb40aadb9f960845a85, type: 3}
--- !u!4 &3934287553871083052 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
m_PrefabInstance: {fileID: 6459726913695282160}
m_PrefabAsset: {fileID: 0}
--- !u!1 &8862201808598572938 stripped
GameObject:
m_CorrespondingSourceObject: {fileID: 2547158256837586042, guid: a71733727311bfb40aadb9f960845a85, type: 3}
m_PrefabInstance: {fileID: 6459726913695282160}
m_PrefabAsset: {fileID: 0}
--- !u!114 &1115333698990892563
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8862201808598572938}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a8218d52e9da57343b0e14cd0a1af897, type: 3}
m_Name:
m_EditorClassIdentifier: Assembly-CSharp::PlayerController

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: a71733727311bfb40aadb9f960845a85
guid: 38f1a7ee08bbc61c58379b8045b81e51
PrefabImporter:
externalObjects: {}
userData:

View File

@@ -313,6 +313,63 @@ PrefabInstance:
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 13af20cb32cfaab428901a23183d2ca1, type: 3}
--- !u!1001 &245482522
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalPosition.x
value: -3.87
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalPosition.z
value: 9.86
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.w
value: 0.26828444
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.y
value: 0.96333975
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 148.876
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8174759482624000906, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_Name
value: Enemy (2)
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
--- !u!4 &276481643 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 477682, guid: d1e13909567fcd341bfe40fd2f12368e, type: 3}
@@ -323,10 +380,67 @@ Transform:
m_CorrespondingSourceObject: {fileID: 404700, guid: f88e0c5504d699d4ebb950b8944bffcb, type: 3}
m_PrefabInstance: {fileID: 1272537384}
m_PrefabAsset: {fileID: 0}
--- !u!4 &301881567 stripped
--- !u!1001 &334507009
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 628733900}
m_Modifications:
- target: {fileID: 3934287553871083052, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3934287553871083052, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3934287553871083052, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3934287553871083052, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 3934287553871083052, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 3934287553871083052, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 3934287553871083052, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 3934287553871083052, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3934287553871083052, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 3934287553871083052, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8862201808598572938, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
propertyPath: m_Name
value: Player
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
--- !u!4 &334507010 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
m_PrefabInstance: {fileID: 8511385713409244773}
m_CorrespondingSourceObject: {fileID: 3934287553871083052, guid: 38f1a7ee08bbc61c58379b8045b81e51, type: 3}
m_PrefabInstance: {fileID: 334507009}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &345756676
PrefabInstance:
@@ -665,10 +779,67 @@ Transform:
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 301881567}
- {fileID: 1346900110}
- {fileID: 334507010}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1001 &735345632
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalPosition.x
value: -0.25
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalPosition.z
value: 8.35
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.w
value: -0.046596617
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.y
value: 0.9989138
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 185.342
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8174759482624000906, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_Name
value: Enemy
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
--- !u!4 &765266686 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 477682, guid: d1e13909567fcd341bfe40fd2f12368e, type: 3}
@@ -919,6 +1090,63 @@ PrefabInstance:
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: f88e0c5504d699d4ebb950b8944bffcb, type: 3}
--- !u!1001 &1318914145
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalPosition.x
value: -10.15
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalPosition.y
value: 1.97
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalPosition.z
value: 7.18
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.w
value: 0.51781183
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.y
value: 0.85549456
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 117.629
objectReference: {fileID: 0}
- target: {fileID: 4402035849531828780, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8174759482624000906, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
propertyPath: m_Name
value: Enemy (1)
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 9829c0a719ae053cdb8751c931c77ab9, type: 3}
--- !u!4 &1346900110 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 7243505182127970980, guid: d050941573500aa48bc617e503582ed8, type: 3}
@@ -1843,120 +2071,6 @@ PrefabInstance:
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: f88e0c5504d699d4ebb950b8944bffcb, type: 3}
--- !u!1001 &8511385713409244773
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 628733900}
m_Modifications:
- target: {fileID: 2547158256837586042, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_Name
value: Player
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8015539583010702812, guid: a71733727311bfb40aadb9f960845a85, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: a71733727311bfb40aadb9f960845a85, type: 3}
--- !u!1001 &8689034387179525829
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 4528549475926507937, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
propertyPath: m_LocalPosition.x
value: -1.83
objectReference: {fileID: 0}
- target: {fileID: 4528549475926507937, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
propertyPath: m_LocalPosition.y
value: 0.73
objectReference: {fileID: 0}
- target: {fileID: 4528549475926507937, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
propertyPath: m_LocalPosition.z
value: 7.93
objectReference: {fileID: 0}
- target: {fileID: 4528549475926507937, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 4528549475926507937, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4528549475926507937, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4528549475926507937, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4528549475926507937, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4528549475926507937, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4528549475926507937, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6064672928189726791, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
propertyPath: m_Name
value: Enemy
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []
m_AddedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: f7d77ccdda38beb45a72abe33b996572, type: 3}
--- !u!1001 &9112562423009515569
PrefabInstance:
m_ObjectHideFlags: 0
@@ -1968,7 +2082,7 @@ PrefabInstance:
- target: {fileID: 5804355563394054556, guid: d050941573500aa48bc617e503582ed8, type: 3}
propertyPath: target
value:
objectReference: {fileID: 301881567}
objectReference: {fileID: 334507010}
- target: {fileID: 7243505182127970980, guid: d050941573500aa48bc617e503582ed8, type: 3}
propertyPath: m_LocalPosition.x
value: 0
@@ -2026,4 +2140,6 @@ SceneRoots:
- {fileID: 832575519}
- {fileID: 1640356484}
- {fileID: 628733900}
- {fileID: 8689034387179525829}
- {fileID: 735345632}
- {fileID: 245482522}
- {fileID: 1318914145}

View File

@@ -1,8 +1,11 @@
using UnityEngine;
using RPG.Combat;
public class CombatTarget : MonoBehaviour
namespace RPG.Combat
{
// This class is intentionally left empty.
// It serves as a marker to identify combat targets in the game.
[RequireComponent(typeof(Health))]
public class CombatTarget : MonoBehaviour
{
// This class is intentionally left empty.
// It serves as a marker to identify combat targets in the game.
}
}

View File

@@ -1,39 +1,85 @@
using UnityEngine;
using RPG.Movement;
using UnityEngine.Rendering;
using RPG.Core;
namespace RPG.Combat
{
public class Fighter : MonoBehaviour
public class Fighter : MonoBehaviour, IAction
{
[SerializeField]
private float weaponRange = 2f;
Transform target;
private void Update()
[SerializeField] private float timeBetweenAttacks = 1f;
[SerializeField] private float weaponRange = 2f;
[SerializeField] private float weaponDamage = 5f;
Health target;
private float timeSinceLastAttack = 0;
void Update()
{
timeSinceLastAttack += Time.deltaTime;
if (target == null) return;
if (target.IsDead()) return;
if (!GetIsInRange())
{
GetComponent<Mover>().MoveTo(target.position);
GetComponent<Mover>().MoveTo(target.transform.position);
}
else
{
GetComponent<Mover>().Stop();
GetComponent<Mover>().Cancel();
AttackBehaviour();
}
}
private void AttackBehaviour()
{
transform.LookAt(target.transform);
if (timeSinceLastAttack > timeBetweenAttacks)
{
//This will trigger the Hit() event.
TriggerAttack();
timeSinceLastAttack = 0;
}
else return;
}
private void TriggerAttack()
{
GetComponent<Animator>().ResetTrigger("stopAttack");
GetComponent<Animator>().SetTrigger("attack");
}
//Animation event
void Hit()
{
if (target == null) return;
target.TakeDamage(weaponDamage);
}
private bool GetIsInRange()
{
return Vector3.Distance(transform.position, target.position) <= weaponRange;
return Vector3.Distance(transform.position, target.transform.position) <= weaponRange;
}
public void Attack(CombatTarget combatTarget)
public bool CanAttack(GameObject combatTarget)
{
target = combatTarget.transform;
if (combatTarget == null) return false;
Health targetToTest = combatTarget.GetComponent<Health>();
return targetToTest != null && !targetToTest.IsDead();
}
public void Attack(GameObject combatTarget)
{
GetComponent<ActionScheduler>().StartAction(this);
target = combatTarget.GetComponent<Health>();
}
public void Cancel()
{
target = null;
StopAttack();
target = null;
}
private void StopAttack()
{
GetComponent<Animator>().ResetTrigger("attack");
GetComponent<Animator>().SetTrigger("stopAttack");
}
}
}

View File

@@ -0,0 +1,32 @@
using Unity.VisualScripting;
using UnityEngine;
namespace RPG.Combat
{
public class Health : MonoBehaviour
{
[SerializeField] float health = 100f;
bool isDead = false;
public bool IsDead()
{
return isDead;
}
public void TakeDamage(float damage)
{
health = Mathf.Max(health - damage, 0);
if(health == 0)
{
Die();
}
}
private void Die()
{
if (isDead) return;
isDead = true;
GetComponent<Animator>().SetTrigger("die");
}
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 8fc6fa8368af1d9b8a0ecc2745f48ebe

View File

@@ -0,0 +1,39 @@
using RPG.Combat;
using RPG.Core;
using UnityEngine;
using UnityEngine.AI;
namespace RPG.Control
{
public class AIController : MonoBehaviour,IAction
{
[SerializeField] float chaseDistance = 5f;
Fighter fighter;
GameObject player;
void Start()
{
fighter = GetComponent<Fighter>();
player = GameObject.FindWithTag("Player");
}
void Update()
{
if (InAttackRangeOfPlayer() && fighter.CanAttack(player))
fighter.Attack(player);
else
{
fighter.Cancel();
}
}
private bool InAttackRangeOfPlayer()
{
float distanceToPlayer = Vector3.Distance(player.transform.position, transform.position);
return distanceToPlayer < chaseDistance;
}
public void Cancel()
{
}
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: c781eee3ca72ca7a1b692987335cedc1

View File

@@ -43,11 +43,14 @@ namespace RPG.Control
foreach (RaycastHit hit in hits)
{
CombatTarget target = hit.transform.GetComponent<CombatTarget>();
if (target == null) continue;
if (target == null) continue;
if (!GetComponent<Fighter>().CanAttack(target.gameObject))
continue;
if (interactAction.WasPressedThisFrame())
{
//MoveToCursor();
GetComponent<Fighter>().Attack(target);
GetComponent<Fighter>().Attack(target.gameObject);
}
return true;
}

View File

@@ -0,0 +1,18 @@
using UnityEngine;
namespace RPG.Core
{
public class ActionScheduler : MonoBehaviour
{
IAction currentAction;
public void StartAction(IAction action)
{
if (currentAction == action) return;
if (currentAction != null)
{
currentAction.Cancel();
}
currentAction = action;
}
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 4ff1a795ab12b59d88076953d397a6d5

View File

@@ -0,0 +1,7 @@
namespace RPG.Core
{
public interface IAction
{
void Cancel();
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 4b307fcbc3bbf912cbad01e283421bba

View File

@@ -1,11 +1,11 @@
using RPG.Combat;
using RPG.Core;
using UnityEngine;
using UnityEngine.AI;
using UnityEngine.InputSystem;
namespace RPG.Movement
{
public class Mover : MonoBehaviour
public class Mover : MonoBehaviour, IAction
{
[SerializeField] private Transform target;
@@ -26,7 +26,7 @@ namespace RPG.Movement
}
public void StartMoveAction(Vector3 destination)
{
GetComponent<Fighter>().Cancel();
GetComponent<ActionScheduler>().StartAction(this);
MoveTo(destination);
}
@@ -35,7 +35,7 @@ namespace RPG.Movement
navMeshAgent.destination = destination;
navMeshAgent.isStopped = false;
}
public void Stop()
public void Cancel()
{
navMeshAgent.isStopped = true;
}

Binary file not shown.

View File

@@ -14,6 +14,11 @@ ModelImporter:
assembly: UnityEngine.CoreModule
name: lambert1
second: {fileID: 2100000, guid: 3ffc7184f3a5f944181f0b785a495c73, type: 2}
- first:
type: UnityEngine:Material
assembly: UnityEngine.CoreModule
name: lambert2
second: {fileID: 2100000, guid: 3ffc7184f3a5f944181f0b785a495c73, type: 2}
materials:
materialImportMode: 2
materialName: 0

View File

@@ -2,20 +2,24 @@
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: M_Ground
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ShaderKeywords:
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
@@ -55,6 +59,7 @@ Material:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _BumpScale: 1
- _Cutoff: 0.5

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: d79b5b2e0747bbe4190f4c9a212907c6
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: Root
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_HeavyCombo01A_ReturnToIdle_RootMotion_Sword
takeName: A_Attack_HeavyCombo01A_ReturnToIdle_RootMotion
internalID: 3585646160719985645
firstFrame: 62
lastFrame: 90
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 0
loopBlendPositionY: 0
loopBlendPositionXZ: 0
keepOriginalOrientation: 0
keepOriginalPositionY: 1
keepOriginalPositionXZ: 0
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 62
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 20aa50f251da63047ab4ac1045839566
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:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_HeavyCombo01A_ReturnToIdle_Sword
takeName: A_Attack_HeavyCombo01A_ReturnToIdle
internalID: -7354800201745137062
firstFrame: 62
lastFrame: 90
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 1
loopBlendPositionY: 1
loopBlendPositionXZ: 1
keepOriginalOrientation: 1
keepOriginalPositionY: 1
keepOriginalPositionXZ: 1
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 62
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: fbbbf5009473dcf47af59b9c6edaef81
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: Root
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_HeavyCombo01B_ReturnToIdle_RootMotion_Sword
takeName: A_Attack_HeavyCombo01B_ReturnToIdle_RootMotion
internalID: 5928544874497001227
firstFrame: 112
lastFrame: 155
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 1
loopBlendPositionY: 1
loopBlendPositionXZ: 1
keepOriginalOrientation: 1
keepOriginalPositionY: 1
keepOriginalPositionXZ: 1
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 115
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 0836a0bf8c4b0be4ab8895aab34fae1a
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:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_HeavyCombo01B_ReturnToIdle_Sword
takeName: A_Attack_HeavyCombo01B_ReturnToIdle
internalID: -6407946629551249857
firstFrame: 112
lastFrame: 155
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 1
loopBlendPositionY: 1
loopBlendPositionXZ: 1
keepOriginalOrientation: 1
keepOriginalPositionY: 1
keepOriginalPositionXZ: 1
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 115
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 145c8bd87bc3da54eb93ea8044b0e270
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: Root
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_HeavyCombo01C_ReturnToIdle_RootMotion_Sword
takeName: A_Attack_HeavyCombo01C_ReturnToIdle_RootMotion
internalID: 721848682569946949
firstFrame: 160
lastFrame: 200
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 0
loopBlendPositionY: 0
loopBlendPositionXZ: 0
keepOriginalOrientation: 0
keepOriginalPositionY: 1
keepOriginalPositionXZ: 0
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 160
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 5f52b7bc3977e744fb6fcf13c22ff16f
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:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_HeavyCombo01C_ReturnToIdle_Sword
takeName: A_Attack_HeavyCombo01C_ReturnToIdle
internalID: -7200770896701292243
firstFrame: 160
lastFrame: 200
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 1
loopBlendPositionY: 1
loopBlendPositionXZ: 1
keepOriginalOrientation: 1
keepOriginalPositionY: 1
keepOriginalPositionXZ: 1
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 160
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

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

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 0273161bb8797ff4c8b20735fa717f9c
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: Root
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_HeavyFlourish_ReturnToIdle_RootMotion_Sword
takeName: A_Attack_HeavyFlourish_ReturnToIdle_RootMotion
internalID: -8385074315519088938
firstFrame: 62
lastFrame: 108
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 0
loopBlendPositionY: 0
loopBlendPositionXZ: 0
keepOriginalOrientation: 0
keepOriginalPositionY: 1
keepOriginalPositionXZ: 0
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 62
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 3c4651f8c8a77944aadd0b01d719f361
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:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_HeavyFlourish_ReturnToIdle_Sword
takeName: A_Attack_HeavyFlourish_ReturnToIdle
internalID: -1276650336607947451
firstFrame: 62
lastFrame: 108
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 1
loopBlendPositionY: 1
loopBlendPositionXZ: 1
keepOriginalOrientation: 1
keepOriginalPositionY: 1
keepOriginalPositionXZ: 1
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 62
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

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

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 0f506981894649b45869a037d90f339b
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: Root
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_HeavyStab01_ReturnToIdle_RootMotion_Sword
takeName: A_Attack_HeavyStab01_ReturnToIdle_RootMotion_Sword
internalID: 2358349791827954003
firstFrame: 42
lastFrame: 90
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 0
loopBlendPositionY: 0
loopBlendPositionXZ: 0
keepOriginalOrientation: 0
keepOriginalPositionY: 1
keepOriginalPositionXZ: 0
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 0
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: e056f13312f57e2489fc76f6a0e0a5ce
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:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_HeavyStab01_ReturnToIdle_Sword
takeName: A_Attack_HeavyStab01_ReturnToIdle_Sword
internalID: -4180442433371796430
firstFrame: 42
lastFrame: 90
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 1
loopBlendPositionY: 1
loopBlendPositionXZ: 1
keepOriginalOrientation: 1
keepOriginalPositionY: 1
keepOriginalPositionXZ: 1
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 42
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

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

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 02a40f647edd37542a22ed8a535c7ccd
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: Root
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_LightCombo01A_ReturnToIdle_RootMotion_Sword
takeName: A_Attack_Light01A_ReturnToIdle
internalID: -8265974341663887746
firstFrame: 25
lastFrame: 48
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 0
loopBlendPositionY: 0
loopBlendPositionXZ: 0
keepOriginalOrientation: 0
keepOriginalPositionY: 1
keepOriginalPositionXZ: 0
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 25
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 149ce20164ff14e43b1bafa61f1c1402
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:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_LightCombo01A_ReturnToIdle_Sword
takeName: A_Attack_Light01A_ReturnToIdle
internalID: -8265974341663887746
firstFrame: 25
lastFrame: 48
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 1
loopBlendPositionY: 1
loopBlendPositionXZ: 1
keepOriginalOrientation: 1
keepOriginalPositionY: 1
keepOriginalPositionXZ: 1
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 25
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 21d649b5c9a07fb0d91de4da35200011
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 7400000
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 92cdba5e74f5b7b489caa1aa4b3e1aaa
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: Root
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_LightCombo01B_ReturnToIdle_RootMotion_Sword
takeName: A_Attack_Light01B_ReturnToIdle
internalID: 345540028182452376
firstFrame: 45
lastFrame: 68
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 0
loopBlendPositionY: 0
loopBlendPositionXZ: 0
keepOriginalOrientation: 0
keepOriginalPositionY: 1
keepOriginalPositionXZ: 0
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 45
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 9badd10faaa482146adf0dbc6a5e3b3e
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:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_LightCombo01B_ReturnToIdle_Sword
takeName: A_Attack_Light01B_ReturnToIdle
internalID: 345540028182452376
firstFrame: 45
lastFrame: 68
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 1
loopBlendPositionY: 1
loopBlendPositionXZ: 1
keepOriginalOrientation: 1
keepOriginalPositionY: 1
keepOriginalPositionXZ: 1
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 45
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,852 @@
fileFormatVersion: 2
guid: 762bf415fd014484599ce37e82ec8122
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: Root
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 0
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations:
- serializedVersion: 16
name: A_Attack_LightCombo01C_ReturnToIdle_RootMotion_Sword
takeName: A_Attack_Light01C_ReturnToIdle
internalID: -6580245886400728561
firstFrame: 67
lastFrame: 90
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 0
loopBlendPositionY: 0
loopBlendPositionXZ: 0
keepOriginalOrientation: 0
keepOriginalPositionY: 1
keepOriginalPositionXZ: 0
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: Root
weight: 1
- path: Root/Hips
weight: 1
- path: Root/Hips/Spine_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Finger_01/Finger_02/Finger_03/Finger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/IndexFinger_01/IndexFinger_02/IndexFinger_03/IndexFinger_04
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Prop_L
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_L/Shoulder_L/Elbow_L/Hand_L/Thumb_01/Thumb_02/Thumb_03
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Finger_01_1/Finger_02_1/Finger_03_1/Finger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/IndexFinger_01_1/IndexFinger_02_1/IndexFinger_03_1/IndexFinger_04_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Prop_R
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Clavicle_R/Shoulder_R/Elbow_R/Hand_R/Thumb_01_1/Thumb_02_1/Thumb_03_1
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyebrows
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Eyes
weight: 1
- path: Root/Hips/Spine_01/Spine_02/Spine_03/Neck/Head/Jaw
weight: 1
- path: Root/Hips/UpperLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L
weight: 1
- path: Root/Hips/UpperLeg_L/LowerLeg_L/Ankle_L/Ball_L/Toes_L
weight: 1
- path: Root/Hips/UpperLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R
weight: 1
- path: Root/Hips/UpperLeg_R/LowerLeg_R/Ankle_R/Ball_R/Toes_R
weight: 1
- path: SK_TEST_DEVU_SNTY_BASE_01_Classic
weight: 1
maskType: 1
maskSource: {fileID: 31900000, guid: ebc8800d7aef22a4aa95591cd452157d, type: 2}
additiveReferencePoseFrame: 67
isReadable: 0
meshes:
lODScreenPercentages: []
globalScale: 1
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: 0
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: 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: UpperLeg_L
humanName: LeftUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: UpperLeg_R
humanName: RightUpperLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_L
humanName: LeftLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: LowerLeg_R
humanName: RightLowerLeg
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_L
humanName: LeftFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ankle_R
humanName: RightFoot
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Spine_01
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: Spine_02
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: 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: 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: Clavicle_L
humanName: LeftShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Clavicle_R
humanName: RightShoulder
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_L
humanName: LeftUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Shoulder_R
humanName: RightUpperArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_L
humanName: LeftLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Elbow_R
humanName: RightLowerArm
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_L
humanName: LeftHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Hand_R
humanName: RightHand
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_L
humanName: LeftToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Ball_R
humanName: RightToes
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyes
humanName: RightEye
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Eyebrows
humanName: Jaw
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Thumb_01
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: Thumb_02
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: Thumb_03
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: IndexFinger_01
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: IndexFinger_02
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: IndexFinger_03
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: Thumb_01_1
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: Thumb_02_1
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: Thumb_03_1
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: IndexFinger_01_1
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: IndexFinger_02_1
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: IndexFinger_03_1
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: Spine_03
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
- boneName: Finger_01
humanName: Left Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02
humanName: Left Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03
humanName: Left Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_01_1
humanName: Right Middle Proximal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_02_1
humanName: Right Middle Intermediate
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
- boneName: Finger_03_1
humanName: Right Middle Distal
limit:
min: {x: 0, y: 0, z: 0}
max: {x: 0, y: 0, z: 0}
value: {x: 0, y: 0, z: 0}
length: 0
modified: 0
skeleton:
- name: PolygonSyntyCharacter(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: SK_DUMMY_POLYGON_01
parentName: PolygonSyntyCharacter(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: Root
parentName: PolygonSyntyCharacter(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: Hips
parentName: Root
position: {x: -5.928623e-22, y: 0.904292, z: -4.440892e-18}
rotation: {x: -0.08936633, y: -0.011019013, z: -0.0018417186, w: 0.99593616}
scale: {x: 1, y: 1, z: 1}
- name: Spine_01
parentName: Hips
position: {x: -0.00052054384, y: 0.10388745, z: 0.0030201653}
rotation: {x: 0.122369096, y: 0.016841793, z: 0.0021861354, w: 0.9923394}
scale: {x: 1, y: 1, z: 1}
- name: Spine_02
parentName: Spine_01
position: {x: 0.00003521303, y: 0.18148641, z: -0.003029207}
rotation: {x: -0.097008005, y: -0.0020246543, z: -0.0009303095, w: 0.99528116}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: Spine_03
parentName: Spine_02
position: {x: 0.000025267314, y: 0.179006, z: -0.0033441796}
rotation: {x: 0.10263801, y: -0.004310783, z: 0.014025999, w: 0.9946106}
scale: {x: 1, y: 0.99999976, z: 1}
- name: Neck
parentName: Spine_03
position: {x: 0.003048571, y: 0.11184796, z: -0.00019923091}
rotation: {x: 0.058332637, y: 0.0103886705, z: -0.013379398, w: 0.9981535}
scale: {x: 0.9999998, y: 1, z: 0.9999999}
- name: Head
parentName: Neck
position: {x: -0.000027363978, y: 0.12157096, z: -0.0042248624}
rotation: {x: -0.09697132, y: -0.012015241, z: -0.0006379713, w: 0.9952145}
scale: {x: 1, y: 1.0000002, z: 1.0000001}
- name: Eyes
parentName: Head
position: {x: 6.1420966e-17, y: 0.09447606, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Eyebrows
parentName: Head
position: {x: 4.489649e-16, y: 0.1276692, z: 0.12272215}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Jaw
parentName: Head
position: {x: -0.000045919798, y: 0.06247511, z: 0.02164003}
rotation: {x: -0.000000007450578, y: -0, z: -0, w: 1}
scale: {x: 1, y: 1, z: 1}
- name: Clavicle_L
parentName: Spine_03
position: {x: -0.07293239, y: 0.060095485, z: 0.041684438}
rotation: {x: -0.14139812, y: -0.09580803, z: 0.6917422, w: 0.7016553}
scale: {x: 1.0000002, y: 1, z: 0.9999999}
- name: Shoulder_L
parentName: Clavicle_L
position: {x: -0.0015302919, y: 0.13196069, z: 0.0015548666}
rotation: {x: 0.20350762, y: 0.0044883923, z: 0.0054157567, w: 0.9790481}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000002}
- name: Elbow_L
parentName: Shoulder_L
position: {x: -0.008642869, y: 0.33936706, z: -0.0014362641}
rotation: {x: 0.0017387269, y: -0.00054998224, z: -0.016040094, w: 0.9998697}
scale: {x: 1.0000004, y: 1.0000004, z: 1}
- name: Hand_L
parentName: Elbow_L
position: {x: 0.0011719065, y: 0.27114275, z: -0.00038136425}
rotation: {x: -0.03583056, y: 0.00013410089, z: -0.0005782658, w: 0.9993577}
scale: {x: 1.0000001, y: 1, z: 1}
- name: Thumb_01
parentName: Hand_L
position: {x: -0.011595635, y: 0.035177354, z: 0.045055393}
rotation: {x: 0.17747234, y: -0.59642255, z: -0.14795147, w: 0.7686963}
scale: {x: 1.0000001, y: 1, z: 1.0000001}
- name: Thumb_02
parentName: Thumb_01
position: {x: -0.000111722875, y: 0.063699976, z: 0.00051302114}
rotation: {x: 0.033434346, y: 0.022951085, z: 0.011947969, w: 0.99910593}
scale: {x: 0.9999998, y: 1, z: 0.9999998}
- name: Thumb_03
parentName: Thumb_02
position: {x: 0.000040739913, y: 0.05665453, z: -0.00036141623}
rotation: {x: 0.011818765, y: 0.012863871, z: 0.0061582895, w: 0.99982846}
scale: {x: 1.0000002, y: 1, z: 1}
- name: IndexFinger_01
parentName: Hand_L
position: {x: 0.004316187, y: 0.103952475, z: 0.026726495}
rotation: {x: -0.083707094, y: -0.0040507955, z: 0.005889333, w: 0.9964648}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: IndexFinger_02
parentName: IndexFinger_01
position: {x: 0.0001083448, y: 0.040936172, z: -4.440892e-16}
rotation: {x: -0.0042100158, y: 0.001120817, z: 0.026760975, w: 0.9996324}
scale: {x: 1.0000002, y: 1.0000001, z: 0.9999999}
- name: IndexFinger_03
parentName: IndexFinger_02
position: {x: -0.0007850012, y: 0.037903752, z: 2.5934808e-15}
rotation: {x: -0.02785195, y: 0.0029873294, z: 0.030703599, w: 0.9991359}
scale: {x: 1.0000005, y: 1.0000006, z: 1}
- name: IndexFinger_04
parentName: IndexFinger_03
position: {x: -0.0006347594, y: 0.03779261, z: 5.2935434e-15}
rotation: {x: 0.010008681, y: -0.013127764, z: -0.013273999, w: 0.99977565}
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
- name: Finger_01
parentName: Hand_L
position: {x: -0.00084363244, y: 0.09982842, z: -0.0328334}
rotation: {x: -0.08565033, y: -0.0040621953, z: 0.02860502, w: 0.9959063}
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
- name: Finger_02
parentName: Finger_01
position: {x: -0.0008881993, y: 0.042478856, z: -2.4424906e-17}
rotation: {x: 0.019524844, y: -0.0023818305, z: 0.029077822, w: 0.9993837}
scale: {x: 1.0000005, y: 1.0000006, z: 0.9999999}
- name: Finger_03
parentName: Finger_02
position: {x: -0.00018553007, y: 0.035132784, z: 1.2834178e-15}
rotation: {x: -0.029222755, y: -0.0034834447, z: -0.6834433, w: 0.7294102}
scale: {x: 1, y: 0.99999994, z: 1}
- name: Finger_04
parentName: Finger_03
position: {x: -0.030032393, y: -1.9895197e-15, z: 3.6770585e-15}
rotation: {x: 0.02848002, y: -0.02622545, z: 0.7071986, w: 0.7059542}
scale: {x: 1, y: 1, z: 1}
- name: Prop_L
parentName: Hand_L
position: {x: -0.03405303, y: 0.09336856, z: 0.016919507}
rotation: {x: 0.000000029802315, y: 0.0000000012660163, z: -0.70822483, w: 0.705987}
scale: {x: 1.0000001, y: 0.9999992, z: 1.0000011}
- name: Clavicle_R
parentName: Spine_03
position: {x: 0.07595525, y: 0.056041416, z: 0.04193737}
rotation: {x: 0.9859194, y: -0.023956943, z: -0.16112562, w: 0.037783682}
scale: {x: 0.9999999, y: 1.0000006, z: 1.0000002}
- name: Shoulder_R
parentName: Clavicle_R
position: {x: 0.1319786, y: 0.0000064733913, z: 0.000000047353424}
rotation: {x: -0.13618088, y: 0.14350472, z: -0.69365865, w: 0.69260293}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Elbow_R
parentName: Shoulder_R
position: {x: -0.0102176275, y: 0.33932388, z: 0.0014362636}
rotation: {x: -0.0017303223, y: 0.0005685089, z: -0.00068201846, w: 0.99999815}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005}
- name: Hand_R
parentName: Elbow_R
position: {x: 0.008239318, y: 0.27101967, z: 0.00038136088}
rotation: {x: 0.03582587, y: -0.00059052743, z: -0.013899693, w: 0.9992612}
scale: {x: 1.0000004, y: 1, z: 1.0000001}
- name: Thumb_01_1
parentName: Hand_R
position: {x: -0.01161952, y: 0.03517002, z: -0.045055397}
rotation: {x: -0.1405994, y: -0.66706425, z: 0.21926644, w: 0.6979824}
scale: {x: 1.0000002, y: 1.0000002, z: 1}
- name: Thumb_02_1
parentName: Thumb_01_1
position: {x: -0.0020193702, y: 0.06363735, z: 0.0020211332}
rotation: {x: 0.0521317, y: -0.07880109, z: 0.008805486, w: 0.99548745}
scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007}
- name: Thumb_03_1
parentName: Thumb_02_1
position: {x: -0.000004810849, y: 0.05664875, z: -0.0008467391}
rotation: {x: 0.016929295, y: -0.013851229, z: 0.0068211895, w: 0.9997375}
scale: {x: 0.9999998, y: 1.0000002, z: 1}
- name: IndexFinger_01_1
parentName: Hand_R
position: {x: 0.004257569, y: 0.10395538, z: -0.026726501}
rotation: {x: 0.0828682, y: 0.0018372887, z: -0.0074912393, w: 0.99653065}
scale: {x: 0.99999994, y: 1.0000002, z: 1.0000005}
- name: IndexFinger_02_1
parentName: IndexFinger_01_1
position: {x: -0.0009464423, y: 0.040924966, z: -0.00000004956748}
rotation: {x: 0.00810354, y: 0.00048554677, z: 0.03766799, w: 0.9992573}
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007}
- name: IndexFinger_03_1
parentName: IndexFinger_02_1
position: {x: -0.00087888323, y: 0.037901938, z: -0.000000045452925}
rotation: {x: 0.01683831, y: -0.006532673, z: 0.037016645, w: 0.99915147}
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004}
- name: IndexFinger_04_1
parentName: IndexFinger_03_1
position: {x: -0.000867626, y: 0.037783366, z: -0.0000001550738}
rotation: {x: -0.015948178, y: -0.009884913, z: 0.022371622, w: 0.9995737}
scale: {x: 1.0000002, y: 1.0000002, z: 1.0000008}
- name: Finger_01_1
parentName: Hand_R
position: {x: -0.0009030714, y: 0.09982765, z: 0.032833397}
rotation: {x: 0.085648715, y: 0.004121201, z: 0.028513107, w: 0.9959088}
scale: {x: 0.99999994, y: 1.0000004, z: 1.0000002}
- name: Finger_02_1
parentName: Finger_01_1
position: {x: -0.0009212346, y: 0.042478103, z: -0.000000019789931}
rotation: {x: -0.038914416, y: 0.0017450028, z: 0.017680408, w: 0.9990846}
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000007}
- name: Finger_03_1
parentName: Finger_02_1
position: {x: -0.00064628496, y: 0.0351273, z: 0.000000014853608}
rotation: {x: 0.03103962, y: -0.012165692, z: 0.027828023, w: 0.9990567}
scale: {x: 1.0000002, y: 1, z: 1.0000006}
- name: Finger_04_1
parentName: Finger_03_1
position: {x: 0.00008118405, y: 0.03003102, z: 0.0000003591099}
rotation: {x: -0.0057478826, y: 0.0019680264, z: -0.014419926, w: 0.99987763}
scale: {x: 1.0000004, y: 1.0000004, z: 1.0000006}
- name: Prop_R
parentName: Hand_R
position: {x: -0.03437349, y: 0.079732396, z: -0.012982643}
rotation: {x: -0.7080161, y: -0.70619637, z: 0.0000000018626447, w: -0.000000003637978}
scale: {x: 0.9999998, y: 1, z: 0.9999996}
- name: UpperLeg_R
parentName: Hips
position: {x: 0.09856232, y: -0.039802644, z: -0.03023863}
rotation: {x: -0.0034534438, y: -0.0900133, z: 0.9954848, w: -0.029928027}
scale: {x: 1.0000004, y: 1.0000004, z: 0.99999994}
- name: LowerLeg_R
parentName: UpperLeg_R
position: {x: 0.010702381, y: 0.39916554, z: 0.0002548783}
rotation: {x: -0.008797092, y: 0.0010323543, z: -0.02787968, w: 0.9995721}
scale: {x: 1.0000007, y: 1.0000011, z: 0.9999999}
- name: Ankle_R
parentName: LowerLeg_R
position: {x: -0.0013460641, y: 0.3770066, z: -0.009293252}
rotation: {x: 0.47960785, y: -0.014286114, z: 0.0033239266, w: 0.8773604}
scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002}
- name: Ball_R
parentName: Ankle_R
position: {x: 0.00002638574, y: 0.11273842, z: 0.0047949436}
rotation: {x: 0.30470556, y: 0.0113149015, z: 0.0077266092, w: 0.95234805}
scale: {x: 1.000001, y: 1.000001, z: 1}
- name: Toes_R
parentName: Ball_R
position: {x: 0.00085089286, y: 0.072920196, z: -0.0021743176}
rotation: {x: -0.021681545, y: -0.006950427, z: -0.005826307, w: 0.9997238}
scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005}
- name: UpperLeg_L
parentName: Hips
position: {x: -0.09932242, y: -0.040918678, z: -0.025959484}
rotation: {x: 0.012400655, y: -0.08918511, z: 0.9958454, w: 0.013570819}
scale: {x: 1.0000001, y: 1.0000001, z: 1}
- name: LowerLeg_L
parentName: UpperLeg_L
position: {x: 0.0003177549, y: 0.39930907, z: -3.6326495e-14}
rotation: {x: -0.019704375, y: -0.013604647, z: 0.012342074, w: 0.9996371}
scale: {x: 1, y: 1.0000001, z: 1}
- name: Ankle_L
parentName: LowerLeg_L
position: {x: 0.0002042169, y: 0.3771205, z: -0.0014286892}
rotation: {x: 0.4933696, y: 0.003990463, z: -0.010034026, w: 0.8697528}
scale: {x: 1.0000002, y: 0.9999999, z: 1}
- name: Ball_L
parentName: Ankle_L
position: {x: -0.00016336289, y: 0.11278386, z: 0.003565653}
rotation: {x: 0.28727645, y: 0.013302659, z: -0.009919871, w: 0.95770395}
scale: {x: 0.9999999, y: 1.0000001, z: 1.0000001}
- name: Toes_L
parentName: Ball_L
position: {x: -0.0011773192, y: 0.07294723, z: -0.00033563236}
rotation: {x: -0.022539107, y: -0.016353492, z: 0.008434009, w: 0.9995767}
scale: {x: 1.0000004, y: 0.9999999, z: 0.99999994}
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
globalScale: 1
rootMotionBoneName:
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 68a29e70ae95f6a4195bf0fcbb538019, type: 3}
autoGenerateAvatarMappingIfUnspecified: 1
animationType: 3
humanoidOversampling: 1
avatarSetup: 2
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
importBlendShapeDeformPercent: 1
remapMaterialsIfMaterialImportModeIsNone: 0
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

Some files were not shown because too many files have changed in this diff Show More