Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2021.2.X
Votes
0
Found in
2020.3.6f1
Issue ID
1333693
Regression
No
[UIR] Dynamic Atlas doesn't get refreshed when importing from a cache server
Textures currently stored in a dynamic atlas do not get updated when they are reimported from the cache server.
Steps to reproduce:
1. Install a cache server (accelerator)
2. Unzip the provided project, and make sure that the images under the Dirty directory differ from those under the Clean directory. Re-save them if they're identical. Otherwise the asset database may think that they're identical.
3. Open the provided project, and setup the cache server settings
4. Replace the textures in Assets with those in the Dirty folder, and force a reimport
5. Replace the textures in Assets with those in the Clean folder, and force a reimport
6. Close Unity
7. Reopen the project
8. Open the metrics page of the cache server, and note the value of "Data Served from cache" (it should increase after step 10)
9. Back to Unity, open the window in Bug/TextureImport
10. Replace the textures in Assets with those in the Dirty folder through the explorer
11. Go back to Unity
Expected result: The window should now display the "dirty" textures
Actual result: The window still displays the "clean" textures
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder Scroll button for Code Preview section automatically selects all of the code
- Memory increases indefinitely when playing VLC video stream
- An invisible Element without edges is left over when a Preview is converted to a Floating Window in the Inspector
- All "Multiplayer Center" window becomes blank and "Console" displayes "ArgumentException: Cannot unschedule unknown scheduled function UnityEngine.UIElements.VisualElement+SimpleScheduledItem" when user changes docked "Multiplayer Center" window position
- Closing HDR Color window after selecting a colour with Colour Picker closes HDR Gradient Editor (linear) window as well
Add comment