Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added forward dash movement during attack animations #472

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
413 changes: 265 additions & 148 deletions UOP1_Project/Assets/Art/Characters/PigChef/Animation/CaneHit.anim

Large diffs are not rendered by default.

117 changes: 117 additions & 0 deletions UOP1_Project/Assets/Art/Characters/PigChef/Animation/CaneHit2.anim
Original file line number Diff line number Diff line change
Expand Up @@ -11513,6 +11513,61 @@ AnimationClip:
path: HandsIK/RightHandIK
classID: 114
script: {fileID: 11500000, guid: aeda7bfbf984f2a4da5ab4b8967b115d, type: 3}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.68333334
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: 5
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.0666667
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 2.1333334
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: dashMagnitude
path:
classID: 114
script: {fileID: 11500000, guid: 1c28c25c0b18b4210b4dcc95ad119a28, type: 3}
m_PPtrCurves: []
m_SampleRate: 60
m_WrapMode: 0
Expand Down Expand Up @@ -11843,6 +11898,13 @@ AnimationClip:
typeID: 25
customType: 0
isPPtrCurve: 0
- serializedVersion: 2
path: 0
attribute: 2252754263
script: {fileID: 11500000, guid: 1c28c25c0b18b4210b4dcc95ad119a28, type: 3}
typeID: 114
customType: 0
isPPtrCurve: 0
- serializedVersion: 2
path: 523132857
attribute: 1
Expand Down Expand Up @@ -55900,6 +55962,61 @@ AnimationClip:
path: HandsIK/RightHandIK
classID: 114
script: {fileID: 11500000, guid: aeda7bfbf984f2a4da5ab4b8967b115d, type: 3}
- curve:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: 0
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 0.68333334
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1
value: 5
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 1.0666667
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
- serializedVersion: 3
time: 2.1333334
value: 0
inSlope: 0
outSlope: 0
tangentMode: 136
weightedMode: 0
inWeight: 0.33333334
outWeight: 0.33333334
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
attribute: dashMagnitude
path:
classID: 114
script: {fileID: 11500000, guid: 1c28c25c0b18b4210b4dcc95ad119a28, type: 3}
m_EulerEditorCurves:
- curve:
serializedVersion: 2
Expand Down
Loading