game-ci / docker

Series of CI-specialised docker images for Unity.
https://hub.docker.com/u/unityci
MIT License
392 stars 121 forks source link

Missing image with IL2CPP for mac #203

Closed jp closed 1 year ago

jp commented 1 year ago

Context

We use IL2CPP for the compilation on our project, and we want to build macos releases.

The docker images for mac are only using mono, despite IL2CPP being officially supported.

https://docs.unity3d.com/2022.2/Documentation/Manual/macOSIL2CPPScriptingBackend.html

Here are all the mac docker images for 2022.2.3f1: https://hub.docker.com/r/unityci/editor/tags?page=1&name=2022.2.3f1-mac

Suggested solution

Would it be possible to add the IL2CPP image for Mac?

Considered alternatives

We tried to use the Mono image, but it leads to many issues on our project.

jp commented 1 year ago

This is a duplicate of https://github.com/game-ci/docker/issues/55