Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
3.4
Issue ID
HUBX-734
Regression
No
The contents of the "hubConfig.json" file get reset to defaults when opening Unity Hub
Steps to reproduce:
1. Completely close Unity Hub
2. Navigate to "C:\\Users\\%username%\\AppData\\Roaming\\UnityHub" and open the "hubConfig.json" file with a preferred text editor
3. Set the "hubDisableAutoUpdate" flag from 'false' to 'true' and save the file
4. Open Unity Hub
5. Repeat step 2
6. Observe the flag of "hubDisableAutoUpdate"
Expected result: the flag remains set to true
Actual result: the flag got reset to false
Reproducible with: 3.0.1
Notes:
- The issue reproduces with any value changed in the "hubConfig.json" file
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
- "Unsupported texture format R16 for a swizzle" error and texture is not correctly rendered when using texture Swizzle and reimporting texture asset
- Tab order is incorrect after re-ordering
- [Ubuntu] Red squares instead of ticks in dropdown options
- Multiple simultaneous input with the touch screen sometimes leaves button in not default state
- Crash on ShowDelayedContextMenu(bool) when changing the Size options of a Visual Element in the UIToolkit Inspector
Resolution Note:
There are no fixes planned for this Bug
Resolution Note:
This situation is as designed. This file (hubConfig.json) is a cache file, and not meant to be user editable. The file that is user editable is the services-config.json file. Please see comment(s).