These scripts are to help with various tasks in [Unreal Engine 4](https://www.unrealengine.com).
They're written on the basis of using Git / Git LFS rather than Perforce (many of UE4's own
automation tools assume P4, which can be inconvenient).
* [Setting up a project for Git / Git-LFS](./doc/GitSetup.md): including LFS locking
* [Packaging a Game](./doc/Package.md): building, cooking, archiving
* [Releasing a Game](./doc/Release.md): e.g. uploading to Itch, Steam
* [Rebuilding Lightmaps](./doc/RebuildLightmaps.md): build lighting on the command line easily (supporting git-lfs locking, no P4 dependency like RunUAT)
* [Getting Latest for Artists](./doc/GetLatest.md): pulls from git and builds so C++ changes are automatically updated
* [Cleaning Up](./doc/Cleanup.md): Deleting unneeded Hot Reload DLLs etc