2020-05-08 11:36:37 +01:00
2020-09-27 13:35:51 +02:00
2026-05-12 17:12:13 +02:00
2026-05-19 21:23:08 +02:00
2022-03-12 19:25:08 +01:00
2026-05-12 17:12:13 +02:00
2026-05-07 12:06:48 +02:00

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%