Copyright © 2026 Unity Technologies
How to reproduce:
Actual result: Errors are logged continuously for as long as the player runs
Expected result: The panel from the runtime-created “PanelSettings” is created and no errors are logged in the “Player.log”
Reproducible with: 6000.5.0a9 (253a859729df), 6000.5.9f1, 6000.6.0b9, 6000.7.0a4
Not Reproducible with: 6000.0.1f1, 6000.0.81f1, 6000.3.22f1, 6000.5.0a8, 6000.7.0a5
Fixed in: 6000.7.0a5
Reproducible on: Windows 11 Enterprise (25H2)
Not Reproducible on: No other environments tested
Workaround: In Assets folder, create “Resources” folder. In the “Resources” folder > right-click > “Create” > “UI Toolkit” > “Panel Settings Asset” and change “doc.panelSettings = ScriptableObject.CreateInstance<PanelSettings>()” with “doc.panelSettings = Resources.Load<PanelSettings>("PanelSettings");” in the “UitkSpawner.cs”
Notes:
Issues you vote on will appear here