Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.1.X, 2017.2.X, 2017.3.X, 2018.1.X
Votes
0
Found in
2017.1.0p2
Issue ID
939853
Regression
No
Font.textureRebuilt does not always get called when textures are generated
Issue: the texture atlas is being regenerated by seeing the textures on screen. But when both textures are generated, only one callback is returned.
Steps to reproduce:
1. Open attached "ReproProject" project
2. Open "demo_start_scene (more visible)"
3. Go into play mode
-Observe both textures are generated, only one callback is returned.
Note: Both callbacks get called if the prefab that references the font is selected in the editor.
Reproduce the expected result:
1. Re-import both fonts in "fonts" folder
2. Select one of the prefabs in "Prefab" folder
3. Go into play mode
-The callback has been called twice(not once).
Expected result: Font.textureRebuilt should always be called when textures are generated
Actual result: Font.textureRebuilt doesn't get called the second time.
Reproduced on: 5.6.2p4, 2017.1.0p1, 2017.2.0b6, 2017.3.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment