Closed tbodt closed 4 months ago
Worked around by giving a path to this shell script as the path for unity hub
#!/bin/bash
hub="/Applications/Unity Hub.app/Contents/MacOS/Unity Hub"
if [[ "$1" == "--" && "$2" == "--headless" && $3 == "editors" ]]; then
cat /tmp/editors
(
"$hub" "$@" > /tmp/editors
) & disown
exit
fi
"$hub" "$@"
This should be out soon as a new VPM CLI release
A new version of VPM CLI has been released with an increased time out.
The version is 0.1.26
Thanks for reporting the issue!
Describe the bug
vpm check unity returns
because
and as I found in a decompiler there's a 5 second timeout on this command.
To Reproduce
vpm check unity
Expected behavior
success
Screenshots
No response
Related Product
VCC (VRChat Creator Companion)
Product Version
vpm 0.1.25
OS
macOS / Linux
Additional context
No response