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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.