You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install a Unity version with specific packages, if I run the command via RDP/cmd I get a different set of results, than if I run the same command via SSH (on the same server).
C:\Users\Admin>u3d available -u 2021.3.3f1 -p --verbose
DEBUG Loading modules for several versions: ["2021.3.3f1"]
DEBUG Using http opts: {:use_ssl=>#<MatchData "https">, :read_timeout=>300}
DEBUG No modules registered for UnityHub for version 2021.3.3f1
INFO Version 2021.3.3f1: https://download.unity3d.com/download_unity/af2e63e8f9bd/
INFO Packages:
INFO - Unity
INFO - Visualstudio
INFO - Visualstudioprofessionalunityworkload
INFO - Visualstudioenterpriseunityworkload
INFO - Android
INFO - Ios
INFO - Appletv
INFO - Linux-il2cpp
INFO - Linux-mono
INFO - Linux-server
INFO - Mac-mono
INFO - Mac-server
INFO - Universal-windows-platform
INFO - Webgl
INFO - Windows-il2cpp
INFO - Windows-server
INFO - Documentation
INFO - Language-ja
INFO - Language-ko
INFO - Language-zh-hans
INFO - Language-zh-hant
INFO - Android-sdk-ndk-tools
INFO - Android-sdk-platform-tools
INFO - Android-sdk-build-tools
INFO - Android-sdk-platforms-29
INFO - Android-sdk-platforms-30
INFO - Android-ndk
INFO - Android-sdk-command-line-tools
INFO - Android-open-jdk
C:\Users\Admin>
From SSH:
admin@TEST-PHX C:\Users\Admin>u3d available -u 2021.3.3f1 -p --verbose
DEBUG Loading modules for several versions: ["2021.3.3f1"]
DEBUG Using http opts: {:use_ssl=>#<MatchData "https">, :read_timeout=>300}
DEBUG No modules registered for UnityHub for version 2021.3.3f1
INFO No closest version from UnityHub found for version 2021.3.3f1
INFO Version 2021.3.3f1: https://download.unity3d.com/download_unity/af2e63e8f9bd/
INFO Packages:
INFO - Unity
INFO - Visualstudio
INFO - Visualstudioprofessionalunityworkload
INFO - Visualstudioenterpriseunityworkload
INFO - Android
INFO - Ios
INFO - Appletv
INFO - Linux-il2cpp
INFO - Linux-mono
INFO - Linux-server
INFO - Mac-mono
INFO - Mac-server
INFO - Universal-windows-platform
INFO - Webgl
INFO - Windows-il2cpp
INFO - Windows-server
admin@TEST-PHX C:\Users\Admin>
Issue Checklist
u3d --help
Issue Description
When trying to install a Unity version with specific packages, if I run the command via RDP/cmd I get a different set of results, than if I run the same command via SSH (on the same server).
Example when running via RDP from a
cmd
shell:The exact same server, same command, but running it via SSH:
Any clue what can be causing this behavior?
This is on
u3d v1.3.3
The text was updated successfully, but these errors were encountered: