Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.09 KB

File metadata and controls

37 lines (24 loc) · 1.09 KB

CI/CD in Unity

⧀ back

A list of ways to do CI/CD in Unity projects

Support Table

Service 🤖 🍎 🟦 🧍‍♀️ 🌐
Unity Cloud Build
Azure DevOps
GitHub Actions

Legend

  • 🤖 Android
  • 🍎 iOS
  • 🟦 UWP (Windows / HoloLens)
  • 🧍‍♀️ Standalone
  • 🌐 WebGL

Unity Cloud Build

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

Azure DevOps

Good cross-platform support, though having to install Unity each time makes it slow

GitHub Actions