Releases: RageAgainstThePixel/unity-cli
Releases · RageAgainstThePixel/unity-cli
unity-cli@v1.4.2
What's Changed
- unity-cli@v1.4.2 by @StephenHodgson in #34
- added LicensingClient.Activate optional parameter skipEntitlementCheck
- added workflow timeline
Full Changelog: v1.4.1...v1.4.2
unity-cli@v1.4.1
What's Changed
- unity-cli@v1.4.1 by @StephenHodgson in #33
- fix false positive hub command error non-zero exit code
Full Changelog: v1.4.0...v1.4.1
unity-cli@v1.4.0
What's Changed
- unity-cli@v1.4.0 by @StephenHodgson in #32
- refactored android sdk installation
- require elevated permissions check on windows when installing android sdks
- fix java exceptions on linux android installation
- fix ProjectSettings/ProjectVersion.txt parsing for older projects
- fix module validation
- fix setup-project -u not overriding the version in project
- fix project template lookups for older unity versions prior to 2019
- refactored android sdk installation
Full Changelog: v1.3.3...v1.4.0
unity-cli@v1.3.3
What's Changed
- unity-cli@v1.3.3 by @StephenHodgson in #31
- throw an error if android sdk installation is not ran in elevated terminal
- remove inherited env from android sdk processes
Full Changelog: v1.3.2...v1.3.3
unity-cli@1.3.2
What's Changed
- unity-cli@1.3.2 by @StephenHodgson in #30
- fix android sdk license acceptance input
Full Changelog: v1.3.1...v1.3.2
unity-cli@v1.3.1
What's Changed
- unity-cli@v1.3.1 by @StephenHodgson in #29
- added
unity-cli open-project --build-target <option>for specifying an active build target to open the project with - bump deps
- misc formatting and fixes
- added additional build target tests
- fix android sdk installation
- added
Full Changelog: v1.3.0...v1.3.1
unity-cli@v1.3.0
What's Changed
- unity-cli@v1.3.0 by @StephenHodgson in #28
- add
sign-packagecommand to sign upm packages - added release channel support when looking up glob versions of the editor
- fixed
UnityVersionrelease channel sortingf > b > a - changed
UnityHub.ListAvailableReleasesreturn type fromstring[]toUnityVersion[]
- add
Full Changelog: v1.2.3...v1.3.0
unity-cli@v1.2.3
What's Changed
- unity-cli@v1.2.3 by @StephenHodgson in #27
- fixed open-project -u not overriding project version
Full Changelog: v1.2.2...v1.2.3
unity-cli@v1.2.2
What's Changed
- unity-cli@v1.2.2 by @StephenHodgson in #24
- added additional version checks
- add Rosetta 2 exec on mac for x86_64 editors
- add support for floating license config as path AND base64 string
- fix occasional race condition when starting editor process exits faster than logs can be seen
Full Changelog: v1.2.1...v1.2.2
unity-cli@v1.2.1
What's Changed
- unity-cli@v1.2.1 by @StephenHodgson in #21
- Hotfix to install libssl 1.1.1 for 2021.x editors
- Added a new
uninstall-unitycommand to uninstall unity editors by path or by version. - Added a new
open-projectcommand to launch a Unity project directly from the CLI, automatically resolving the Unity version and editor path. - Refactored command options for
run,list-project-templates, andcreate-projectto support both Unity version and editor path resolution, with clearer error handling if neither is specified - Refactored command options for
run,list-project-templates, andcreate-projectto support both Unity version and editor path resolution, with clearer error handling if neither is specified
Full Changelog: v1.2.0...v1.2.1