Piperift's CICD Scripts

Unreal Engine plugins

Packaging manually

Building the source code:

py build.py plugin -n {plugin_name} -p {plugin_files_path}

Run the tests in asolation:

py test.py plugin -n {plugin_name} -p {plugin_files_path}

Compress build:

py compress.py plugin -n {plugin_name} -p {plugin_files_path}

Resulting packaged build can be found at {plugin_files_path}/Package

S
Description
No description provided
Readme
1.2 MiB
Languages
Python 100%