Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.41f1
6000.0.15f1
7000.0.0a1
Issue ID
UUM-77971
Regression
No
Users are able to change Package and Asset cache Preferences whilst Installations are ongoing
Steps to reproduce:
- Create or open any Project
- Navigate to Window > Package Manager
- Navigate to Edit > Preferences > Package Manager
- In the Package Manager Window, start installing a Package, e.g. "2D Sprite"
- Whilst the installation starts, in Package Manager Preferences change the location of "Packages":"Cache Location" to something else than default
Actual results: Various errors will be presented to the user depending on the Package, with "2D Sprite", "TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations" Errors are spammed and cannot be stopped. Sometimes some Settings are not created for Packages and other Errors are present
Expected results: Changing the location of Package Cache and Asset Cache shouldn't be available to users whilst Package or Asset installations are ongoing
Reproducible with versions: 2022.3.41f1, 6000.0.15f1
Can’t test with versions: 2021.3.41f1 (No Package Cache Preferences)
Tested on (OS): Windows 11
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
After investigating this issue, we decided that we won't fix it. It is acceptable for users to change the cache location during the download process (the period between clicking the install button and right before the small pop-up installing window). The installation will automatically take the new location into account during which the cache location cannot be altered. The console errors we're seeing are a result of frequent changes to the cache location, which lead to difficulties in locating already installed packages. Therefore, addressing this issue alone won't eliminate those errors.