Releases: game-ci/unity-builder
Releases · game-ci/unity-builder
v2.0.2
What's Changed
- Add gitPrivateToken support again by @Philipp-M in #377
New Contributors
- @Philipp-M made their first contribution in #377
Full Changelog: v2...v2.0.2
v2.0.1
Upgrade to stable runtime image 🐳 great performance increase 🚀 BC in python alias 🐍
v2.0.0
- Now using our new stable docker images based on Windows/Ubuntu 🐳
- Up to 60% performance improvement for smaller projects 🚀
- BC:
python
now consistently aliasespython2
on all target platforms,python3
is still available when referenced directly. 🐍
What's Changed
- Cloud Runner v2 by @frostebite in #310
- Bump tar from 6.1.0 to 6.1.11 by @dependabot in #330
- Bump shelljs from 0.8.4 to 0.8.5 by @dependabot in #331
- Initial Support for MacOS IL2CPP Builds by @AndrewKahr in #326
- Fix minor typo in mac build test workflow by @AndrewKahr in #333
- Sync docs2 by @davidmfinol in #341
- Fix Android build parameters error by @davidmfinol in #335
- Fix license issue by @davidmfinol in #346
- Update licensing path, to be treated as temporary/invisible path by @webbertakken in #348
- Restore androidSdkManagerParameters by @davidmfinol in #349
- Yarn dependencies upgrade & yarn lint update by @davidmfinol in #347
- Minor tweaks and corrections for cloud runner pipeline and branch parameter by @frostebite in #351
- feat: compatibility with self-hosted runners with SELinux by @paulpach in #355
- fix: op not permitted in self-hosted runner by @paulpach in #359
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #361
- feat: work with rootless docker by @paulpach in #362
- Attempt to streamline dev lifecycle (git hooks) by @webbertakken in #357
- fix: ensure line endings by @webbertakken in #366
- perf: avoid building docker image by @paulpach in #365
- Revert windows and mac builds on PR by @davidmfinol in #367
- fix: windows build by @paulpach in #368
- Revert Husky by @davidmfinol in #372
- Switch to version 1 images by @webbertakken in #374
Includes alpha changes
This release also includes the changes from the 14 alpha releases.
New Contributors
Community
Join us on Discord @ https://game.ci/discord
Full changelog
Full Changelog: v1...v2.0.0
Initial Windows build-support 🪟
What's Changed
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #291
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #292
- Use find instead of glob for changing file permissions by @miscer in #293
- Add gitPrivateToken by @davidmfinol in #296
- Improve androidVersionCode parsing and application by @davidmfinol in #297
- Add androidTargetSdkVersion as an option to update the Android SDK by @davidmfinol in #298
- Fix docs link by @davidmfinol in #301
- Support version tags that don't start with v for semantic versioning by @davidmfinol in #303
- Remove deprecated param from versioning by @davidmfinol in #315
- Bump shelljs from 0.8.4 to 0.8.5 by @dependabot in #319
- Bump nanoid from 3.1.30 to 3.1.31 by @dependabot in #322
- Issue #317 by @ninetyninereds in #323
- Initial Support for Windows Based Builds by @AndrewKahr in #305
New Contributors
- @miscer made their first contribution in #293
- @ninetyninereds made their first contribution in #323
- @AndrewKahr made their first contribution in #305
Acknowledgements
- Special thanks for this release go out to @AndrewKahr for his help adding windows support to our images and builder itself. ❤️
Full Changelog: v2.0-alpha-13...v2.0.0-alpha-14
Fix issue with Tag versioning strategy 🏷
Fixes:
- #287 fix strategy 'Tag' versioning
Credits:
Thanks to @estellise-yukihime for their contributions!
Run license activation in an empty directory 📂
Small updates ⬆
Changes:
- #274 Improve invalid project path error message
- #272 add default tag for feature request (in issue template)
Updates:
- #275 Bump normalize-url from 4.5.0 to 4.5.1 dependencies
- #269 Bump ws from 6.2.1 to 6.2.2 dependencies
- #266 Bump browserslist from 4.16.4 to 4.16.6 dependencies
- #264 Remote builder refactoring
Credits:
Thanks to @dependabot, @davidmfinol, and @frostebite for their contributions!
Resolve issues and remove `-nographics` flag. 🔥
Changes:
- #261 Remove -nographics flag, ensure single -batchmode flag*
*requires game-ci/docker image >= 0.13 (builder uses latest 0.x automatically by default)
What does this mean?
- ✅ Global Illumination (GI) system can be used again in all versions.
- ✅ Full legacy render pipeline support
- ✅ Full URP support
- ✅ Full HDRP support
- ✅ Many seemingly random crashes have been resolved
Except for the following versions which are hereby deprecated:
- ❌ 2020.1.0f1 ~ 2020.1.5f1 (6 versions)
Credits:
Thanks to everyone who helped out determining the cause of several different issues.
Improved Addressables and permissions support 🎉
Changes:
- #259 Ensure proper read permissions and cleanup build.sh
Fixes:
Credits:
Thanks to @zhouxinwei97 for their contributions!
Add `chownFilesTo` parameter for library/artifact ownership 🎉
Pre-release