Appearance
UE Setup (5.6+)
Install
- Unreal Engine 5.6+
- Visual Studio 2022 (v17.9+)
- Enable plugins: Enhanced Input, AIModule/BehaviorTree, NavigationSystem, UMG. Optional: GameplayTags.
Project
- Create a C++ project named
Platformer
(Third Person or Blank). - Use C++ as primary; Blueprints for presentation/glue.
Next
- Follow the milestones to implement character, camera, interaction, and AI.