unity-builder icon indicating copy to clipboard operation
unity-builder copied to clipboard

Build Linux IL2CPP on Windows machine

Open wilg opened this issue 2 years ago • 2 comments

It's possible to build Linux IL2CPP on a Windows version of Unity, which would save me from having to buy another machine!

I believe this is also possible from a Mac version of Unity.

Currently this results in:

Unable to find image 'unityci/editor:windows-2021.3.9f1-linux-il2cpp-1' locally

But I'm seeing if I can work around this.

wilg avatar Sep 21 '22 00:09 wilg

We should probably add logic for the Windows machine to switch the docker backend from Windows images to Linux images and us the existing ubuntu based image.

Also note that Windows runners are twice as expensive as Linux runners, and we do support Linux IL2CPP on a linux runner already.

webbertakken avatar Sep 21 '22 08:09 webbertakken