Initial cumит
This commit is contained in:
commit
7843af5d37
59
.gitattributes
vendored
Normal file
59
.gitattributes
vendored
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
## Unity ##
|
||||||
|
|
||||||
|
*.cs diff=csharp text
|
||||||
|
*.cginc text
|
||||||
|
*.shader text
|
||||||
|
|
||||||
|
*.mat merge=unityyamlmerge
|
||||||
|
*.anim merge=unityyamlmerge
|
||||||
|
*.unity merge=unityyamlmerge
|
||||||
|
*.prefab merge=unityyamlmerge
|
||||||
|
*.physicsMaterial2D merge=unityyamlmerge
|
||||||
|
*.physicsMaterial merge=unityyamlmerge
|
||||||
|
*.asset merge=unityyamlmerge
|
||||||
|
*.meta merge=unityyamlmerge
|
||||||
|
*.controller merge=unityyamlmerge
|
||||||
|
|
||||||
|
|
||||||
|
## git-lfs ##
|
||||||
|
|
||||||
|
#Image
|
||||||
|
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gif filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.psd filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ai filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tif filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tga filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.cubemap filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.svg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
#Audio
|
||||||
|
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ogg filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
#Video
|
||||||
|
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.mov filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.webm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
#3D Object
|
||||||
|
*.FBX filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.fbx filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.blend filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obj filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
||||||
|
#ETC
|
||||||
|
*.a filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.exr filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.dll filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.unitypackage filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.aif filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rns filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.reason filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lxo filter=lfs diff=lfs merge=lfs -text
|
72
.gitignore
vendored
Normal file
72
.gitignore
vendored
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
# 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
|
||||||
|
#
|
||||||
|
/[Ll]ibrary/
|
||||||
|
/[Tt]emp/
|
||||||
|
/[Oo]bj/
|
||||||
|
/[Bb]uild/
|
||||||
|
/[Bb]uilds/
|
||||||
|
/[Ll]ogs/
|
||||||
|
/[Uu]ser[Ss]ettings/
|
||||||
|
|
||||||
|
# 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
|
||||||
|
*.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/*
|
13
.idea/.idea.projectZ/.idea/.gitignore
generated
vendored
Normal file
13
.idea/.idea.projectZ/.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Rider ignored files
|
||||||
|
/projectSettingsUpdater.xml
|
||||||
|
/.idea.projectZ.iml
|
||||||
|
/modules.xml
|
||||||
|
/contentModel.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
4
.idea/.idea.projectZ/.idea/encodings.xml
generated
Normal file
4
.idea/.idea.projectZ/.idea/encodings.xml
generated
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||||
|
</project>
|
8
.idea/.idea.projectZ/.idea/indexLayout.xml
generated
Normal file
8
.idea/.idea.projectZ/.idea/indexLayout.xml
generated
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="UserContentModel">
|
||||||
|
<attachedFolders />
|
||||||
|
<explicitIncludes />
|
||||||
|
<explicitExcludes />
|
||||||
|
</component>
|
||||||
|
</project>
|
54
.vscode/launch.json
vendored
Normal file
54
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
{
|
||||||
|
// Use IntelliSense to learn about possible attributes.
|
||||||
|
// Hover to view descriptions of existing attributes.
|
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Unity Editor",
|
||||||
|
"type": "unity",
|
||||||
|
"path": "/C:/Users/hamit_ba31xcg/projectZ/Library/EditorInstance.json",
|
||||||
|
"request": "launch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Windows Player",
|
||||||
|
"type": "unity",
|
||||||
|
"request": "launch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "OSX Player",
|
||||||
|
"type": "unity",
|
||||||
|
"request": "launch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Linux Player",
|
||||||
|
"type": "unity",
|
||||||
|
"request": "launch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "iOS Player",
|
||||||
|
"type": "unity",
|
||||||
|
"request": "launch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Android Player",
|
||||||
|
"type": "unity",
|
||||||
|
"request": "launch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Xbox One Player",
|
||||||
|
"type": "unity",
|
||||||
|
"request": "launch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "PS4 Player",
|
||||||
|
"type": "unity",
|
||||||
|
"request": "launch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SwitchPlayer",
|
||||||
|
"type": "unity",
|
||||||
|
"request": "launch"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
55
.vscode/settings.json
vendored
Normal file
55
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"files.exclude":
|
||||||
|
{
|
||||||
|
"**/.DS_Store":true,
|
||||||
|
"**/.git":true,
|
||||||
|
"**/.gitmodules":true,
|
||||||
|
"**/*.booproj":true,
|
||||||
|
"**/*.pidb":true,
|
||||||
|
"**/*.suo":true,
|
||||||
|
"**/*.user":true,
|
||||||
|
"**/*.userprefs":true,
|
||||||
|
"**/*.unityproj":true,
|
||||||
|
"**/*.dll":true,
|
||||||
|
"**/*.exe":true,
|
||||||
|
"**/*.pdf":true,
|
||||||
|
"**/*.mid":true,
|
||||||
|
"**/*.midi":true,
|
||||||
|
"**/*.wav":true,
|
||||||
|
"**/*.gif":true,
|
||||||
|
"**/*.ico":true,
|
||||||
|
"**/*.jpg":true,
|
||||||
|
"**/*.jpeg":true,
|
||||||
|
"**/*.png":true,
|
||||||
|
"**/*.psd":true,
|
||||||
|
"**/*.tga":true,
|
||||||
|
"**/*.tif":true,
|
||||||
|
"**/*.tiff":true,
|
||||||
|
"**/*.3ds":true,
|
||||||
|
"**/*.3DS":true,
|
||||||
|
"**/*.fbx":true,
|
||||||
|
"**/*.FBX":true,
|
||||||
|
"**/*.lxo":true,
|
||||||
|
"**/*.LXO":true,
|
||||||
|
"**/*.ma":true,
|
||||||
|
"**/*.MA":true,
|
||||||
|
"**/*.obj":true,
|
||||||
|
"**/*.OBJ":true,
|
||||||
|
"**/*.asset":true,
|
||||||
|
"**/*.cubemap":true,
|
||||||
|
"**/*.flare":true,
|
||||||
|
"**/*.mat":true,
|
||||||
|
"**/*.meta":true,
|
||||||
|
"**/*.prefab":true,
|
||||||
|
"**/*.unity":true,
|
||||||
|
"build/":true,
|
||||||
|
"Build/":true,
|
||||||
|
"Library/":true,
|
||||||
|
"library/":true,
|
||||||
|
"obj/":true,
|
||||||
|
"Obj/":true,
|
||||||
|
"ProjectSettings/":true,
|
||||||
|
"temp/":true,
|
||||||
|
"Temp/":true
|
||||||
|
}
|
||||||
|
}
|
8
Assets/Characters.meta
Normal file
8
Assets/Characters.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 135db69c43c47ee4e97c7c6b13621056
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/Characters/AlienCharacter.meta
Normal file
8
Assets/Characters/AlienCharacter.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 106c1e782ba6e22429ebd4726e2a9cd1
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Alien.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Alien.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
868
Assets/Characters/AlienCharacter/Alien.fbx.meta
Normal file
868
Assets/Characters/AlienCharacter/Alien.fbx.meta
Normal file
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ea69fda4b04b4394b8031839e7536cd8
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: T-Pose
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: T-Pose
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 1
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 0
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 0
|
||||||
|
loopBlendPositionY: 0
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 0
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
mirror: 0
|
||||||
|
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
|
||||||
|
curves: []
|
||||||
|
events: []
|
||||||
|
transformMask: []
|
||||||
|
maskType: 3
|
||||||
|
maskSource: {instanceID: 0}
|
||||||
|
additiveReferencePoseFrame: 0
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 1
|
||||||
|
meshCompression: 0
|
||||||
|
addColliders: 0
|
||||||
|
useSRGBMaterialColor: 1
|
||||||
|
sortHierarchyByName: 1
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 1
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/Characters/AlienCharacter/Animations.meta
Normal file
8
Assets/Characters/AlienCharacter/Animations.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1ca2346e4b8be834da4b9fe667ac21df
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
@ -0,0 +1,540 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!1101 &-6232032248366544017
|
||||||
|
AnimatorStateTransition:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name:
|
||||||
|
m_Conditions:
|
||||||
|
- m_ConditionMode: 1
|
||||||
|
m_ConditionEvent: attack
|
||||||
|
m_EventTreshold: 0
|
||||||
|
m_DstStateMachine: {fileID: 0}
|
||||||
|
m_DstState: {fileID: 1102850212276232830}
|
||||||
|
m_Solo: 0
|
||||||
|
m_Mute: 0
|
||||||
|
m_IsExit: 0
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransitionDuration: 0.25
|
||||||
|
m_TransitionOffset: 0
|
||||||
|
m_ExitTime: 0.6875
|
||||||
|
m_HasExitTime: 0
|
||||||
|
m_HasFixedDuration: 1
|
||||||
|
m_InterruptionSource: 0
|
||||||
|
m_OrderedInterruption: 1
|
||||||
|
m_CanTransitionToSelf: 1
|
||||||
|
--- !u!1101 &-4063881565528374387
|
||||||
|
AnimatorStateTransition:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name:
|
||||||
|
m_Conditions:
|
||||||
|
- m_ConditionMode: 3
|
||||||
|
m_ConditionEvent: speed
|
||||||
|
m_EventTreshold: 4
|
||||||
|
m_DstStateMachine: {fileID: 0}
|
||||||
|
m_DstState: {fileID: 2316826469527330622}
|
||||||
|
m_Solo: 0
|
||||||
|
m_Mute: 0
|
||||||
|
m_IsExit: 0
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransitionDuration: 0.25
|
||||||
|
m_TransitionOffset: 0
|
||||||
|
m_ExitTime: 0.9375
|
||||||
|
m_HasExitTime: 0
|
||||||
|
m_HasFixedDuration: 1
|
||||||
|
m_InterruptionSource: 0
|
||||||
|
m_OrderedInterruption: 1
|
||||||
|
m_CanTransitionToSelf: 1
|
||||||
|
--- !u!1101 &-1801186109566512774
|
||||||
|
AnimatorStateTransition:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name:
|
||||||
|
m_Conditions: []
|
||||||
|
m_DstStateMachine: {fileID: 0}
|
||||||
|
m_DstState: {fileID: 0}
|
||||||
|
m_Solo: 0
|
||||||
|
m_Mute: 0
|
||||||
|
m_IsExit: 1
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransitionDuration: 0.25
|
||||||
|
m_TransitionOffset: 0
|
||||||
|
m_ExitTime: 0.765625
|
||||||
|
m_HasExitTime: 1
|
||||||
|
m_HasFixedDuration: 1
|
||||||
|
m_InterruptionSource: 0
|
||||||
|
m_OrderedInterruption: 1
|
||||||
|
m_CanTransitionToSelf: 1
|
||||||
|
--- !u!1101 &-1746738016173991043
|
||||||
|
AnimatorStateTransition:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name:
|
||||||
|
m_Conditions:
|
||||||
|
- m_ConditionMode: 4
|
||||||
|
m_ConditionEvent: speed
|
||||||
|
m_EventTreshold: 4
|
||||||
|
m_DstStateMachine: {fileID: 0}
|
||||||
|
m_DstState: {fileID: 1102467787576756274}
|
||||||
|
m_Solo: 0
|
||||||
|
m_Mute: 0
|
||||||
|
m_IsExit: 0
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransitionDuration: 0.25
|
||||||
|
m_TransitionOffset: 0
|
||||||
|
m_ExitTime: 0.6875
|
||||||
|
m_HasExitTime: 0
|
||||||
|
m_HasFixedDuration: 1
|
||||||
|
m_InterruptionSource: 0
|
||||||
|
m_OrderedInterruption: 1
|
||||||
|
m_CanTransitionToSelf: 1
|
||||||
|
--- !u!91 &9100000
|
||||||
|
AnimatorController:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: EnemyController
|
||||||
|
serializedVersion: 5
|
||||||
|
m_AnimatorParameters:
|
||||||
|
- m_Name: speed
|
||||||
|
m_Type: 1
|
||||||
|
m_DefaultFloat: 0
|
||||||
|
m_DefaultInt: 0
|
||||||
|
m_DefaultBool: 0
|
||||||
|
m_Controller: {fileID: 9100000}
|
||||||
|
- m_Name: attack
|
||||||
|
m_Type: 9
|
||||||
|
m_DefaultFloat: 0
|
||||||
|
m_DefaultInt: 0
|
||||||
|
m_DefaultBool: 0
|
||||||
|
m_Controller: {fileID: 9100000}
|
||||||
|
- m_Name: damage
|
||||||
|
m_Type: 9
|
||||||
|
m_DefaultFloat: 0
|
||||||
|
m_DefaultInt: 0
|
||||||
|
m_DefaultBool: 0
|
||||||
|
m_Controller: {fileID: 9100000}
|
||||||
|
- m_Name: death
|
||||||
|
m_Type: 9
|
||||||
|
m_DefaultFloat: 0
|
||||||
|
m_DefaultInt: 0
|
||||||
|
m_DefaultBool: 0
|
||||||
|
m_Controller: {fileID: 9100000}
|
||||||
|
- m_Name: angularspeed
|
||||||
|
m_Type: 1
|
||||||
|
m_DefaultFloat: 0
|
||||||
|
m_DefaultInt: 0
|
||||||
|
m_DefaultBool: 0
|
||||||
|
m_Controller: {fileID: 9100000}
|
||||||
|
m_AnimatorLayers:
|
||||||
|
- serializedVersion: 5
|
||||||
|
m_Name: Base Layer
|
||||||
|
m_StateMachine: {fileID: 1107779761624041760}
|
||||||
|
m_Mask: {fileID: 0}
|
||||||
|
m_Motions: []
|
||||||
|
m_Behaviours: []
|
||||||
|
m_BlendingMode: 0
|
||||||
|
m_SyncedLayerIndex: -1
|
||||||
|
m_DefaultWeight: 0
|
||||||
|
m_IKPass: 0
|
||||||
|
m_SyncedLayerAffectsTiming: 0
|
||||||
|
m_Controller: {fileID: 9100000}
|
||||||
|
--- !u!206 &206950220148923624
|
||||||
|
BlendTree:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: WalkChase
|
||||||
|
m_Childs:
|
||||||
|
- serializedVersion: 2
|
||||||
|
m_Motion: {fileID: 7400000, guid: 4427ff7ccdf204f49860d80928896422, type: 3}
|
||||||
|
m_Threshold: 0
|
||||||
|
m_Position: {x: 0.022750983, y: 1.0037299}
|
||||||
|
m_TimeScale: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_DirectBlendParameter: speed
|
||||||
|
m_Mirror: 0
|
||||||
|
- serializedVersion: 2
|
||||||
|
m_Motion: {fileID: 7400000, guid: 83866ae06095e2240aac0c25dbcb9b3a, type: 3}
|
||||||
|
m_Threshold: 0.5
|
||||||
|
m_Position: {x: -1.1317171, y: 1.013792}
|
||||||
|
m_TimeScale: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_DirectBlendParameter: speed
|
||||||
|
m_Mirror: 0
|
||||||
|
- serializedVersion: 2
|
||||||
|
m_Motion: {fileID: 7400000, guid: 0c0ee440147bca341bbdbfc41ab33e83, type: 3}
|
||||||
|
m_Threshold: 1
|
||||||
|
m_Position: {x: 1.1495281, y: 1.0356352}
|
||||||
|
m_TimeScale: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_DirectBlendParameter: speed
|
||||||
|
m_Mirror: 0
|
||||||
|
m_BlendParameter: angularspeed
|
||||||
|
m_BlendParameterY: speed
|
||||||
|
m_MinThreshold: 0
|
||||||
|
m_MaxThreshold: 1
|
||||||
|
m_UseAutomaticThresholds: 0
|
||||||
|
m_NormalizedBlendValues: 0
|
||||||
|
m_BlendType: 3
|
||||||
|
--- !u!1101 &1046002043389130723
|
||||||
|
AnimatorStateTransition:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name:
|
||||||
|
m_Conditions:
|
||||||
|
- m_ConditionMode: 1
|
||||||
|
m_ConditionEvent: damage
|
||||||
|
m_EventTreshold: 0
|
||||||
|
m_DstStateMachine: {fileID: 0}
|
||||||
|
m_DstState: {fileID: 1102338065620714850}
|
||||||
|
m_Solo: 0
|
||||||
|
m_Mute: 0
|
||||||
|
m_IsExit: 0
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransitionDuration: 0.25
|
||||||
|
m_TransitionOffset: 0
|
||||||
|
m_ExitTime: 0.75
|
||||||
|
m_HasExitTime: 0
|
||||||
|
m_HasFixedDuration: 1
|
||||||
|
m_InterruptionSource: 0
|
||||||
|
m_OrderedInterruption: 1
|
||||||
|
m_CanTransitionToSelf: 1
|
||||||
|
--- !u!1101 &1101067943808544730
|
||||||
|
AnimatorStateTransition:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name:
|
||||||
|
m_Conditions:
|
||||||
|
- m_ConditionMode: 3
|
||||||
|
m_ConditionEvent: speed
|
||||||
|
m_EventTreshold: 0.1
|
||||||
|
m_DstStateMachine: {fileID: 0}
|
||||||
|
m_DstState: {fileID: 1102467787576756274}
|
||||||
|
m_Solo: 0
|
||||||
|
m_Mute: 0
|
||||||
|
m_IsExit: 0
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransitionDuration: 0.25
|
||||||
|
m_TransitionOffset: 0
|
||||||
|
m_ExitTime: 0.87684727
|
||||||
|
m_HasExitTime: 0
|
||||||
|
m_HasFixedDuration: 1
|
||||||
|
m_InterruptionSource: 0
|
||||||
|
m_OrderedInterruption: 1
|
||||||
|
m_CanTransitionToSelf: 1
|
||||||
|
--- !u!1101 &1101567344336423536
|
||||||
|
AnimatorStateTransition:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name:
|
||||||
|
m_Conditions:
|
||||||
|
- m_ConditionMode: 1
|
||||||
|
m_ConditionEvent: attack
|
||||||
|
m_EventTreshold: 0
|
||||||
|
m_DstStateMachine: {fileID: 0}
|
||||||
|
m_DstState: {fileID: 1102850212276232830}
|
||||||
|
m_Solo: 0
|
||||||
|
m_Mute: 0
|
||||||
|
m_IsExit: 0
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransitionDuration: 0.25
|
||||||
|
m_TransitionOffset: 0
|
||||||
|
m_ExitTime: 0.8655914
|
||||||
|
m_HasExitTime: 0
|
||||||
|
m_HasFixedDuration: 1
|
||||||
|
m_InterruptionSource: 0
|
||||||
|
m_OrderedInterruption: 1
|
||||||
|
m_CanTransitionToSelf: 1
|
||||||
|
--- !u!1101 &1101706176895985570
|
||||||
|
AnimatorStateTransition:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name:
|
||||||
|
m_Conditions:
|
||||||
|
- m_ConditionMode: 1
|
||||||
|
m_ConditionEvent: attack
|
||||||
|
m_EventTreshold: 0
|
||||||
|
m_DstStateMachine: {fileID: 0}
|
||||||
|
m_DstState: {fileID: 1102850212276232830}
|
||||||
|
m_Solo: 0
|
||||||
|
m_Mute: 0
|
||||||
|
m_IsExit: 0
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransitionDuration: 0.25
|
||||||
|
m_TransitionOffset: 0
|
||||||
|
m_ExitTime: 0.87684727
|
||||||
|
m_HasExitTime: 0
|
||||||
|
m_HasFixedDuration: 1
|
||||||
|
m_InterruptionSource: 0
|
||||||
|
m_OrderedInterruption: 1
|
||||||
|
m_CanTransitionToSelf: 1
|
||||||
|
--- !u!1101 &1101834332879401448
|
||||||
|
AnimatorStateTransition:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name:
|
||||||
|
m_Conditions: []
|
||||||
|
m_DstStateMachine: {fileID: 0}
|
||||||
|
m_DstState: {fileID: 1102751178008254848}
|
||||||
|
m_Solo: 0
|
||||||
|
m_Mute: 0
|
||||||
|
m_IsExit: 0
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransitionDuration: 0.25
|
||||||
|
m_TransitionOffset: 0
|
||||||
|
m_ExitTime: 0.8943662
|
||||||
|
m_HasExitTime: 1
|
||||||
|
m_HasFixedDuration: 1
|
||||||
|
m_InterruptionSource: 0
|
||||||
|
m_OrderedInterruption: 1
|
||||||
|
m_CanTransitionToSelf: 1
|
||||||
|
--- !u!1101 &1101976969126293670
|
||||||
|
AnimatorStateTransition:
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name:
|
||||||
|
m_Conditions:
|
||||||
|
- m_ConditionMode: 4
|
||||||
|
m_ConditionEvent: speed
|
||||||
|
m_EventTreshold: 0.1
|
||||||
|
m_DstStateMachine: {fileID: 0}
|
||||||
|
m_DstState: {fileID: 1102751178008254848}
|
||||||
|
m_Solo: 0
|
||||||
|
m_Mute: 0
|
||||||
|
m_IsExit: 0
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransitionDuration: 0.25
|
||||||
|
m_TransitionOffset: 0
|
||||||
|
m_ExitTime: 0.8655914
|
||||||
|
m_HasExitTime: 0
|
||||||
|
m_HasFixedDuration: 1
|
||||||
|
m_InterruptionSource: 0
|
||||||
|
m_OrderedInterruption: 1
|
||||||
|
m_CanTransitionToSelf: 1
|
||||||
|
--- !u!1102 &1102006803148897358
|
||||||
|
AnimatorState:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: 10-death_fall_backward
|
||||||
|
m_Speed: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_Transitions: []
|
||||||
|
m_StateMachineBehaviours: []
|
||||||
|
m_Position: {x: 50, y: 50, z: 0}
|
||||||
|
m_IKOnFeet: 0
|
||||||
|
m_WriteDefaultValues: 1
|
||||||
|
m_Mirror: 0
|
||||||
|
m_SpeedParameterActive: 0
|
||||||
|
m_MirrorParameterActive: 0
|
||||||
|
m_CycleOffsetParameterActive: 0
|
||||||
|
m_TimeParameterActive: 0
|
||||||
|
m_Motion: {fileID: -203655887218126122, guid: b22721dd9d763f048bbebcff37d247ad, type: 3}
|
||||||
|
m_Tag:
|
||||||
|
m_SpeedParameter:
|
||||||
|
m_MirrorParameter:
|
||||||
|
m_CycleOffsetParameter:
|
||||||
|
m_TimeParameter:
|
||||||
|
--- !u!1102 &1102338065620714850
|
||||||
|
AnimatorState:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: 3-great_damage_torso_front
|
||||||
|
m_Speed: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_Transitions:
|
||||||
|
- {fileID: -1801186109566512774}
|
||||||
|
m_StateMachineBehaviours: []
|
||||||
|
m_Position: {x: 50, y: 50, z: 0}
|
||||||
|
m_IKOnFeet: 0
|
||||||
|
m_WriteDefaultValues: 1
|
||||||
|
m_Mirror: 0
|
||||||
|
m_SpeedParameterActive: 0
|
||||||
|
m_MirrorParameterActive: 0
|
||||||
|
m_CycleOffsetParameterActive: 0
|
||||||
|
m_TimeParameterActive: 0
|
||||||
|
m_Motion: {fileID: -203655887218126122, guid: fcd023cdac866c54ba8bb2cae0c1a787, type: 3}
|
||||||
|
m_Tag:
|
||||||
|
m_SpeedParameter:
|
||||||
|
m_MirrorParameter:
|
||||||
|
m_CycleOffsetParameter:
|
||||||
|
m_TimeParameter:
|
||||||
|
--- !u!1102 &1102467787576756274
|
||||||
|
AnimatorState:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: 1-walk_chase
|
||||||
|
m_Speed: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_Transitions:
|
||||||
|
- {fileID: 1101567344336423536}
|
||||||
|
- {fileID: 1101976969126293670}
|
||||||
|
- {fileID: -4063881565528374387}
|
||||||
|
m_StateMachineBehaviours: []
|
||||||
|
m_Position: {x: 50, y: 50, z: 0}
|
||||||
|
m_IKOnFeet: 0
|
||||||
|
m_WriteDefaultValues: 1
|
||||||
|
m_Mirror: 0
|
||||||
|
m_SpeedParameterActive: 0
|
||||||
|
m_MirrorParameterActive: 0
|
||||||
|
m_CycleOffsetParameterActive: 0
|
||||||
|
m_TimeParameterActive: 0
|
||||||
|
m_Motion: {fileID: -203655887218126122, guid: f07a6b087b2fb724c9abe2d5d06597ac, type: 3}
|
||||||
|
m_Tag:
|
||||||
|
m_SpeedParameter:
|
||||||
|
m_MirrorParameter:
|
||||||
|
m_CycleOffsetParameter:
|
||||||
|
m_TimeParameter:
|
||||||
|
--- !u!1102 &1102751178008254848
|
||||||
|
AnimatorState:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: 0-idle_agressive
|
||||||
|
m_Speed: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_Transitions:
|
||||||
|
- {fileID: 1101067943808544730}
|
||||||
|
- {fileID: 1101706176895985570}
|
||||||
|
m_StateMachineBehaviours: []
|
||||||
|
m_Position: {x: 50, y: 50, z: 0}
|
||||||
|
m_IKOnFeet: 0
|
||||||
|
m_WriteDefaultValues: 1
|
||||||
|
m_Mirror: 0
|
||||||
|
m_SpeedParameterActive: 0
|
||||||
|
m_MirrorParameterActive: 0
|
||||||
|
m_CycleOffsetParameterActive: 0
|
||||||
|
m_TimeParameterActive: 0
|
||||||
|
m_Motion: {fileID: -203655887218126122, guid: 744e6a82730a0de4bb02c9b9815c82cc, type: 3}
|
||||||
|
m_Tag:
|
||||||
|
m_SpeedParameter:
|
||||||
|
m_MirrorParameter:
|
||||||
|
m_CycleOffsetParameter:
|
||||||
|
m_TimeParameter:
|
||||||
|
--- !u!1102 &1102850212276232830
|
||||||
|
AnimatorState:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: 2-attack_inversed_horizontal_right_hand
|
||||||
|
m_Speed: 1
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_Transitions:
|
||||||
|
- {fileID: 1101834332879401448}
|
||||||
|
m_StateMachineBehaviours: []
|
||||||
|
m_Position: {x: 50, y: 50, z: 0}
|
||||||
|
m_IKOnFeet: 0
|
||||||
|
m_WriteDefaultValues: 1
|
||||||
|
m_Mirror: 0
|
||||||
|
m_SpeedParameterActive: 0
|
||||||
|
m_MirrorParameterActive: 0
|
||||||
|
m_CycleOffsetParameterActive: 0
|
||||||
|
m_TimeParameterActive: 0
|
||||||
|
m_Motion: {fileID: -203655887218126122, guid: 080487d9267f5544aa84f6dbe316d8cf, type: 3}
|
||||||
|
m_Tag:
|
||||||
|
m_SpeedParameter:
|
||||||
|
m_MirrorParameter:
|
||||||
|
m_CycleOffsetParameter:
|
||||||
|
m_TimeParameter:
|
||||||
|
--- !u!1107 &1107779761624041760
|
||||||
|
AnimatorStateMachine:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Base Layer
|
||||||
|
m_ChildStates:
|
||||||
|
- serializedVersion: 1
|
||||||
|
m_State: {fileID: 1102751178008254848}
|
||||||
|
m_Position: {x: 120, y: 48, z: 0}
|
||||||
|
- serializedVersion: 1
|
||||||
|
m_State: {fileID: 1102467787576756274}
|
||||||
|
m_Position: {x: 170, y: -110, z: 0}
|
||||||
|
- serializedVersion: 1
|
||||||
|
m_State: {fileID: 1102850212276232830}
|
||||||
|
m_Position: {x: 528, y: -144, z: 0}
|
||||||
|
- serializedVersion: 1
|
||||||
|
m_State: {fileID: 1102338065620714850}
|
||||||
|
m_Position: {x: 630, y: 0, z: 0}
|
||||||
|
- serializedVersion: 1
|
||||||
|
m_State: {fileID: 1102006803148897358}
|
||||||
|
m_Position: {x: 756, y: 84, z: 0}
|
||||||
|
- serializedVersion: 1
|
||||||
|
m_State: {fileID: 2316826469527330622}
|
||||||
|
m_Position: {x: 130, y: -170, z: 0}
|
||||||
|
m_ChildStateMachines: []
|
||||||
|
m_AnyStateTransitions:
|
||||||
|
- {fileID: 1046002043389130723}
|
||||||
|
m_EntryTransitions: []
|
||||||
|
m_StateMachineTransitions: {}
|
||||||
|
m_StateMachineBehaviours: []
|
||||||
|
m_AnyStatePosition: {x: 516, y: 96, z: 0}
|
||||||
|
m_EntryPosition: {x: 50, y: 120, z: 0}
|
||||||
|
m_ExitPosition: {x: 864, y: 144, z: 0}
|
||||||
|
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
|
||||||
|
m_DefaultState: {fileID: 1102751178008254848}
|
||||||
|
--- !u!1102 &2316826469527330622
|
||||||
|
AnimatorState:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 1
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: run
|
||||||
|
m_Speed: 1.9
|
||||||
|
m_CycleOffset: 0
|
||||||
|
m_Transitions:
|
||||||
|
- {fileID: -1746738016173991043}
|
||||||
|
- {fileID: -6232032248366544017}
|
||||||
|
m_StateMachineBehaviours: []
|
||||||
|
m_Position: {x: 50, y: 50, z: 0}
|
||||||
|
m_IKOnFeet: 0
|
||||||
|
m_WriteDefaultValues: 1
|
||||||
|
m_Mirror: 0
|
||||||
|
m_SpeedParameterActive: 0
|
||||||
|
m_MirrorParameterActive: 0
|
||||||
|
m_CycleOffsetParameterActive: 0
|
||||||
|
m_TimeParameterActive: 0
|
||||||
|
m_Motion: {fileID: -203655887218126122, guid: c804a7f69b82e204ca7cda2f5f25ab6b, type: 3}
|
||||||
|
m_Tag:
|
||||||
|
m_SpeedParameter:
|
||||||
|
m_MirrorParameter:
|
||||||
|
m_CycleOffsetParameter:
|
||||||
|
m_TimeParameter:
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7122db09428d8d149827cf7b2debf93a
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 9100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/running crawl.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/running crawl.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 242c10b3a664a83448db059a30adfa92
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zCrawl
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zCrawl
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 20
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 1
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie attack.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie attack.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 080487d9267f5544aa84f6dbe316d8cf
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zAttack
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zAttack
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 79
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie biting (2).fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie biting (2).fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b6d763b2052fe564a84949298f69ebdb
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zBiting
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zBiting
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 70
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie biting.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie biting.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 9175fddd2326b1545ac71cf4346baa83
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: z fall to bite and stand
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: z fall to bite and stand
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 208
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie crawl.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie crawl.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f95abc33a7356494f8004f13aa0853f2
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zCrawlSlow
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zCrawlSlow
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 154
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie death.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie death.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b22721dd9d763f048bbebcff37d247ad
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zDeath
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zDeath
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 89
|
||||||
|
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: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie dying.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie dying.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8ccb590d9bd18e743a59a489463e4bdf
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zDying
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zDying
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 100
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie getDamage.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie getDamage.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fcd023cdac866c54ba8bb2cae0c1a787
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zGetDamage
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zGetDamage
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 32
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie idle.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie idle.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
868
Assets/Characters/AlienCharacter/Animations/zombie idle.fbx.meta
Normal file
868
Assets/Characters/AlienCharacter/Animations/zombie idle.fbx.meta
Normal file
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 744e6a82730a0de4bb02c9b9815c82cc
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zIdle
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zIdle
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 130
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie neck bite.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie neck bite.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 44e7c5a9d9018944591bb3f85d64726b
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zNeckBite
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zNeckBite
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 125
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie run.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie run.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
868
Assets/Characters/AlienCharacter/Animations/zombie run.fbx.meta
Normal file
868
Assets/Characters/AlienCharacter/Animations/zombie run.fbx.meta
Normal file
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c804a7f69b82e204ca7cda2f5f25ab6b
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zRun
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zRun
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 24
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie scream.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie scream.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 558c1b1bbf0184e40a84c946e1a50e05
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zScrean
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zScrean
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 84
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Animations/zombie walk.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Animations/zombie walk.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
868
Assets/Characters/AlienCharacter/Animations/zombie walk.fbx.meta
Normal file
868
Assets/Characters/AlienCharacter/Animations/zombie walk.fbx.meta
Normal file
@ -0,0 +1,868 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f07a6b087b2fb724c9abe2d5d06597ac
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 21202
|
||||||
|
internalIDToNameTable:
|
||||||
|
- first:
|
||||||
|
74: -203655887218126122
|
||||||
|
second: zWalk
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
removeConstantScaleCurves: 1
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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: zWalk
|
||||||
|
takeName: mixamo.com
|
||||||
|
internalID: 0
|
||||||
|
firstFrame: 0
|
||||||
|
lastFrame: 121
|
||||||
|
wrapMode: 0
|
||||||
|
orientationOffsetY: 0
|
||||||
|
level: 0
|
||||||
|
cycleOffset: 0
|
||||||
|
loop: 0
|
||||||
|
hasAdditiveReferencePose: 0
|
||||||
|
loopTime: 1
|
||||||
|
loopBlend: 0
|
||||||
|
loopBlendOrientation: 1
|
||||||
|
loopBlendPositionY: 1
|
||||||
|
loopBlendPositionXZ: 0
|
||||||
|
keepOriginalOrientation: 1
|
||||||
|
keepOriginalPositionY: 1
|
||||||
|
keepOriginalPositionXZ: 0
|
||||||
|
heightFromFeet: 0
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
nodeNameCollisionStrategy: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
optimizeBones: 1
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human:
|
||||||
|
- boneName: root.x
|
||||||
|
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: thigh_stretch.l
|
||||||
|
humanName: LeftUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: thigh_stretch.r
|
||||||
|
humanName: RightUpperLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.l
|
||||||
|
humanName: LeftLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: leg_stretch.r
|
||||||
|
humanName: RightLowerLeg
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.l
|
||||||
|
humanName: LeftFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: foot.r
|
||||||
|
humanName: RightFoot
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_01.x
|
||||||
|
humanName: Spine
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_02.x
|
||||||
|
humanName: Chest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: neck.x
|
||||||
|
humanName: Neck
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: head.x
|
||||||
|
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: shoulder.l
|
||||||
|
humanName: LeftShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: shoulder.r
|
||||||
|
humanName: RightShoulder
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.l
|
||||||
|
humanName: LeftUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: arm_stretch.r
|
||||||
|
humanName: RightUpperArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.l
|
||||||
|
humanName: LeftLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: forearm_stretch.r
|
||||||
|
humanName: RightLowerArm
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.l
|
||||||
|
humanName: LeftHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: hand.r
|
||||||
|
humanName: RightHand
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.l
|
||||||
|
humanName: LeftToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: toes_01.r
|
||||||
|
humanName: RightToes
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.l
|
||||||
|
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: c_thumb2.l
|
||||||
|
humanName: Left Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.l
|
||||||
|
humanName: Left Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.l
|
||||||
|
humanName: Left Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.l
|
||||||
|
humanName: Left Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.l
|
||||||
|
humanName: Left Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.l
|
||||||
|
humanName: Left Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.l
|
||||||
|
humanName: Left Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.l
|
||||||
|
humanName: Left Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.l
|
||||||
|
humanName: Left Ring 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: c_ring2.l
|
||||||
|
humanName: Left Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.l
|
||||||
|
humanName: Left Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.l
|
||||||
|
humanName: Left Little 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: c_pinky2.l
|
||||||
|
humanName: Left Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.l
|
||||||
|
humanName: Left Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb1.r
|
||||||
|
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: c_thumb2.r
|
||||||
|
humanName: Right Thumb Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_thumb3.r
|
||||||
|
humanName: Right Thumb Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index1.r
|
||||||
|
humanName: Right Index Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index2.r
|
||||||
|
humanName: Right Index Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_index3.r
|
||||||
|
humanName: Right Index Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle1.r
|
||||||
|
humanName: Right Middle Proximal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle2.r
|
||||||
|
humanName: Right Middle Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_middle3.r
|
||||||
|
humanName: Right Middle Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring1.r
|
||||||
|
humanName: Right Ring 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: c_ring2.r
|
||||||
|
humanName: Right Ring Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_ring3.r
|
||||||
|
humanName: Right Ring Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky1.r
|
||||||
|
humanName: Right Little 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: c_pinky2.r
|
||||||
|
humanName: Right Little Intermediate
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: c_pinky3.r
|
||||||
|
humanName: Right Little Distal
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
- boneName: spine_03.x
|
||||||
|
humanName: UpperChest
|
||||||
|
limit:
|
||||||
|
min: {x: 0, y: 0, z: 0}
|
||||||
|
max: {x: 0, y: 0, z: 0}
|
||||||
|
value: {x: 0, y: 0, z: 0}
|
||||||
|
length: 0
|
||||||
|
modified: 0
|
||||||
|
skeleton:
|
||||||
|
- name: Alien(Clone)
|
||||||
|
parentName:
|
||||||
|
position: {x: 0, y: 0, z: 0}
|
||||||
|
rotation: {x: 0, y: 0, z: 0, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: AlienMesh
|
||||||
|
parentName: Alien(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}
|
||||||
|
- name: root
|
||||||
|
parentName: Alien(Clone)
|
||||||
|
position: {x: -0.000000030392016, y: 0.007872467, z: -0.017848112}
|
||||||
|
rotation: {x: -0.7071067, y: 0.000000013353044, z: -0.000000012660871, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: root.x
|
||||||
|
parentName: root
|
||||||
|
position: {x: -0, y: -0.017248154, z: 0.9444663}
|
||||||
|
rotation: {x: 0.7071068, y: -0.0000061706714, z: -0.0000061706714, w: 0.7071068}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: thigh_stretch.l
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: -0.077658564, y: 0, z: 0.0000012921378}
|
||||||
|
rotation: {x: -0.7029327, y: 0.014739677, z: 0.7109423, w: -0.015143609}
|
||||||
|
scale: {x: 1.0000107, y: 0.99999994, z: 1.0000013}
|
||||||
|
- name: leg_stretch.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: -0.0000000040233132, y: 0.425016, z: -0.00000000115484}
|
||||||
|
rotation: {x: -0.000011421792, y: 0.000002445104, z: -0.06981695, w: 0.99755985}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000005, z: 0.9999999}
|
||||||
|
- name: foot.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.0000000071153043, y: 0.45497492, z: 0.00000002577901}
|
||||||
|
rotation: {x: 0.43016073, y: -0.56032556, z: 0.42754972, w: 0.56409067}
|
||||||
|
scale: {x: 1.0078126, y: 1.0000004, z: 1.0000002}
|
||||||
|
- name: toes_01.l
|
||||||
|
parentName: foot.l
|
||||||
|
position: {x: -0.000000023309985, y: 0.15840945, z: 0.0000000052154063}
|
||||||
|
rotation: {x: -0.00013217228, y: 0.99132615, z: 0.131425, w: -0.000018560906}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1.0000004}
|
||||||
|
- name: leg_twist.l
|
||||||
|
parentName: leg_stretch.l
|
||||||
|
position: {x: -0.000000035557896, y: 0.22748765, z: -0.0000000059977174}
|
||||||
|
rotation: {x: 0.000000013680725, y: 0.00008870259, z: -0.000000021698117, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1}
|
||||||
|
- name: thigh_twist.l
|
||||||
|
parentName: thigh_stretch.l
|
||||||
|
position: {x: 0.000000001490116, y: 0.00000007770955, z: -0.000000011790544}
|
||||||
|
rotation: {x: 0.000000024476316, y: -0.000000052386888, z: -0.0000000032596272, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002}
|
||||||
|
- name: thigh_stretch.r
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.077658564, y: 0, z: -0.000001284985}
|
||||||
|
rotation: {x: 0.7029463, y: 0.014737888, z: 0.71092904, w: 0.0151431365}
|
||||||
|
scale: {x: 1.0000107, y: 1, z: 1.0000013}
|
||||||
|
- name: leg_stretch.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: 0.000000006556511, y: 0.425016, z: 0.000000014193356}
|
||||||
|
rotation: {x: -0.000011389065, y: -0.0000022972224, z: 0.06981547, w: 0.9975599}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: foot.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: -0.0000000022165476, y: 0.45497492, z: 0.000000024568289}
|
||||||
|
rotation: {x: 0.4301602, y: 0.5603283, z: -0.42754826, w: 0.5640894}
|
||||||
|
scale: {x: 1.0078129, y: 1.0000004, z: 1.0000004}
|
||||||
|
- name: toes_01.r
|
||||||
|
parentName: foot.r
|
||||||
|
position: {x: 0.000000008266652, y: 0.15840949, z: -0.0000000045448543}
|
||||||
|
rotation: {x: 0.00013217557, y: 0.9913261, z: 0.13142528, w: 0.000018561383}
|
||||||
|
scale: {x: 0.99999964, y: 1, z: 0.99999994}
|
||||||
|
- name: leg_twist.r
|
||||||
|
parentName: leg_stretch.r
|
||||||
|
position: {x: 0.000000020451843, y: 0.22748753, z: 0.000000030752272}
|
||||||
|
rotation: {x: -0.000000008032313, y: -0.00008637689, z: 0.0000000039428745, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: thigh_twist.r
|
||||||
|
parentName: thigh_stretch.r
|
||||||
|
position: {x: -0.000000005066395, y: 0.00000013887882, z: 0.000000020954758}
|
||||||
|
rotation: {x: 0.0000000054715352, y: 0.0000023311, z: -0.0000000066356844, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: spine_01.x
|
||||||
|
parentName: root.x
|
||||||
|
position: {x: 0.000000043709495, y: 0.15034157, z: 0.0026309132}
|
||||||
|
rotation: {x: 0.008748923, y: 0.0033095153, z: 0.000028659164, w: 0.99995625}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: spine_02.x
|
||||||
|
parentName: spine_01.x
|
||||||
|
position: {x: -6.85052e-12, y: 0.15036464, z: -0.000000004693732}
|
||||||
|
rotation: {x: 0.0000000021975355, y: -0.0033012838, z: -7.1010077e-12, w: 0.9999946}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 0.99999994}
|
||||||
|
- name: spine_03.x
|
||||||
|
parentName: spine_02.x
|
||||||
|
position: {x: 3.8413717e-16, y: 0.15036497, z: 0.0000000046938657}
|
||||||
|
rotation: {x: -1.7347235e-18, y: -8.61e-42, z: 4.9630837e-24, w: 1}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: neck.x
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -2.0044938e-10, y: 0.15036446, z: 0.000000016614795}
|
||||||
|
rotation: {x: 0.0671049, y: -0.006710772, z: -0.00045121103, w: 0.9977233}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: head.x
|
||||||
|
parentName: neck.x
|
||||||
|
position: {x: 5.0740974e-11, y: 0.053604737, z: 2.3243985e-12}
|
||||||
|
rotation: {x: -0.07583134, y: 0.006740676, z: 0.0005074812, w: 0.9970978}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000004}
|
||||||
|
- name: shoulder.r
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: 0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: 0.36331156, y: 0.6037788, z: -0.51885176, w: 0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.r
|
||||||
|
parentName: shoulder.r
|
||||||
|
position: {x: 0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.108059, y: -0.020288963, z: 0.13357759, w: 0.9849206}
|
||||||
|
scale: {x: 1, y: 0.9999995, z: 1}
|
||||||
|
- name: forearm_stretch.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: 0.000000005662441, y: 0.22062962, z: 0.00000014059245}
|
||||||
|
rotation: {x: 0.000000029748703, y: -0.00000003153549, z: -0.00000002980231, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000005, z: 1}
|
||||||
|
- name: hand.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.000000095367426, y: 0.27358136, z: 0.00000009179115}
|
||||||
|
rotation: {x: 0.000000004559433, y: 0.9994136, z: 0.00000013307998, w: -0.03424076}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999996, z: 1.0000002}
|
||||||
|
- name: c_thumb1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026148252, y: 0.04791973, z: -0.0111149745}
|
||||||
|
rotation: {x: 0.043289218, y: 0.2863527, z: -0.3528663, w: 0.88972664}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001}
|
||||||
|
- name: c_thumb2.r
|
||||||
|
parentName: c_thumb1.r
|
||||||
|
position: {x: -0.00000006621742, y: 0.04897097, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.00000026314328, y: -0.17973506, z: 0.00000034246304, w: 0.98371506}
|
||||||
|
scale: {x: 0.9999999, y: 0.9999998, z: 1}
|
||||||
|
- name: c_thumb3.r
|
||||||
|
parentName: c_thumb2.r
|
||||||
|
position: {x: -0.000000099744824, y: 0.035547826, z: 0.000000038146972}
|
||||||
|
rotation: {x: -0.060874134, y: -0.054020513, z: -0.03757787, w: 0.99597394}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_pinky1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.043064423, y: 0.12683439, z: -0.0023837923}
|
||||||
|
rotation: {x: 0.00000016536613, y: -0.016953029, z: 0.00000010710127, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_pinky2.r
|
||||||
|
parentName: c_pinky1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.017529096, z: -0.000000011920928}
|
||||||
|
rotation: {x: -0.00000020907687, y: -0.0016675312, z: -0.000000089457224, w: 0.9999986}
|
||||||
|
scale: {x: 0.99999976, y: 0.99999994, z: 1}
|
||||||
|
- name: c_pinky3.r
|
||||||
|
parentName: c_pinky2.r
|
||||||
|
position: {x: 0.000000038146972, y: 0.02135765, z: 0.00000010967254}
|
||||||
|
rotation: {x: 0.007908465, y: 0.05727661, z: -0.13445903, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001}
|
||||||
|
- name: c_ring1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.021675166, y: 0.1332141, z: 0.0015088784}
|
||||||
|
rotation: {x: -0.00000001492216, y: -0.005201219, z: 0.000000044624056, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000001}
|
||||||
|
- name: c_ring2.r
|
||||||
|
parentName: c_ring1.r
|
||||||
|
position: {x: 0.000000057220458, y: 0.029280605, z: -0.000000007152557}
|
||||||
|
rotation: {x: 0.000000119068126, y: -0.0021100652, z: 1.2547238e-10, w: 0.9999978}
|
||||||
|
scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_ring3.r
|
||||||
|
parentName: c_ring2.r
|
||||||
|
position: {x: -0, y: 0.030678557, z: -0.0000000333786}
|
||||||
|
rotation: {x: -0.015765674, y: 0.005735978, z: -0.018451815, w: 0.999689}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_middle1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: -0.000000114440915, y: 0.13581182, z: 0.000000056028366}
|
||||||
|
rotation: {x: -0.000000029942644, y: -0.0012538765, z: 0.00000008936935, w: 0.9999992}
|
||||||
|
scale: {x: 1, y: 1, z: 1}
|
||||||
|
- name: c_middle2.r
|
||||||
|
parentName: c_middle1.r
|
||||||
|
position: {x: 0.000000019073486, y: 0.03374008, z: -0.00000007152557}
|
||||||
|
rotation: {x: -0.000000015227272, y: -0.0019715137, z: -0.00000007488816, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle3.r
|
||||||
|
parentName: c_middle2.r
|
||||||
|
position: {x: -0.000000019073486, y: 0.03062619, z: -0.000000038146972}
|
||||||
|
rotation: {x: -0.016263211, y: 0.002474728, z: -0.008276938, w: 0.9998305}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999998, z: 0.9999999}
|
||||||
|
- name: c_index1.r
|
||||||
|
parentName: hand.r
|
||||||
|
position: {x: 0.026737498, y: 0.13399227, z: -0.0010978746}
|
||||||
|
rotation: {x: 0.000000014625597, y: 0.0033229825, z: 0.000000044654147, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.r
|
||||||
|
parentName: c_index1.r
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000028610229}
|
||||||
|
rotation: {x: -3.0693115e-10, y: -0.002716825, z: -0.00000002988423, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 0.99999994}
|
||||||
|
- name: c_index3.r
|
||||||
|
parentName: c_index2.r
|
||||||
|
position: {x: -0.000000057220458, y: 0.02957614, z: 0.000000076293944}
|
||||||
|
rotation: {x: -0.029407833, y: -0.0059779193, z: 0.016448427, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 1}
|
||||||
|
- name: forearm_twist.r
|
||||||
|
parentName: forearm_stretch.r
|
||||||
|
position: {x: 0.0000000667572, y: 0.13679074, z: 0.000000053048133}
|
||||||
|
rotation: {x: 0.0000000014250385, y: 0.029479176, z: 0.000000014865611, w: 0.9995654}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: arm_twist.r
|
||||||
|
parentName: arm_stretch.r
|
||||||
|
position: {x: -0.000000022277236, y: -0.0000000276044, z: 0.000000056438147}
|
||||||
|
rotation: {x: -0.00000007450575, y: -0.00000022049059, z: -9.313389e-10, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000007, z: 1.0000004}
|
||||||
|
- name: shoulder.l
|
||||||
|
parentName: spine_03.x
|
||||||
|
position: {x: -0.049285464, y: 0.044518985, z: 0.010374742}
|
||||||
|
rotation: {x: -0.36331162, y: 0.6037786, z: -0.51885194, w: -0.48399255}
|
||||||
|
scale: {x: 1, y: 1, z: 1.0000002}
|
||||||
|
- name: arm_stretch.l
|
||||||
|
parentName: shoulder.l
|
||||||
|
position: {x: -0.000000007152557, y: 0.14590788, z: -0.00000006837537}
|
||||||
|
rotation: {x: 0.10805919, y: 0.020289395, z: -0.13357812, w: 0.98492056}
|
||||||
|
scale: {x: 1, y: 0.9999997, z: 1}
|
||||||
|
- name: forearm_stretch.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: -0.0000000043213366, y: 0.22062959, z: 0.00000006452203}
|
||||||
|
rotation: {x: 0.000000029748707, y: 0.00000003332236, z: 0.000000029802322, w: 1}
|
||||||
|
scale: {x: 1.0000002, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: hand.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000095367426, y: 0.27358142, z: 0.00000012755393}
|
||||||
|
rotation: {x: 6.329311e-17, y: 0.9994136, z: -6.329311e-17, w: 0.03424129}
|
||||||
|
scale: {x: 1.0000004, y: 1, z: 1}
|
||||||
|
- name: c_thumb1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026148243, y: 0.04791992, z: -0.011114876}
|
||||||
|
rotation: {x: 0.043288395, y: -0.28635305, z: 0.3528653, w: 0.889727}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994}
|
||||||
|
- name: c_thumb2.l
|
||||||
|
parentName: c_thumb1.l
|
||||||
|
position: {x: -0.0000000010795338, y: 0.04897105, z: -0.000000009536743}
|
||||||
|
rotation: {x: -0.000000086962224, y: 0.1797351, z: 0.0000000050319637, w: 0.98371506}
|
||||||
|
scale: {x: 1, y: 0.9999999, z: 1.0000001}
|
||||||
|
- name: c_thumb3.l
|
||||||
|
parentName: c_thumb2.l
|
||||||
|
position: {x: 0.000000013493099, y: 0.035547826, z: -0.000000114440915}
|
||||||
|
rotation: {x: -0.06087413, y: 0.054020535, z: 0.037577864, w: 0.99597394}
|
||||||
|
scale: {x: 1, y: 1, z: 0.9999999}
|
||||||
|
- name: c_pinky1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.043064423, y: 0.12683456, z: -0.0023837327}
|
||||||
|
rotation: {x: 0.0000001350468, y: 0.016952999, z: -0.00000007679771, w: 0.9998563}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000001, z: 1}
|
||||||
|
- name: c_pinky2.l
|
||||||
|
parentName: c_pinky1.l
|
||||||
|
position: {x: -0, y: 0.017529134, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.00000011954931, y: 0.0016675583, z: -9.915645e-11, w: 0.9999986}
|
||||||
|
scale: {x: 0.9999999, y: 1, z: 1}
|
||||||
|
- name: c_pinky3.l
|
||||||
|
parentName: c_pinky2.l
|
||||||
|
position: {x: -0, y: 0.021357726, z: 0}
|
||||||
|
rotation: {x: 0.007908453, y: -0.057276595, z: 0.13445905, w: 0.9892308}
|
||||||
|
scale: {x: 1.0000002, y: 1, z: 1}
|
||||||
|
- name: c_ring1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.02167507, y: 0.13321415, z: 0.0015089357}
|
||||||
|
rotation: {x: 0.000000015035322, y: 0.0052012485, z: -0.00000007458419, w: 0.99998647}
|
||||||
|
scale: {x: 1.0000001, y: 1, z: 1.0000002}
|
||||||
|
- name: c_ring2.l
|
||||||
|
parentName: c_ring1.l
|
||||||
|
position: {x: 0.000000038146972, y: 0.029280586, z: 0.000000047683713}
|
||||||
|
rotation: {x: -3.9326298e-10, y: 0.0021100508, z: 0.00000011933561, w: 0.9999978}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 0.9999999}
|
||||||
|
- name: c_ring3.l
|
||||||
|
parentName: c_ring2.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.030678557, z: -0.000000023841856}
|
||||||
|
rotation: {x: -0.01576575, y: -0.0057359734, z: 0.018451832, w: 0.999689}
|
||||||
|
scale: {x: 0.99999994, y: 0.9999999, z: 1}
|
||||||
|
- name: c_middle1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: 0.0000001335144, y: 0.13581197, z: 0.00000007390976}
|
||||||
|
rotation: {x: -0.00000014929738, y: 0.0012538758, z: 0.000000029989597, w: 0.9999992}
|
||||||
|
scale: {x: 0.9999999, y: 0.99999994, z: 1}
|
||||||
|
- name: c_middle2.l
|
||||||
|
parentName: c_middle1.l
|
||||||
|
position: {x: 0.000000019073486, y: 0.03373993, z: 0}
|
||||||
|
rotation: {x: 0.000000104215616, y: 0.0019715144, z: -0.000000044556156, w: 0.9999981}
|
||||||
|
scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994}
|
||||||
|
- name: c_middle3.l
|
||||||
|
parentName: c_middle2.l
|
||||||
|
position: {x: -0.000000057220458, y: 0.030626249, z: -0.000000019073486}
|
||||||
|
rotation: {x: -0.01626322, y: -0.0024746982, z: 0.0082769655, w: 0.9998305}
|
||||||
|
scale: {x: 1.0000001, y: 0.99999994, z: 0.9999999}
|
||||||
|
- name: c_index1.l
|
||||||
|
parentName: hand.l
|
||||||
|
position: {x: -0.026737403, y: 0.13399248, z: -0.0010978555}
|
||||||
|
rotation: {x: 0.000000014372157, y: -0.0033230723, z: -0.00000004465564, w: 0.9999945}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: c_index2.l
|
||||||
|
parentName: c_index1.l
|
||||||
|
position: {x: -0, y: 0.03059431, z: -0.000000052452087}
|
||||||
|
rotation: {x: 1.4500445e-10, y: 0.0027169148, z: 0.000000029720624, w: 0.9999963}
|
||||||
|
scale: {x: 0.99999976, y: 0.9999999, z: 0.9999998}
|
||||||
|
- name: c_index3.l
|
||||||
|
parentName: c_index2.l
|
||||||
|
position: {x: -0.000000076293944, y: 0.02957606, z: 0.000000019073486}
|
||||||
|
rotation: {x: -0.029407833, y: 0.005977912, z: -0.01644842, w: 0.99941427}
|
||||||
|
scale: {x: 0.99999994, y: 1, z: 1}
|
||||||
|
- name: forearm_twist.l
|
||||||
|
parentName: forearm_stretch.l
|
||||||
|
position: {x: -0.000000166893, y: 0.13679089, z: 0.00000007152557}
|
||||||
|
rotation: {x: -0.000000008780427, y: -0.02947918, z: -0.00000004498188, w: 0.9995654}
|
||||||
|
scale: {x: 0.9999998, y: 0.99999976, z: 0.9999999}
|
||||||
|
- name: arm_twist.l
|
||||||
|
parentName: arm_stretch.l
|
||||||
|
position: {x: 0.00000003054738, y: 0.00000019395723, z: 0.000000048577785}
|
||||||
|
rotation: {x: -0.000000044470628, y: 0.00000022049059, z: 0.000000006519267, w: 1}
|
||||||
|
scale: {x: 1.0000001, y: 1.0000006, z: 1.0000004}
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ea69fda4b04b4394b8031839e7536cd8, type: 3}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 2
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/Characters/AlienCharacter/FBX.meta
Normal file
8
Assets/Characters/AlienCharacter/FBX.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fa5865415dd960a4ba04d22af7ecbc42
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/FBX/AlienDefault.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/FBX/AlienDefault.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
107
Assets/Characters/AlienCharacter/FBX/AlienDefault.fbx.meta
Normal file
107
Assets/Characters/AlienCharacter/FBX/AlienDefault.fbx.meta
Normal file
@ -0,0 +1,107 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c4f598dce2fd5744490725ee58c6b263
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 20200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects:
|
||||||
|
- first:
|
||||||
|
type: UnityEngine:Material
|
||||||
|
assembly: UnityEngine.CoreModule
|
||||||
|
name: male_muscle_13290
|
||||||
|
second: {fileID: 2100000, guid: cc917495ff9c33c45b352a539fab3db3, type: 2}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human: []
|
||||||
|
skeleton: []
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 1
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 3
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 1
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/FBX/Sword.fbx
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/FBX/Sword.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
107
Assets/Characters/AlienCharacter/FBX/Sword.fbx.meta
Normal file
107
Assets/Characters/AlienCharacter/FBX/Sword.fbx.meta
Normal file
@ -0,0 +1,107 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b5eb8c94631b398499b4cdea75e3348d
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 20200
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects:
|
||||||
|
- first:
|
||||||
|
type: UnityEngine:Material
|
||||||
|
assembly: UnityEngine.CoreModule
|
||||||
|
name: Material
|
||||||
|
second: {fileID: 2100000, guid: bdce8b74e9fd47b49afe60eae03380b6, type: 2}
|
||||||
|
materials:
|
||||||
|
materialImportMode: 2
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 1
|
||||||
|
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
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
fileIdsGeneration: 2
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
bakeAxisConversion: 0
|
||||||
|
preserveHierarchy: 0
|
||||||
|
skinWeightsMode: 0
|
||||||
|
maxBonesPerVertex: 4
|
||||||
|
minBoneWeight: 0.001
|
||||||
|
meshOptimizationFlags: -1
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVMarginMethod: 1
|
||||||
|
secondaryUVMinLightmapResolution: 40
|
||||||
|
secondaryUVMinObjectScale: 1
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
referencedClips: []
|
||||||
|
importAnimation: 1
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 3
|
||||||
|
human: []
|
||||||
|
skeleton: []
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
globalScale: 1
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 0
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||||
|
autoGenerateAvatarMappingIfUnspecified: 1
|
||||||
|
animationType: 2
|
||||||
|
humanoidOversampling: 1
|
||||||
|
avatarSetup: 0
|
||||||
|
addHumanoidExtraRootOnlyWhenUsingAvatar: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/Characters/AlienCharacter/Materials.meta
Normal file
8
Assets/Characters/AlienCharacter/Materials.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a6879c013f77de84f980a70fed67d8e6
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
129
Assets/Characters/AlienCharacter/Materials/DemoGround_M.mat
Normal file
129
Assets/Characters/AlienCharacter/Materials/DemoGround_M.mat
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &-7072779540187885721
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
version: 5
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: DemoGround_M
|
||||||
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
|
m_ValidKeywords:
|
||||||
|
- _SPECULARHIGHLIGHTS_OFF
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Opaque
|
||||||
|
disabledShaderPasses: []
|
||||||
|
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:
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _Blend: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0.5
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 1
|
||||||
|
- _Smoothness: 0.5
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 0
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Surface: 0
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WorkflowMode: 1
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _BaseColor: {r: 0.22557846, g: 0.24578139, b: 0.27358484, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, 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: []
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d6d1fc9853a5f5b40b65bfb4817b9c9d
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
132
Assets/Characters/AlienCharacter/Materials/SkinA_M.mat
Normal file
132
Assets/Characters/AlienCharacter/Materials/SkinA_M.mat
Normal file
@ -0,0 +1,132 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &-1568427306848168001
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
version: 5
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: SkinA_M
|
||||||
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
|
m_ValidKeywords:
|
||||||
|
- _METALLICSPECGLOSSMAP
|
||||||
|
- _NORMALMAP
|
||||||
|
- _OCCLUSIONMAP
|
||||||
|
m_InvalidKeywords:
|
||||||
|
- _METALLICGLOSSMAP
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Opaque
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BaseMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: fc6ae9269fe1af84592c13af2a857afe, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: acc93db72f18438469ca05676080daee, type: 3}
|
||||||
|
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: 2800000, guid: fc6ae9269fe1af84592c13af2a857afe, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: dbf1b832d3924a1419a496a76d447396, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: ac546522635c6ea45a6738f382ec3095, type: 3}
|
||||||
|
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:
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _Blend: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
|
- _GlossMapScale: 0.492
|
||||||
|
- _Glossiness: 0.5
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 1
|
||||||
|
- _Smoothness: 0.492
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Surface: 0
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WorkflowMode: 1
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, 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: []
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: cc917495ff9c33c45b352a539fab3db3
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
132
Assets/Characters/AlienCharacter/Materials/SkinB_M.mat
Normal file
132
Assets/Characters/AlienCharacter/Materials/SkinB_M.mat
Normal file
@ -0,0 +1,132 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: SkinB_M
|
||||||
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
|
m_ValidKeywords:
|
||||||
|
- _METALLICSPECGLOSSMAP
|
||||||
|
- _NORMALMAP
|
||||||
|
- _OCCLUSIONMAP
|
||||||
|
m_InvalidKeywords:
|
||||||
|
- _METALLICGLOSSMAP
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Opaque
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BaseMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: c84d4ff5e6f72c34f9f2ee24b9d8040c, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 21380641778f46c4794ca408417f48be, type: 3}
|
||||||
|
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: 2800000, guid: c84d4ff5e6f72c34f9f2ee24b9d8040c, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 0d03a2fbf4271c444a3b3985580e6dcc, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 49b503339ea799d47a0addff48d8518d, type: 3}
|
||||||
|
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:
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _Blend: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
|
- _GlossMapScale: 0.627
|
||||||
|
- _Glossiness: 0.5
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 1
|
||||||
|
- _Smoothness: 0.627
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Surface: 0
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WorkflowMode: 1
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, 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: []
|
||||||
|
--- !u!114 &270437049205452815
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
version: 5
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 582cc756db0b1b24598b01cc3de05944
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
133
Assets/Characters/AlienCharacter/Materials/SkinC_M.mat
Normal file
133
Assets/Characters/AlienCharacter/Materials/SkinC_M.mat
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &-1102474888565601953
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
version: 5
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: SkinC_M
|
||||||
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
|
m_ValidKeywords:
|
||||||
|
- _METALLICSPECGLOSSMAP
|
||||||
|
- _NORMALMAP
|
||||||
|
- _OCCLUSIONMAP
|
||||||
|
- _SPECULARHIGHLIGHTS_OFF
|
||||||
|
m_InvalidKeywords:
|
||||||
|
- _METALLICGLOSSMAP
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Opaque
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BaseMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 234b1351a183e164883e7ddca49f66bc, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: e196d36d547edbc4599b31808ac035d7, type: 3}
|
||||||
|
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: 2800000, guid: 234b1351a183e164883e7ddca49f66bc, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 29a9fc3274ee31547845f6bff55efc65, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 36865ca9b0f171b45b72d0286a9053a4, type: 3}
|
||||||
|
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:
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _Blend: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
|
- _GlossMapScale: 0.671
|
||||||
|
- _Glossiness: 0.5
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 1
|
||||||
|
- _Smoothness: 0.671
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 0
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Surface: 0
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WorkflowMode: 1
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, 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: []
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6e493abeee538364787afa485968e9e0
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
133
Assets/Characters/AlienCharacter/Materials/SwordBlue_M.mat
Normal file
133
Assets/Characters/AlienCharacter/Materials/SwordBlue_M.mat
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &-8075249377396804426
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
version: 5
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: SwordBlue_M
|
||||||
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
|
m_ValidKeywords:
|
||||||
|
- _EMISSION
|
||||||
|
- _METALLICSPECGLOSSMAP
|
||||||
|
- _NORMALMAP
|
||||||
|
- _OCCLUSIONMAP
|
||||||
|
m_InvalidKeywords:
|
||||||
|
- _METALLICGLOSSMAP
|
||||||
|
m_LightmapFlags: 2
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Opaque
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BaseMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 62b568aa9f5a32f429dedc8576484d2c, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 1a48ab5c3c6e45a4d9013f0f8a812204, type: 3}
|
||||||
|
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: 2800000, guid: 5604dbb22a5dede489309c1d26727755, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 62b568aa9f5a32f429dedc8576484d2c, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 441888586cc03754e8694e52ae842063, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 15dc24ec21b81484eb58893504e55383, type: 3}
|
||||||
|
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:
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _Blend: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
|
- _GlossMapScale: 0.606
|
||||||
|
- _Glossiness: 0
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 1
|
||||||
|
- _Smoothness: 0.606
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Surface: 0
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WorkflowMode: 1
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _EmissionColor: {r: 3.6973445, g: 7.4912105, b: 10.479105, a: 1}
|
||||||
|
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
|
||||||
|
m_BuildTextureStacks: []
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: bdce8b74e9fd47b49afe60eae03380b6
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
133
Assets/Characters/AlienCharacter/Materials/SwordGreen_M.mat
Normal file
133
Assets/Characters/AlienCharacter/Materials/SwordGreen_M.mat
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: SwordGreen_M
|
||||||
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
|
m_ValidKeywords:
|
||||||
|
- _EMISSION
|
||||||
|
- _METALLICSPECGLOSSMAP
|
||||||
|
- _NORMALMAP
|
||||||
|
- _OCCLUSIONMAP
|
||||||
|
m_InvalidKeywords:
|
||||||
|
- _METALLICGLOSSMAP
|
||||||
|
m_LightmapFlags: 2
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Opaque
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BaseMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 62b568aa9f5a32f429dedc8576484d2c, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 1a48ab5c3c6e45a4d9013f0f8a812204, type: 3}
|
||||||
|
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: 2800000, guid: 5604dbb22a5dede489309c1d26727755, type: 3}
|
||||||
|
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: 2800000, guid: 441888586cc03754e8694e52ae842063, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 15dc24ec21b81484eb58893504e55383, type: 3}
|
||||||
|
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:
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _Blend: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
|
- _GlossMapScale: 0.606
|
||||||
|
- _Glossiness: 0
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 1
|
||||||
|
- _Smoothness: 0.606
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Surface: 0
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WorkflowMode: 1
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _EmissionColor: {r: 3.7307804, g: 10.479104, b: 4.415742, a: 1}
|
||||||
|
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
|
--- !u!114 &4466037681518877252
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
version: 5
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fc7e788673e4cdd49951112c1852b936
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
133
Assets/Characters/AlienCharacter/Materials/SwordRed_M.mat
Normal file
133
Assets/Characters/AlienCharacter/Materials/SwordRed_M.mat
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &-2427879912455109488
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
version: 5
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: SwordRed_M
|
||||||
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
|
m_ValidKeywords:
|
||||||
|
- _EMISSION
|
||||||
|
- _METALLICSPECGLOSSMAP
|
||||||
|
- _NORMALMAP
|
||||||
|
- _OCCLUSIONMAP
|
||||||
|
m_InvalidKeywords:
|
||||||
|
- _METALLICGLOSSMAP
|
||||||
|
m_LightmapFlags: 2
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Opaque
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BaseMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 62b568aa9f5a32f429dedc8576484d2c, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 1a48ab5c3c6e45a4d9013f0f8a812204, type: 3}
|
||||||
|
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: 2800000, guid: 5604dbb22a5dede489309c1d26727755, type: 3}
|
||||||
|
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: 2800000, guid: 441888586cc03754e8694e52ae842063, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 15dc24ec21b81484eb58893504e55383, type: 3}
|
||||||
|
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:
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _Blend: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
|
- _GlossMapScale: 0.606
|
||||||
|
- _Glossiness: 0
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 1
|
||||||
|
- _Smoothness: 0.606
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Surface: 0
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WorkflowMode: 1
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _EmissionColor: {r: 11.746679, g: 2.5056534, b: 1.5957745, a: 1}
|
||||||
|
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
|
||||||
|
m_BuildTextureStacks: []
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 437f4f16ee15ea247a63770b836e82e8
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/Characters/AlienCharacter/Textures.meta
Normal file
8
Assets/Characters/AlienCharacter/Textures.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 69eccd1847cf6de4da6d8326bf781c99
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinA_C_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinA_C_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinA_C_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinA_C_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fc6ae9269fe1af84592c13af2a857afe
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinA_M_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinA_M_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinA_M_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinA_M_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: dbf1b832d3924a1419a496a76d447396
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinA_N_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinA_N_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinA_N_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinA_N_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: acc93db72f18438469ca05676080daee
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 0
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 1
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinA_O_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinA_O_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinA_O_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinA_O_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ac546522635c6ea45a6738f382ec3095
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinB_C_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinB_C_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinB_C_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinB_C_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c84d4ff5e6f72c34f9f2ee24b9d8040c
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinB_M_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinB_M_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinB_M_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinB_M_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0d03a2fbf4271c444a3b3985580e6dcc
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinB_N_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinB_N_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinB_N_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinB_N_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 21380641778f46c4794ca408417f48be
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 0
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 1
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinB_O_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinB_O_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinB_O_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinB_O_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 49b503339ea799d47a0addff48d8518d
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinC_C_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinC_C_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinC_C_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinC_C_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 234b1351a183e164883e7ddca49f66bc
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinC_M_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinC_M_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinC_M_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinC_M_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 29a9fc3274ee31547845f6bff55efc65
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinC_N_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinC_N_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinC_N_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinC_N_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: e196d36d547edbc4599b31808ac035d7
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 0
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 1
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/SkinC_O_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/SkinC_O_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
120
Assets/Characters/AlienCharacter/Textures/SkinC_O_T.png.meta
Normal file
120
Assets/Characters/AlienCharacter/Textures/SkinC_O_T.png.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 36865ca9b0f171b45b72d0286a9053a4
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: WebGL
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/Sword_C_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/Sword_C_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
96
Assets/Characters/AlienCharacter/Textures/Sword_C_T.png.meta
Normal file
96
Assets/Characters/AlienCharacter/Textures/Sword_C_T.png.meta
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 62b568aa9f5a32f429dedc8576484d2c
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/Sword_E_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/Sword_E_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
96
Assets/Characters/AlienCharacter/Textures/Sword_E_T.png.meta
Normal file
96
Assets/Characters/AlienCharacter/Textures/Sword_E_T.png.meta
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5604dbb22a5dede489309c1d26727755
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/Sword_M_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/Sword_M_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
96
Assets/Characters/AlienCharacter/Textures/Sword_M_T.png.meta
Normal file
96
Assets/Characters/AlienCharacter/Textures/Sword_M_T.png.meta
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 441888586cc03754e8694e52ae842063
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/Sword_N_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/Sword_N_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
96
Assets/Characters/AlienCharacter/Textures/Sword_N_T.png.meta
Normal file
96
Assets/Characters/AlienCharacter/Textures/Sword_N_T.png.meta
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 1a48ab5c3c6e45a4d9013f0f8a812204
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 0
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 1
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/Characters/AlienCharacter/Textures/Sword_O_T.png
(Stored with Git LFS)
Normal file
BIN
Assets/Characters/AlienCharacter/Textures/Sword_O_T.png
(Stored with Git LFS)
Normal file
Binary file not shown.
96
Assets/Characters/AlienCharacter/Textures/Sword_O_T.png.meta
Normal file
96
Assets/Characters/AlienCharacter/Textures/Sword_O_T.png.meta
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 15dc24ec21b81484eb58893504e55383
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: 1
|
||||||
|
mipBias: 0
|
||||||
|
wrapU: 0
|
||||||
|
wrapV: 0
|
||||||
|
wrapW: 0
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/Characters/BH-2.meta
Normal file
8
Assets/Characters/BH-2.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 38866cf8e3072bc419d7da533bb33f21
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/Characters/BH-2/Material.meta
Normal file
8
Assets/Characters/BH-2/Material.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f9a8b02b3da47aa4fb9e57fb41339220
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
133
Assets/Characters/BH-2/Material/BH_2.mat
Normal file
133
Assets/Characters/BH-2/Material/BH_2.mat
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: BH_2
|
||||||
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
|
m_ValidKeywords:
|
||||||
|
- _EMISSION
|
||||||
|
- _METALLICSPECGLOSSMAP
|
||||||
|
- _NORMALMAP
|
||||||
|
- _SPECGLOSSMAP
|
||||||
|
- _SPECULAR_SETUP
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 1
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Opaque
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BaseMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 931df4d4a68a36c4bbe6f8a885e359c5, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 77def7bddd60da24fab01a6a4df8464d, type: 3}
|
||||||
|
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: 2800000, guid: 054fa0bdd695ab14f9ea74b90066060d, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 931df4d4a68a36c4bbe6f8a885e359c5, type: 3}
|
||||||
|
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: 2800000, guid: 5672d5d3608fb384bb78a29e71974327, type: 3}
|
||||||
|
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:
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _Blend: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.549
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 1
|
||||||
|
- _Smoothness: 1
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Surface: 0
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WorkflowMode: 0
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _EmissionColor: {r: 7.9066987, g: 6.7062054, b: 6.7062054, a: 1}
|
||||||
|
- _SpecColor: {r: 0.4245283, g: 0, b: 0, a: 1}
|
||||||
|
m_BuildTextureStacks: []
|
||||||
|
--- !u!114 &3880481723103797501
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
version: 5
|
8
Assets/Characters/BH-2/Material/BH_2.mat.meta
Normal file
8
Assets/Characters/BH-2/Material/BH_2.mat.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 3a19134f7a6d1f1419f1e2dda797f129
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
137
Assets/Characters/BH-2/Material/BH_2_GLASS.mat
Normal file
137
Assets/Characters/BH-2/Material/BH_2_GLASS.mat
Normal file
@ -0,0 +1,137 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &-6144910763192786742
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 11
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
version: 5
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: BH_2_GLASS
|
||||||
|
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
||||||
|
m_ValidKeywords:
|
||||||
|
- _ALPHAPREMULTIPLY_ON
|
||||||
|
- _EMISSION
|
||||||
|
- _METALLICSPECGLOSSMAP
|
||||||
|
- _NORMALMAP
|
||||||
|
- _SPECGLOSSMAP
|
||||||
|
- _SPECULAR_SETUP
|
||||||
|
- _SURFACE_TYPE_TRANSPARENT
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 1
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: 3000
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Transparent
|
||||||
|
disabledShaderPasses:
|
||||||
|
- DepthOnly
|
||||||
|
- SHADOWCASTER
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BaseMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 931df4d4a68a36c4bbe6f8a885e359c5, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 77def7bddd60da24fab01a6a4df8464d, type: 3}
|
||||||
|
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: 2800000, guid: 931df4d4a68a36c4bbe6f8a885e359c5, type: 3}
|
||||||
|
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: 2800000, guid: 5672d5d3608fb384bb78a29e71974327, type: 3}
|
||||||
|
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:
|
||||||
|
- _AlphaClip: 0
|
||||||
|
- _Blend: 1
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ClearCoatMask: 0
|
||||||
|
- _ClearCoatSmoothness: 0
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailAlbedoMapScale: 1
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 10
|
||||||
|
- _EnvironmentReflections: 1
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 3
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _QueueOffset: 0
|
||||||
|
- _ReceiveShadows: 1
|
||||||
|
- _Smoothness: 1
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Surface: 1
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WorkflowMode: 0
|
||||||
|
- _ZWrite: 0
|
||||||
|
m_Colors:
|
||||||
|
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
|
||||||
|
m_BuildTextureStacks: []
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user