All Projects → keiranlovett → Unity-Build-Manager-Plugin

keiranlovett / Unity-Build-Manager-Plugin

Licence: other
Basic Unity script to help automate and log the game build process

Programming Languages

Classic ASP
548 projects
C#
18002 projects
HTML
75241 projects

Build Management Script

Basic Unity script to help automate and log the game build process.

When the user wants to build the project they click the platform type (in my case OSX), and the script automatically builds it in a folder appropriately named "Build", appending the version number of the game. Once thats done it appends the information to a log, to keep track of failed builds and embedded scenes in the builds. Simple, and effective. While its a rough and hacked together project done in a few hours, its easy enough to understand and extend.

In order to compress files I'm using a .dll from SharpZipLib, its attached to the github repository but its better still to have the latest version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].