=========================================
UPDATE 5 - May 12th, 2023
- For engine versions 5.1 and higher: Upgraded to the Enhanced Input system since the old input system was deprecated.
- Fixed an issue introduced in UE5.0 that could result in wrong character rotations during a ground slam.
UPDATE 4 - May 24th, 2022
- Added UE5 support
- Made small adjustments to the documentation for UE5
UPDATE 3 - July 18th, 2020 - Multiplayer is now supported! This update makes significant changes to the blueprints in order to provide network support, but gameplay functionality remains the same. If you do not need multiplayer support and would like to use the older, simpler singleplayer blueprints, those are still included as well. Documentation has been updated to match the new blueprints.
UPDATE 2 - June 24th, 2020 - System has been modified to improve compatibility with ALS (Advanced Locomotion System) - it is now much easier to combine these two systems. Documentation has been updated to include some steps unique to merging with ALS. Some minor bugs have been fixed.
UPDATE 1 - February 18th, 2020 - Blueprints are now component-based to make integrating into existing characters easier. Step-by-step instructions for merging into an existing character can now be found in the FlightDocumentation folder.
=========================================
PREVIEW VIDEO
This is a set of animations, additive poses, and Blueprints that come together to form a third-person flight system.
- Includes hover and fast-flight modes
- Includes third-person character Blueprint, AnimBP, and several BlendSpaces
- Uses additive animations and poses extensively to create dynamic motions depending on how the character moves
- All Blueprints are commented thoroughly to describe what each part does