spencer-melnick / Threshold

Untitled Unreal Engine project
Other
6 stars 2 forks source link

Hit reaction animations #20

Open spencer-melnick opened 4 years ago

spencer-melnick commented 4 years ago

Add hit reactions to characters when they are hit. These reactions can be applied somewhat similar to how the hit slowdown effect is triggered (an ability given to the character at spawn is triggered by an event).

Since animating a bunch of different reactions could be tricky, I'd like to try applying some kind of physics base animation - maybe like a simple impulse on the skeleton? I'm not sure how easy it is to do in Unreal however.