unity-builder
unity-builder copied to clipboard
Build Unity projects for different platforms
The build process cannot resolve package dependencies because it cannot fetch private git packages. I could not find any documentation on gitPrivateToken so I tried piecing it together from the...
Hello A simple version of unity licensing server support for Windows using the same logic as the existing Linux implementation. #### Changes - Modify the step files `activate.ps1` and `return_license.ps1`...
Removed all instances of interpolated strings from editor scripts so we don't get compiler errors on old versions of .NET in Unity 2018 #### Changes - ... #### Related Issues...
Hello, According to the documentation, UPM authentication on Ubuntu is configured by creating the upmconfig file under `/home/runner/work/_temp/_github_home`. In which directory should this file be placed on Windows runners? I...
Hi! I'm currently trying to set up a bare-metal, self-hosted Windows runner for workflows using unity-builder@v4. However, I keep running into issues and I'm starting to wonder if it's been...
Hey! **Bug description** I am trying to set up a build pipeline, and since we have a lot of spare Windows 10 workstations around, I felt it would be a...
**Bug description** After following instructions for multiple private GitHub repositories, the builder still fails to pull packages due to SSH hostname resolution errors. This is the error message: ``` com.example.package:...
**Bug description** When using game-ci/unity-builder@v2 on self-hosted linux docker machine some error occurs: /bin/bash: /entrypoint.sh: Is a directory Error: The process '/usr/bin/docker' failed with exit code 126 **How to reproduce**...
**Bug description** I'm not 100% sure this is a bug but I can't find any resources on it anywhere. Essentially, I followed the docs on setting up multiple private repos...
We have a old unity project (over 10 years in dev) that crashes the unity editor when the project exits. We don't know why. It looks like in V4 when...