Skip to content

unity-cli@v1.0.9#10

Merged
StephenHodgson merged 5 commits intomainfrom
fix/mac-hanging-on-editor-install
Sep 29, 2025
Merged

unity-cli@v1.0.9#10
StephenHodgson merged 5 commits intomainfrom
fix/mac-hanging-on-editor-install

Conversation

@StephenHodgson
Copy link
Copy Markdown
Member

  • fix macOS unity editor install hang

- fix macOS unity editor install hang
Copilot AI review requested due to automatic review settings September 29, 2025 14:44
Copy link
Copy Markdown

Copilot AI left a 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 PR fixes a macOS Unity editor install hang issue and includes some code organization improvements. The main fix involves changing how the Unity Hub installation completion is detected to prevent hanging during the installation process.

  • Fixed macOS Unity editor install hang by correcting the completion detection logic
  • Reorganized import statements for better consistency across modules
  • Updated package version to 1.0.9

Reviewed Changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/unity-hub.ts Fixed install hang by using outputLine instead of output for completion detection and added warning log
src/unity-project.ts Reordered imports to move ResolveGlobToPath import after UnityVersion
src/index.ts Alphabetically reorganized export statements
package.json Bumped version from 1.0.8 to 1.0.9
README.md Added documentation note about regex pattern support for template option

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread src/unity-hub.ts
@StephenHodgson StephenHodgson merged commit bb23032 into main Sep 29, 2025
16 checks passed
@StephenHodgson StephenHodgson deleted the fix/mac-hanging-on-editor-install branch September 29, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants