Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2019.4.X, 2020.3.X, 2021.1.X
Votes
0
Found in
2019.4
2019.4.18f1
2020.2
2021.1
2021.2
Issue ID
1310284
Regression
No
SpriteAtlas Exception in uGUI's binding code
Reproduction steps:
1. Open attached project "AtlasCanBindToRepro.zip" and scene "SampleScene"
2. Enter Play Mode
3. In Game View, press the "Do Test" button
4. In Game View, observe "RuntimeImage" GameObjects
5. Observe Console window
Expected result: No errors, "RuntimeImage" GameObjects' Image components are populated with a sprite texture
Actual result: "Sprite Atlas : Exception triggering <...>" error, "RuntimeImage" GameObjects' Image components are not populated with a sprite texture
Reproducible with: 2019.4.19f1, 2020.2.3f1, 2021.1.0b5, 2021.2.0a3
Could not test with: 2018.4.31f1 (missing script errors)
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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a5. Added check to make sure activeSprite is not null before checking CanBindTo
Resolution Note (fix version 2021.1):
Fixed in 2021.1.1f1
Resolution Note (fix version 2020.3):
Fixed in 2020.3.2f1
Resolution Note (fix version 2019.4):
Fixed in 2019.4.24f1