Search Issue Tracker
Fixed in 5.3.1
Votes
6
Found in
5.2.0f3
Issue ID
732566
Regression
Yes
[Hierarchy] Order is not saved when scene is reloaded/started
Repro steps:
1) Open the project and test1 scene
2) Change the Divider position in Hierarchy window and save the scene
3) Play the scene and notice that the change in Hierarchy was undone
Regression after 5.1.4f1
Comments (32)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Stone Legion
Dec 19, 2015 21:49
This was not fixed with 5.3.1 and should be reopened.
Gambit MSplitz
Nov 05, 2015 23:18
Voting on this issue because I can literally not achieve the UGui UI layout I want without using code to force the hierarchy into the correct order. Seriously... how are you supposed to work with the painters algorithm if you can't dictate draw order because the order of objects in the hierarchy is completely inconsistent?
Even worse, if you've got a really complex (lets say 100-gameobject) UI system and the hierarchy order get's messed up... GOOD LUCK getting that UI layered correctly again.