-
Notifications
You must be signed in to change notification settings - Fork 9
Supported Platforms
Astrid Avalin SΓΈrensen edited this page Dec 6, 2025
·
7 revisions
This page lists the currently supported build and deploy targets in the Unity-CI-CD pipeline.
| Platform | Status | Notes |
|---|---|---|
| WebGL | β Supported | Fully tested, works with GitHub Pages, itch.io, Firebase |
| Android | β Supported | Requires Android SDK setup |
| iOS | β Supported | Requires Apple Developer setup + TestFlight |
| macOS | β Supported | Requires macOS runners (self-hosted or hosted) |
| Windows | β Supported | Available, runs on hosted Windows runners |
| Linux | β Supported | Available, runs on Ubuntu runners |
| Deploy Target | Status | Notes |
|---|---|---|
| GitHub Pages | β Supported | For WebGL builds, deploys to gh-pages
|
| itch.io | β Experimental | Uses Butler CLI for uploads |
| Firebase Hosting | β Experimental | Requires Firebase token and project setup |
| AWS S3 | β Experimental | Requires AWS credentials + bucket |
| Steam (SteamCMD) | β Experimental | Needs Steam credentials + app setup |
| App Center | β Experimental | Requires App Center API token and app setup |
| TestFlight | β Experimental | Requires Apple API key and private key |
| Custom Server (SCP/Rsync) | β Experimental | Uploads to user-provided servers over SSH |
π See detailed setup for each deploy target:
Deployment Guide
| Platform | Special Requirements |
|---|---|
| Android | Set up Android SDK + configure signing if needed |
| iOS / TestFlight | macOS runner, Apple Developer account, API keys |
| Steam | SteamCMD, valid Steam credentials, depot setup |
| AWS S3 | AWS CLI, access key + secret key, target bucket |
| itch.io | Butler CLI, itch.io account + project name |
Letβs build better Unity pipelines together! π
Need help? Join the Discussions or open an Issue.