Search Issue Tracker
Third Party Issue
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.