Search Issue Tracker
Fixed in 2022.3.19f1
Fixed in 2022.3.X, 2023.2.X, 2023.3.X, 2023.3.0b4
Votes
0
Found in
2022.2.20f1
2022.3.1f1
2023.1.0b17
2023.2.0a15
2023.3.0a3
Issue ID
UUM-36495
Regression
No
Editor crashes on UnityEditor.EditorApplication.get_timeSinceStartup when dragging the UIToolkit TreeView item past the bottom
Reproduction steps:
1. Open the user attached project "mctv_drag_bug.zip"
2. Open MCTVBUG >TEST window
3. Select an item and drag it to the bottom of the window
4. Drag the cursor towards the bottom edge of the window
5. Repeat the action a few times
Expected result: The item is dragged to the bottom of the window
Actual result: Crash
Reproduced with: 2022.2.20f1, 2023.1.0b17, 2023.2.0a15
Could not test with: 2020.3.48f1, 2021.3.25f1 (due to errors)
Reproducible on: Windows 10
Not reproducible on: macOS 10.15.7 (Intel)
First few stack frames:
at (wrapper managed-to-native) UnityEditor.EditorApplication.get_timeSinceStartup()
at UnityEditor.RetainedMode+<>c.<.cctor>b__0_0 () [0x00000] in <f834856cb2fd450cb4ed6d9dc5da3820>:0
at UnityEngine.UIElements.Panel.TimeSinceStartupMs () [0x0000f] in <b6b89517bc264375b4b909c52b211f2d>:0
at UnityEngine.UIElements.EventBase.LocalInit () [0x00001] in <b6b89517bc264375b4b909c52b211f2d>:0
at UnityEngine.UIElements.EventBase.Init () [0x00001] in <b6b89517bc264375b4b909c52b211f2d>:0
Note: Crash happens sometimes when you release the item when dragging, sometimes without releasing.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment