We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vpm check hub
Describe the bug vpm check hub returns 0 even when Unity Hub is missing
VPM CLI version: 0.1.13
To Reproduce Steps to reproduce the behavior:
# Windows [18:06:19 INF] Found Unity Hub version at C:\Program Files\Unity Hub\Unity Hub.exe
# macOS [17:59:47 INF] Could not find Unity Hub, please install it.
%ERRORLEVEL%
$?
Expected behavior vpm check hub should return 1 as described in CLI docs.
Desktop (please complete the following information):
Additional context On Windows, it looks like the registry key still exists but the cli doesn't check whether the exe actually exists.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
vpm check hub
returns 0 even when Unity Hub is missingVPM CLI version: 0.1.13
To Reproduce
Steps to reproduce the behavior:
vpm check hub
.%ERRORLEVEL%
and$?
is 0.Expected behavior
vpm check hub
should return 1 as described in CLI docs.Desktop (please complete the following information):
Additional context
On Windows, it looks like the registry key still exists but the cli doesn't check whether the exe actually exists.
The text was updated successfully, but these errors were encountered: