Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
man-in-the-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MIM
man-in-the-mirror
Commits
b9146741
Commit
b9146741
authored
May 20, 2019
by
18손재민
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
사격 자세 및 쏘는 모션 다 완성함 ㅅㄱ
parent
c1114d6e
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
12706 additions
and
76 deletions
+12706
-76
AnimTest.cs
Assets/Models/Animation/AnimTest.cs
+12
-2
jackson.controller
Assets/Models/Animation/jackson.controller
+173
-2
jackson_afterShoot.anim
Assets/Models/Animation/jackson_afterShoot.anim
+7767
-0
jackson_afterShoot.anim.meta
Assets/Models/Animation/jackson_afterShoot.anim.meta
+8
-0
jackson_shoot.anim
Assets/Models/Animation/jackson_shoot.anim
+3663
-0
jackson_shoot.anim.meta
Assets/Models/Animation/jackson_shoot.anim.meta
+8
-0
mirror.prefab
Assets/Prefabs/MapObjects/mirror.prefab
+2
-2
oneside mirror.prefab
Assets/Prefabs/MapObjects/oneside mirror.prefab
+0
-0
oneside mirror.prefab.meta
Assets/Prefabs/MapObjects/oneside mirror.prefab.meta
+0
-0
ModelScene.unity
Assets/Scenes/ModelScene.unity
+1073
-70
No files found.
Assets/Models/Animation/AnimTest.cs
View file @
b9146741
...
...
@@ -14,9 +14,19 @@ public class AnimTest : MonoBehaviour
// Update is called once per frame
void
Update
()
{
if
(
Input
.
Get
MouseButtonDown
(
0
))
if
(
Input
.
Get
Key
(
KeyCode
.
A
))
anim
.
SetBool
(
"isWalking"
,
true
);
else
if
(
Input
.
Get
MouseButtonDown
(
1
))
else
if
(
Input
.
Get
Key
(
KeyCode
.
S
))
anim
.
SetBool
(
"isWalking"
,
false
);
else
if
(
Input
.
GetKeyDown
(
KeyCode
.
D
))
{
anim
.
SetTrigger
(
"shoot"
);
}
else
if
(
Input
.
GetKey
(
KeyCode
.
F
))
anim
.
ResetTrigger
(
"shoot"
);
else
if
(
Input
.
GetKey
(
KeyCode
.
G
))
anim
.
SetBool
(
"isShooting"
,
true
);
else
if
(
Input
.
GetKey
(
KeyCode
.
H
))
anim
.
SetBool
(
"isShooting"
,
false
);
}
}
Assets/Models/Animation/jackson.controller
View file @
b9146741
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!1101
&-8058699372396628797
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
:
shoot
m_EventTreshold
:
0
m_DstStateMachine
:
{
fileID
:
0
}
m_DstState
:
{
fileID
:
-4689632739989332326
}
m_Solo
:
0
m_Mute
:
0
m_IsExit
:
0
serializedVersion
:
3
m_TransitionDuration
:
0.01
m_TransitionOffset
:
0
m_ExitTime
:
2.5075053e-11
m_HasExitTime
:
0
m_HasFixedDuration
:
1
m_InterruptionSource
:
0
m_OrderedInterruption
:
1
m_CanTransitionToSelf
:
1
---
!u!1102
&-4689632739989332326
AnimatorState
:
serializedVersion
:
5
m_ObjectHideFlags
:
1
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
jackson_afterShoot
m_Speed
:
1
m_CycleOffset
:
0
m_Transitions
:
-
{
fileID
:
8569526177007172718
}
m_StateMachineBehaviours
:
[]
m_Position
:
{
x
:
50
,
y
:
50
,
z
:
0
}
m_IKOnFeet
:
0
m_WriteDefaultValues
:
1
m_Mirror
:
0
m_SpeedParameterActive
:
0
m_MirrorParameterActive
:
0
m_CycleOffsetParameterActive
:
0
m_TimeParameterActive
:
0
m_Motion
:
{
fileID
:
7400000
,
guid
:
163253ffd2e161449bec8a11face75cc
,
type
:
2
}
m_Tag
:
m_SpeedParameter
:
m_MirrorParameter
:
m_CycleOffsetParameter
:
m_TimeParameter
:
---
!u!91
&9100000
AnimatorController
:
m_ObjectHideFlags
:
0
...
...
@@ -15,6 +67,18 @@ AnimatorController:
m_DefaultInt
:
0
m_DefaultBool
:
0
m_Controller
:
{
fileID
:
0
}
-
m_Name
:
shoot
m_Type
:
9
m_DefaultFloat
:
0
m_DefaultInt
:
0
m_DefaultBool
:
0
m_Controller
:
{
fileID
:
0
}
-
m_Name
:
isShooting
m_Type
:
4
m_DefaultFloat
:
0
m_DefaultInt
:
0
m_DefaultBool
:
0
m_Controller
:
{
fileID
:
0
}
m_AnimatorLayers
:
-
serializedVersion
:
5
m_Name
:
Base Layer
...
...
@@ -117,6 +181,7 @@ AnimatorState:
m_CycleOffset
:
0
m_Transitions
:
-
{
fileID
:
1101671379174742134
}
-
{
fileID
:
2949278334860889428
}
m_StateMachineBehaviours
:
[]
m_Position
:
{
x
:
50
,
y
:
50
,
z
:
0
}
m_IKOnFeet
:
0
...
...
@@ -143,10 +208,16 @@ AnimatorStateMachine:
m_ChildStates
:
-
serializedVersion
:
1
m_State
:
{
fileID
:
1102325047193046568
}
m_Position
:
{
x
:
3
48
,
y
:
-6
0
,
z
:
0
}
m_Position
:
{
x
:
3
30
,
y
:
11
0
,
z
:
0
}
-
serializedVersion
:
1
m_State
:
{
fileID
:
1102148780198132122
}
m_Position
:
{
x
:
360
,
y
:
96
,
z
:
0
}
m_Position
:
{
x
:
330
,
y
:
-30
,
z
:
0
}
-
serializedVersion
:
1
m_State
:
{
fileID
:
5188802425183835566
}
m_Position
:
{
x
:
330
,
y
:
250
,
z
:
0
}
-
serializedVersion
:
1
m_State
:
{
fileID
:
-4689632739989332326
}
m_Position
:
{
x
:
330
,
y
:
390
,
z
:
0
}
m_ChildStateMachines
:
[]
m_AnyStateTransitions
:
[]
m_EntryTransitions
:
[]
...
...
@@ -157,3 +228,103 @@ AnimatorStateMachine:
m_ExitPosition
:
{
x
:
800
,
y
:
120
,
z
:
0
}
m_ParentStateMachinePosition
:
{
x
:
800
,
y
:
20
,
z
:
0
}
m_DefaultState
:
{
fileID
:
1102325047193046568
}
---
!u!1101
&2949278334860889428
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
:
isShooting
m_EventTreshold
:
0
m_DstStateMachine
:
{
fileID
:
0
}
m_DstState
:
{
fileID
:
5188802425183835566
}
m_Solo
:
0
m_Mute
:
0
m_IsExit
:
0
serializedVersion
:
3
m_TransitionDuration
:
1.2
m_TransitionOffset
:
0
m_ExitTime
:
0
m_HasExitTime
:
0
m_HasFixedDuration
:
1
m_InterruptionSource
:
0
m_OrderedInterruption
:
1
m_CanTransitionToSelf
:
1
---
!u!1102
&5188802425183835566
AnimatorState
:
serializedVersion
:
5
m_ObjectHideFlags
:
1
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
jackson_shoot
m_Speed
:
1
m_CycleOffset
:
0
m_Transitions
:
-
{
fileID
:
7749119414395661710
}
-
{
fileID
:
-8058699372396628797
}
m_StateMachineBehaviours
:
[]
m_Position
:
{
x
:
50
,
y
:
50
,
z
:
0
}
m_IKOnFeet
:
0
m_WriteDefaultValues
:
1
m_Mirror
:
0
m_SpeedParameterActive
:
0
m_MirrorParameterActive
:
0
m_CycleOffsetParameterActive
:
0
m_TimeParameterActive
:
0
m_Motion
:
{
fileID
:
7400000
,
guid
:
246f18d4dd6608740996f3f3b10def11
,
type
:
2
}
m_Tag
:
m_SpeedParameter
:
m_MirrorParameter
:
m_CycleOffsetParameter
:
m_TimeParameter
:
---
!u!1101
&7749119414395661710
AnimatorStateTransition
:
m_ObjectHideFlags
:
1
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
m_Conditions
:
-
m_ConditionMode
:
2
m_ConditionEvent
:
isShooting
m_EventTreshold
:
0
m_DstStateMachine
:
{
fileID
:
0
}
m_DstState
:
{
fileID
:
1102325047193046568
}
m_Solo
:
0
m_Mute
:
0
m_IsExit
:
0
serializedVersion
:
3
m_TransitionDuration
:
1.2
m_TransitionOffset
:
0
m_ExitTime
:
0
m_HasExitTime
:
0
m_HasFixedDuration
:
1
m_InterruptionSource
:
0
m_OrderedInterruption
:
1
m_CanTransitionToSelf
:
1
---
!u!1101
&8569526177007172718
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
:
5188802425183835566
}
m_Solo
:
0
m_Mute
:
0
m_IsExit
:
0
serializedVersion
:
3
m_TransitionDuration
:
0
m_TransitionOffset
:
0
m_ExitTime
:
0
m_HasExitTime
:
1
m_HasFixedDuration
:
0
m_InterruptionSource
:
0
m_OrderedInterruption
:
1
m_CanTransitionToSelf
:
1
Assets/Models/Animation/jackson_afterShoot.anim
0 → 100644
View file @
b9146741
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Assets/Models/Animation/jackson_afterShoot.anim.meta
0 → 100644
View file @
b9146741
fileFormatVersion: 2
guid: 163253ffd2e161449bec8a11face75cc
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Assets/Models/Animation/jackson_shoot.anim
0 → 100644
View file @
b9146741
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!74
&7400000
AnimationClip
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
jackson_shoot
serializedVersion
:
6
m_Legacy
:
0
m_Compressed
:
0
m_UseHighQualityCurve
:
1
m_RotationCurves
:
[]
m_CompressedRotationCurves
:
[]
m_EulerCurves
:
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-89.98
,
y
:
0
,
z
:
-90.00001
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
9.662001
,
y
:
30.686
,
z
:
5.532
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
31.712002
,
y
:
51.190002
,
z
:
-7.2820005
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/neck/head
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-85.59801
,
y
:
-42.974003
,
z
:
-21.649
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-19.939001
,
y
:
-120.927
,
z
:
19.023
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-7.9440002
,
y
:
-22.492
,
z
:
-2.394
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
6.1840005
,
y
:
-19.633001
,
z
:
-1.8690001
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
2.476
,
y
:
-17.183
,
z
:
161.64601
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-74.758
,
y
:
16.753
,
z
:
49.571003
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
0.95800006
,
y
:
108.023
,
z
:
-83.065
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-59.232002
,
y
:
-82.576004
,
z
:
-0.693
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-5.7650003
,
y
:
-24.493002
,
z
:
-26.175001
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-174.994
,
y
:
0.58299255
,
z
:
10.353989
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/upperLeg.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-207.789
,
y
:
61.428993
,
z
:
-13.659973
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/upperLeg.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
28.253002
,
y
:
-28.835001
,
z
:
-1.1240001
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-24.043001
,
y
:
10.97
,
z
:
-4.8640003
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-10.034
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-6.8380003
,
y
:
0.067
,
z
:
0.076000005
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-64.414
,
y
:
0.757
,
z
:
4.1210003
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
m_PositionCurves
:
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
0.0000035000307
,
y
:
0.0013327159
,
z
:
0.0001462911
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-0.0000002015372
,
y
:
0.00081547635
,
z
:
-0.00000011277737
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/neck/head
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
0.00045615537
,
y
:
0.0006748387
,
z
:
0.0006479607
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
0.000005839219
,
y
:
0.0015373573
,
z
:
-0.00000033917604
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-0.00000003352762
,
y
:
0.0029668387
,
z
:
0.000000042142347
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-9.313227e-10
,
y
:
0.0029132166
,
z
:
0.0000000037834975
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-0.00007883857
,
y
:
0.00097455597
,
z
:
0.00007563823
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-0.0004558358
,
y
:
0.0006775403
,
z
:
0.0006453651
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-0.000005883166
,
y
:
0.0015373586
,
z
:
-0.0000005387702
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
0.000000020430889
,
y
:
0.0029670456
,
z
:
-0.000000017462295
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-0.00000011106022
,
y
:
0.0029136098
,
z
:
0.00000025087502
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-0.0007233622
,
y
:
0.001240133
,
z
:
-0.00000042445026
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/upperLeg.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
0.0007269305
,
y
:
0.0012420496
,
z
:
-0.0000023392495
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/upperLeg.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-0.000000028870973
,
y
:
0.004762094
,
z
:
0.00000002857934
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
0.0000000045401976
,
y
:
0.004151192
,
z
:
0.000000024912882
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
3.7516656e-11
,
y
:
0.0018682684
,
z
:
-0.0000000026775526
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
-1.4938449e-10
,
y
:
0.0025939012
,
z
:
-2.3283064e-10
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
0.00000001575927
,
y
:
0.004151038
,
z
:
-0.00000001606531
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
m_ScaleCurves
:
[]
m_FloatCurves
:
[]
m_PPtrCurves
:
[]
m_SampleRate
:
60
m_WrapMode
:
0
m_Bounds
:
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_Extent
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_ClipBindingConstant
:
genericBindings
:
-
serializedVersion
:
2
path
:
731034436
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
2640544914
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1149743738
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
405654682
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1107781904
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3909487670
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1718564088
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3198218417
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3793940985
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1562471057
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
438417575
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3015077677
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1692737743
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
2666143148
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3778539070
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1985569483
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3829543113
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3707437694
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1649955117
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
731034436
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
2640544914
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1149743738
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
405654682
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1107781904
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3909487670
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1718564088
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3198218417
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3793940985
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1562471057
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
438417575
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3015077677
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1692737743
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
2666143148
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3778539070
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1985569483
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3829543113
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
3707437694
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1649955117
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
pptrCurveMapping
:
[]
m_AnimationClipSettings
:
serializedVersion
:
2
m_AdditiveReferencePoseClip
:
{
fileID
:
0
}
m_AdditiveReferencePoseTime
:
0
m_StartTime
:
0
m_StopTime
:
0
m_OrientationOffsetY
:
0
m_Level
:
0
m_CycleOffset
:
0
m_HasAdditiveReferencePose
:
0
m_LoopTime
:
1
m_LoopBlend
:
0
m_LoopBlendOrientation
:
0
m_LoopBlendPositionY
:
0
m_LoopBlendPositionXZ
:
0
m_KeepOriginalOrientation
:
0
m_KeepOriginalPositionY
:
1
m_KeepOriginalPositionXZ
:
0
m_HeightFromFeet
:
0
m_Mirror
:
0
m_EditorCurves
:
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-89.98
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-90.00001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0000035000307
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0013327159
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0001462911
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
9.662001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
30.686
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
5.532
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.0000002015372
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/neck/head
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.00081547635
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/neck/head
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.00000011277737
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/neck/head
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
31.712002
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/neck/head
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
51.190002
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/neck/head
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-7.2820005
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/neck/head
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.00045615537
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0006748387
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0006479607
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-85.59801
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-42.974003
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-21.649
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.000005839219
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0015373573
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.00000033917604
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-19.939001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-120.927
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
19.023
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.00000003352762
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0029668387
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.000000042142347
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-7.9440002
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-22.492
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-2.394
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-9.313227e-10
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0029132166
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0000000037834975
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
6.1840005
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-19.633001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-1.8690001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.00007883857
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.00097455597
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.00007563823
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
2.476
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-17.183
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
161.64601
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.0004558358
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0006775403
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0006453651
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-74.758
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
16.753
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
49.571003
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.000005883166
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0015373586
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.0000005387702
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.95800006
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
108.023
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-83.065
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.000000020430889
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0029670456
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.000000017462295
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-59.232002
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-82.576004
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.693
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.00000011106022
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0029136098
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.00000025087502
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-5.7650003
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-24.493002
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-26.175001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.0007233622
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/upperLeg.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.001240133
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/upperLeg.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.00000042445026
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/upperLeg.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-174.994
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/upperLeg.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.58299255
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/upperLeg.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
10.353989
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/upperLeg.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0007269305
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/upperLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0012420496
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/upperLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.0000023392495
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/upperLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-207.789
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/upperLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
61.428993
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/upperLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-13.659973
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/upperLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.000000028870973
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.004762094
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.00000002857934
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
28.253002
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-28.835001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-1.1240001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0000000045401976
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.004151192
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.000000024912882
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-24.043001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
10.97
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-4.8640003
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
3.7516656e-11
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0018682684
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.0000000026775526
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-10.034
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-1.4938449e-10
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0025939012
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-2.3283064e-10
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-6.8380003
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.067
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.076000005
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.00000001575927
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.004151038
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.00000001606531
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-64.414
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.757
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
4.1210003
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0
outWeight
:
0
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
classID
:
4
script
:
{
fileID
:
0
}
m_EulerEditorCurves
:
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/upperLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/upperLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/upperLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/upperLeg.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/upperLeg.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/upperLeg.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/neck/head
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/neck/head
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/neck/head
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
[]
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
classID
:
4
script
:
{
fileID
:
0
}
m_HasGenericRootTransform
:
0
m_HasMotionFloatCurves
:
0
m_Events
:
[]
Assets/Models/Animation/jackson_shoot.anim.meta
0 → 100644
View file @
b9146741
fileFormatVersion: 2
guid: 246f18d4dd6608740996f3f3b10def11
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Assets/Prefabs/MapObjects/mirror.prefab
View file @
b9146741
...
...
@@ -152,7 +152,7 @@ PrefabInstance:
-
target
:
{
fileID
:
5956712601805655926
,
guid
:
6cee9ce2ee605c54c957dc68c69cea90
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-0.0
5
value
:
-0.0
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5956712601805655926
,
guid
:
6cee9ce2ee605c54c957dc68c69cea90
,
type
:
3
}
...
...
@@ -242,7 +242,7 @@ PrefabInstance:
-
target
:
{
fileID
:
5956712601805655926
,
guid
:
6cee9ce2ee605c54c957dc68c69cea90
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
0.0
5
value
:
0.0
4
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
5956712601805655926
,
guid
:
6cee9ce2ee605c54c957dc68c69cea90
,
type
:
3
}
...
...
Assets/Prefabs/
WIP/M
irror.prefab
→
Assets/Prefabs/
MapObjects/oneside m
irror.prefab
View file @
b9146741
File moved
Assets/Prefabs/
WIP/M
irror.prefab.meta
→
Assets/Prefabs/
MapObjects/oneside m
irror.prefab.meta
View file @
b9146741
File moved
Assets/Scenes/ModelScene.unity
View file @
b9146741
...
...
@@ -273,13 +273,1067 @@ Transform:
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
1018969727
}
m_LocalRotation
:
{
x
:
0.
40821788
,
y
:
-0.23456968
,
z
:
0.10938163
,
w
:
0.875426
1
}
m_LocalRotation
:
{
x
:
0.
60396785
,
y
:
-0.20198388
,
z
:
0.16183269
,
w
:
0.753814
1
}
m_LocalPosition
:
{
x
:
0
,
y
:
3
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Father
:
{
fileID
:
0
}
m_RootOrder
:
2
m_LocalEulerAnglesHint
:
{
x
:
50
,
y
:
-30
,
z
:
0
}
m_LocalEulerAnglesHint
:
{
x
:
77.40501
,
y
:
-30.000002
,
z
:
0
}
---
!u!1001
&1141157276
PrefabInstance
:
m_ObjectHideFlags
:
0
serializedVersion
:
2
m_Modification
:
m_TransformParent
:
{
fileID
:
0
}
m_Modifications
:
-
target
:
{
fileID
:
494213313239918027
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_Name
value
:
jackson
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497131
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497131
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
0.38268343
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497131
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497131
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.92387956
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497131
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_RootOrder
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497131
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497131
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
45
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497131
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497131
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.10100001
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497131
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
-0.0006513931
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497131
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-0.0004998545
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313232524915
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_ApplyRootMotion
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497099
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.7071068
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497099
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497099
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497099
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.7071067
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497099
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
-0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497099
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497099
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497137
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
0.7071062
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497137
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-9.124632e-11
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497137
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0.0009335466
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497137
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.70710677
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497137
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
-0.0000034245652
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497137
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
-0.0004049851
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497137
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497137
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497137
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497203
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.08597614
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497203
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
0.0006009365
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497203
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0.00071444607
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497203
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.99629676
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497203
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
3.1737404e-12
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497203
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.002593904
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497203
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-6.6413014e-11
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497203
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497203
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497203
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496725
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
0.9997715
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496725
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.0033265378
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496725
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0.004347949
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496725
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
-0.020665832
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496725
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
-0.0007233623
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496725
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0012401328
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496725
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-0.00000042449508
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496725
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496725
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496725
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496731
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
0.99977136
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496731
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
0.00454625
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496731
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0.003004877
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496731
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
-0.020679262
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496731
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
0.0007269308
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496731
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0012420476
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496731
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-0.0000023392236
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496731
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496731
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496731
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497107
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
0.010154939
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497107
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.000000043378428
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497107
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0.000000051349236
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497107
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.99994844
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497107
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
6.0229595e-17
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497107
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0018682795
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497107
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-1.4901161e-10
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497107
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497107
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497107
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497165
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
0.09688173
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497165
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.0015597645
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497165
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0.0013346882
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497165
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.9952938
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497165
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
0.0000035272112
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497165
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0013327152
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497165
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
0.00014629107
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497165
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497165
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497165
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497101
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
0.14434855
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497101
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.00000011820257
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497101
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0.000000016446654
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497101
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.9895269
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497101
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
1.8908486e-18
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497101
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.00081548205
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497101
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-4.749745e-10
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497101
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497101
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497101
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497111
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.5919689
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497111
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
0.36946315
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497111
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0.38235304
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497111
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.6057029
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497111
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
-0.00045583586
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497111
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0006775397
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497111
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
0.0006453654
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497111
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497111
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497111
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496721
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.6289523
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496721
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
0.2691331
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496721
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0.2528091
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496721
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.6841593
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496721
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
-0.000005839057
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496721
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0015373583
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496721
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-0.00000032633514
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496721
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496721
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496721
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497171
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.046910334
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497171
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
0.0055404697
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497171
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0.012098647
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497171
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.99881047
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497171
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
7.4505804e-11
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497171
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0029668212
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497171
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
5.5879353e-11
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497171
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497171
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497171
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497097
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
0.056215905
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497097
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.017653845
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497097
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0.0037320724
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497097
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.9982556
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497097
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
3.2654496e-10
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497097
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0029132196
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497097
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-2.3283063e-11
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497097
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497097
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497097
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497109
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.59196883
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497109
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.36943245
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497109
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0.3858269
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497109
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.60351485
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497109
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
0.0004561563
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497109
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0006748411
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497109
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
0.0006479613
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497109
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497109
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497109
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.6340379
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.28484753
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0.24146551
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.67716485
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
0.000005839104
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0015373584
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-0.0000003303768
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.046910297
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.005540491
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0.012098737
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.99881047
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
6.938353e-10
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0029668214
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-8.381903e-11
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497103
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
0.05621588
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497103
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
0.017653834
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497103
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0.0037321015
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497103
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.9982556
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497103
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
1.0710209e-10
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497103
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0029132187
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497103
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-1.0710209e-10
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497103
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497103
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497103
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497167
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.0033783296
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497167
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.1508355
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497167
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0.16501147
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497167
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.9746838
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497167
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
-0.000078858546
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497167
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.00097449165
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497167
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
0.00007546118
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497167
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497167
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497167
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497095
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.5215555
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497095
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.10050478
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497095
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0.11226871
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497095
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.8398062
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497095
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
-1.8488208e-10
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497095
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0041509154
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497095
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
-2.1333108e-10
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497095
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497095
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497095
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497173
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
0.019508654
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497173
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.00051739847
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497173
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0.0006857247
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497173
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.9998093
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497173
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
-3.9872248e-11
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497173
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.0047618565
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497173
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
2.386514e-11
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497173
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497173
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497173
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497093
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.52156186
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497093
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
0.1005053
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497093
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0.11226872
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497093
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.83980215
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497093
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
4.285539e-11
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497093
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
2.0372681e-12
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497093
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497093
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497093
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497093
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.004150917
objectReference
:
{
fileID
:
0
}
m_RemovedComponents
:
[]
m_SourcePrefab
:
{
fileID
:
100100000
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
---
!u!1
&1323233638
GameObject
:
m_ObjectHideFlags
:
0
...
...
@@ -363,75 +1417,24 @@ Transform:
m_Father
:
{
fileID
:
0
}
m_RootOrder
:
0
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!1001
&1409778501
PrefabInstance
:
---
!u!1
&1484906828
stripped
GameObject
:
m_CorrespondingSourceObject
:
{
fileID
:
494213313239918027
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
m_PrefabInstance
:
{
fileID
:
1141157276
}
m_PrefabAsset
:
{
fileID
:
0
}
---
!u!114
&1484906835
MonoBehaviour
:
m_ObjectHideFlags
:
0
serializedVersion
:
2
m_Modification
:
m_TransformParent
:
{
fileID
:
0
}
m_Modifications
:
-
target
:
{
fileID
:
6001025753464815805
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_Name
value
:
camera
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6001025753464593565
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_LocalPosition.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6001025753464593565
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_LocalPosition.y
value
:
0.5
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6001025753464593565
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_LocalPosition.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6001025753464593565
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6001025753464593565
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6001025753464593565
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6001025753464593565
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6001025753464593565
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_RootOrder
value
:
1
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6001025753464593565
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6001025753464593565
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6001025753464593565
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
m_RemovedComponents
:
[]
m_SourcePrefab
:
{
fileID
:
100100000
,
guid
:
df6f1d8b9377ec346af4255abe290fbb
,
type
:
3
}
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
1484906828
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
474dfdafc60acfb488eec1ee8cd53e62
,
type
:
3
}
m_Name
:
m_EditorClassIdentifier
:
---
!u!1001
&2040134451
PrefabInstance
:
m_ObjectHideFlags
:
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment