-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Issue Checklist
- I'm using the latest u3d version
- I ran
u3d --help - I read the README
- I made sure that a similar issue doesn't exit
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:
C:\Users\Admin>u3d available -u 2021.3.3f1 -p
Version 2021.3.3f1: https://download.unity3d.com/download_unity/af2e63e8f9bd/
Packages:
- Unity
- Visualstudio
- Visualstudioprofessionalunityworkload
- Visualstudioenterpriseunityworkload
- Android
- Ios
- Appletv
- Linux-il2cpp
- Linux-mono
- Linux-server
- Mac-mono
- Mac-server
- Universal-windows-platform
- Webgl
- Windows-il2cpp
- Windows-server
- Documentation
- Language-ja
- Language-ko
- Language-zh-hans
- Language-zh-hant
- Android-sdk-ndk-tools
- Android-sdk-platform-tools
- Android-sdk-build-tools
- Android-sdk-platforms-29
- Android-sdk-platforms-30
- Android-ndk
- Android-sdk-command-line-tools
- Android-open-jdk
C:\Users\Admin>
The exact same server, same command, but running it via SSH:
admin@TEST-PHX C:\Users\Admin>u3d available -u 2021.3.3f1 -p
No closest version from UnityHub found for version 2021.3.3f1
Version 2021.3.3f1: https://download.unity3d.com/download_unity/af2e63e8f9bd/
Packages:
- Unity
- Visualstudio
- Visualstudioprofessionalunityworkload
- Visualstudioenterpriseunityworkload
- Android
- Ios
- Appletv
- Linux-il2cpp
- Linux-mono
- Linux-server
- Mac-mono
- Mac-server
- Universal-windows-platform
- Webgl
- Windows-il2cpp
- Windows-server
admin@TEST-PHX C:\Users\Admin>
Any clue what can be causing this behavior?
This is on u3d v1.3.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels