/AngelscriptAura

Rewrites the GameplayAbilitySystem_Aura project using Unreal Engine Angelscript.

Primary LanguageAngelScript

AngelscriptAura

This project rewrites the GameplayAbilitySystem_Aura (a companion project to a Udemy course) project using Angelscript. During the rewriting process, I read a lot of documents and codes to achieve the same effect as C++ and Blueprint. Sometimes I encountered something that I couldn't do, and even submitted a PR to the UnrealEngine-Angelscript official to solve it.

Since this project is based on GAS, and GAS is a more complex feature in UE. Therefore, if you can use Angelscript to rewrite such a project, then writing other types of projects should be easy.

Therefore, this project is a good Angelscript learning and reference material.

How to use this project:

  1. Download and Compile UnrealEngine-Angelscript
  2. Download the GameplayAbilitySystem_Aura project, copy the Assets to this project, and select "skip" for the same-named content
  3. Open this project using the Angelscript version of UE

Other resources: