-
-
Notifications
You must be signed in to change notification settings - Fork 0
unity-cli@v1.2.1 #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unity-cli@v1.2.1 #21
Conversation
- hotfix to install libssl 1.1.1 for 2021.x editors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This is a hotfix release (v1.2.1) that adds support for installing libssl 1.1.1 for Unity 2021.x editors, addressing SSL dependency issues for newer Unity versions.
- Extended the libssl installation condition to include Unity 2021.x versions
- Updated a logging message from info to debug level for better log verbosity control
- Bumped package version to 1.2.1
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/unity-hub.ts | Added Unity 2021.x version check to libssl installation logic |
| src/license-client.ts | Changed log level from info to debug for licensing client reuse message |
| package.json | Bumped version from 1.2.0 to 1.2.1 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
made commands simpler
uninstall-unitycommand to uninstall unity editors by path or by version.open-projectcommand to launch a Unity project directly from the CLI, automatically resolving the Unity version and editor path.run,list-project-templates, andcreate-projectto support both Unity version and editor path resolution, with clearer error handling if neither is specifiedrun,list-project-templates, andcreate-projectto support both Unity version and editor path resolution, with clearer error handling if neither is specified