A list of ways to do CI/CD in Unity projects
Service | 🤖 | 🍎 | 🟦 | 🧍♀️ | 🌐 |
---|---|---|---|---|---|
Unity Cloud Build | ✔ | ✔ | ❌ | ✔ | ✔ |
Azure DevOps | ✔ | ✔ | ✔ | ✔ | ✔ |
GitHub Actions | ❕ | ✔ | ❌ | ✔ | ✔ |
Legend
- 🤖 Android
- 🍎 iOS
- 🟦 UWP (Windows / HoloLens)
- 🧍♀️ Standalone
- 🌐 WebGL
Recommended as the default go-to - comes with Unity Teams Advanced subscription, easy to set up and use. Only downer is lack of UWP support.
See Documentation
Good cross-platform support, though having to install Unity each time makes it slow