ActionRPG sample upgraded to UE5.3

Action RPG Sample is an excellent resource for learning the Gameplay Ability System. I upgraded it to Unreal 5.3 and replaced the legacy input with the Enhanced Input system.

Here is the Github link:
ActionRPG Unreal 5.3

3 Likes

Awesome, thank you!

To upgrade it to 5.4 You just need to change DefaultBuildSettings = BuildSettingsVersion.V2; to DefaultBuildSettings = BuildSettingsVersion.V5; in the ActionRPGEditor.Target.cs and it will compile!

Yeah, Thank you, I just updated to 5.4