unity-builder
unity-builder copied to clipboard
Build Unity projects for different platforms
Large Package handling improvements (auto update project manifest.json reference to shared directory in cloud runner environment)
LZ4 compression reduces storage by an amount similar (although slightly less effective than) zip. Users who make heavy use of Cloud Runner benefit from reducing overall storage size quite considerably....
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...
Fixes https://github.com/game-ci/unity-builder/issues/325
Hello and thanks or that awesome project. **Bug description** when a private repository contains git-lfs data, an error comes up in the build-action saying that git-lfs is missing the credentials:...
I don't know if it something with my configuration of a local runner, but something is preventing the Docker container from terminating. I think it is that Powershell never exits...
When the build fails (and doesn't exit! https://github.com/game-ci/unity-builder/issues/325) you have no way to see the actual Unity build log anymore. It seems to be temporarily visible while docker is running,...
Absolutely losing my mind trying to figure out why Docker on Windows has a 1GB memory limit that won't allow my app to build. This seems to be the issue:...
**Bug description** Game CI Unity build runs in /github/workspace path in docker. After getting build on Ubuntu, I move the file to macos with artifact. But some build inputs search...