Search Issue Tracker
Won't Fix
Votes
0
Found in
4.5.1f3
Issue ID
616365
Regression
Yes
Nested asset max depth is lower in 4.5
To reproduce:
1. Open TestScene in project DepthBug using Unity 4.3.4
2. Inspect the Depth Test behaviour on Game Object and expand the nodes until you hit max depth.
3. Notice that you cannot add any additional levels to the tree, but the last level has some data attached to it, the string "H".
4. Close Unity and open the same project using Unity 4.5.1
5. Notice that you get errors claiming that max depth has been reached, when the tree serialised without issue in Unity 4.3.4.
6.Expand the tree again and observe that no data is attached to attached to the last node in the tree, it has been destroyed.
Expected result: Data is preserved
Actual result: Data is lost
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment