-
Notifications
You must be signed in to change notification settings - Fork 8
Supported Platforms
Astrid Avalin Soerensen edited this page May 9, 2025
·
6 revisions
This page lists the currently supported build and deploy targets in the Unity-CI-Templates pipeline.
โ Note: Some deploy targets are fully tested, while others are available but still experimental.
| 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 | โ Tested | 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) | โ Supported | Uploads to user-provided servers over SSH |
If you want to add support for a new platform or deploy target:
- Open a discussion to suggest or propose it.
- Check if thereโs a community-contributed extension.
- Fork the repo and try implementing it โ contributions are welcome!
| 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.