game-ci / unity-builder

Build Unity projects for different platforms

Home Page:https://github.com/marketplace/actions/unity-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Unity 6000.0.3f1 docker images

timcassell opened this issue · comments

Bug description

unity-builder action fails with Unity 6000.0.3f1.

Unable to find image 'unityci/editor:ubuntu-6000.0.3f1-linux-il2cpp-3' locally

Expected behavior

unity-builder succeeds

Additional details

It looks like 6000.0.3 docker images don't exist.

To avoid any confusion, please note that Unity 6 support is present with GameCI.

⚠️ The problem here is that it looks like updated the format of their page and our automated job to retrieve new versions don't see them anymore. 👀

We rely on their releases/editor/archive page and I can confirm that the following versions are listed there right now:

  • 6000.0.4f1
  • 6000.0.3f1

But our Supported Editor Versions page doesn't list them there.

We most likely need to update our versioning-backend. Further investigation is necessary. We have some related documentation in our FAQ.

There was a related discussion as well on Discord which I tought was initially caused by Unity not updating their page, but since then, the version hasn't been seen by our automated system and The page style and organization really seem to have change since last time I checked.

The way it used to look like:
CleanShot 2024-05-30 at 11 59 03

How it looks like now:
CleanShot 2024-05-30 at 11 59 04

Definitely, Unity changed something ;)