Update automation to latest for existing release#516
Merged
SimonDarksideJ merged 1 commit intodevelopmentfrom Dec 2, 2025
Merged
Update automation to latest for existing release#516SimonDarksideJ merged 1 commit intodevelopmentfrom
SimonDarksideJ merged 1 commit intodevelopmentfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request modernizes the GitHub Actions automation infrastructure for the Unity UI Extensions project by replacing custom PowerShell-based workflow scripts with standardized third-party actions from buildalon and realitycollective organizations. The changes significantly simplify the CI/CD pipeline while maintaining multi-platform and multi-version Unity testing capabilities.
Key Changes
- Removed 8 complex custom workflow files containing PowerShell scripts for Unity builds, versioning, and release management
- Replaced the development build workflow with a streamlined version using
buildalon/unity-setup@v2,buildalon/activate-unity-license@v2,buildalon/create-unity-project@v2, andrealitycollectiveactions - Configured matrix testing across Ubuntu, Windows, and macOS with Unity versions 2019-2022 and 6000
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/development-buildandtestupmrelease.yml |
Modernized to use third-party actions instead of custom PowerShell scripts; contains several critical syntax errors and configuration issues |
.github/workflows/upversionandtagrelease.yml |
Deleted - custom versioning and tagging workflow removed |
.github/workflows/tagrelease.yml |
Deleted - custom release tagging workflow removed |
.github/workflows/rununitysinglebuild.yml |
Deleted - custom single Unity build workflow removed |
.github/workflows/rununitybuildmultiversion.yml |
Deleted - custom multi-version Unity build workflow removed |
.github/workflows/refreshbranch.yml |
Deleted - custom branch refresh workflow removed |
.github/workflows/main-publish.yml |
Deleted - custom main publish workflow removed |
.github/workflows/getpackageversionfrompackage.yml |
Deleted - custom package version extraction workflow removed |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unity UI Extensions - Pull Request
Overview
Update automation to latest for existing release