Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.12f1
2019.1.0a1
2019.2.0a1
Issue ID
1145033
Regression
No
Sprite shows Atlas garbage when waiting for Late Binded Atlas to load
Reproduction steps:
1. Open the attached project from "NewAtlasTest.zip"
2. Open the "SampleScene" and Play it
3. Press on the "Load Dialog" button
Expected result: No Atlas garbage can be seen while loading the Sprite
Actual result: Atlas garbage can be seen while loading the Sprite
Reproduced on: 2017.4.25f1, 2018.3.13f1, 2019.1.0f2, 2019.2.0a11
Note:
- According to https://docs.unity3d.com/Manual/class-SpriteAtlas.html, Late Binded Atlases are supposed to show an empty Sprite
- Loading is delayed by using coroutine in this scenario
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 (2019.3.X):
low priority defect and unlikely to be fixed for the moment.