Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.1.X
Votes
21
Found in
6000.0.27f1
6000.1.0a4
7000.0.0a1
Issue ID
UUM-87529
Regression
Yes
Text is rendered with a different font when the "FallbackBoldItalic" font is selected
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Enter the Play Mode
4. Exit the Play Mode
3. Open the Scene view
4. Observe the text “ae“ in the Scene
Expected result: The letter “e“ is rendered with “FallbackBoldItalic“ font
Actual result: The letter “e“ is rendered with a different font
Reproducible with: 2.0.0 (6000.0.27f1, 6000.1.0a4)
Could not test with: 1.0.0 (2022.3.52f1, 2021.3.45f1), 3.0.0-exp.4, 3.0.0-exp.3, 3.0.0-exp.1 (shows ugui 2.0.0 or text is not present)
Reproducible on:
Play Mode
Not reproducible on:
Windows Standalone Player
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment 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
- Default Custom Components in project have Library counterparts
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
- Freeze/crash on DynamicHeapAllocator::Allocate when opening a specific project
- Text Settings Inspector sections names have no padding
- UI elements shrinking, misaligned buttons, swapped icons, or incorrect styles when rapidly cycling through Scenes in the Player
xXApOXx
Nov 15, 2024 16:25
The issue is reproducible in build if you add a simple script that updates the text every x seconds from "ae" to "ea" for example.