Skip to content

ntystudio/CTRL.Gas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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