buildtool
buildtool copied to clipboard
A powerful automation tool for quickly and easily generating builds with Unity.
Having all log messages go into a text file would be particularly useful while running Unity in batch mode from the command line or when doing larger sets of builds.
It may be nice to be able to import/export build configurations via a JSON file. This JSON file could then also be directly used via the command-line. Some people may...
Would be amazing to add ability to change root folder. Package does have constants with folder paths, but you cant change them, thanks! Something like to Plugins/SuperUnityBuild etc.
I tried to use a build version with `$DAYSSINCE`: `1.0.$BUILD.$DAYSSINCE('January 1, 2000').$SECONDS`. Apparently, the `$DAYS` token is recognized first, so I'm left with `"1.0.7.31SSINCE('January 1, 2000').4754"`. Also, using `"` like...
Add support for Linux and Windows Dedicated Server  https://github.com/superunitybuild/buildtool/issues/83
Fix for : https://github.com/superunitybuild/buildtool/issues/100
when i set linear color space for android platform, build for android throw the error: "Error building Player: Incompatible color space with graphics API" i fix this by add a...
Hi, this is the first of a series of improvements I've been playing around with in my fork. This addition allows users to press a button to generate the BuildConstants...
Hi I use SuperUnityBuild to build unity project from command line in CI/CD pipelines. I checked the button sync with project version but If I update the project version in...
`PlayerSettings.Android.targetSdkVersion` and `PlayerSettings.Android.minSdkVersion` will accept int values for higher Android API levels than are defined in `UnityEditor.AndroidSdkVersions`, allowing the use of new Android SDKs (e.g. Unity 2022.2 defines values for...