Search Issue Tracker
Duplicate
Votes
0
Found in
5.6.0f3
Issue ID
901231
Regression
Yes
Fallback Fonts are still included in build after being removed from Font Names list
How to reproduce:
1. Open the attached "FontRepro5.5later" project and build it by going to File --> Build settings --> Build
2. Open the Editor.Log, scroll down to "Used assets and files from the Resources folder..." line and notice that the following fonts have been included in build: "varsity_regular", "Freshman", "college", "Quaterback Fight"
3. Inspect the "Quaterback Fight" and "varsity_regular" fonts in Project window, remove the "Freshman" and "College" fallback fonts from their respective Font Name lists
4. Save your project, exit the editor and re-open it
5. Build your project again, open the editor.log and scroll down to "Used assets and files from the Resources folder..." line
Expected result: Only "varsity_regular" and "Quaterback Fight" fonts are included in build
Actual result: All the fonts that WERE used as the fallback fonts, but have been removed from the Fonts list are still included
Reproducible with - 5.5.3p1, 5.6.0p2, 2017.1.0b1
Not reproducible with - 5.4.5p1
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
This is a duplicate of issue #911613