Skip to content

Releases: game-ci/unity-builder

v2.0.2

05 Apr 15:48
2b399b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.0.2

v2.0.1

04 Apr 14:44
40891d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2...v2.0.1

Upgrade to stable runtime image 🐳 great performance increase 🚀 BC in python alias 🐍

03 Apr 16:18
441be81
Compare
Choose a tag to compare

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 aliases python2 on all target platforms, python3 is still available when referenced directly. 🐍

What's Changed

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 🪟

25 Jan 22:34
3d0eb08
Compare
Choose a tag to compare

What's Changed

New Contributors

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 🏷

06 Sep 16:34
c317d14
Compare
Choose a tag to compare

Fixes:

  • #287 fix strategy 'Tag' versioning

Credits:

Thanks to @estellise-yukihime for their contributions!

Run license activation in an empty directory 📂

30 Aug 23:22
3ebdb0e
Compare
Choose a tag to compare

Changes:

  • #285 Run license activation in an empty directory

Updates:

  • #282 Bump path-parse from 1.0.6 to 1.0.7 dependencies
  • #277 Indicate how to support us
  • #275 Bump normalize-url from 4.5.0 to 4.5.1 dependencies

Small updates ⬆

08 Jul 10:53
3636446
Compare
Choose a tag to compare
Pre-release

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

22 May 19:21
9fff362
Compare
Choose a tag to compare

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 🎉

20 May 15:55
f0e18ea
Compare
Choose a tag to compare

Changes:

  • #259 Ensure proper read permissions and cleanup build.sh

Fixes:

  • #262 Fixed addressable build failing on Addressable 1.17.17+
  • #260 Fix typo in issue template

Credits:

Thanks to @zhouxinwei97 for their contributions!

Add `chownFilesTo` parameter for library/artifact ownership 🎉

01 May 23:29
e31af20
Compare
Choose a tag to compare

Changes:

  • #250 Chown files to a custom user after building (fix file ownership)

This means that you no longer need a separate chown step, which was sometimes also problematic in case of self-hosted runners. 🚀

Credits:

Thanks to @Bradshaw for their contributions!