Skip to content

Roadmap

Astrid Avalin SΓΈrensen edited this page Feb 23, 2026 · 7 revisions

πŸš€ Unity-CI-CD Roadmap

This document tracks the major features and improvements we aim to deliver for the Unity-CI-CD project.
Want to suggest something or help contribute? Please open a Discussion or an Issue.


βœ… Completed / Supported

  • Modular CI/CD pipeline for Unity projects
  • Supports preview, release candidate, and release builds
  • Automated Unity testing (edit mode, play mode)
  • GitHub Releases integration
  • Deploy to GitHub Pages, itch.io, Firebase, S3, Steam, and more
  • Discord + Slack notifications

πŸ›  In Progress / Planned

Feature Status Notes
Migrate YAML workflows to reusable actions Ongoing Gradually replace inline YAML with composite actions for better modularity and DRY code
Force combined artifact mode Planned Add option to enforce combined artifacts even if not strictly required
Quiet Mode implementation Planned Suppress verbose logs in entire CI/CD runs
Add Microsoft Teams notifications Planned Extend notify step to support Teams
Support more build target platforms Planned Example: UWP, Oculus, Microsoft HoloLens
Support more deploy target platforms Planned Example: AppCenter, Google Play, TestFlight
Verify Build Profiles Planned Ensure the selected Unity Build Profiles are properly applied during CI builds

πŸ’‘ Future Ideas (Open for Discussion)

  • Template wizard or setup generator
  • GitHub App integration (instead of pure Actions)
  • Visual status dashboard (per-project deploy + release status)

✨ How to Contribute

We welcome your help!
If you want to tackle one of these features, please:

  1. Check for an open Issue or create one.
  2. Comment or open a Discussion to signal interest.
  3. Follow the contribution guidelines.

Clone this wiki locally