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
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
- Actions in UI Builder Preview mode are not fully reset after exiting the Preview mode
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.