Search Issue Tracker
Active
Under Consideration for 6000.6.X
Votes
0
Found in
6000.5.0a9
6000.6.0a1
Issue ID
UUM-136003
Regression
No
Hierarchy v2: Nodes with circular references are unreachable and methods such as GetDepth() will hang
Steps to reproduce:
- Open attached project and select menu Tools->Hierarchy->Test circular reference
- Click on option 1 to create normal hierarchy nodes A,B,C and test GetDepth should work fine
- Now click on attempt to create circular reference by creating A->C->B->A cycle
4. Click on "Call GetDepth() - May Hang"
Actual results: Notice after step 3, Node A,B,C become disconnected from root and are unreachable and click on GetDepth() at this point will cause editor to hang
Reproducible with versions: 6.3 and 4/5/6
Not reproducible with versions:
Can’t test with versions: Tested on (OS): Mac
Notes:
- This corner case isn't supposed to happen but if a circular reference is ever mistakenly created, issue will still need to be handled.
- This is something we need to handle gracefully if we want to make a robust product.
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