Skip to content

Commit 70cb1d0

Browse files
authored
Add a ton of animation polish (#54)
* Sync game camera with UI camera * Many fix * Update prefabs * Update readme * Fix sound not playing on first chop * Add some more animation events * Don't need late pickup event * Revert * Update scene * Add logging * Update debug log * Tweak walk speed and run speed to make player feel less slidey * Save what I have * Audit Breathing Idle animation * Restrict player spine and chest range of motion in avatar muscle settings, so we don't see any weird distorted meshes * Move into Models/ folder * First stab at making animations less crappy * Fix Picking Up anim * Fix player floating * Finish polishing pick up animation * Fix up idle animation * Make camera movement a little less jarring * Blah * Some cleanup * More cleanup * More cleanup * Delete scene * Remove Debug.Logs * Remove comment * Update * Clean up Debug.Logs * Update animations * Update readme
1 parent 7f1a122 commit 70cb1d0

22 files changed

+1138948
-147033
lines changed

Assets/Audiovisuals/Animation Controllers/Astronaut.controller

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AnimatorState:
1414
- {fileID: 8519680350393408861}
1515
m_StateMachineBehaviours: []
1616
m_Position: {x: 50, y: 50, z: 0}
17-
m_IKOnFeet: 0
17+
m_IKOnFeet: 1
1818
m_WriteDefaultValues: 1
1919
m_Mirror: 0
2020
m_SpeedParameterActive: 0
@@ -35,7 +35,7 @@ AnimatorState:
3535
m_PrefabInstance: {fileID: 0}
3636
m_PrefabAsset: {fileID: 0}
3737
m_Name: Picking Up
38-
m_Speed: 1
38+
m_Speed: 1.5
3939
m_CycleOffset: 0
4040
m_Transitions:
4141
- {fileID: 8748485021526032121}
@@ -48,7 +48,7 @@ AnimatorState:
4848
m_MirrorParameterActive: 0
4949
m_CycleOffsetParameterActive: 0
5050
m_TimeParameterActive: 0
51-
m_Motion: {fileID: 7400000, guid: 80b745b3ba24d4e5187308e4523fc556, type: 2}
51+
m_Motion: {fileID: 7400000, guid: c3104e229001244a692ee67c6be6f71e, type: 2}
5252
m_Tag:
5353
m_SpeedParameter:
5454
m_MirrorParameter:
@@ -72,15 +72,15 @@ BlendTree:
7272
m_Mirror: 0
7373
- serializedVersion: 2
7474
m_Motion: {fileID: 7400000, guid: babd746845f9c47ca801690b8a26ef13, type: 2}
75-
m_Threshold: 2.5
75+
m_Threshold: 2
7676
m_Position: {x: 0, y: 0}
7777
m_TimeScale: 1
7878
m_CycleOffset: 0
7979
m_DirectBlendParameter: Blend
8080
m_Mirror: 0
8181
- serializedVersion: 2
8282
m_Motion: {fileID: 7400000, guid: 0fbe3126439e944fc81a149018c75f2e, type: 2}
83-
m_Threshold: 10
83+
m_Threshold: 7.5
8484
m_Position: {x: 0, y: 0}
8585
m_TimeScale: 1
8686
m_CycleOffset: 0
@@ -89,7 +89,7 @@ BlendTree:
8989
m_BlendParameter: MovementSpeed
9090
m_BlendParameterY: Blend
9191
m_MinThreshold: 0
92-
m_MaxThreshold: 10
92+
m_MaxThreshold: 7.5
9393
m_UseAutomaticThresholds: 0
9494
m_NormalizedBlendValues: 0
9595
m_BlendType: 0
@@ -226,7 +226,7 @@ AnimatorController:
226226
m_BlendingMode: 0
227227
m_SyncedLayerIndex: -1
228228
m_DefaultWeight: 0
229-
m_IKPass: 0
229+
m_IKPass: 1
230230
m_SyncedLayerAffectsTiming: 0
231231
m_Controller: {fileID: 9100000}
232232
--- !u!1102 &541680355707864351
@@ -250,7 +250,7 @@ AnimatorState:
250250
m_MirrorParameterActive: 0
251251
m_CycleOffsetParameterActive: 0
252252
m_TimeParameterActive: 0
253-
m_Motion: {fileID: 7400000, guid: 51600d8e98ee649b6adb68cdde518586, type: 2}
253+
m_Motion: {fileID: 7400000, guid: cee6100bfbea7498d99c8e6062480280, type: 2}
254254
m_Tag:
255255
m_SpeedParameter:
256256
m_MirrorParameter:
@@ -439,7 +439,7 @@ AnimatorState:
439439
m_MirrorParameterActive: 0
440440
m_CycleOffsetParameterActive: 0
441441
m_TimeParameterActive: 0
442-
m_Motion: {fileID: 0}
442+
m_Motion: {fileID: 7400000, guid: b2420c14fefe94c7180f3a9deebf334a, type: 2}
443443
m_Tag:
444444
m_SpeedParameter:
445445
m_MirrorParameter:

0 commit comments

Comments
 (0)