docker
docker copied to clipboard
Series of CI-specialised docker images for Unity.
Your Docker image and GitHub Actions are great for testing the Unity project in CI. 👍 BTW, Unity package developers (including me) are concerned about whether their packages will work...
**Bug description** If unity in the container got the wrong license activation file (or credentials, I guess, didn't check) it fails to build / test with exit code 0. Which...
**Bug description** When using the `runAsHostUser` flag in unity-builder and unity-test-runner, `xvfb-run` is invoked without root privileges. This causes the following errors: `_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not...
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 3 to 4. Release notes Sourced from peter-evans/dockerhub-description's releases. Docker Hub Description v4.0.0 ⚙️ Updated runtime to Node.js 20 The action now requires a minimum version of...
I am trying to use the Docker image `unityci/editor:ubuntu-2022.3.18f1-webgl-3.0.1` on a Mac with Apple Silicon (M1/M2) to run the following command after setting the license: ``` unity-editor -enablePackageManagerTraces -logfile /dev/stdout...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
**Bug description** When using the docker image "unityci/editor:windows-2021.3.1f1-windows-il2cpp-1.0.1", to build reference-project, the produced application only displays a white screen. **How to reproduce** The following instructions are performed on Windows 10...
# Bug description We recently switched to a self-hosted agent to reduce costs, however, we are no longer able to Build for the WebGL or Android platforms as there are...