Search Issue Tracker
Fixed
Fixed in 6000.3.0b3, 6000.4.0a1
Votes
0
Found in
6000.3.0b1
6000.4.0a1
Issue ID
UUM-117331
Regression
Yes
InvalidOperationException error is thrown when entering the Play Mode with anything entered in the Hierarchy V2 search
How to reproduce:
1. Create a new Unity project
2. In the Hierarchy search, enter anything
3. Enter the Play Mode
4. Observe the Console
Expected results: No errors are thrown
Actual results: "InvalidOperationException: HierarchyNode(2:1) not found" error is thrown
Reproducible with: 6000.3.0a4, 6000.3.0b1
Not reproducible with: 6000.3.0a3
Can't test with: 6000.0.57f1, 6000.2.2f1, 6000.3.0a1 (Hierarchy V2 not available)
Reproducible on: macOS Sequoia 15.6 (M1)
Not reproducible on: No other environment tested
Note: Sometimes reproducible only when the search returns any results
First lines of error:
InvalidOperationException: HierarchyNode(2:1) not found
Unity.Hierarchy.Hierarchy.GetNodeTypeHandlerFromNode (Unity.Hierarchy.HierarchyNode& node) (at <52e10b69c4c2417782f1784379ad7d6b>:0)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Project Auditor Analysis is not marked dirty when the save file is deleted even after reopening the Project Auditor window
- “Shader Graphs” text in the blackboard is hard to see
- "NullReferenceException" error is thrown when changing input field focus via script with custom validation
- The Tables in the Project Auditor’s Assemblies, and Precompiled Assemblies tabs does not scale with the Project Auditor window size which leads to unused empty space and bigger scrollbars in the tables
- Tile Palette button with longer Palette name is misaligned and cut-off when Tile Palette Clipboard overlay is resized
Add comment