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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment