Well-known-Game-Studio / wot_a_good_game

WOT: A Good Game - Wotxels; the first of its name
https://twitter.com/WellKnownGames
3 stars 0 forks source link

Animation blueprint template for NPCs #47

Closed finger563 closed 2 years ago

finger563 commented 2 years ago

good video on physical animations

Ideally we can learn the new (Unreal 5 Preview 1) animation blueprint templates which should allow us to reuse animation logic across different skeletons more easily

finger563 commented 2 years ago

"Lyra Sample Game in Unreal Engine | Unreal Engine Documentation" https://docs.unrealengine.com/5.0/en-US/lyra-sample-game-in-unreal-engine/

finger563 commented 2 years ago

"Animating Characters and Objects in Unreal Engine | Unreal Engine Documentation" https://docs.unrealengine.com/5.0/en-US/animating-characters-and-objects-in-unreal-engine/

finger563 commented 2 years ago

ef32123 started the work of templating the animation blueprint and exposing the relevant sequences and blendspaces

finger563 commented 2 years ago

Have shown that the animation blueprint template works for multiple enemies and is relatively easy to extend