Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
4.5.0f4
Issue ID
608600
Regression
No
Playing the scene in the editor breaks the layout
This issue has no description.
Comments (4)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
snlehton
Jun 30, 2014 13:34
The order breaks if the items are instances of prefabs.
1. sort instances: A, B, C, D...
2. Press play
3. Transforms get in wrong order (B, E, A, C etc)
4. Press stop
5. New, wrong order, remains.
This is in Unity 4.5.1f3
snlehton
Jun 30, 2014 13:34
The order breaks if the items are instances of prefabs.
1. sort instances: A, B, C, D...
2. Press play
3. Transforms get in wrong order (B, E, A, C etc)
4. Press stop
5. New, wrong order, remains.
This is in Unity 4.5.1f3
papirosnik
Jun 03, 2014 09:05
sorry for my previous comment
I've just tested this on new test project and all works properly.
Previous behaviour was detected with NGUI grid (which has its own child sorting mechanism).
papirosnik
Jun 03, 2014 08:46
This http://www.youtube.com/watch?v=bWRFH1i-4FE may be related to this bug....
I know about AlphaNumericSort : BaseHierarchySort but it doesn't help...
It seems that game object (instantiated from prefam) in runtime has other transform than that one which it has in editor.
It can be seen when each child object has different position.