unity-license-activate
unity-license-activate copied to clipboard
Ubuntu docker image failing to find 2023.2.3f1 version
Bug description
Github action is failing to find the docker image for unity version 2023.2.3f1. The image name has changed from ubuntu-{unityVersion}-linux-il2cpp-1
to ubuntu-{unityVersion}-linux-il2cpp-3
.
How to reproduce
Use the action as per documentation with ubuntu as platform target and 2023.2.3f1
as the version
- Expected behavior
For it to be able to find the relevant docker image with the latest supported version of unity 2023.2.3f1
.
Additional details
I have reverted to 2023.1.8f1
for the mean time.
Thank you