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
- "NullReferenceException: Object reference not set to an instance of an object" error is thrown when attempting to remove a binding in the UIBuilder for a UxmlObjectReference
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
Add comment