Skip to content

Releases: RageAgainstThePixel/unity-cli

unity-cli@v1.4.2

20 Oct 21:20
8e1fcff

Choose a tag to compare

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

19 Oct 20:24
aa64ce3

Choose a tag to compare

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

19 Oct 19:57
69c5940

Choose a tag to compare

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

Full Changelog: v1.3.3...v1.4.0

unity-cli@v1.3.3

18 Oct 00:11
8736559

Choose a tag to compare

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

17 Oct 15:59
37b66b8

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

unity-cli@v1.3.1

17 Oct 15:59
4e6a43f

Choose a tag to compare

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

Full Changelog: v1.3.0...v1.3.1

unity-cli@v1.3.0

08 Oct 05:16
3445ac4

Choose a tag to compare

What's Changed

  • unity-cli@v1.3.0 by @StephenHodgson in #28
    • add sign-package command to sign upm packages
    • added release channel support when looking up glob versions of the editor
    • fixed UnityVersion release channel sorting f > b > a
    • changed UnityHub.ListAvailableReleases return type from string[] to UnityVersion[]

Full Changelog: v1.2.3...v1.3.0

unity-cli@v1.2.3

07 Oct 22:17
0ce2f47

Choose a tag to compare

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

07 Oct 21:03
3a81c8f

Choose a tag to compare

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

07 Oct 03:26
b8339c3

Choose a tag to compare

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-unity command to uninstall unity editors by path or by version.
    • Added a new open-project command 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, and create-project to support both Unity version and editor path resolution, with clearer error handling if neither is specified
    • Refactored command options for run, list-project-templates, and create-project to support both Unity version and editor path resolution, with clearer error handling if neither is specified

Full Changelog: v1.2.0...v1.2.1