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
9b28305f
Commit
9b28305f
authored
Jun 04, 2019
by
18신대성
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
이번엔 진짜 제대로 움직임
AnimTest에서 참고해서 보시오.
parent
18cdb90b
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1986 additions
and
3383 deletions
+1986
-3383
AnimTest.cs
Assets/Models/Animation/AnimTest.cs
+24
-12
jackson.controller
Assets/Models/Animation/jackson.controller
+4
-151
jacksonTest.controller
Assets/Models/Animation/jacksonTest.controller
+84
-0
jacksonTest.controller.meta
Assets/Models/Animation/jacksonTest.controller.meta
+8
-0
jackson_afterShoot.anim
Assets/Models/Animation/jackson_afterShoot.anim
+730
-1516
jackson_shoot.anim
Assets/Models/Animation/jackson_shoot.anim
+218
-538
jackson_walk.anim
Assets/Models/Animation/jackson_walk.anim
+564
-1150
jackson.prefab
Assets/Prefabs/MapObjects/jackson.prefab
+35
-4
ModelScene.meta
Assets/Scenes/ModelScene.meta
+8
-0
ModelScene.unity
Assets/Scenes/ModelScene.unity
+311
-12
No files found.
Assets/Models/Animation/AnimTest.cs
View file @
9b28305f
...
@@ -5,32 +5,44 @@ using UnityEngine;
...
@@ -5,32 +5,44 @@ using UnityEngine;
public
class
AnimTest
:
MonoBehaviour
public
class
AnimTest
:
MonoBehaviour
{
{
Animator
anim
;
Animator
anim
;
[
Range
(-
1
,
1
)]
public
float
xAngle
=
0
;
public
Transform
aimObject
;
public
Transform
target
;
Quaternion
aimRotation
;
bool
isShooting
=
false
;
private
void
Start
()
private
void
Start
()
{
{
anim
=
gameObject
.
GetComponent
<
Animator
>();
anim
=
gameObject
.
GetComponent
<
Animator
>();
aimRotation
=
aimObject
.
rotation
;
}
}
// Update is called once per frame
// Update is called once per frame
void
Update
()
void
Update
()
{
{
if
(
Input
.
GetKey
(
KeyCode
.
A
))
if
(
Input
.
GetKey
Down
(
KeyCode
.
W
))
anim
.
SetBool
(
"isWalking"
,
true
);
anim
.
SetBool
(
"isWalking"
,
true
);
else
if
(
Input
.
GetKey
(
KeyCode
.
S
))
else
if
(
Input
.
GetKey
Down
(
KeyCode
.
S
))
anim
.
SetBool
(
"isWalking"
,
false
);
anim
.
SetBool
(
"isWalking"
,
false
);
else
if
(
Input
.
GetKeyDown
(
KeyCode
.
D
))
if
(
Input
.
GetKeyDown
(
KeyCode
.
Q
))
{
{
anim
.
SetTrigger
(
"shoot"
);
}
else
if
(
Input
.
GetKey
(
KeyCode
.
F
))
anim
.
ResetTrigger
(
"shoot"
);
else
if
(
Input
.
GetKey
(
KeyCode
.
G
))
anim
.
SetBool
(
"isShooting"
,
true
);
anim
.
SetBool
(
"isShooting"
,
true
);
else
if
(
Input
.
GetKey
(
KeyCode
.
H
))
isShooting
=
true
;
}
else
if
(
Input
.
GetKeyDown
(
KeyCode
.
E
))
{
anim
.
SetBool
(
"isShooting"
,
false
);
anim
.
SetBool
(
"isShooting"
,
false
);
isShooting
=
false
;
}
if
(
Input
.
GetKeyDown
(
KeyCode
.
T
))
anim
.
SetTrigger
(
"shoot"
);
anim
.
SetLayerWeight
(
1
,
Mathf
.
Abs
(
xAngle
));
if
(
isShooting
)
anim
.
SetFloat
(
"xAngle"
,
xAngle
);
{
aimObject
.
LookAt
(
target
,
new
Vector3
(
0
,
1
,
0
));
}
else
{
aimObject
.
rotation
=
aimRotation
;
}
}
}
}
}
Assets/Models/Animation/jackson.controller
View file @
9b28305f
...
@@ -25,31 +25,6 @@ AnimatorStateTransition:
...
@@ -25,31 +25,6 @@ AnimatorStateTransition:
m_InterruptionSource
:
0
m_InterruptionSource
:
0
m_OrderedInterruption
:
1
m_OrderedInterruption
:
1
m_CanTransitionToSelf
:
1
m_CanTransitionToSelf
:
1
---
!u!1101
&-5683320443410448867
AnimatorStateTransition
:
m_ObjectHideFlags
:
1
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
m_Conditions
:
-
m_ConditionMode
:
3
m_ConditionEvent
:
xAngle
m_EventTreshold
:
0
m_DstStateMachine
:
{
fileID
:
0
}
m_DstState
:
{
fileID
:
-3498359792548386283
}
m_Solo
:
0
m_Mute
:
0
m_IsExit
:
0
serializedVersion
:
3
m_TransitionDuration
:
0
m_TransitionOffset
:
0
m_ExitTime
:
0.75
m_HasExitTime
:
0
m_HasFixedDuration
:
1
m_InterruptionSource
:
0
m_OrderedInterruption
:
1
m_CanTransitionToSelf
:
1
---
!u!1102
&-4689632739989332326
---
!u!1102
&-4689632739989332326
AnimatorState
:
AnimatorState
:
serializedVersion
:
5
serializedVersion
:
5
...
@@ -102,33 +77,6 @@ AnimatorStateTransition:
...
@@ -102,33 +77,6 @@ AnimatorStateTransition:
m_InterruptionSource
:
0
m_InterruptionSource
:
0
m_OrderedInterruption
:
1
m_OrderedInterruption
:
1
m_CanTransitionToSelf
:
1
m_CanTransitionToSelf
:
1
---
!u!1102
&-3498359792548386283
AnimatorState
:
serializedVersion
:
5
m_ObjectHideFlags
:
3
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
jackson_shootUp
m_Speed
:
0
m_CycleOffset
:
0
m_Transitions
:
-
{
fileID
:
4351087080226294261
}
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
:
45ebfca57564d694ebacfdbad1cdc14d
,
type
:
2
}
m_Tag
:
m_SpeedParameter
:
m_MirrorParameter
:
m_CycleOffsetParameter
:
m_TimeParameter
:
---
!u!1101
&-3364404105209571130
---
!u!1101
&-3364404105209571130
AnimatorStateTransition
:
AnimatorStateTransition
:
m_ObjectHideFlags
:
3
m_ObjectHideFlags
:
3
...
@@ -193,25 +141,19 @@ AnimatorController:
...
@@ -193,25 +141,19 @@ AnimatorController:
m_DefaultFloat
:
0
m_DefaultFloat
:
0
m_DefaultInt
:
0
m_DefaultInt
:
0
m_DefaultBool
:
0
m_DefaultBool
:
0
m_Controller
:
{
fileID
:
910000
0
}
m_Controller
:
{
fileID
:
0
}
-
m_Name
:
shoot
-
m_Name
:
shoot
m_Type
:
9
m_Type
:
9
m_DefaultFloat
:
0
m_DefaultFloat
:
0
m_DefaultInt
:
0
m_DefaultInt
:
0
m_DefaultBool
:
0
m_DefaultBool
:
0
m_Controller
:
{
fileID
:
910000
0
}
m_Controller
:
{
fileID
:
0
}
-
m_Name
:
isShooting
-
m_Name
:
isShooting
m_Type
:
4
m_Type
:
4
m_DefaultFloat
:
0
m_DefaultFloat
:
0
m_DefaultInt
:
0
m_DefaultInt
:
0
m_DefaultBool
:
0
m_DefaultBool
:
0
m_Controller
:
{
fileID
:
9100000
}
m_Controller
:
{
fileID
:
0
}
-
m_Name
:
xAngle
m_Type
:
1
m_DefaultFloat
:
0
m_DefaultInt
:
0
m_DefaultBool
:
0
m_Controller
:
{
fileID
:
9100000
}
m_AnimatorLayers
:
m_AnimatorLayers
:
-
serializedVersion
:
5
-
serializedVersion
:
5
m_Name
:
Base Layer
m_Name
:
Base Layer
...
@@ -225,18 +167,6 @@ AnimatorController:
...
@@ -225,18 +167,6 @@ AnimatorController:
m_IKPass
:
0
m_IKPass
:
0
m_SyncedLayerAffectsTiming
:
0
m_SyncedLayerAffectsTiming
:
0
m_Controller
:
{
fileID
:
9100000
}
m_Controller
:
{
fileID
:
9100000
}
-
serializedVersion
:
5
m_Name
:
Gun
m_StateMachine
:
{
fileID
:
2864463361444553920
}
m_Mask
:
{
fileID
:
0
}
m_Motions
:
[]
m_Behaviours
:
[]
m_BlendingMode
:
0
m_SyncedLayerIndex
:
-1
m_DefaultWeight
:
0
m_IKPass
:
0
m_SyncedLayerAffectsTiming
:
0
m_Controller
:
{
fileID
:
9100000
}
---
!u!1101
&9886059457719643
---
!u!1101
&9886059457719643
AnimatorStateTransition
:
AnimatorStateTransition
:
m_ObjectHideFlags
:
3
m_ObjectHideFlags
:
3
...
@@ -381,7 +311,7 @@ AnimatorStateMachine:
...
@@ -381,7 +311,7 @@ AnimatorStateMachine:
m_Position
:
{
x
:
330
,
y
:
110
,
z
:
0
}
m_Position
:
{
x
:
330
,
y
:
110
,
z
:
0
}
-
serializedVersion
:
1
-
serializedVersion
:
1
m_State
:
{
fileID
:
1102148780198132122
}
m_State
:
{
fileID
:
1102148780198132122
}
m_Position
:
{
x
:
330
,
y
:
-
3
0
,
z
:
0
}
m_Position
:
{
x
:
330
,
y
:
-
1
0
,
z
:
0
}
-
serializedVersion
:
1
-
serializedVersion
:
1
m_State
:
{
fileID
:
5188802425183835566
}
m_State
:
{
fileID
:
5188802425183835566
}
m_Position
:
{
x
:
330
,
y
:
250
,
z
:
0
}
m_Position
:
{
x
:
330
,
y
:
250
,
z
:
0
}
...
@@ -398,31 +328,6 @@ AnimatorStateMachine:
...
@@ -398,31 +328,6 @@ AnimatorStateMachine:
m_ExitPosition
:
{
x
:
800
,
y
:
120
,
z
:
0
}
m_ExitPosition
:
{
x
:
800
,
y
:
120
,
z
:
0
}
m_ParentStateMachinePosition
:
{
x
:
800
,
y
:
20
,
z
:
0
}
m_ParentStateMachinePosition
:
{
x
:
800
,
y
:
20
,
z
:
0
}
m_DefaultState
:
{
fileID
:
1102325047193046568
}
m_DefaultState
:
{
fileID
:
1102325047193046568
}
---
!u!1107
&2864463361444553920
AnimatorStateMachine
:
serializedVersion
:
5
m_ObjectHideFlags
:
1
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Gun
m_ChildStates
:
-
serializedVersion
:
1
m_State
:
{
fileID
:
2968166197113719018
}
m_Position
:
{
x
:
420
,
y
:
170
,
z
:
0
}
-
serializedVersion
:
1
m_State
:
{
fileID
:
-3498359792548386283
}
m_Position
:
{
x
:
420
,
y
:
10
,
z
:
0
}
m_ChildStateMachines
:
[]
m_AnyStateTransitions
:
[]
m_EntryTransitions
:
[]
m_StateMachineTransitions
:
{}
m_StateMachineBehaviours
:
[]
m_AnyStatePosition
:
{
x
:
50
,
y
:
20
,
z
:
0
}
m_EntryPosition
:
{
x
:
50
,
y
:
120
,
z
:
0
}
m_ExitPosition
:
{
x
:
800
,
y
:
120
,
z
:
0
}
m_ParentStateMachinePosition
:
{
x
:
800
,
y
:
20
,
z
:
0
}
m_DefaultState
:
{
fileID
:
2968166197113719018
}
---
!u!1101
&2949278334860889428
---
!u!1101
&2949278334860889428
AnimatorStateTransition
:
AnimatorStateTransition
:
m_ObjectHideFlags
:
1
m_ObjectHideFlags
:
1
...
@@ -448,33 +353,6 @@ AnimatorStateTransition:
...
@@ -448,33 +353,6 @@ AnimatorStateTransition:
m_InterruptionSource
:
0
m_InterruptionSource
:
0
m_OrderedInterruption
:
1
m_OrderedInterruption
:
1
m_CanTransitionToSelf
:
1
m_CanTransitionToSelf
:
1
---
!u!1102
&2968166197113719018
AnimatorState
:
serializedVersion
:
5
m_ObjectHideFlags
:
3
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
jackson_shootDown
m_Speed
:
0
m_CycleOffset
:
0
m_Transitions
:
-
{
fileID
:
-5683320443410448867
}
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
:
f99d61cdf18e3574d928b14edbfc5095
,
type
:
2
}
m_Tag
:
m_SpeedParameter
:
m_MirrorParameter
:
m_CycleOffsetParameter
:
m_TimeParameter
:
---
!u!1101
&3313625409909738067
---
!u!1101
&3313625409909738067
AnimatorStateTransition
:
AnimatorStateTransition
:
m_ObjectHideFlags
:
3
m_ObjectHideFlags
:
3
...
@@ -500,31 +378,6 @@ AnimatorStateTransition:
...
@@ -500,31 +378,6 @@ AnimatorStateTransition:
m_InterruptionSource
:
0
m_InterruptionSource
:
0
m_OrderedInterruption
:
1
m_OrderedInterruption
:
1
m_CanTransitionToSelf
:
1
m_CanTransitionToSelf
:
1
---
!u!1101
&4351087080226294261
AnimatorStateTransition
:
m_ObjectHideFlags
:
1
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
m_Conditions
:
-
m_ConditionMode
:
4
m_ConditionEvent
:
xAngle
m_EventTreshold
:
0
m_DstStateMachine
:
{
fileID
:
0
}
m_DstState
:
{
fileID
:
2968166197113719018
}
m_Solo
:
0
m_Mute
:
0
m_IsExit
:
0
serializedVersion
:
3
m_TransitionDuration
:
0
m_TransitionOffset
:
0
m_ExitTime
:
0.75
m_HasExitTime
:
0
m_HasFixedDuration
:
1
m_InterruptionSource
:
0
m_OrderedInterruption
:
1
m_CanTransitionToSelf
:
1
---
!u!1102
&5188802425183835566
---
!u!1102
&5188802425183835566
AnimatorState
:
AnimatorState
:
serializedVersion
:
5
serializedVersion
:
5
...
...
Assets/Models/Animation/jacksonTest.controller
0 → 100644
View file @
9b28305f
%YAML
1.1
%TAG
!u!
tag:unity3d.com,2011:
---
!u!1107
&-3458520467945117866
AnimatorStateMachine
:
serializedVersion
:
5
m_ObjectHideFlags
:
1
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
Base Layer
m_ChildStates
:
-
serializedVersion
:
1
m_State
:
{
fileID
:
4020103918096964613
}
m_Position
:
{
x
:
300
,
y
:
80
,
z
:
0
}
m_ChildStateMachines
:
[]
m_AnyStateTransitions
:
[]
m_EntryTransitions
:
[]
m_StateMachineTransitions
:
{}
m_StateMachineBehaviours
:
[]
m_AnyStatePosition
:
{
x
:
50
,
y
:
20
,
z
:
0
}
m_EntryPosition
:
{
x
:
50
,
y
:
120
,
z
:
0
}
m_ExitPosition
:
{
x
:
800
,
y
:
120
,
z
:
0
}
m_ParentStateMachinePosition
:
{
x
:
800
,
y
:
20
,
z
:
0
}
m_DefaultState
:
{
fileID
:
4020103918096964613
}
---
!u!91
&9100000
AnimatorController
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_Name
:
jacksonTest
serializedVersion
:
5
m_AnimatorParameters
:
-
m_Name
:
Shoot
m_Type
:
9
m_DefaultFloat
:
0
m_DefaultInt
:
0
m_DefaultBool
:
0
m_Controller
:
{
fileID
:
9100000
}
-
m_Name
:
xAngle
m_Type
:
1
m_DefaultFloat
:
0
m_DefaultInt
:
0
m_DefaultBool
:
0
m_Controller
:
{
fileID
:
9100000
}
m_AnimatorLayers
:
-
serializedVersion
:
5
m_Name
:
Base Layer
m_StateMachine
:
{
fileID
:
-3458520467945117866
}
m_Mask
:
{
fileID
:
0
}
m_Motions
:
[]
m_Behaviours
:
[]
m_BlendingMode
:
0
m_SyncedLayerIndex
:
-1
m_DefaultWeight
:
0
m_IKPass
:
0
m_SyncedLayerAffectsTiming
:
0
m_Controller
:
{
fileID
:
9100000
}
---
!u!1102
&4020103918096964613
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
:
[]
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
:
Assets/Models/Animation/jacksonTest.controller.meta
0 → 100644
View file @
9b28305f
fileFormatVersion: 2
guid: 3902a5d4a758c1341bb08755c3ade608
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
Assets/Models/Animation/jackson_afterShoot.anim
View file @
9b28305f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Assets/Models/Animation/jackson_shoot.anim
View file @
9b28305f
...
@@ -78,70 +78,6 @@ AnimationClip:
...
@@ -78,70 +78,6 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
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
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
...
@@ -318,13 +254,12 @@ AnimationClip:
...
@@ -318,13 +254,12 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
path
:
Generic Man/hips/upperLeg.L/lowerLeg.L/foot.L
m_PositionCurves
:
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
0
,
y
:
0
,
z
:
0
}
value
:
{
x
:
37.883003
,
y
:
101.108
,
z
:
93.450005
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -334,13 +269,13 @@ AnimationClip:
...
@@ -334,13 +269,13 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man
path
:
Generic Man
/hips/spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
0.0000035000307
,
y
:
0.0013327159
,
z
:
0.000146291
1
}
value
:
{
x
:
-4.9240003
,
y
:
-42.389004
,
z
:
2.57
1
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -350,13 +285,13 @@ AnimationClip:
...
@@ -350,13 +285,13 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.R/rightAim/upperArm.R/lowerArm.R
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-
0.0000002015372
,
y
:
0.00081547635
,
z
:
-0.00000011277737
}
value
:
{
x
:
-
70.552
,
y
:
-13.018001
,
z
:
-15.0720005
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -366,13 +301,13 @@ AnimationClip:
...
@@ -366,13 +301,13 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck/head
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/thumbProximal.R
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
0.00045615537
,
y
:
0.0006748387
,
z
:
0.0006479607
}
value
:
{
x
:
2.476
,
y
:
-17.183
,
z
:
158.123
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -382,13 +317,14 @@ AnimationClip:
...
@@ -382,13 +317,14 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/middleProximal.R
m_PositionCurves
:
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
0
.000005839219
,
y
:
0.0015373573
,
z
:
-0.00000033917604
}
value
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -398,13 +334,13 @@ AnimationClip:
...
@@ -398,13 +334,13 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man
/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
path
:
Generic Man
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-0.00000003352762
,
y
:
0.0029668387
,
z
:
0.000000042142347
}
value
:
{
x
:
0.0000035000307
,
y
:
0.0013327159
,
z
:
0.0001462911
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -414,13 +350,13 @@ AnimationClip:
...
@@ -414,13 +350,13 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-
9.313227e-10
,
y
:
0.0029132166
,
z
:
0.0000000037834975
}
value
:
{
x
:
-
0.0000002015372
,
y
:
0.00081547635
,
z
:
-0.00000011277737
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -430,13 +366,13 @@ AnimationClip:
...
@@ -430,13 +366,13 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.R/upperArm.R/lowerArm.R/hand.R
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck/head
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-0.00007883857
,
y
:
0.00097455597
,
z
:
0.00007563823
}
value
:
{
x
:
0.00045615537
,
y
:
0.0006748387
,
z
:
0.0006479607
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -446,7 +382,7 @@ AnimationClip:
...
@@ -446,7 +382,7 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
...
@@ -661,34 +597,6 @@ AnimationClip:
...
@@ -661,34 +597,6 @@ AnimationClip:
typeID
:
4
typeID
:
4
customType
:
0
customType
:
0
isPPtrCurve
:
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
-
serializedVersion
:
2
path
:
3793940985
path
:
3793940985
attribute
:
1
attribute
:
1
...
@@ -795,105 +703,105 @@ AnimationClip:
...
@@ -795,105 +703,105 @@ AnimationClip:
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
1107781904
path
:
3793940985
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
3909487670
path
:
1562471057
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
1718564088
path
:
438417575
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
3
19821841
7
path
:
3
01507767
7
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
3793940985
path
:
1692737743
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
1562471057
path
:
2666143148
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
438417575
path
:
3778539070
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
3015077677
path
:
1985569483
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
169273774
3
path
:
382954311
3
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
2666143148
path
:
3707437694
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
3778539070
path
:
1649955117
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
1985569483
path
:
338296625
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
3
82954311
3
path
:
3
15169382
3
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
3707437694
path
:
16891982
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
1
649955117
path
:
1
978563333
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
...
@@ -1382,7 +1290,7 @@ AnimationClip:
...
@@ -1382,7 +1290,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.000005839219
value
:
-0.0004558358
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1393,7 +1301,7 @@ AnimationClip:
...
@@ -1393,7 +1301,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1401,7 +1309,7 @@ AnimationClip:
...
@@ -1401,7 +1309,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.00
1537357
3
value
:
0.00
0677540
3
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1412,7 +1320,7 @@ AnimationClip:
...
@@ -1412,7 +1320,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1420,7 +1328,7 @@ AnimationClip:
...
@@ -1420,7 +1328,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.00000033917604
value
:
0.0006453651
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1431,7 +1339,7 @@ AnimationClip:
...
@@ -1431,7 +1339,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1439,7 +1347,7 @@ AnimationClip:
...
@@ -1439,7 +1347,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
19.939001
value
:
-
74.758
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1450,7 +1358,7 @@ AnimationClip:
...
@@ -1450,7 +1358,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1458,7 +1366,7 @@ AnimationClip:
...
@@ -1458,7 +1366,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-120.927
value
:
16.753
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1469,7 +1377,7 @@ AnimationClip:
...
@@ -1469,7 +1377,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1477,7 +1385,7 @@ AnimationClip:
...
@@ -1477,7 +1385,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
19.02
3
value
:
49.57100
3
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1488,7 +1396,7 @@ AnimationClip:
...
@@ -1488,7 +1396,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1496,7 +1404,7 @@ AnimationClip:
...
@@ -1496,7 +1404,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.00000
003352762
value
:
-0.00000
5883166
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1507,7 +1415,7 @@ AnimationClip:
...
@@ -1507,7 +1415,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1515,7 +1423,7 @@ AnimationClip:
...
@@ -1515,7 +1423,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.00
29668387
value
:
0.00
15373586
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1526,7 +1434,7 @@ AnimationClip:
...
@@ -1526,7 +1434,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1534,7 +1442,7 @@ AnimationClip:
...
@@ -1534,7 +1442,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.000000042142347
value
:
-0.0000005387702
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1545,7 +1453,7 @@ AnimationClip:
...
@@ -1545,7 +1453,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1553,7 +1461,7 @@ AnimationClip:
...
@@ -1553,7 +1461,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-7.9440002
value
:
0.95800006
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1564,7 +1472,7 @@ AnimationClip:
...
@@ -1564,7 +1472,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1572,7 +1480,7 @@ AnimationClip:
...
@@ -1572,7 +1480,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-22.492
value
:
108.023
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1583,7 +1491,7 @@ AnimationClip:
...
@@ -1583,7 +1491,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1591,7 +1499,7 @@ AnimationClip:
...
@@ -1591,7 +1499,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
2.394
value
:
-
83.065
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1602,7 +1510,7 @@ AnimationClip:
...
@@ -1602,7 +1510,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1610,7 +1518,7 @@ AnimationClip:
...
@@ -1610,7 +1518,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-9.313227e-10
value
:
0.000000020430889
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1621,7 +1529,7 @@ AnimationClip:
...
@@ -1621,7 +1529,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1629,7 +1537,7 @@ AnimationClip:
...
@@ -1629,7 +1537,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.0029
13216
6
value
:
0.0029
67045
6
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1640,7 +1548,7 @@ AnimationClip:
...
@@ -1640,7 +1548,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1648,7 +1556,7 @@ AnimationClip:
...
@@ -1648,7 +1556,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.000000003783497
5
value
:
-0.00000001746229
5
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1659,7 +1567,7 @@ AnimationClip:
...
@@ -1659,7 +1567,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1667,7 +1575,7 @@ AnimationClip:
...
@@ -1667,7 +1575,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
6.1840005
value
:
-59.232002
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1678,7 +1586,7 @@ AnimationClip:
...
@@ -1678,7 +1586,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1686,7 +1594,7 @@ AnimationClip:
...
@@ -1686,7 +1594,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
19.633001
value
:
-
82.576004
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1697,7 +1605,7 @@ AnimationClip:
...
@@ -1697,7 +1605,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1705,7 +1613,7 @@ AnimationClip:
...
@@ -1705,7 +1613,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
1.8690001
value
:
-
0.693
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1716,7 +1624,7 @@ AnimationClip:
...
@@ -1716,7 +1624,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1724,7 +1632,7 @@ AnimationClip:
...
@@ -1724,7 +1632,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.0000
7883857
value
:
-0.0000
0011106022
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1735,7 +1643,7 @@ AnimationClip:
...
@@ -1735,7 +1643,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1743,7 +1651,7 @@ AnimationClip:
...
@@ -1743,7 +1651,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.00
097455597
value
:
0.00
29136098
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1754,7 +1662,7 @@ AnimationClip:
...
@@ -1754,7 +1662,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1762,7 +1670,7 @@ AnimationClip:
...
@@ -1762,7 +1670,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.0000
7563823
value
:
0.0000
0025087502
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1773,7 +1681,7 @@ AnimationClip:
...
@@ -1773,7 +1681,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1781,7 +1689,7 @@ AnimationClip:
...
@@ -1781,7 +1689,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
2.476
value
:
-5.7650003
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1792,7 +1700,7 @@ AnimationClip:
...
@@ -1792,7 +1700,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1800,7 +1708,7 @@ AnimationClip:
...
@@ -1800,7 +1708,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
17.183
value
:
-
24.493002
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1811,7 +1719,7 @@ AnimationClip:
...
@@ -1811,7 +1719,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1819,7 +1727,7 @@ AnimationClip:
...
@@ -1819,7 +1727,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
161.646
01
value
:
-26.1750
01
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1830,7 +1738,7 @@ AnimationClip:
...
@@ -1830,7 +1738,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1838,7 +1746,7 @@ AnimationClip:
...
@@ -1838,7 +1746,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.000
4558358
value
:
-0.000
7233622
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1849,7 +1757,7 @@ AnimationClip:
...
@@ -1849,7 +1757,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone
.L
path
:
Generic Man/hips/
upperLeg
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1857,7 +1765,7 @@ AnimationClip:
...
@@ -1857,7 +1765,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.00
0677540
3
value
:
0.00
124013
3
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1868,7 +1776,7 @@ AnimationClip:
...
@@ -1868,7 +1776,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone
.L
path
:
Generic Man/hips/
upperLeg
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1876,7 +1784,7 @@ AnimationClip:
...
@@ -1876,7 +1784,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.0006453651
value
:
-0.00000042445026
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1887,7 +1795,7 @@ AnimationClip:
...
@@ -1887,7 +1795,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone
.L
path
:
Generic Man/hips/
upperLeg
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1895,7 +1803,7 @@ AnimationClip:
...
@@ -1895,7 +1803,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
74.758
value
:
-
174.994
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1906,7 +1814,7 @@ AnimationClip:
...
@@ -1906,7 +1814,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone
.L
path
:
Generic Man/hips/
upperLeg
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1914,7 +1822,7 @@ AnimationClip:
...
@@ -1914,7 +1822,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
16.753
value
:
0.58299255
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1925,7 +1833,7 @@ AnimationClip:
...
@@ -1925,7 +1833,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone
.L
path
:
Generic Man/hips/
upperLeg
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1933,7 +1841,7 @@ AnimationClip:
...
@@ -1933,7 +1841,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
49.571003
value
:
10.353989
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1944,7 +1852,7 @@ AnimationClip:
...
@@ -1944,7 +1852,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone
.L
path
:
Generic Man/hips/
upperLeg
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1952,7 +1860,7 @@ AnimationClip:
...
@@ -1952,7 +1860,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.000005883166
value
:
0.0007269305
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1963,7 +1871,7 @@ AnimationClip:
...
@@ -1963,7 +1871,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/
upperLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1971,7 +1879,7 @@ AnimationClip:
...
@@ -1971,7 +1879,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.001
537358
6
value
:
0.001
242049
6
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -1982,7 +1890,7 @@ AnimationClip:
...
@@ -1982,7 +1890,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/
upperLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -1990,7 +1898,7 @@ AnimationClip:
...
@@ -1990,7 +1898,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.00000
05387702
value
:
-0.00000
23392495
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2001,7 +1909,7 @@ AnimationClip:
...
@@ -2001,7 +1909,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/
upperLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2009,7 +1917,7 @@ AnimationClip:
...
@@ -2009,7 +1917,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.95800006
value
:
-207.789
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2020,7 +1928,7 @@ AnimationClip:
...
@@ -2020,7 +1928,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/
upperLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2028,7 +1936,7 @@ AnimationClip:
...
@@ -2028,7 +1936,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
108.02
3
value
:
61.42899
3
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2039,7 +1947,7 @@ AnimationClip:
...
@@ -2039,7 +1947,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/
upperLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2047,7 +1955,7 @@ AnimationClip:
...
@@ -2047,7 +1955,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
83.065
value
:
-
13.659973
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2058,7 +1966,7 @@ AnimationClip:
...
@@ -2058,7 +1966,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/
upperLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2066,7 +1974,7 @@ AnimationClip:
...
@@ -2066,7 +1974,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.000000020430889
value
:
-0.000000028870973
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2077,7 +1985,7 @@ AnimationClip:
...
@@ -2077,7 +1985,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2085,7 +1993,7 @@ AnimationClip:
...
@@ -2085,7 +1993,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.00
29670456
value
:
0.00
4762094
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2096,7 +2004,7 @@ AnimationClip:
...
@@ -2096,7 +2004,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2104,7 +2012,7 @@ AnimationClip:
...
@@ -2104,7 +2012,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.000000017462295
value
:
0.00000002857934
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2115,7 +2023,7 @@ AnimationClip:
...
@@ -2115,7 +2023,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2123,7 +2031,7 @@ AnimationClip:
...
@@ -2123,7 +2031,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-59.232
002
value
:
28.253
002
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2134,7 +2042,7 @@ AnimationClip:
...
@@ -2134,7 +2042,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2142,7 +2050,7 @@ AnimationClip:
...
@@ -2142,7 +2050,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
82.576004
value
:
-
28.835001
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2153,7 +2061,7 @@ AnimationClip:
...
@@ -2153,7 +2061,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2161,7 +2069,7 @@ AnimationClip:
...
@@ -2161,7 +2069,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
0.693
value
:
-
1.1240001
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2172,7 +2080,7 @@ AnimationClip:
...
@@ -2172,7 +2080,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2180,7 +2088,7 @@ AnimationClip:
...
@@ -2180,7 +2088,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.00000011106022
value
:
0.0000000045401976
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2191,7 +2099,7 @@ AnimationClip:
...
@@ -2191,7 +2099,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2199,7 +2107,7 @@ AnimationClip:
...
@@ -2199,7 +2107,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.00
29136098
value
:
0.00
4151192
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2210,7 +2118,7 @@ AnimationClip:
...
@@ -2210,7 +2118,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2218,7 +2126,7 @@ AnimationClip:
...
@@ -2218,7 +2126,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.000000
2508750
2
value
:
0.000000
02491288
2
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2229,7 +2137,7 @@ AnimationClip:
...
@@ -2229,7 +2137,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2237,7 +2145,7 @@ AnimationClip:
...
@@ -2237,7 +2145,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
5.7650003
value
:
-
24.043001
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2248,7 +2156,7 @@ AnimationClip:
...
@@ -2248,7 +2156,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2256,7 +2164,7 @@ AnimationClip:
...
@@ -2256,7 +2164,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-24.493002
value
:
10.97
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2267,7 +2175,7 @@ AnimationClip:
...
@@ -2267,7 +2175,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2275,7 +2183,7 @@ AnimationClip:
...
@@ -2275,7 +2183,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
26.175001
value
:
-
4.8640003
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2286,7 +2194,7 @@ AnimationClip:
...
@@ -2286,7 +2194,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2294,7 +2202,7 @@ AnimationClip:
...
@@ -2294,7 +2202,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.0007233622
value
:
3.7516656e-11
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2305,7 +2213,7 @@ AnimationClip:
...
@@ -2305,7 +2213,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/
upperLeg.L
path
:
Generic Man/hips/
spine/chest
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2313,7 +2221,7 @@ AnimationClip:
...
@@ -2313,7 +2221,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.001
240133
value
:
0.001
8682684
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2324,7 +2232,7 @@ AnimationClip:
...
@@ -2324,7 +2232,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/
upperLeg.L
path
:
Generic Man/hips/
spine/chest
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2332,7 +2240,7 @@ AnimationClip:
...
@@ -2332,7 +2240,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.000000
424450
26
value
:
-0.000000
00267755
26
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2343,7 +2251,7 @@ AnimationClip:
...
@@ -2343,7 +2251,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/
upperLeg.L
path
:
Generic Man/hips/
spine/chest
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2351,7 +2259,7 @@ AnimationClip:
...
@@ -2351,7 +2259,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-1
74.99
4
value
:
-1
0.03
4
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2362,7 +2270,7 @@ AnimationClip:
...
@@ -2362,7 +2270,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/
upperLeg.L
path
:
Generic Man/hips/
spine/chest
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2370,7 +2278,7 @@ AnimationClip:
...
@@ -2370,7 +2278,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0
.58299255
value
:
0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2381,7 +2289,7 @@ AnimationClip:
...
@@ -2381,7 +2289,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/
upperLeg.L
path
:
Generic Man/hips/
spine/chest
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2389,7 +2297,7 @@ AnimationClip:
...
@@ -2389,7 +2297,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
10.353989
value
:
0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2400,7 +2308,7 @@ AnimationClip:
...
@@ -2400,7 +2308,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/
upperLeg.L
path
:
Generic Man/hips/
spine/chest
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2408,7 +2316,7 @@ AnimationClip:
...
@@ -2408,7 +2316,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.0007269305
value
:
-1.4938449e-10
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2419,7 +2327,7 @@ AnimationClip:
...
@@ -2419,7 +2327,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/
upperLeg.R
path
:
Generic Man/hips/
spine
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2427,7 +2335,7 @@ AnimationClip:
...
@@ -2427,7 +2335,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.00
12420496
value
:
0.00
25939012
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2438,7 +2346,7 @@ AnimationClip:
...
@@ -2438,7 +2346,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/
upperLeg.R
path
:
Generic Man/hips/
spine
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2446,7 +2354,7 @@ AnimationClip:
...
@@ -2446,7 +2354,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
0.0000023392495
value
:
-
2.3283064e-10
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2457,7 +2365,7 @@ AnimationClip:
...
@@ -2457,7 +2365,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/
upperLeg.R
path
:
Generic Man/hips/
spine
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2465,7 +2373,7 @@ AnimationClip:
...
@@ -2465,7 +2373,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
207.789
value
:
-
6.8380003
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2476,7 +2384,7 @@ AnimationClip:
...
@@ -2476,7 +2384,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/
upperLeg.R
path
:
Generic Man/hips/
spine
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2484,7 +2392,7 @@ AnimationClip:
...
@@ -2484,7 +2392,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
61.428993
value
:
0.067
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2495,7 +2403,7 @@ AnimationClip:
...
@@ -2495,7 +2403,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/
upperLeg.R
path
:
Generic Man/hips/
spine
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2503,7 +2411,7 @@ AnimationClip:
...
@@ -2503,7 +2411,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-13.659973
value
:
0.076000005
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2514,7 +2422,7 @@ AnimationClip:
...
@@ -2514,7 +2422,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/
upperLeg.R
path
:
Generic Man/hips/
spine
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2522,7 +2430,7 @@ AnimationClip:
...
@@ -2522,7 +2430,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.000000028870973
value
:
0.00000001575927
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2533,7 +2441,7 @@ AnimationClip:
...
@@ -2533,7 +2441,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/upperLeg.
R/lowerLeg.R
path
:
Generic Man/hips/upperLeg.
L/lowerLeg.L/foot.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2541,7 +2449,7 @@ AnimationClip:
...
@@ -2541,7 +2449,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.004
762094
value
:
0.004
151038
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2552,7 +2460,7 @@ AnimationClip:
...
@@ -2552,7 +2460,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/upperLeg.
R/lowerLeg.R
path
:
Generic Man/hips/upperLeg.
L/lowerLeg.L/foot.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2560,7 +2468,7 @@ AnimationClip:
...
@@ -2560,7 +2468,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.00000002857934
value
:
-0.00000001606531
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2571,7 +2479,7 @@ AnimationClip:
...
@@ -2571,7 +2479,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/upperLeg.
R/lowerLeg.R
path
:
Generic Man/hips/upperLeg.
L/lowerLeg.L/foot.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2579,7 +2487,7 @@ AnimationClip:
...
@@ -2579,7 +2487,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
28.253002
value
:
-64.414
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2590,7 +2498,7 @@ AnimationClip:
...
@@ -2590,7 +2498,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/upperLeg.
R/lowerLeg.R
path
:
Generic Man/hips/upperLeg.
L/lowerLeg.L/foot.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2598,7 +2506,7 @@ AnimationClip:
...
@@ -2598,7 +2506,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-28.835001
value
:
0.757
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2609,7 +2517,7 @@ AnimationClip:
...
@@ -2609,7 +2517,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/upperLeg.
R/lowerLeg.R
path
:
Generic Man/hips/upperLeg.
L/lowerLeg.L/foot.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2617,7 +2525,7 @@ AnimationClip:
...
@@ -2617,7 +2525,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-1.1240001
value
:
4.1210003
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2628,64 +2536,7 @@ AnimationClip:
...
@@ -2628,64 +2536,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
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.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
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2693,7 +2544,7 @@ AnimationClip:
...
@@ -2693,7 +2544,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-24.043001
value
:
37.883003
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2704,7 +2555,7 @@ AnimationClip:
...
@@ -2704,7 +2555,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot
.R
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2712,7 +2563,7 @@ AnimationClip:
...
@@ -2712,7 +2563,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
10
.97
value
:
10
1.108
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2723,7 +2574,7 @@ AnimationClip:
...
@@ -2723,7 +2574,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot
.R
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2731,7 +2582,7 @@ AnimationClip:
...
@@ -2731,7 +2582,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-4.8640003
value
:
93.450005
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2742,64 +2593,7 @@ AnimationClip:
...
@@ -2742,64 +2593,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R/foot.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.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
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2807,7 +2601,7 @@ AnimationClip:
...
@@ -2807,7 +2601,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
10.034
value
:
-
4.9240003
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2818,7 +2612,7 @@ AnimationClip:
...
@@ -2818,7 +2612,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest
path
:
Generic Man/hips/spine/chest
/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2826,7 +2620,7 @@ AnimationClip:
...
@@ -2826,7 +2620,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0
value
:
-42.389004
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2837,7 +2631,7 @@ AnimationClip:
...
@@ -2837,7 +2631,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest
path
:
Generic Man/hips/spine/chest
/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2845,7 +2639,7 @@ AnimationClip:
...
@@ -2845,7 +2639,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0
value
:
2.571
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2856,7 +2650,7 @@ AnimationClip:
...
@@ -2856,7 +2650,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest
path
:
Generic Man/hips/spine/chest
/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2864,64 +2658,7 @@ AnimationClip:
...
@@ -2864,64 +2658,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-1.4938449e-10
value
:
-70.552
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
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2932,7 +2669,7 @@ AnimationClip:
...
@@ -2932,7 +2669,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine
path
:
Generic Man/hips/spine
/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/thumbProximal.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2940,7 +2677,7 @@ AnimationClip:
...
@@ -2940,7 +2677,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.067
value
:
-13.018001
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2951,7 +2688,7 @@ AnimationClip:
...
@@ -2951,7 +2688,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine
path
:
Generic Man/hips/spine
/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/thumbProximal.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2959,7 +2696,7 @@ AnimationClip:
...
@@ -2959,7 +2696,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.07600
0005
value
:
-15.072
0005
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -2970,26 +2707,7 @@ AnimationClip:
...
@@ -2970,26 +2707,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/thumbProximal.R
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
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -2997,45 +2715,7 @@ AnimationClip:
...
@@ -2997,45 +2715,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.004151038
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
:
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
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -3046,7 +2726,7 @@ AnimationClip:
...
@@ -3046,7 +2726,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L/foot.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3054,7 +2734,7 @@ AnimationClip:
...
@@ -3054,7 +2734,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.757
value
:
-17.183
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -3065,7 +2745,7 @@ AnimationClip:
...
@@ -3065,7 +2745,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L/foot.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3073,7 +2753,7 @@ AnimationClip:
...
@@ -3073,7 +2753,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
4.121000
3
value
:
158.12
3
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -3084,7 +2764,7 @@ AnimationClip:
...
@@ -3084,7 +2764,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L/foot.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
m_EulerEditorCurves
:
m_EulerEditorCurves
:
...
@@ -3215,7 +2895,7 @@ AnimationClip:
...
@@ -3215,7 +2895,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest
/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3225,7 +2905,7 @@ AnimationClip:
...
@@ -3225,7 +2905,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest
/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3235,7 +2915,7 @@ AnimationClip:
...
@@ -3235,7 +2915,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest
/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3245,7 +2925,7 @@ AnimationClip:
...
@@ -3245,7 +2925,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/upperArm.R
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L/foot.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3255,7 +2935,7 @@ AnimationClip:
...
@@ -3255,7 +2935,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/upperArm.R
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L/foot.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3265,7 +2945,7 @@ AnimationClip:
...
@@ -3265,7 +2945,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/upperArm.R
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L/foot.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3274,8 +2954,8 @@ AnimationClip:
...
@@ -3274,8 +2954,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
x
attribute
:
m_LocalEulerAngles.
z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand
.R
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3285,7 +2965,7 @@ AnimationClip:
...
@@ -3285,7 +2965,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand
.R
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3294,8 +2974,8 @@ AnimationClip:
...
@@ -3294,8 +2974,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
z
attribute
:
m_LocalEulerAngles.
x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm.R/hand
.R
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3304,8 +2984,8 @@ AnimationClip:
...
@@ -3304,8 +2984,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
x
attribute
:
m_LocalEulerAngles.
z
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck/head
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3315,7 +2995,7 @@ AnimationClip:
...
@@ -3315,7 +2995,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck/head
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3324,8 +3004,8 @@ AnimationClip:
...
@@ -3324,8 +3004,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
z
attribute
:
m_LocalEulerAngles.
x
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck/head
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3544,8 +3224,8 @@ AnimationClip:
...
@@ -3544,8 +3224,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
x
attribute
:
m_LocalEulerAngles.
z
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck/head
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3555,7 +3235,7 @@ AnimationClip:
...
@@ -3555,7 +3235,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck/head
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3564,8 +3244,8 @@ AnimationClip:
...
@@ -3564,8 +3244,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
z
attribute
:
m_LocalEulerAngles.
x
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck/head
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/middleProximal.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3575,7 +3255,7 @@ AnimationClip:
...
@@ -3575,7 +3255,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest
path
:
Generic Man/hips/spine/chest
/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3585,7 +3265,7 @@ AnimationClip:
...
@@ -3585,7 +3265,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest
path
:
Generic Man/hips/spine/chest
/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3595,7 +3275,7 @@ AnimationClip:
...
@@ -3595,7 +3275,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest
path
:
Generic Man/hips/spine/chest
/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3605,7 +3285,7 @@ AnimationClip:
...
@@ -3605,7 +3285,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot
.R
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/thumbProximal
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3615,7 +3295,7 @@ AnimationClip:
...
@@ -3615,7 +3295,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot
.R
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/thumbProximal
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3625,7 +3305,7 @@ AnimationClip:
...
@@ -3625,7 +3305,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/
upperLeg.R/lowerLeg.R/foot
.R
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R/thumbProximal
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3635,7 +3315,7 @@ AnimationClip:
...
@@ -3635,7 +3315,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L/foot.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3645,7 +3325,7 @@ AnimationClip:
...
@@ -3645,7 +3325,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L/foot.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -3655,7 +3335,7 @@ AnimationClip:
...
@@ -3655,7 +3335,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L/foot.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
m_HasGenericRootTransform
:
0
m_HasGenericRootTransform
:
0
...
...
Assets/Models/Animation/jackson_walk.anim
View file @
9b28305f
...
@@ -486,7 +486,7 @@ AnimationClip:
...
@@ -486,7 +486,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-4
5.550003
,
y
:
-76.076004
,
z
:
78.224
01
}
value
:
{
x
:
-4
6.479004
,
y
:
95.913
,
z
:
-88.322
01
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -495,7 +495,7 @@ AnimationClip:
...
@@ -495,7 +495,7 @@ AnimationClip:
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
{
x
:
-4
6.156002
,
y
:
-94.412
,
z
:
86.818
}
value
:
{
x
:
-4
5.885002
,
y
:
75.58401
,
z
:
-79.206
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -504,7 +504,7 @@ AnimationClip:
...
@@ -504,7 +504,7 @@ AnimationClip:
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
{
x
:
-4
5.550003
,
y
:
-76.076004
,
z
:
78.224
01
}
value
:
{
x
:
-4
6.479004
,
y
:
95.913
,
z
:
-88.322
01
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -514,13 +514,13 @@ AnimationClip:
...
@@ -514,13 +514,13 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-
20.572
,
y
:
-0.614
,
z
:
-6.795000
6
}
value
:
{
x
:
-
19.956001
,
y
:
-15.345
,
z
:
5.19
6
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -529,7 +529,7 @@ AnimationClip:
...
@@ -529,7 +529,7 @@ AnimationClip:
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
{
x
:
-2
6.966002
,
y
:
21.602001
,
z
:
-9.368
}
value
:
{
x
:
-2
2.944
,
y
:
0
,
z
:
8.449
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -538,7 +538,7 @@ AnimationClip:
...
@@ -538,7 +538,7 @@ AnimationClip:
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
{
x
:
-
20.572
,
y
:
-0.614
,
z
:
-6.795000
6
}
value
:
{
x
:
-
19.956001
,
y
:
-15.345
,
z
:
5.19
6
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -548,22 +548,13 @@ AnimationClip:
...
@@ -548,22 +548,13 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-46.479004
,
y
:
95.913
,
z
:
-88.32201
}
value
:
{
x
:
-12.585001
,
y
:
41.381
,
z
:
-61.507004
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
time
:
1
value
:
{
x
:
-45.885002
,
y
:
75.58401
,
z
:
-79.206
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -572,7 +563,7 @@ AnimationClip:
...
@@ -572,7 +563,7 @@ AnimationClip:
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
{
x
:
-
46.479004
,
y
:
95.913
,
z
:
-88.32201
}
value
:
{
x
:
-
12.585001
,
y
:
41.381
,
z
:
-61.507004
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -582,22 +573,13 @@ AnimationClip:
...
@@ -582,22 +573,13 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
/lowerArm.L/hand.L/indexProximal.L
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-19.956001
,
y
:
-15.345
,
z
:
5.196
}
value
:
{
x
:
-7.1190004
,
y
:
37.68
,
z
:
-64.796005
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
time
:
1
value
:
{
x
:
-22.944
,
y
:
0
,
z
:
8.449
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -606,7 +588,7 @@ AnimationClip:
...
@@ -606,7 +588,7 @@ AnimationClip:
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
{
x
:
-
19.956001
,
y
:
-15.345
,
z
:
5.196
}
value
:
{
x
:
-
7.1190004
,
y
:
37.68
,
z
:
-64.796005
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -616,109 +598,106 @@ AnimationClip:
...
@@ -616,109 +598,106 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
/hand.L/middleProximal.L
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-
4.1200004
,
y
:
-24.486002
,
z
:
55.895004
}
value
:
{
x
:
-
22.457
,
y
:
17.588001
,
z
:
-9.783
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
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/indexProximal.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
{
x
:
1.6600001
,
y
:
-21.361
,
z
:
59.75100
3
}
value
:
{
x
:
-22.457
,
y
:
17.588001
,
z
:
-9.78
3
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-12.585001
,
y
:
41.381
,
z
:
-61.507004
}
value
:
{
x
:
11.111
,
y
:
-2.6450002
,
z
:
-0.26900002
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
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/indexProximal.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
1
value
:
{
x
:
-7.1190004
,
y
:
37.68
,
z
:
-64.796005
}
value
:
{
x
:
11.126
,
y
:
4.349
,
z
:
0.007
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
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/middleProximal.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
{
x
:
-22.457
,
y
:
17.588001
,
z
:
-9.783
}
value
:
{
x
:
11.111
,
y
:
-2.6450002
,
z
:
-0.26900002
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-20.619001
,
y
:
-12.149
,
z
:
4.132
}
value
:
{
x
:
-255.61401
,
y
:
45.07399
,
z
:
40.42099
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
time
:
1
value
:
{
x
:
-250.374
,
y
:
149.745
,
z
:
144.198
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
time
:
2
value
:
{
x
:
-255.61401
,
y
:
45.07399
,
z
:
40.42099
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/
upperArm.R/lowerArm.R/hand.R/thumbProximal
.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/
rightAim/upperArm
.R
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
11.111
,
y
:
-2.6450002
,
z
:
-0.26900002
}
value
:
{
x
:
6.4370003
,
y
:
2.0570002
,
z
:
0.544
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -727,16 +706,7 @@ AnimationClip:
...
@@ -727,16 +706,7 @@ AnimationClip:
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
{
x
:
11.126
,
y
:
4.349
,
z
:
0.007
}
value
:
{
x
:
1.8780001
,
y
:
34.603
,
z
:
13.195001
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
time
:
2
value
:
{
x
:
11.106001
,
y
:
-3.6120002
,
z
:
-0.30600002
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -746,7 +716,7 @@ AnimationClip:
...
@@ -746,7 +716,7 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/
neck
path
:
Generic Man/hips/spine/chest/chest.Upper/
collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R
m_PositionCurves
:
m_PositionCurves
:
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
...
@@ -1196,31 +1166,6 @@ AnimationClip:
...
@@ -1196,31 +1166,6 @@ AnimationClip:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
{
x
:
7.8104206e-13
,
y
:
0.0011893553
,
z
:
-0.0000000040781747
}
value
:
{
x
:
7.8104206e-13
,
y
:
0.0011893553
,
z
:
-0.0000000040781747
}
inSlope
:
{
x
:
0
,
y
:
-0.000000011816155
,
z
:
-0.0000000018271751
}
outSlope
:
{
x
:
0
,
y
:
-0.000000011816155
,
z
:
-0.0000000018271751
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
time
:
2
value
:
{
x
:
-1.2689852e-13
,
y
:
0.0011893378
,
z
:
-0.0000000067502706
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
{
x
:
0.0000058352025
,
y
:
0.001537357
,
z
:
-0.000000404194
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -1228,8 +1173,8 @@ AnimationClip:
...
@@ -1228,8 +1173,8 @@ AnimationClip:
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
2
value
:
{
x
:
0.00000583171
,
y
:
0.0015373549
,
z
:
-0.00000045774505
}
value
:
{
x
:
-5.837277e-13
,
y
:
0.0011893614
,
z
:
-0.0000000030959204
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -1239,13 +1184,13 @@ AnimationClip:
...
@@ -1239,13 +1184,13 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper
/collarbone.R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-0.00000
0009851649
,
y
:
0.002966896
,
z
:
-0.00000002142042
}
value
:
{
x
:
-0.00000
5837415
,
y
:
0.0015373544
,
z
:
-0.00000040192398
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -1254,22 +1199,15 @@ AnimationClip:
...
@@ -1254,22 +1199,15 @@ AnimationClip:
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
{
x
:
-0.00000
0047060905
,
y
:
0.002967067
,
z
:
-0.000000015599653
}
value
:
{
x
:
-0.00000
58289747
,
y
:
0.0015373563
,
z
:
-0.00000048265804
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
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
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
{
x
:
-0.000005837415
,
y
:
0.0015373544
,
z
:
-0.00000040192398
}
value
:
{
x
:
-0.000005837415
,
y
:
0.0015373544
,
z
:
-0.00000040192398
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
...
@@ -1277,15 +1215,6 @@ AnimationClip:
...
@@ -1277,15 +1215,6 @@ AnimationClip:
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
time
:
1
value
:
{
x
:
-0.0000058289747
,
y
:
0.0015373563
,
z
:
-0.00000048265804
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
...
@@ -1381,61 +1310,47 @@ AnimationClip:
...
@@ -1381,61 +1310,47 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
-0.000047615442
,
y
:
0.0009659408
,
z
:
-0.00019837038
}
value
:
{
x
:
0.000011536389
,
y
:
0.00094285846
,
z
:
-0.00018148456
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
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/indexProximal.R
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
{
x
:
-0.00009575307
,
y
:
0.0009994444
,
z
:
0.00007284223
}
value
:
{
x
:
0.000011536389
,
y
:
0.00094285846
,
z
:
-0.00018148456
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/indexProximal.L
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
{
x
:
0.000
011536389
,
y
:
0.00094285846
,
z
:
-0.00018148456
}
value
:
{
x
:
0.000
13158783
,
y
:
0.0010217474
,
z
:
0.000055881035
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
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/indexProximal.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
{
x
:
0.00013158783
,
y
:
0.0010217474
,
z
:
0.000055881035
}
value
:
{
x
:
0.00013158783
,
y
:
0.0010217474
,
z
:
0.000055881035
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
...
@@ -1450,28 +1365,21 @@ AnimationClip:
...
@@ -1450,28 +1365,21 @@ AnimationClip:
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
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/thumbProximal.L
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
{
x
:
-0.000005597119
,
y
:
0.00013200312
,
z
:
-0.00038236915
}
value
:
{
x
:
0.0000055587175
,
y
:
0.00013194548
,
z
:
-0.0003823032
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0
.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/thumbProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
m_Curve
:
...
@@ -1487,15 +1395,15 @@ AnimationClip:
...
@@ -1487,15 +1395,15 @@ AnimationClip:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
{
x
:
0.0000035271314
,
y
:
0.0013326707
,
z
:
0.00014629027
}
value
:
{
x
:
0.0000035271314
,
y
:
0.0013326707
,
z
:
0.00014629027
}
inSlope
:
{
x
:
0
,
y
:
-0.000000012747478
,
z
:
-
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
-0.000000012747478
,
z
:
-
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
weightedMode
:
0
weightedMode
:
0
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
inWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
outWeight
:
{
x
:
0.33333334
,
y
:
0.33333334
,
z
:
0.33333334
}
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
{
x
:
0.000003527
0368
,
y
:
0.0013326586
,
z
:
0.00014628936
}
value
:
{
x
:
0.000003527
1173
,
y
:
0.0013326841
,
z
:
0.00014629035
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
inSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
outSlope
:
{
x
:
0
,
y
:
0
,
z
:
0
}
tangentMode
:
0
tangentMode
:
0
...
@@ -1566,35 +1474,35 @@ AnimationClip:
...
@@ -1566,35 +1474,35 @@ AnimationClip:
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
1
107781904
path
:
1
562471057
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
3909487670
path
:
438417575
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
1562471057
path
:
2640544914
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
43841757
5
path
:
33829662
5
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
2640544914
path
:
1162633890
attribute
:
4
attribute
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
typeID
:
4
typeID
:
4
...
@@ -1628,20 +1536,6 @@ AnimationClip:
...
@@ -1628,20 +1536,6 @@ AnimationClip:
typeID
:
4
typeID
:
4
customType
:
0
customType
:
0
isPPtrCurve
:
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
-
serializedVersion
:
2
path
:
1562471057
path
:
1562471057
attribute
:
1
attribute
:
1
...
@@ -1656,20 +1550,6 @@ AnimationClip:
...
@@ -1656,20 +1550,6 @@ AnimationClip:
typeID
:
4
typeID
:
4
customType
:
0
customType
:
0
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1297337317
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
-
serializedVersion
:
2
path
:
3073193606
path
:
3073193606
attribute
:
1
attribute
:
1
...
@@ -1691,13 +1571,6 @@ AnimationClip:
...
@@ -1691,13 +1571,6 @@ AnimationClip:
typeID
:
4
typeID
:
4
customType
:
0
customType
:
0
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
775551230
attribute
:
1
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
-
serializedVersion
:
2
path
:
2640544914
path
:
2640544914
attribute
:
1
attribute
:
1
...
@@ -1705,20 +1578,6 @@ AnimationClip:
...
@@ -1705,20 +1578,6 @@ AnimationClip:
typeID
:
4
typeID
:
4
customType
:
0
customType
:
0
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
1297337317
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
-
serializedVersion
:
2
path
:
3073193606
path
:
3073193606
attribute
:
4
attribute
:
4
...
@@ -1740,13 +1599,6 @@ AnimationClip:
...
@@ -1740,13 +1599,6 @@ AnimationClip:
typeID
:
4
typeID
:
4
customType
:
4
customType
:
4
isPPtrCurve
:
0
isPPtrCurve
:
0
-
serializedVersion
:
2
path
:
775551230
attribute
:
4
script
:
{
fileID
:
0
}
typeID
:
4
customType
:
4
isPPtrCurve
:
0
pptrCurveMapping
:
[]
pptrCurveMapping
:
[]
m_AnimationClipSettings
:
m_AnimationClipSettings
:
serializedVersion
:
2
serializedVersion
:
2
...
@@ -4462,7 +4314,7 @@ AnimationClip:
...
@@ -4462,7 +4314,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-
1.2689852
e-13
value
:
-
5.837277
e-13
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4491,15 +4343,15 @@ AnimationClip:
...
@@ -4491,15 +4343,15 @@ AnimationClip:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
0.0011893553
value
:
0.0011893553
inSlope
:
-0.000000011816155
inSlope
:
0
outSlope
:
-0.000000011816155
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
0.0011893
378
value
:
0.0011893
614
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4528,15 +4380,15 @@ AnimationClip:
...
@@ -4528,15 +4380,15 @@ AnimationClip:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
-0.0000000040781747
value
:
-0.0000000040781747
inSlope
:
-0.0000000018271751
inSlope
:
0
outSlope
:
-0.0000000018271751
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-0.00000000
67502706
value
:
-0.00000000
30959204
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4666,7 +4518,7 @@ AnimationClip:
...
@@ -4666,7 +4518,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.000005835202
5
value
:
-0.00000583741
5
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4675,7 +4527,16 @@ AnimationClip:
...
@@ -4675,7 +4527,16 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
0.00000583171
value
:
-0.0000058289747
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
2
value
:
-0.000005837415
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4686,7 +4547,7 @@ AnimationClip:
...
@@ -4686,7 +4547,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -4694,7 +4555,7 @@ AnimationClip:
...
@@ -4694,7 +4555,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.00153735
7
value
:
0.00153735
44
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4703,7 +4564,16 @@ AnimationClip:
...
@@ -4703,7 +4564,16 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
0.0015373549
value
:
0.0015373563
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
2
value
:
0.0015373544
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4714,7 +4584,7 @@ AnimationClip:
...
@@ -4714,7 +4584,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -4722,7 +4592,7 @@ AnimationClip:
...
@@ -4722,7 +4592,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.00000040
4194
value
:
-0.00000040
192398
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4731,7 +4601,16 @@ AnimationClip:
...
@@ -4731,7 +4601,16 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
-0.00000045774505
value
:
-0.00000048265804
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
2
value
:
-0.00000040192398
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4742,7 +4621,7 @@ AnimationClip:
...
@@ -4742,7 +4621,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -4750,7 +4629,7 @@ AnimationClip:
...
@@ -4750,7 +4629,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-4
5.550003
value
:
-4
6.479004
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4759,7 +4638,7 @@ AnimationClip:
...
@@ -4759,7 +4638,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
-4
6.156
002
value
:
-4
5.885
002
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4768,7 +4647,7 @@ AnimationClip:
...
@@ -4768,7 +4647,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-4
5.550003
value
:
-4
6.479004
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4779,7 +4658,7 @@ AnimationClip:
...
@@ -4779,7 +4658,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -4787,7 +4666,7 @@ AnimationClip:
...
@@ -4787,7 +4666,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-76.076004
value
:
95.913
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4796,7 +4675,7 @@ AnimationClip:
...
@@ -4796,7 +4675,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
-94.412
value
:
75.58401
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4805,7 +4684,7 @@ AnimationClip:
...
@@ -4805,7 +4684,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-76.076004
value
:
95.913
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4816,7 +4695,7 @@ AnimationClip:
...
@@ -4816,7 +4695,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -4824,7 +4703,7 @@ AnimationClip:
...
@@ -4824,7 +4703,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
78.224
01
value
:
-88.322
01
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4833,7 +4712,7 @@ AnimationClip:
...
@@ -4833,7 +4712,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
86.818
value
:
-79.206
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4842,7 +4721,7 @@ AnimationClip:
...
@@ -4842,7 +4721,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
78.224
01
value
:
-88.322
01
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4853,7 +4732,7 @@ AnimationClip:
...
@@ -4853,7 +4732,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -4861,7 +4740,7 @@ AnimationClip:
...
@@ -4861,7 +4740,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.0000000
09851649
value
:
-0.0000000
22671884
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4870,7 +4749,16 @@ AnimationClip:
...
@@ -4870,7 +4749,16 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
-0.000000047060905
value
:
-0.000000006693881
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
2
value
:
-0.000000022671884
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4881,7 +4769,7 @@ AnimationClip:
...
@@ -4881,7 +4769,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -4889,7 +4777,7 @@ AnimationClip:
...
@@ -4889,7 +4777,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.00296
6896
value
:
0.00296
70342
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4898,7 +4786,16 @@ AnimationClip:
...
@@ -4898,7 +4786,16 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
0.002967067
value
:
0.0029669094
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
2
value
:
0.0029670342
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4909,7 +4806,7 @@ AnimationClip:
...
@@ -4909,7 +4806,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -4917,7 +4814,7 @@ AnimationClip:
...
@@ -4917,7 +4814,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.00000002142042
value
:
0.000000029569485
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4926,7 +4823,16 @@ AnimationClip:
...
@@ -4926,7 +4823,16 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
-0.000000015599653
value
:
0.000000004656612
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
2
value
:
0.000000029569485
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4937,7 +4843,7 @@ AnimationClip:
...
@@ -4937,7 +4843,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -4945,7 +4851,7 @@ AnimationClip:
...
@@ -4945,7 +4851,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
20.572
value
:
-
19.956001
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4954,7 +4860,7 @@ AnimationClip:
...
@@ -4954,7 +4860,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
-2
6.966002
value
:
-2
2.944
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4963,7 +4869,7 @@ AnimationClip:
...
@@ -4963,7 +4869,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-
20.572
value
:
-
19.956001
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4974,7 +4880,7 @@ AnimationClip:
...
@@ -4974,7 +4880,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -4982,7 +4888,7 @@ AnimationClip:
...
@@ -4982,7 +4888,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
0.614
value
:
-
15.345
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -4991,7 +4897,7 @@ AnimationClip:
...
@@ -4991,7 +4897,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
21.602001
value
:
0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5000,7 +4906,7 @@ AnimationClip:
...
@@ -5000,7 +4906,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-
0.614
value
:
-
15.345
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5011,7 +4917,7 @@ AnimationClip:
...
@@ -5011,7 +4917,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.y
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5019,7 +4925,7 @@ AnimationClip:
...
@@ -5019,7 +4925,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-6.795000
6
value
:
5.19
6
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5028,7 +4934,7 @@ AnimationClip:
...
@@ -5028,7 +4934,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
-9.368
value
:
8.449
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5037,7 +4943,7 @@ AnimationClip:
...
@@ -5037,7 +4943,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-6.795000
6
value
:
5.19
6
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5048,7 +4954,7 @@ AnimationClip:
...
@@ -5048,7 +4954,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5056,7 +4962,16 @@ AnimationClip:
...
@@ -5056,7 +4962,16 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.000005837415
value
:
3.1737404e-12
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
0.5
value
:
-0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5065,26 +4980,16 @@ AnimationClip:
...
@@ -5065,26 +4980,16 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
-0.0000058289747
value
:
0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
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
-
serializedVersion
:
3
time
:
0
time
:
1.5
value
:
0.0015373544
value
:
-0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5092,8 +4997,8 @@ AnimationClip:
...
@@ -5092,8 +4997,8 @@ AnimationClip:
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
2
value
:
0.0015373563
value
:
3.1737404e-12
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5103,8 +5008,8 @@ AnimationClip:
...
@@ -5103,8 +5008,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.
y
attribute
:
m_LocalPosition.
x
path
:
Generic Man/hips/spine
/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/spine
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5112,7 +5017,7 @@ AnimationClip:
...
@@ -5112,7 +5017,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.00000040192398
value
:
0.002593904
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5120,27 +5025,17 @@ AnimationClip:
...
@@ -5120,27 +5025,17 @@ AnimationClip:
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
0.5
value
:
-0.00000048265804
value
:
0.00282
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
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
-
serializedVersion
:
3
time
:
0
time
:
1
value
:
-46.479004
value
:
0.0026
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5148,8 +5043,8 @@ AnimationClip:
...
@@ -5148,8 +5043,8 @@ AnimationClip:
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
.5
value
:
-45.885002
value
:
0.00277
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5158,7 +5053,7 @@ AnimationClip:
...
@@ -5158,7 +5053,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-46.4790
04
value
:
0.0025939
04
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5168,8 +5063,8 @@ AnimationClip:
...
@@ -5168,8 +5063,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.x
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine
/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/spine
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5177,16 +5072,7 @@ AnimationClip:
...
@@ -5177,16 +5072,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
95.913
value
:
-6.6413014e-11
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
75.58401
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5194,27 +5080,17 @@ AnimationClip:
...
@@ -5194,27 +5080,17 @@ AnimationClip:
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
0.5
value
:
95.913
value
:
0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
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
-
serializedVersion
:
3
time
:
0
time
:
1
value
:
-
88.32201
value
:
-
0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5222,8 +5098,8 @@ AnimationClip:
...
@@ -5222,8 +5098,8 @@ AnimationClip:
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
.5
value
:
-79.206
value
:
0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5232,7 +5108,7 @@ AnimationClip:
...
@@ -5232,7 +5108,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-
88.3220
1
value
:
-
6.6413014e-1
1
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5242,8 +5118,8 @@ AnimationClip:
...
@@ -5242,8 +5118,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw
.z
attribute
:
m_LocalPosition
.z
path
:
Generic Man/hips/spine
/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/spine
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5251,16 +5127,7 @@ AnimationClip:
...
@@ -5251,16 +5127,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.000000022671884
value
:
0.000011536389
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
-0.000000006693881
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5269,7 +5136,7 @@ AnimationClip:
...
@@ -5269,7 +5136,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-0.000000022671884
value
:
0.000011536389
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5280,7 +5147,7 @@ AnimationClip:
...
@@ -5280,7 +5147,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
m_LocalPosition.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
/hand.L/indexProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5288,16 +5155,7 @@ AnimationClip:
...
@@ -5288,16 +5155,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.0029670342
value
:
0.00094285846
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
0.0029669094
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5306,7 +5164,7 @@ AnimationClip:
...
@@ -5306,7 +5164,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
0.00
29670342
value
:
0.00
094285846
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5317,7 +5175,7 @@ AnimationClip:
...
@@ -5317,7 +5175,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
m_LocalPosition.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
/hand.L/indexProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5325,16 +5183,7 @@ AnimationClip:
...
@@ -5325,16 +5183,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.000000029569485
value
:
-0.00018148456
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
0.000000004656612
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5343,7 +5192,7 @@ AnimationClip:
...
@@ -5343,7 +5192,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
0.000000029569485
value
:
-0.00018148456
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5354,7 +5203,7 @@ AnimationClip:
...
@@ -5354,7 +5203,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
/hand.L/indexProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5362,16 +5211,7 @@ AnimationClip:
...
@@ -5362,16 +5211,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-19.956001
value
:
0.00013158783
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
-22.944
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5380,7 +5220,7 @@ AnimationClip:
...
@@ -5380,7 +5220,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-19.956001
value
:
0.00013158783
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5390,8 +5230,8 @@ AnimationClip:
...
@@ -5390,8 +5230,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw
.x
attribute
:
m_LocalPosition
.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
/hand.L/middleProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5399,16 +5239,7 @@ AnimationClip:
...
@@ -5399,16 +5239,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-15.345
value
:
0.0010217474
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5417,7 +5248,7 @@ AnimationClip:
...
@@ -5417,7 +5248,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-15.345
value
:
0.0010217474
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5427,8 +5258,8 @@ AnimationClip:
...
@@ -5427,8 +5258,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw
.y
attribute
:
m_LocalPosition
.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
/hand.L/middleProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5436,16 +5267,7 @@ AnimationClip:
...
@@ -5436,16 +5267,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
5.196
value
:
0.000055881035
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
8.449
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5454,7 +5276,7 @@ AnimationClip:
...
@@ -5454,7 +5276,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
5.196
value
:
0.000055881035
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5464,8 +5286,8 @@ AnimationClip:
...
@@ -5464,8 +5286,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw
.z
attribute
:
m_LocalPosition
.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L
/hand.L/middleProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5473,16 +5295,7 @@ AnimationClip:
...
@@ -5473,16 +5295,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
3.1737404e-12
value
:
-12.585001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
0.5
value
:
-0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5490,17 +5303,27 @@ AnimationClip:
...
@@ -5490,17 +5303,27 @@ AnimationClip:
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
2
value
:
0
value
:
-12.585001
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
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/indexProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1.5
time
:
0
value
:
-0
value
:
41.381
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5509,7 +5332,7 @@ AnimationClip:
...
@@ -5509,7 +5332,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
3.1737404e-12
value
:
41.381
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5519,8 +5342,8 @@ AnimationClip:
...
@@ -5519,8 +5342,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.x
attribute
:
localEulerAnglesRaw.y
path
:
Generic Man/hips/spine
path
:
Generic Man/hips/spine
/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L/indexProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5528,16 +5351,7 @@ AnimationClip:
...
@@ -5528,16 +5351,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.002593904
value
:
-61.507004
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
0.5
value
:
0.00282
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5545,17 +5359,27 @@ AnimationClip:
...
@@ -5545,17 +5359,27 @@ AnimationClip:
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
2
value
:
0.0026
value
:
-61.507004
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
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/indexProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1.5
time
:
0
value
:
0.00277
value
:
-7.1190004
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5564,7 +5388,7 @@ AnimationClip:
...
@@ -5564,7 +5388,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
0.0025939
04
value
:
-7.11900
04
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5574,8 +5398,8 @@ AnimationClip:
...
@@ -5574,8 +5398,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.y
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine
path
:
Generic Man/hips/spine
/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L/middleProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5583,16 +5407,7 @@ AnimationClip:
...
@@ -5583,16 +5407,7 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-6.6413014e-11
value
:
37.68
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
0.5
value
:
0
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5600,17 +5415,27 @@ AnimationClip:
...
@@ -5600,17 +5415,27 @@ AnimationClip:
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
2
value
:
-0
value
:
37.68
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
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/middleProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1.5
time
:
0
value
:
0
value
:
-64.796005
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5619,7 +5444,7 @@ AnimationClip:
...
@@ -5619,7 +5444,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-6
.6413014e-11
value
:
-6
4.796005
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -5629,8 +5454,8 @@ AnimationClip:
...
@@ -5629,8 +5454,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition
.z
attribute
:
localEulerAnglesRaw
.z
path
:
Generic Man/hips/spine
path
:
Generic Man/hips/spine
/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L/middleProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5638,37 +5463,27 @@ AnimationClip:
...
@@ -5638,37 +5463,27 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.000047615442
value
:
0.0000055587175
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0.33333334
outWeight
:
0
outWeight
:
0.33333334
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/indexProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
0.000
9659408
value
:
0.000
0055587175
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0
.33333334
outWeight
:
0
outWeight
:
0
.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.
y
attribute
:
m_LocalPosition.
x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/indexProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5676,37 +5491,27 @@ AnimationClip:
...
@@ -5676,37 +5491,27 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-0.0001983703
8
value
:
0.0001319454
8
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0.33333334
outWeight
:
0
outWeight
:
0.33333334
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/indexProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
-0.00009575307
value
:
0.00013194548
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0
.33333334
outWeight
:
0
outWeight
:
0
.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.
x
attribute
:
m_LocalPosition.
y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5714,37 +5519,27 @@ AnimationClip:
...
@@ -5714,37 +5519,27 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
0.0009994444
value
:
-0.0003823032
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0.33333334
outWeight
:
0
outWeight
:
0.33333334
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
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
0.00007284223
value
:
-0.0003823032
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0
.33333334
outWeight
:
0
outWeight
:
0
.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalPosition.z
attribute
:
m_LocalPosition.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5752,37 +5547,27 @@ AnimationClip:
...
@@ -5752,37 +5547,27 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
4.1200004
value
:
-
22.457
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0.33333334
outWeight
:
0
outWeight
:
0.33333334
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/indexProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
-2
4.486002
value
:
-2
2.457
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0
.33333334
outWeight
:
0
outWeight
:
0
.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.
y
attribute
:
localEulerAnglesRaw.
x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/indexProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5790,37 +5575,27 @@ AnimationClip:
...
@@ -5790,37 +5575,27 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
55.895004
value
:
17.588001
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0.33333334
outWeight
:
0
outWeight
:
0.33333334
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/indexProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
1
.6600
001
value
:
1
7.588
001
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0
.33333334
outWeight
:
0
outWeight
:
0
.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.
x
attribute
:
localEulerAnglesRaw.
y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -5828,493 +5603,27 @@ AnimationClip:
...
@@ -5828,493 +5603,27 @@ AnimationClip:
m_Curve
:
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
0
value
:
-
21.361
value
:
-
9.783
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0.33333334
outWeight
:
0
outWeight
:
0.33333334
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
:
59.751003
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.000011536389
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/indexProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.00094285846
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/indexProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.00018148456
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/indexProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.00013158783
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/middleProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0010217474
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/middleProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.000055881035
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/middleProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-12.585001
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/indexProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
41.381
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/indexProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-61.507004
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/indexProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-7.1190004
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/middleProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
37.68
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/middleProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-64.796005
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/middleProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.0000055587175
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/thumbProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.00013194548
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/thumbProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.0003823032
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/thumbProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-22.457
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/thumbProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
17.588001
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/thumbProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-9.783
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/thumbProximal.L
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.000005597119
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/thumbProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.00013200312
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/thumbProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-0.00038236915
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/thumbProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-20.619001
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/thumbProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-12.149
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/thumbProximal.R
classID
:
4
script
:
{
fileID
:
0
}
-
curve
:
serializedVersion
:
2
m_Curve
:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
0
time
:
2
value
:
4.132
value
:
-9.783
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0
inWeight
:
0
.33333334
outWeight
:
0
outWeight
:
0
.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
localEulerAnglesRaw.z
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/thumbProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6340,7 +5649,7 @@ AnimationClip:
...
@@ -6340,7 +5649,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
0.000003527
0368
value
:
0.000003527
1173
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -6369,15 +5678,15 @@ AnimationClip:
...
@@ -6369,15 +5678,15 @@ AnimationClip:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
0.0013326707
value
:
0.0013326707
inSlope
:
-0.000000012747478
inSlope
:
0
outSlope
:
-0.000000012747478
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
0.0013326
586
value
:
0.0013326
841
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -6406,15 +5715,15 @@ AnimationClip:
...
@@ -6406,15 +5715,15 @@ AnimationClip:
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
1
time
:
1
value
:
0.00014629027
value
:
0.00014629027
inSlope
:
-
0
inSlope
:
0
outSlope
:
-
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
weightedMode
:
0
weightedMode
:
0
inWeight
:
0.33333334
inWeight
:
0.33333334
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
0.0001462
8936
value
:
0.0001462
9035
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -6451,7 +5760,7 @@ AnimationClip:
...
@@ -6451,7 +5760,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
11.1
0600
1
value
:
11.1
1
1
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -6488,7 +5797,7 @@ AnimationClip:
...
@@ -6488,7 +5797,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-
3.612
0002
value
:
-
2.645
0002
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -6525,7 +5834,7 @@ AnimationClip:
...
@@ -6525,7 +5834,7 @@ AnimationClip:
outWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
-
serializedVersion
:
3
time
:
2
time
:
2
value
:
-0.
306
00002
value
:
-0.
269
00002
inSlope
:
0
inSlope
:
0
outSlope
:
0
outSlope
:
0
tangentMode
:
136
tangentMode
:
136
...
@@ -6539,67 +5848,202 @@ AnimationClip:
...
@@ -6539,67 +5848,202 @@ AnimationClip:
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
path
:
Generic Man/hips/spine/chest/chest.Upper/neck
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
m_EulerEditorCurves
:
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
[]
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
-255.61401
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
-250.374
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
2
value
:
-255.61401
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/
rightAim/
upperArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
[]
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
45.07399
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
149.745
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
2
value
:
45.07399
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles
.y
attribute
:
localEulerAnglesRaw
.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/
rightAim/
upperArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
[]
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
40.42099
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
144.198
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
2
value
:
40.42099
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/upperArm.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/
rightAim/
upperArm.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
[]
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
6.4370003
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
1.8780001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
localEulerAnglesRaw.x
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
[]
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
2.0570002
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
34.603
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles
.y
attribute
:
localEulerAnglesRaw
.y
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
[]
m_Curve
:
-
serializedVersion
:
3
time
:
0
value
:
0.544
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
-
serializedVersion
:
3
time
:
1
value
:
13.195001
inSlope
:
0
outSlope
:
0
tangentMode
:
136
weightedMode
:
0
inWeight
:
0.33333334
outWeight
:
0.33333334
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
localEulerAnglesRaw.z
path
:
Generic Man/hips/
upperLeg.L/lowerLeg.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/rightAim/upperArm.R/lowerArm.R/hand.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
m_EulerEditorCurves
:
-
curve
:
-
curve
:
serializedVersion
:
2
serializedVersion
:
2
m_Curve
:
[]
m_Curve
:
[]
...
@@ -6607,7 +6051,7 @@ AnimationClip:
...
@@ -6607,7 +6051,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/
upperLeg
.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L/middleProximal
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6617,7 +6061,7 @@ AnimationClip:
...
@@ -6617,7 +6061,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/
upperLeg
.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L/middleProximal
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6627,7 +6071,7 @@ AnimationClip:
...
@@ -6627,7 +6071,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/
upperLeg
.L
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L/middleProximal
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6667,37 +6111,7 @@ AnimationClip:
...
@@ -6667,37 +6111,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/upperLeg.R/lowerLeg.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L/indexProximal.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.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/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/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6707,7 +6121,7 @@ AnimationClip:
...
@@ -6707,7 +6121,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
/lowerArm.L/hand.L/indexProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6717,7 +6131,7 @@ AnimationClip:
...
@@ -6717,7 +6131,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
/lowerArm.L/hand.L/indexProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6727,7 +6141,7 @@ AnimationClip:
...
@@ -6727,7 +6141,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm
.R
path
:
Generic Man/hips/
upperLeg.R/lowerLeg
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6737,7 +6151,7 @@ AnimationClip:
...
@@ -6737,7 +6151,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm
.R
path
:
Generic Man/hips/
upperLeg.R/lowerLeg
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6747,7 +6161,7 @@ AnimationClip:
...
@@ -6747,7 +6161,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.R/upperArm.R/lowerArm
.R
path
:
Generic Man/hips/
upperLeg.R/lowerLeg
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6787,7 +6201,7 @@ AnimationClip:
...
@@ -6787,7 +6201,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/
spine/chest/chest.Upper
path
:
Generic Man/hips/
upperLeg.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6797,7 +6211,7 @@ AnimationClip:
...
@@ -6797,7 +6211,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/
spine/chest/chest.Upper
path
:
Generic Man/hips/
upperLeg.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6807,7 +6221,7 @@ AnimationClip:
...
@@ -6807,7 +6221,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/
spine/chest/chest.Upper
path
:
Generic Man/hips/
upperLeg.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6817,7 +6231,7 @@ AnimationClip:
...
@@ -6817,7 +6231,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/indexProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6827,7 +6241,7 @@ AnimationClip:
...
@@ -6827,7 +6241,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/indexProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6837,7 +6251,7 @@ AnimationClip:
...
@@ -6837,7 +6251,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/indexProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L/hand.L/thumbProximal.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6846,8 +6260,8 @@ AnimationClip:
...
@@ -6846,8 +6260,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
x
attribute
:
m_LocalEulerAngles.
z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6857,7 +6271,7 @@ AnimationClip:
...
@@ -6857,7 +6271,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6866,8 +6280,8 @@ AnimationClip:
...
@@ -6866,8 +6280,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
z
attribute
:
m_LocalEulerAngles.
x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/upperArm.R/lowerArm.R/hand.R/middleProximal.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6877,7 +6291,7 @@ AnimationClip:
...
@@ -6877,7 +6291,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper
/collarbone.L/upperArm.L/lowerArm.L/hand.L/indexProximal.L
path
:
Generic Man/hips/spine/chest/chest.Upper
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6887,7 +6301,7 @@ AnimationClip:
...
@@ -6887,7 +6301,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper
/collarbone.L/upperArm.L/lowerArm.L/hand.L/indexProximal.L
path
:
Generic Man/hips/spine/chest/chest.Upper
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6897,7 +6311,7 @@ AnimationClip:
...
@@ -6897,7 +6311,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper
/collarbone.L/upperArm.L/lowerArm.L/hand.L/indexProximal.L
path
:
Generic Man/hips/spine/chest/chest.Upper
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6906,8 +6320,8 @@ AnimationClip:
...
@@ -6906,8 +6320,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
x
attribute
:
m_LocalEulerAngles.
z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
/lowerArm.L/hand.L/middleProximal.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6917,7 +6331,7 @@ AnimationClip:
...
@@ -6917,7 +6331,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
/lowerArm.L/hand.L/middleProximal.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6926,8 +6340,8 @@ AnimationClip:
...
@@ -6926,8 +6340,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
z
attribute
:
m_LocalEulerAngles.
x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
/lowerArm.L/hand.L/middleProximal.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.L/upperArm.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6936,8 +6350,8 @@ AnimationClip:
...
@@ -6936,8 +6350,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
x
attribute
:
m_LocalEulerAngles.
z
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L/thumbProximal
.L
path
:
Generic Man/hips/
upperLeg.L/lowerLeg
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6947,7 +6361,7 @@ AnimationClip:
...
@@ -6947,7 +6361,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L/thumbProximal
.L
path
:
Generic Man/hips/
upperLeg.L/lowerLeg
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6956,8 +6370,8 @@ AnimationClip:
...
@@ -6956,8 +6370,8 @@ AnimationClip:
m_PreInfinity
:
2
m_PreInfinity
:
2
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.
z
attribute
:
m_LocalEulerAngles.
x
path
:
Generic Man/hips/
spine/chest/chest.Upper/collarbone.L/upperArm.L/lowerArm.L/hand.L/thumbProximal
.L
path
:
Generic Man/hips/
upperLeg.L/lowerLeg
.L
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6967,7 +6381,7 @@ AnimationClip:
...
@@ -6967,7 +6381,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/
upperArm.R/lowerArm.R/hand.R/thumbProximal
.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/
rightAim/upperArm
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6977,7 +6391,7 @@ AnimationClip:
...
@@ -6977,7 +6391,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/
upperArm.R/lowerArm.R/hand.R/thumbProximal
.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/
rightAim/upperArm
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6987,7 +6401,7 @@ AnimationClip:
...
@@ -6987,7 +6401,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/
upperArm.R/lowerArm.R/hand.R/thumbProximal
.R
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.R/
rightAim/upperArm
.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -6997,7 +6411,7 @@ AnimationClip:
...
@@ -6997,7 +6411,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.x
attribute
:
m_LocalEulerAngles.x
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/rightAim/upperArm.R/lowerArm.R/hand.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -7007,7 +6421,7 @@ AnimationClip:
...
@@ -7007,7 +6421,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.y
attribute
:
m_LocalEulerAngles.y
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/rightAim/upperArm.R/lowerArm.R/hand.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
-
curve
:
-
curve
:
...
@@ -7017,7 +6431,7 @@ AnimationClip:
...
@@ -7017,7 +6431,7 @@ AnimationClip:
m_PostInfinity
:
2
m_PostInfinity
:
2
m_RotationOrder
:
4
m_RotationOrder
:
4
attribute
:
m_LocalEulerAngles.z
attribute
:
m_LocalEulerAngles.z
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
L/upperArm.L/lowerArm.L
path
:
Generic Man/hips/spine/chest/chest.Upper/collarbone.
R/rightAim/upperArm.R/lowerArm.R/hand.R
classID
:
4
classID
:
4
script
:
{
fileID
:
0
}
script
:
{
fileID
:
0
}
m_HasGenericRootTransform
:
0
m_HasGenericRootTransform
:
0
...
...
Assets/Prefabs/MapObjects/jackson.prefab
View file @
9b28305f
...
@@ -611,12 +611,12 @@ Transform:
...
@@ -611,12 +611,12 @@ Transform:
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
494213313239917623
}
m_GameObject
:
{
fileID
:
494213313239917623
}
m_LocalRotation
:
{
x
:
-0.6
340379
,
y
:
-0.28484744
,
z
:
0.24146542
,
w
:
0.677164
9
}
m_LocalRotation
:
{
x
:
-0.6
962765
,
y
:
-0.15482675
,
z
:
-0.093045264
,
w
:
-0.694672
9
}
m_LocalPosition
:
{
x
:
0
,
y
:
0.0015373576
,
z
:
0
}
m_LocalPosition
:
{
x
:
-0.00018190424
,
y
:
0.00006683348
,
z
:
0.000018853983
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
m_Children
:
-
{
fileID
:
494213313239497169
}
-
{
fileID
:
494213313239497169
}
m_Father
:
{
fileID
:
49421331323949710
9
}
m_Father
:
{
fileID
:
783880066181120618
9
}
m_RootOrder
:
0
m_RootOrder
:
0
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!1
&494213313239917627
---
!u!1
&494213313239917627
...
@@ -996,7 +996,7 @@ Transform:
...
@@ -996,7 +996,7 @@ Transform:
m_LocalPosition
:
{
x
:
0.0004561563
,
y
:
0.0006748411
,
z
:
0.0006479613
}
m_LocalPosition
:
{
x
:
0.0004561563
,
y
:
0.0006748411
,
z
:
0.0006479613
}
m_LocalScale
:
{
x
:
0.9999999
,
y
:
1.0000001
,
z
:
1
}
m_LocalScale
:
{
x
:
0.9999999
,
y
:
1.0000001
,
z
:
1
}
m_Children
:
m_Children
:
-
{
fileID
:
494213313239496727
}
-
{
fileID
:
7838800661811206189
}
m_Father
:
{
fileID
:
494213313239497105
}
m_Father
:
{
fileID
:
494213313239497105
}
m_RootOrder
:
1
m_RootOrder
:
1
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
...
@@ -2452,6 +2452,37 @@ Transform:
...
@@ -2452,6 +2452,37 @@ Transform:
m_Father
:
{
fileID
:
494213313239497177
}
m_Father
:
{
fileID
:
494213313239497177
}
m_RootOrder
:
0
m_RootOrder
:
0
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!1
&2234791412925868981
GameObject
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
serializedVersion
:
6
m_Component
:
-
component
:
{
fileID
:
7838800661811206189
}
m_Layer
:
0
m_Name
:
rightAim
m_TagString
:
Untagged
m_Icon
:
{
fileID
:
0
}
m_NavMeshLayer
:
0
m_StaticEditorFlags
:
0
m_IsActive
:
1
---
!u!4
&7838800661811206189
Transform
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
2234791412925868981
}
m_LocalRotation
:
{
x
:
0.8480542
,
y
:
0.5298395
,
z
:
-0.0045657963
,
w
:
-0.0073076477
}
m_LocalPosition
:
{
x
:
0.00002
,
y
:
0.00173
,
z
:
0.00002
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
-
{
fileID
:
494213313239496727
}
m_Father
:
{
fileID
:
494213313239497109
}
m_RootOrder
:
0
m_LocalEulerAnglesHint
:
{
x
:
-0.43300003
,
y
:
180.887
,
z
:
116.005005
}
---
!u!1
&3233955354714130270
---
!u!1
&3233955354714130270
GameObject
:
GameObject
:
m_ObjectHideFlags
:
0
m_ObjectHideFlags
:
0
...
...
Assets/Scenes/ModelScene.meta
0 → 100644
View file @
9b28305f
fileFormatVersion: 2
guid: ae6df86ab9243f74f8c5e9aab2cbca92
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Assets/Scenes/ModelScene.unity
View file @
9b28305f
...
@@ -120,6 +120,104 @@ NavMeshSettings:
...
@@ -120,6 +120,104 @@ NavMeshSettings:
debug
:
debug
:
m_Flags
:
0
m_Flags
:
0
m_NavMeshData
:
{
fileID
:
0
}
m_NavMeshData
:
{
fileID
:
0
}
---
!u!4
&228570856
stripped
Transform
:
m_CorrespondingSourceObject
:
{
fileID
:
7838800661811206189
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
m_PrefabInstance
:
{
fileID
:
914661195
}
m_PrefabAsset
:
{
fileID
:
0
}
---
!u!1
&374941982
GameObject
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
serializedVersion
:
6
m_Component
:
-
component
:
{
fileID
:
374941986
}
-
component
:
{
fileID
:
374941985
}
-
component
:
{
fileID
:
374941984
}
-
component
:
{
fileID
:
374941983
}
m_Layer
:
0
m_Name
:
Sphere
m_TagString
:
Untagged
m_Icon
:
{
fileID
:
0
}
m_NavMeshLayer
:
0
m_StaticEditorFlags
:
0
m_IsActive
:
1
---
!u!135
&374941983
SphereCollider
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
374941982
}
m_Material
:
{
fileID
:
0
}
m_IsTrigger
:
0
m_Enabled
:
1
serializedVersion
:
2
m_Radius
:
0.5
m_Center
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!23
&374941984
MeshRenderer
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
374941982
}
m_Enabled
:
1
m_CastShadows
:
1
m_ReceiveShadows
:
1
m_DynamicOccludee
:
1
m_MotionVectors
:
1
m_LightProbeUsage
:
1
m_ReflectionProbeUsage
:
1
m_RenderingLayerMask
:
1
m_RendererPriority
:
0
m_Materials
:
-
{
fileID
:
10303
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_StaticBatchInfo
:
firstSubMesh
:
0
subMeshCount
:
0
m_StaticBatchRoot
:
{
fileID
:
0
}
m_ProbeAnchor
:
{
fileID
:
0
}
m_LightProbeVolumeOverride
:
{
fileID
:
0
}
m_ScaleInLightmap
:
1
m_ReceiveGI
:
1
m_PreserveUVs
:
0
m_IgnoreNormalsForChartDetection
:
0
m_ImportantGI
:
0
m_StitchLightmapSeams
:
1
m_SelectedEditorRenderState
:
3
m_MinimumChartSize
:
4
m_AutoUVMaxDistance
:
0.5
m_AutoUVMaxAngle
:
89
m_LightmapParameters
:
{
fileID
:
0
}
m_SortingLayerID
:
0
m_SortingLayer
:
0
m_SortingOrder
:
0
---
!u!33
&374941985
MeshFilter
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
374941982
}
m_Mesh
:
{
fileID
:
10207
,
guid
:
0000000000000000e000000000000000
,
type
:
0
}
---
!u!4
&374941986
Transform
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
374941982
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
-3.162
,
y
:
-0.3508822
,
z
:
1.347
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_Children
:
[]
m_Father
:
{
fileID
:
0
}
m_RootOrder
:
5
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
---
!u!1001
&527634235
---
!u!1001
&527634235
PrefabInstance
:
PrefabInstance
:
m_ObjectHideFlags
:
0
m_ObjectHideFlags
:
0
...
@@ -299,49 +397,249 @@ PrefabInstance:
...
@@ -299,49 +397,249 @@ PrefabInstance:
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
type
:
3
}
propertyPath
:
m_LocalRotation.x
propertyPath
:
m_LocalRotation.x
value
:
-0.6
340379
value
:
-0.6
962765
objectReference
:
{
fileID
:
0
}
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
type
:
3
}
propertyPath
:
m_LocalRotation.y
propertyPath
:
m_LocalRotation.y
value
:
-0.
28484744
value
:
-0.
15482675
objectReference
:
{
fileID
:
0
}
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
type
:
3
}
propertyPath
:
m_LocalRotation.z
propertyPath
:
m_LocalRotation.z
value
:
0.24146542
value
:
-0.093045264
objectReference
:
{
fileID
:
0
}
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
type
:
3
}
propertyPath
:
m_LocalRotation.w
propertyPath
:
m_LocalRotation.w
value
:
0.677164
9
value
:
-0.694672
9
objectReference
:
{
fileID
:
0
}
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
type
:
3
}
propertyPath
:
m_Local
Position.x
propertyPath
:
m_Local
EulerAnglesHint.z
value
:
0
value
:
0
objectReference
:
{
fileID
:
0
}
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
type
:
3
}
propertyPath
:
m_Local
Position.y
propertyPath
:
m_Local
EulerAnglesHint.x
value
:
0
.0015373576
value
:
0
objectReference
:
{
fileID
:
0
}
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
type
:
3
}
propertyPath
:
m_Local
Position.z
propertyPath
:
m_Local
EulerAnglesHint.y
value
:
0
value
:
0
objectReference
:
{
fileID
:
0
}
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
-
target
:
{
fileID
:
494213313232524915
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_Controller
value
:
objectReference
:
{
fileID
:
9100000
,
guid
:
eaf238dc35bc3074fa2fffcbcbbe58df
,
type
:
2
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.059248388
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.0022251606
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0.02602184
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.99790156
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
-6.7840004
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
-0.43400002
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497169
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
3.0130002
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
}
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
value
:
0
objectReference
:
{
fileID
:
0
}
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
49421331323949
6727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
-
target
:
{
fileID
:
49421331323949
7109
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
value
:
0
objectReference
:
{
fileID
:
0
}
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239496727
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
-
target
:
{
fileID
:
494213313239497109
,
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_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
:
494213313239497125
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.051510148
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497125
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.13141021
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497125
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
0.1237099
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497125
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.9822291
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497125
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497125
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497125
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497191
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.x
value
:
-0.34830174
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497191
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.y
value
:
-0.09947585
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497191
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.z
value
:
-0.034049314
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497191
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalRotation.w
value
:
0.93146724
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497191
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.x
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497191
,
guid
:
449b2ca4d925da541bb45c84b63aab98
,
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.y
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
494213313239497191
,
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_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
}
type
:
3
}
propertyPath
:
m_LocalEulerAnglesHint.z
propertyPath
:
m_LocalEulerAnglesHint.z
value
:
0
value
:
0
...
@@ -540,7 +838,8 @@ MonoBehaviour:
...
@@ -540,7 +838,8 @@ MonoBehaviour:
m_Script
:
{
fileID
:
11500000
,
guid
:
474dfdafc60acfb488eec1ee8cd53e62
,
type
:
3
}
m_Script
:
{
fileID
:
11500000
,
guid
:
474dfdafc60acfb488eec1ee8cd53e62
,
type
:
3
}
m_Name
:
m_Name
:
m_EditorClassIdentifier
:
m_EditorClassIdentifier
:
xAngle
:
0
aimObject
:
{
fileID
:
228570856
}
target
:
{
fileID
:
374941986
}
---
!u!1001
&2040134451
---
!u!1001
&2040134451
PrefabInstance
:
PrefabInstance
:
m_ObjectHideFlags
:
0
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