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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
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).