/CTRL.Gas

General Purpose Unreal Engine GAS Utils

Primary LanguageC++MIT LicenseMIT

CTRL.Gas

General Purpose Unreal Engine GAS Utils


Pull Requests, Bug reports or Suggestions are very welcome!

Supported Engine Version

The plugin was developed for Unreal Engine 5.5.1+, though it should work for all 5.x versions.

Installation

The best way is to clone this repository as a submodule; that way you can contribute pull requests and more importantly, easily get latest updates.

The project should be placed in your project's Plugins folder.

cd YourProject
git submodule add git@github.com:ntystudio/CTRL.Gas.git Plugins/CTRLGas
git commit -m "Added CTRL.Gas Plugin as a submodule."

Alternatively you can download a ZIP of this repo and place it in YourProject/Plugins/.

License

MIT