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
- Static constructor in a struct returns false when running tests with IL2CPP
- Console throws warnings and a MissingReferenceException error for XR packages when doing a clean project import
- [Linux][IL2CPP] Dedicated server crashes when calling Socket.Send
- [2D URP] Documentation link on 3D Renderer Data doesn't work
- Depth is not rendered in a depth-only camera which is set up by a custom script
Add comment