Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.2.X, 6000.3.X
Votes
0
Found in
6000.0.43f1
6000.1.0b11
6000.2.0a7
6000.3.0a1
Issue ID
UUM-100335
Regression
No
An error is thrown when one TreeView root element is dragged and held over a parent element but is dropped between the elements
How to reproduce:
1. Open the “TreeViewBug.zip“ project
2. Open the “Editor“ Scene
3. Enter Play Mode
4. To the left of the Game view, in the TreeView Hierarchy, drag the “GameCamera“ element over the “Cube(Clone)“ element (until it expands)
5. Drop the held element between the two Hierarchy elements
6. Observe the Console
Expected result: No error is thrown
Actual result: An “InvalidOperationException“ error is thrown
Reproducible in: 2023.3.0a19, 6000.0.43f1, 6000.1.0b11, 6000.2.0a7
Could not test in: 2022.1.0a1, 2022.3.60f1, 2023.3.0a2 (Unsolvable Git package dependency issues)
Reproduced on: Windows 11 Pro (24H2), macOS 15.3.1 (M1)
Not reproduced on: No other environment tested
Notes:
- Reproducible in the Player
- This does not happen in the Editor’s Hierarchy
- Part of the error reads:
“InvalidOperationException: HierarchyFlattened was modified.
UnityEngine.UIElements.BaseTreeViewController+<GetAllItemIds>d__23.MoveNext () (at <e3bfbd1d38e94b5b8af57db71bd4720f>:0)“
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Toolkit meshes are fully rendered and rasterized when opacity is 0
- Light rendering artefacts appear in the Editor when assigning unsupported 3D Custom Render Texture in Camera’s Output Texture, unclearable errors and warnings spammed
- Memory leak when running a test with "GfxThreadingMode" set to "SplitJobs"
- Loading Unloaded unsaved Scene throws “ArgumentException” error in the Console
- Crash on std::__1::__tree_const_iterator when opening the Build Profiles window in a specific project
Add comment