Search Issue Tracker
Won't Fix
Votes
6
Found in
5.3.5p6
Issue ID
812488
Regression
No
Custom font material is missing after loading UI text prefab from an Asset Bundle
Steps to reproduce:
1. open user's attached "StaticFontBug.zip"
2. open and play scene "Main"
3. go into scene view and move UI panel positions (gif attached)
Expected: all three panels should look identical
Actual: panel which was loaded from an assetbundle is missing a font material
Reproduced: 5.3.6p3, 5.4.0p4, 5.5.0b2
Comments (2)
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
kaiser-D
Sep 23, 2016 06:46
Please fix this ASAP.My project is suffered this problem for a long time.
JasonAtUnity
Sep 05, 2016 01:50
I found that this issue may happen in some other cases, not only in custom font.
Sometimes, when UI prefab was loaded, the texture of sprites which packed into one atlas is missing.
I suppose all these cases may be the same issue.