Search Issue Tracker
Fixed
Fixed in 3.15.3-beta.1
Votes
0
Found in [Package]
3.14.0
Issue ID
HUBX-1480
Regression
No
Unity Hub requires elevated privileges when hubDisableElevate is set to true in the services-config.json file
How to reproduce:
1. Open the services-config.json file (located at C:\ProgramData\Unity\config\services-config.json)
2. Modify it with the code lines provided in the note
3. Install any Editor version via Unity Hub (Installs > Install Editor)
4. Observe the installation of the Editor version
Expected result: Installation proceeds without an elevation (admin rights) request.
Actual result: After the editor download completes, an elevation request appears.
Reproducible with: 3.14.0
Reproduced on: Windows 11
Not reproduced on: No other environment tested
Note:
Modify the services-config.json file by inserting these code lines:
{{"hubDisableElevate": true,}}
{{"machineWideSecondaryInstallLocation": "C:\UnityEditors"}}
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
Resolution Note (fix version 3.15.3-beta.1):
The issue has been resolved.