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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Add comment