Search Issue Tracker
Active
Under Consideration for 3.17.X
Votes
0
Found in [Package]
3.15.3
Issue ID
HUBX-1596
Regression
Yes
[Windows 11 ARM] Providing command line options -a arm64 or --architecture arm64 downloads wrong editor architecture (x64)
Steps to reproduce:
- Open terminal (CMD)
- Try downloading any Unity editor using -a arm64 or --architecture arm64 command line options
- Example: "C:\Program Files\Unity Hub\Unity Hub.exe" -- --headless install --version 6000.3.0f1 --changeset d1870ce95baf -a arm64
\\
Actual results:
Version is downloaded with x64 architecture not ARM64
Expected results:
Version is downloaded with ARM64 architecture
\\
Reproducible with versions:
3.15.3
\\
Tested on (OS):
Windows 11 ARM 64
\\
Notes:
- Works as expected on MacBook M1 machines
- https://docs.unity3d.com/hub/manual/HubCLI.html - states these command line options should work
- Providing NO options, the downloader defaults to the correct architecture ARM64
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
- Inconsistent “Favorites” icon highlight in Unity Hub
Add comment