Skip to content

Version 1.0.0 - First stable release πŸŽ‰

Compare
Choose a tag to compare
@webbertakken webbertakken released this 20 Mar 12:02
· 30 commits to main since this release
0613cf6

Support all target platforms for Windows and Ubuntu πŸŽ‰

Context

We have been publishing base, hub and editor images since September 2020.

Over time we've added support for all target platforms for Windows and Linux (Ubuntu) including Firebase SDK.

The images are in such a state that we believe they are ready to move into their first stable version.

  • Ubuntu-based Unity editor images, with support for all Unities supported target platforms for Linux
  • Windows-based Unity editor images, with support for all Unities supported target platforms for Windows (except those that require SDKs that require NDA)
  • Full support for Firebase SDK, which requires python. Both python2 and python3 are installed. python links to python2.

Limitations

  • MacOS-based Unity editor images. Please see MacOS Containers to follow the discussion

What's Changed?

Breaking changes

We now support python2 on all images and symlink python to python2 for all target platforms.
On iOS and Android target platforms we used to link python to python3 before. This is now changed to python2 instead.

In order to fix any breaking builds relying on Python 3, please make sure you reference /usr/bin/python3 directly, without the symlink or make sure your python entrypoint has a shebang (#!/usr/bin/env python3) indicating that Python3 should be used for your script.

Other changes

  • mac-mono: fix x64arm64/x64ARM64 case issue by @jsm174 in #158
  • Bump actions/checkout from 2 to 3 by @dependabot in #159
  • feat: support dedicated server builds by @paulpach in #162
  • deps: upgrade libstdc++ to support Autodesk FBX SDK for Unity by @jsm174 in #163

New Contributors

Full Changelog: v0.17.2...v1.0.0