Search Issue Tracker
Fixed in 5.6.0f3
Votes
0
Found in
5.6.0f3
Issue ID
898391
Regression
Yes
GridLayoutGroup becomes corrupted when upgrading from older Unity to newer
To reproduce:
1. Open Unity 5.5.3f1
2. Open attached project
3. Open "UItest" scene
4. You will see the UI showing up as intended
5. Close Unity
6. Open Unity 5.6.0f3
7. Open attached project
8. Open "UItest" scene
Expected result: When you open "UItest" scene, you will see all buttons with text, in a gray cube
Actual result: When you open "UItest" scene, you will see only a gray cube
Changing "Buttons" position in "Hierarchy" window doesn't fix the problem. If you create a new "Button" in "Grid" game object as a child, also do not shows the "Button". But if you create a new "Button" in "MenuPanel" game object as a child, you will see a fresh created "Button"
Reproduced on Unity 5.6.0f3. 2017.1.0a6
Not Reproduced on Unity 5.5.3f1
Regression on Unity 5.6.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment