Search Issue Tracker
Fixed
Fixed in 6000.0.60f1, 6000.2.8f1, 6000.3.0b5, 6000.4.0a2
Votes
0
Found in
6000.0.58f1
6000.2.5f1
6000.3.0b2
6000.4.0a1
Issue ID
UUM-117619
Regression
No
The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Import the provided Font in the Attachments
- Open the Font Asset Creator window (Window > Text > Font Asset Creator)
- Select the imported Font as the Source Font
- Change the Atlas Resolution to 256x256
- Change Padding to "9999999999"
- Generate Font Atlas
- Observe the Editor
Actual results: The Editor crashes
Expected results: The Editor does not crash
Reproducible with versions: 2022.3.66f1, 6000.0.58f1, 6000.1.16f1, 6000.2.5f1, 6000.3.0b2
Tested on (OS): macOS Silicon Sequoia 15.6.1
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
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
Resolution Note (fix version 6000.4.0a2):
Add early out with invalid padding
Resolution Note (fix version 6000.3.0b5):
Add early out with invalid padding
Resolution Note (fix version 6000.2.8f1):
Add early out with invalid padding
Resolution Note (fix version 6000.0.60f1):
Add early out with invalid padding