buildtool icon indicating copy to clipboard operation
buildtool copied to clipboard

A powerful automation tool for quickly and easily generating builds with Unity.

Results 37 buildtool issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...

enhancement

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.

defect

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...

bug

Add support for Linux and Windows Dedicated Server ![image](https://github.com/superunitybuild/buildtool/assets/147171097/048468e6-87c6-475a-9b13-75dade7803cf) https://github.com/superunitybuild/buildtool/issues/83

enhancement

Fix for : https://github.com/superunitybuild/buildtool/issues/100

bug

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...

bug

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...

enhancement

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...

enhancement

`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...

enhancement
help wanted