Build Tools
ReleasedSource code: GitHub
Simple Unity Editor window which allows making builds with consistent naming via customizable name patterns. Additionally, it allows building for multiple platforms at once and also provides a .zip
compression function.
This tool is useful to ensure that builds are consistently named when wanting to quickly sharing between team members, no more Game v1.0-final-final-abc.zip
.
I recommend to set up a proper build pipeline for deployment though, this tool is meant only for quick and dirty builds…