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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Add comment