Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.3.8f1
6000.4.0b8
6000.5.0a6
Issue ID
UUM-133791
Regression
Yes
"TextGenerationInfo pointer is null" Errors are logged when hovering over Hyperlink inspected Element in the UI Debugger
Steps to reproduce:
- Create a 3D URP Project
- Open the UI Builder and UI Debugger Windows (Window > UI Toolkit > UI Builder/Debugger)
- In the Debugger Window click "Pick Element" and click on the hyperlink below "Documentation" in the UI Builder Window, refocus Unity
- In the Debugger Window select "IMGUIContainer" that's just below the parent element "EditorPanelRootElement"
- Hover cursor over the same hyperlink that you clicked in step 3
Actual results: Errors are logged as longs as cursor is hovered over the hyperlink: "TextGenerationInfo pointer is null.
UnityEditor.GUIView:ProcessEvent (UnityEngine.EntityId,intptr,bool&)"
Expected results: No Errors are logged
Reproducible with versions: 6000.3.0a5, 6000.3.8f1, 6000.4.0b8, 6000.5.0a6
Not reproducible with versions: 6000.0.67f1, 6000.3.0a4
Tested on (OS): Windows 11
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Invalid front face configuration when building with GraphicsAPI set to WebGPU
- WebGL builds report wrong screen resolution if "matchWebGLToCanvasSize" is set to "false"
- List<T> in the Inspector does not update values when changed through Dropdown menu
- Crash on keywords::LocalSpace::Find when reimporting specific assets
- “Command Line Arguments” window in Hub becomes distorted with long project names
Add comment