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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
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.