Search Issue Tracker
Fixed
Fixed in 2023.2.0b18, 2023.3.0a5
Votes
0
Found in
2023.2.0b2
2023.3.0a1
Issue ID
UUM-43595
Regression
Yes
UI Toolkit mouse events do not trigger when UI Builder is open
Reproduction steps:
1. Open the “UIEventProject_Stripped” project
2. Open the “MainMenu“ scene
3. Enter the Play Mode
4. Hover the mouse over the “START” button and click it
5. Observe the Console
Expected result: The button background image tints on `MouseEnter`, and “StartGame” is logged on `clicked`
Actual result: Neither `MouseEnter` nor `clicked` is triggered
Reproduced in: 2023.2.0a19, 2023.2.0b2
Not reproduced in: 2021.3.29f1, 2022.3.6f1, 2023.1.6f1, 2023.2.0a18
Reproduced on: macOS 13.4.1 (c) (Intel), Windows 11
Notes:
1. Not reproduced in Player
2. Not reproduced if UI Builder is closed
3. In reproduced versions, no matter whether UI Builder is open, “UnityException: CreateScriptableObjectInstanceFromType can only be called from the main thread” (full error in internal notes) is logged 3 times every time the scene is opened or Play Mode is entered/exited
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Add comment