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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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).