Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in
Issue ID
1340197
Regression
No
Arial.ttf should not appear in the ObjectField of the UIBuilder and UIDebugger.
Arial.ttf is not a real font. It is a shell that the old Text system knows about and that redirects to an OS Font. Since this workflow is not compatible with the new Text system (TextCore) we should strive to hide this font from the UIToolkit users.
1- Open the UI Builder Window
2- Add a Label
3- Set the FontAsset to none
4- Set the Font to Arial.ttf
Expected: The user should not be able to assign "Arial.ttf"
Actual: The user can assign "Arial.ttf" and the UI throws.
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
- The Editor opens when the window is closed right after launch
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
Resolution Note:
Will fix later.