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
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
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.