Merged
Conversation
Member
StephenHodgson
commented
Sep 15, 2025
- Hello World!
- Hello World!
added license-version, activate-license and return-license commands
There was a problem hiding this comment.
Pull Request Overview
This PR introduces the initial version (v1.0.0) of unity-cli, a command line utility for the Unity Game Engine designed to automate common tasks in Unity projects for CI/CD DevOps pipelines.
Key changes include:
- Core Unity licensing functionality with support for personal, professional, and floating licenses
- Command-line interface with license activation/deactivation commands
- Cross-platform Unity Hub integration for Windows, macOS, and Linux
Reviewed Changes
Copilot reviewed 12 out of 15 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Defines project metadata, dependencies, and npm scripts |
| src/index.ts | Main CLI entry point with commander-based command definitions |
| src/license-client.ts | Core licensing functionality with Unity Hub integration |
| src/unity-hub.ts | Unity Hub platform-specific path resolution |
| src/utilities.ts | Utility functions for file resolution and secure input |
| tests/basic.test.ts | Basic test setup with Jest |
| tsconfig.jest.json | TypeScript configuration for Jest tests |
| jest.config.mjs | Jest configuration for ESM TypeScript testing |
| README.md | Basic documentation and installation instructions |
| .npmignore | NPM package exclusion rules |
| .github/CODEOWNERS | GitHub code ownership configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
standardize outputs with --json output
update deps
fix glob lookup for android sdk
try killing child processes differently on linux/macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.