Buildalon Unity Setup
Version updated for https://github.com/buildalon/unity-setup to version v2.3.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 44 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Buildalon Unity Setup is a GitHub Action designed to automate the installation and configuration of the Unity Game Engine within CI/CD workflows. It simplifies setting up specific Unity versions, build targets, and modules across multiple operating systems, enabling seamless integration for tasks such as automated builds and testing. This action addresses the challenges of maintaining consistent Unity environments and provides capabilities like version management, caching, and multi-platform support.
Release notes
What’s Changed
- unity-setup@v2.3.0 by @StephenHodgson in https://github.com/buildalon/unity-setup/pull/49
- add
cache-installationinput option to use GitHub actions cache to store installation for faster setup
- add
Full Changelog: https://github.com/buildalon/unity-setup/compare/v2.2.3...v2.3.0