Search Issue Tracker
Third Party Issue
Third Party Issue in 6000.2.X
Votes
2
Found in
6000.0.21f1
6000.1.0a7
6000.2.0a1
Issue ID
UUM-82686
Regression
No
Changes to Font Atlas Size are not saved when saving the project
Reproduction steps:
1. Open the attached “BugRepro” project
2. In the project window, select “Assets/_Fonts/FallbackFonts/NotoSans-Regular SDF“ Font Asset
3. In the Inspector window, change the Atlas Width parameter to 4096
4. Press “Apply” and save the project (Ctrl+S)
5. In the project window, open the context menu of “NotoSans-Regular SDF“ Font Asset
6. Select the “Show In Explorer“ option
7. In the opened File Explorer, open the selected file using a text editor
8. Find the line containing “AtlasWidth:…” and observe its value
Expected result: The value was changed to 4096
Actual result: The value remains 1024
Reproducible with: 6000.0.21f1
Couldn't test with: 2021.3.44f1, 2022.3.48f1 (Font Asset has missing scripts)
Reproducible on: Windows 11
Not reproducible on: No other environments tested
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
The DynamicFontSaveProcessor script present in the user's project prevents the Text Mesh Pro asset from being saved to disk. The issue is no longer reproducible when that script is removed.
Resolution Note (6000.2.X):
The DynamicFontSaveProcessor script present in the user's project prevents the Text Mesh Pro asset from being saved to disk. The issue is no longer reproducible when that script is removed.