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
- UnityLinker causes crash when outputting snapshot data for very large projects
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
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).