Initial commit
This commit is contained in:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Auto detect text files and perform LF normalization
|
||||||
|
* text=auto
|
||||||
75
.gitignore
vendored
Normal file
75
.gitignore
vendored
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
# This .gitignore file should be placed at the root of your Unity project directory
|
||||||
|
#
|
||||||
|
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
||||||
|
#
|
||||||
|
.utmp/
|
||||||
|
/[Ll]ibrary/
|
||||||
|
/[Tt]emp/
|
||||||
|
/[Oo]bj/
|
||||||
|
/[Bb]uild/
|
||||||
|
/[Bb]uilds/
|
||||||
|
/[Ll]ogs/
|
||||||
|
/[Uu]ser[Ss]ettings/
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# MemoryCaptures can get excessive in size.
|
||||||
|
# They also could contain extremely sensitive data
|
||||||
|
/[Mm]emoryCaptures/
|
||||||
|
|
||||||
|
# Recordings can get excessive in size
|
||||||
|
/[Rr]ecordings/
|
||||||
|
|
||||||
|
# Uncomment this line if you wish to ignore the asset store tools plugin
|
||||||
|
# /[Aa]ssets/AssetStoreTools*
|
||||||
|
|
||||||
|
# Autogenerated Jetbrains Rider plugin
|
||||||
|
/[Aa]ssets/Plugins/Editor/JetBrains*
|
||||||
|
|
||||||
|
# Visual Studio cache directory
|
||||||
|
.vs/
|
||||||
|
|
||||||
|
# Gradle cache directory
|
||||||
|
.gradle/
|
||||||
|
|
||||||
|
# Autogenerated VS/MD/Consulo solution and project files
|
||||||
|
ExportedObj/
|
||||||
|
.consulo/
|
||||||
|
*.csproj
|
||||||
|
*.unityproj
|
||||||
|
*.sln
|
||||||
|
*.suo
|
||||||
|
*.tmp
|
||||||
|
*.user
|
||||||
|
*.userprefs
|
||||||
|
*.pidb
|
||||||
|
*.booproj
|
||||||
|
*.svd
|
||||||
|
*.pdb
|
||||||
|
*.mdb
|
||||||
|
*.opendb
|
||||||
|
*.VC.db
|
||||||
|
|
||||||
|
# Unity3D generated meta files
|
||||||
|
*.pidb.meta
|
||||||
|
*.pdb.meta
|
||||||
|
*.mdb.meta
|
||||||
|
|
||||||
|
# Unity3D generated file on crash reports
|
||||||
|
sysinfo.txt
|
||||||
|
|
||||||
|
# Builds
|
||||||
|
*.apk
|
||||||
|
*.aab
|
||||||
|
*.unitypackage
|
||||||
|
*.unitypackage.meta
|
||||||
|
*.app
|
||||||
|
|
||||||
|
# Crashlytics generated file
|
||||||
|
crashlytics-build.properties
|
||||||
|
|
||||||
|
# Packed Addressables
|
||||||
|
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
||||||
|
|
||||||
|
# Temporary auto-generated Android Assets
|
||||||
|
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||||
|
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||||
6
.vsconfig
Normal file
6
.vsconfig
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0",
|
||||||
|
"components": [
|
||||||
|
"Microsoft.VisualStudio.Workload.ManagedGame"
|
||||||
|
]
|
||||||
|
}
|
||||||
8
AGENTS.md
Normal file
8
AGENTS.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<!-- UNITY CODE ASSIST INSTRUCTIONS START -->
|
||||||
|
- Project name: MobileShooter
|
||||||
|
- Unity version: Unity 6000.3.0f1
|
||||||
|
- Active game object:
|
||||||
|
- Name: Bip001 R Hand
|
||||||
|
- Tag: Untagged
|
||||||
|
- Layer: Default
|
||||||
|
<!-- UNITY CODE ASSIST INSTRUCTIONS END -->
|
||||||
8
Assets/Art.meta
Normal file
8
Assets/Art.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 75a915d45322bd9488544ec5b2fa8123
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Art/Characters.meta
Normal file
8
Assets/Art/Characters.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7c5ff780aed9a4b49a8c6ece9d52338e
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Art/Characters/Materials.meta
Normal file
8
Assets/Art/Characters/Materials.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 95832178489a6f44c8f903c976b62699
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
137
Assets/Art/Characters/Materials/New Material.mat
Normal file
137
Assets/Art/Characters/Materials/New Material.mat
Normal file
@@ -0,0 +1,137 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &-2721922283527871689
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion
|
||||||
|
version: 10
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: New Material
|
||||||
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords: []
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Opaque
|
||||||
|
disabledShaderPasses:
|
||||||
|
- MOTIONVECTORS
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BaseMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailAlbedoMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailNormalMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _EmissionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ParallaxMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _SpecGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- unity_Lightmaps:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- unity_LightmapsInd:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- unity_ShadowMasks:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _AddPrecomputedVelocity: 0
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _AlphaToMask: 0
|
||||||
|
- _Blend: 0
|
||||||
|
- _BlendModePreserveSpecular: 1
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _DstBlendAlpha: 0
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
|
- _GlossMapScale: 0
|
||||||
|
- _Glossiness: 0
|
||||||
|
- _GlossyReflections: 0
|
||||||
|
- _Metallic: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.005
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 1
|
||||||
|
- _Smoothness: 0.5
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _SrcBlendAlpha: 1
|
||||||
|
- _Surface: 0
|
||||||
|
- _WorkflowMode: 1
|
||||||
|
- _XRMotionVectorsPass: 1
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _BaseColor: {r: 0.24150053, g: 0.6320754, b: 0.6050677, a: 1}
|
||||||
|
- _Color: {r: 0.2415005, g: 0.6320754, b: 0.6050677, a: 1}
|
||||||
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
|
m_AllowLocking: 1
|
||||||
8
Assets/Art/Characters/Materials/New Material.mat.meta
Normal file
8
Assets/Art/Characters/Materials/New Material.mat.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 03c4a7d864e1abd49840173d794467ac
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Art/Characters/NPC.meta
Normal file
8
Assets/Art/Characters/NPC.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0ed7ac3448d741f4bbd78ed534c58210
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Art/Characters/Player.meta
Normal file
8
Assets/Art/Characters/Player.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 09cf0444735539f4392cece916269223
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
9
Assets/Art/Characters/Player/animation.meta
Normal file
9
Assets/Art/Characters/Player/animation.meta
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1f84fcab436343c4e8deee1cfd902366
|
||||||
|
folderAsset: yes
|
||||||
|
timeCreated: 1476233858
|
||||||
|
licenseType: Store
|
||||||
|
DefaultImporter:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Art/Characters/Player/animation/Main.meta
Normal file
8
Assets/Art/Characters/Player/animation/Main.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0017d638865cef34c858e245ce6059bb
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/Main/idle aiming.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/Main/idle aiming.fbx
Normal file
Binary file not shown.
483
Assets/Art/Characters/Player/animation/Main/idle aiming.fbx.meta
Normal file
483
Assets/Art/Characters/Player/animation/Main/idle aiming.fbx.meta
Normal file
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f0a7ee29e6ad23749a1d9e19830040c2
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierIdle
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 126
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 1
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4a657213b2bf2654cbc28e211244fe8f
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierRun_BL
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 30
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: bbdfc3714aa8a0a4eaf48418b18fd12a
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierRunBR
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 30
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/Main/run backward.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/Main/run backward.fbx
Normal file
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 9b90031cac6c6f74c91547e0a31c695d
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierRunBackward
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 30
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/Main/run forward left.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/Main/run forward left.fbx
Normal file
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ad9f4f1286929b54eb335e2d431cbd2f
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierRunFL
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 30
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d4b06fdfcd4544948a042a24682d27c8
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierRunFR
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 30
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/Main/run forward.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/Main/run forward.fbx
Normal file
Binary file not shown.
483
Assets/Art/Characters/Player/animation/Main/run forward.fbx.meta
Normal file
483
Assets/Art/Characters/Player/animation/Main/run forward.fbx.meta
Normal file
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c3df5902193d8e346a2a8fea7db05896
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierRunForward
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 30
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/Main/run left.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/Main/run left.fbx
Normal file
Binary file not shown.
483
Assets/Art/Characters/Player/animation/Main/run left.fbx.meta
Normal file
483
Assets/Art/Characters/Player/animation/Main/run left.fbx.meta
Normal file
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: bab4511050adbb34db70bee4875e16af
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierRunLeft
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 30
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/Main/run right.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/Main/run right.fbx
Normal file
Binary file not shown.
483
Assets/Art/Characters/Player/animation/Main/run right.fbx.meta
Normal file
483
Assets/Art/Characters/Player/animation/Main/run right.fbx.meta
Normal file
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0fcd7e5336914aa4890c67ca2edb3531
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierRunRight
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 30
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 9fbd197a286625f41b588c6414ae35db
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierWalkBL
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 60
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 2df9ed9db97e964418fef4d1466c5922
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierWalkBR
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 60
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/Main/walk backward.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/Main/walk backward.fbx
Normal file
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 86302e25e93e8d04ba5a53aae03c522b
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierWalkBackward
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 60
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a38d47c1b5c367a43a55d4b3dd8417a1
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierWalkFL
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 60
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 899eb51d520f60c43a259e2a29dbbf30
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierWalkFR
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 60
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/Main/walk forward.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/Main/walk forward.fbx
Normal file
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: dd978887b1bccc8438ab80c3a2255957
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierWalkForward
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 60
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/Main/walk left.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/Main/walk left.fbx
Normal file
Binary file not shown.
483
Assets/Art/Characters/Player/animation/Main/walk left.fbx.meta
Normal file
483
Assets/Art/Characters/Player/animation/Main/walk left.fbx.meta
Normal file
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8b08bff25533b27459cb62865d151c57
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierWalkLeft
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 60
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/Main/walk right.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/Main/walk right.fbx
Normal file
Binary file not shown.
483
Assets/Art/Characters/Player/animation/Main/walk right.fbx.meta
Normal file
483
Assets/Art/Characters/Player/animation/Main/walk right.fbx.meta
Normal file
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5a47b035b9f663248b9538839116a225
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: SoldierWalkRight
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 60
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 1
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
8
Assets/Art/Characters/Player/animation/PRo.meta
Normal file
8
Assets/Art/Characters/Player/animation/PRo.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 13b848df0562b994ab6a08c11f49453e
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 73e4dc3fdccc0ac4080c12920b8c8f83
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: da03cdbe17f6a9d489d55e521f55ceae
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d2982fc8b8b7a7b4b89e47e8344814f2
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 15bdf6128a402374db609d823b3c0122
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 751396d585b664c4384fc1e59e9fa139
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/death from right.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/death from right.fbx
Normal file
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5762dff8997f2944db431cbe25063d55
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 695d002480b40e24195fe09dd3a7fc6f
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 34e05b509eaa2f148ab8ecfc998bf54b
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6863a4db1dafd1f44baa9c73c86f8379
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/idle crouching.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/idle crouching.fbx
Normal file
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f2d8b9e2d259bde4c9c4381aa799162d
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/idle.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/idle.fbx
Normal file
Binary file not shown.
454
Assets/Art/Characters/Player/animation/PRo/idle.fbx.meta
Normal file
454
Assets/Art/Characters/Player/animation/PRo/idle.fbx.meta
Normal file
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4372753226df55d4b974e97124024130
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/jump down.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/jump down.fbx
Normal file
Binary file not shown.
454
Assets/Art/Characters/Player/animation/PRo/jump down.fbx.meta
Normal file
454
Assets/Art/Characters/Player/animation/PRo/jump down.fbx.meta
Normal file
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fdb3eba877c324e488484c59ae08e205
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/jump loop.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/jump loop.fbx
Normal file
Binary file not shown.
454
Assets/Art/Characters/Player/animation/PRo/jump loop.fbx.meta
Normal file
454
Assets/Art/Characters/Player/animation/PRo/jump loop.fbx.meta
Normal file
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 856c7ba98b8eb964d843fa59a2375048
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/jump up.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/jump up.fbx
Normal file
Binary file not shown.
454
Assets/Art/Characters/Player/animation/PRo/jump up.fbx.meta
Normal file
454
Assets/Art/Characters/Player/animation/PRo/jump up.fbx.meta
Normal file
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a0e701bf0c2471443946f9c934b84c28
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 63d0c2d161887da42acb1b84ddde9ead
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4a72795c162134b469e2864076ae8582
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/sprint backward.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/sprint backward.fbx
Normal file
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5757a9a264c0a4344ab76221808b5c89
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ad101083f9a36d24bb91bf8ae197bb5c
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f1b16ebda7032cf4998124cd6edb683c
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/sprint forward.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/sprint forward.fbx
Normal file
Binary file not shown.
@@ -0,0 +1,483 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5b586803230e4b14a8198057db38e2b7
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations:
|
||||||
|
- serializedVersion: 16
|
||||||
|
name: mixamo.com
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: -203655887218126122
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 30
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 0
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 0
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 1
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/sprint left.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/sprint left.fbx
Normal file
Binary file not shown.
454
Assets/Art/Characters/Player/animation/PRo/sprint left.fbx.meta
Normal file
454
Assets/Art/Characters/Player/animation/PRo/sprint left.fbx.meta
Normal file
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 52fa362e34ee3f045b3c0fd0a9a2dd0f
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/sprint right.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/sprint right.fbx
Normal file
Binary file not shown.
454
Assets/Art/Characters/Player/animation/PRo/sprint right.fbx.meta
Normal file
454
Assets/Art/Characters/Player/animation/PRo/sprint right.fbx.meta
Normal file
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: cc5ade03ad0d2ae4d939e92dd79b876f
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/turn 90 left.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/turn 90 left.fbx
Normal file
Binary file not shown.
454
Assets/Art/Characters/Player/animation/PRo/turn 90 left.fbx.meta
Normal file
454
Assets/Art/Characters/Player/animation/PRo/turn 90 left.fbx.meta
Normal file
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: adc8ae720342cb64cb5f83960d25616d
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
Assets/Art/Characters/Player/animation/PRo/turn 90 right.fbx
Normal file
BIN
Assets/Art/Characters/Player/animation/PRo/turn 90 right.fbx
Normal file
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 06df62c43a9f4d7438201eaaae7aa0fd
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4351b74c27ff1244691a6c826f476d8c
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
importBlendShapeDeformPercent: 1
|
||||||
|
remapMaterialsIfMaterialImportModeIsNone: 0
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@@ -0,0 +1,454 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f122839729aaa0a4da82743adba95d2b
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 24200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 0
|
||||||
|
motionNodeName:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 3
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 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: 1
|
||||||
|
generateMeshLods: 0
|
||||||
|
meshLodGenerationFlags: 0
|
||||||
|
maximumMeshLod: -1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
strictVertexDataChecks: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: Bip001 Pelvis
|
||||||
|
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: Bip001 L Thigh
|
||||||
|
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: Bip001 R Thigh
|
||||||
|
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: Bip001 L Calf
|
||||||
|
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: Bip001 R Calf
|
||||||
|
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: Bip001 L Foot
|
||||||
|
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: Bip001 R Foot
|
||||||
|
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: Bip001 Spine
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: Bip001 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: Bip001 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: Bip001 L Clavicle
|
||||||
|
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: Bip001 R Clavicle
|
||||||
|
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: Bip001 L UpperArm
|
||||||
|
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: Bip001 R UpperArm
|
||||||
|
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: Bip001 L Forearm
|
||||||
|
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: Bip001 R Forearm
|
||||||
|
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: Bip001 L Hand
|
||||||
|
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: Bip001 R Hand
|
||||||
|
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: Bip001 L Toe0
|
||||||
|
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: Bip001 R Toe0
|
||||||
|
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: Bip001 L Finger0
|
||||||
|
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: Bip001 R Finger0
|
||||||
|
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: Bip001 Spine1
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Soldier_demo(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.0000005793614, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 1.2856663, z: -0.02168165}
|
||||||
|
rotation: {x: -0.50000036, y: 0.49999964, z: 0.49999964, w: 0.50000036}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 Footsteps
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: -1.2714787}
|
||||||
|
rotation: {x: 0, y: 0, z: -0.7071063, w: 0.70710725}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 Pelvis
|
||||||
|
parentName: Bip001
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0.5, y: -0.5, z: -0.5, w: -0.5}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: 0.00000019378662, y: 0.0000002846241, z: 0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Calf
|
||||||
|
parentName: Bip001 L Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: Bip001 L Foot
|
||||||
|
parentName: Bip001 L Calf
|
||||||
|
position: {x: -0.51009345, y: -0.000000006055832, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Toe0
|
||||||
|
parentName: Bip001 L Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000004}
|
||||||
|
- name: Bip001 L Toe0Nub
|
||||||
|
parentName: Bip001 L Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -0.99999994, y: -1, z: -0.99999994}
|
||||||
|
- name: Bip001 R Thigh
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.00000019378662, y: -0.00000017259121, z: -0.16512406}
|
||||||
|
rotation: {x: 0, y: 1, z: 0, w: -0.00000004371139}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 R Calf
|
||||||
|
parentName: Bip001 R Thigh
|
||||||
|
position: {x: -0.62975675, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: Bip001 R Foot
|
||||||
|
parentName: Bip001 R Calf
|
||||||
|
position: {x: -0.51009345, y: 0.000000006055832, z: 0.000000024223327}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: Bip001 R Toe0
|
||||||
|
parentName: Bip001 R Foot
|
||||||
|
position: {x: -0.13381289, y: 0.14277282, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0.7071068, w: -0.7071068}
|
||||||
|
scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005}
|
||||||
|
- name: Bip001 R Toe0Nub
|
||||||
|
parentName: Bip001 R Toe0
|
||||||
|
position: {x: -0.12456887, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine
|
||||||
|
parentName: Bip001 Pelvis
|
||||||
|
position: {x: -0.15888187, y: -0.00025077956, z: 0.00000022068525}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1.0000002, z: 0.99999994}
|
||||||
|
- name: Bip001 Spine1
|
||||||
|
parentName: Bip001 Spine
|
||||||
|
position: {x: -0.31531757, y: -0.00024016218, z: -6.661221e-10}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: Bip001 L Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034396217, z: 0.08171383}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: -0.7071068, w: 0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L UpperArm
|
||||||
|
parentName: Bip001 L Clavicle
|
||||||
|
position: {x: -0.19370845, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999976, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 L Forearm
|
||||||
|
parentName: Bip001 L UpperArm
|
||||||
|
position: {x: -0.43241632, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 1}
|
||||||
|
- name: Bip001 L Hand
|
||||||
|
parentName: Bip001 L Forearm
|
||||||
|
position: {x: -0.3868162, y: 0.000000012111664, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: -0.7071068}
|
||||||
|
scale: {x: 1, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 L Finger0
|
||||||
|
parentName: Bip001 L Hand
|
||||||
|
position: {x: -0.13174462, y: 0, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0.3826835, z: 0, w: -0.9238795}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000006, z: 1.0000008}
|
||||||
|
- name: Bip001 L Finger0Nub
|
||||||
|
parentName: Bip001 L Finger0
|
||||||
|
position: {x: -0.11363192, y: -0.00000009689331, z: 0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 Neck
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.36533022, y: 0.017163498, z: 0.000000026758634}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: Bip001 Head
|
||||||
|
parentName: Bip001 Neck
|
||||||
|
position: {x: -0.11682097, y: -0.000000048446655, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999976, z: 0.9999998}
|
||||||
|
- name: Bip001 HeadNub
|
||||||
|
parentName: Bip001 Head
|
||||||
|
position: {x: -0.31048164, y: 0.000000001513958, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: Bip001 R Clavicle
|
||||||
|
parentName: Bip001 Spine1
|
||||||
|
position: {x: -0.29195407, y: -0.00034350797, z: -0.081713825}
|
||||||
|
rotation: {x: 0.7071068, y: -0.000000030908623, z: 0.7071068, w: -0.000000030908623}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: Bip001 R UpperArm
|
||||||
|
parentName: Bip001 R Clavicle
|
||||||
|
position: {x: -0.19370848, y: 0.000000006055832, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999997, z: 0.99999994}
|
||||||
|
- name: Bip001 R Forearm
|
||||||
|
parentName: Bip001 R UpperArm
|
||||||
|
position: {x: -0.43241623, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1.0000005, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Hand
|
||||||
|
parentName: Bip001 R Forearm
|
||||||
|
position: {x: -0.3868161, y: 0.000000006055832, z: -0.00000009689331}
|
||||||
|
rotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001}
|
||||||
|
- name: Bip001 R Finger0
|
||||||
|
parentName: Bip001 R Hand
|
||||||
|
position: {x: -0.13174467, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0.38268346, z: 0, w: 0.9238795}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000006, z: 1}
|
||||||
|
- name: Bip001 R Finger0Nub
|
||||||
|
parentName: Bip001 R Finger0
|
||||||
|
position: {x: -0.11363182, y: 0.00000009689331, z: -0.000000012111664}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: -1.0000001, y: -1.0000001, z: -1.0000001}
|
||||||
|
- name: Soldier_mesh
|
||||||
|
parentName: Soldier_demo(Clone)
|
||||||
|
position: {x: -0, y: 0, z: 0}
|
||||||
|
rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 1
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 0
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: fcb334eb247ae3e488abb081c847cf09, 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
Reference in New Issue
Block a user