Free UE 5.7 Project: LyraSkeleton Blueprint Locomotion (bong9tutor)
Original title: LyraSkeleton
Overview
LyraSkeleton is a Korean-language learning project by bong9tutor for Unreal Engine 5.7 that rebuilds a Lyra/ALS-style character skeleton mostly in Blueprint. It covers locomotion, animation layers and Enhanced Input, runs with Lumen, Substrate and Virtual Shadow Maps (VSM) enabled, and progressively ports the Blueprint logic to C++.
The GitHub repository ships the .uproject with a C++ module, relies on the engine's built-in AnimationLocomotionLibrary plugin and bundles a Monolith MCP plugin; it is only about 3 MB, requires DX12/SM6 and has a Korean README, with no license stated. A good fit for Korean-speaking developers moving from Blueprint toward C++ character systems.
What You Can Learn
- Rebuilding a Lyra/ALS-style character skeleton mostly in Blueprint
- Locomotion, animation layers and Enhanced Input setup
- Running a character project with Lumen, Substrate and VSM enabled
- Progressively porting Blueprint logic to C++
Access: Free direct download