Skip to content
Stanislav Osipov edited this page Aug 10, 2021 · 3 revisions

Build System

The build system is a utility package that helps you to solve the three most annoying build tasks.

  • It helps you to reach build info into the build, including git state, a machine that made a build, etc. You can read more about that here.
  • Build post-processing, pre-processing, and scenes post-processing. This is not uncommon for Unity by any means, but our goal is just to provide a better and more streamlined API. Check out the Build Processing chapter.
  • Automated build number. The build number has not only be unique but also incremental. The plugin uses a google spreadsheet to track the build you and your team are compiling and making sure that build numbers won't be duplicated and will stay incremental for every build version.
Clone this wiki locally