docker icon indicating copy to clipboard operation
docker copied to clipboard

Series of CI-specialised docker images for Unity.

Results 32 docker issues
Sort by recently updated
recently updated
newest added

As brought up by @EliasVal: > Why are Unity versions that have reached EOL are still having tests ran with? 2018.x, 2019.x and 2020.x have reached their EOL's a long...

**Bug description** When building the project ([Link](https://github.com/JohannesDeml/UnityWebGL-LoadingTest)) with Unity 2023.1.0f1 with urp ([Branch](https://github.com/JohannesDeml/UnityWebGL-LoadingTest/tree/2023.1-urp)) I get the following error: ``` emcc: error: '/opt/unity/Editor/Data/PlaybackEngines/WebGLSupport/BuildTools/Emscripten/llvm/wasm-ld @/tmp/emscripten_v1u3qz8c.rsp.utf-8' failed (received SIGKILL (-9)) ``` The build...

bug

**Bug description** There appears to be some issue with 2022.2.x docker images and burst. It's not an issue with compiling as it doesn't reach the stage where it starts building....

bug

In China, Unity has a chinese special edition, whether the docker image can add support for the chinese special edition of unity? --- Additional official api support is provided for...

enhancement

What command can be used to compile the program used by Windows? ``` kind: pipeline type: docker name: autoUpload node: name: nas-runner steps: - name: 自动编译 image: unityci/editor:2021.3.13f1-base-1.0.1 commands: -...

question

**Bug description** I upgraded one of my projects to 2021.2.0. Everything works in the editor, but the CI build fails **How to reproduce** - Create a unity build with 2021.2.0...

bug

**Bug description** Linux server build fails in GitHub Actions after update of Unity Editor version from ` unityci/editor:ubuntu-2022.3.16f1-linux-il2cpp-3.0.1` to `unityci/editor:ubuntu-6000.0.0f1-linux-il2cpp-3.0.1 ` Error: ``` #152 142.8 Error building Player: Dedicated Server...

bug

**Bug description** We are previously running our Unity CI builds on Windows, and wanted to run them in an isolated docker container environment for security reasons. The unity version is...

bug

If I run the editor in batch mode, and set the `user` parameter, I end up with this error : ``` [Licensing::Module] Trying to connect to existing licensing client channel......

bug

**Context** Hi, is there any plan to publish images with VisionPro module to Docker Hub? Currently we have to build and manage the image by ourselves. **Suggested solution** We can...

enhancement
help wanted