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

**Bug description** Pipeline failes to build (same commit works with unityci/editor:2020.3.33f1-ios-1.0.1). **How to reproduce** Launch a pipeline with Unity 2021.3.1f1 (or 2021.3.0f1) and with ARFoundation 4.2.2. ``` Library/PackageCache/[email protected]/Editor/ARKitReferenceImageLibraryBuildProcessor.cs(140,35): error CS0246:...

bug

The 2019.4.40f android image is built incorrectly: https://github.com/game-ci/docker/runs/6927790971?check_suite_focus=true#step:12:7674 ``` #9 308.7 Progress: #9 308.7 [2019.4.40f1 - Android SDK Platform Tools] installed successfully. #9 308.7 [2019.4.40f1 - Android SDK & NDK...

bug

**Description** Some time ago I've started to investigate can the image be smaller. I've managed to reduce image size three times (from 3 GB to 1 GB). The reasoning behind...

enhancement

**Context** Although I've successfully managed to get sonarqube analysing in my gitlab pipeline, the runs could be made significantly faster by adding some commands to the docker image. **Suggested solution**...

enhancement

**Bug description** I'm using the `ubuntu-2021.3.2f1-android-1.0.1` image to build the project. However the build fails with the message ``` Burst requires the android NDK to be correctly installed (it can...

bug

**Bug description** I am unable to activate Unity from the command line on the linux container in versions >= 2020.3.17. This effects some versions of Unity 2019.4. It does not...

bug
bug in unity

**Bug description** I created a Drone.io pipeline with your images. I took inspiration from the gitlab and Travis examples. Here is the `.drone.yml`: .drone.yml ```yaml globals: - &unity3d-base volumes: -...

bug
bug in unity

We have a major issue of duplicate workflows and more complicated logic as Unity continues to add/remove modules for different versions of the Editor. To fix this, the versioning-backend will...

This serves as an alternative to #150 and game-ci/versioning-backend#39. It adds an additional internal github action to handle issues caused by varying module names and compatibility being added for additional...

**Description** We can currently build for Linux il2cpp and Windows il2cpp using the 1 docker image for Unity on Linux. However, Mac il2cpp can only be built currently on Mac...

enhancement