Scroll Rect doesn't display items Unity 5.6

Hello,
after the upgrade from Unity 5.5 to Unity 5.6 my server list in the lobby (which I dinamically instatiate) doesn’t work anymore. I haven’t changed anything to the code, I’ve just update the Unity version!
I don’t have errors and the items aren’t shown in the game tab or scene view but are present in the hierarchy (see the screenshots in attachment).

Unity 5.5

Unity 5.6

Hierarchy is the same both for Unity 5.5 and Unity 5.6 with 4 server rows prefab instatiated (as in the screen for 5.5)

I think it’s a bug, any suggestions?

Marco

Hi marf,
I’m having the same problem. Due to a bug the contet transform of a scroll rect has its position set to NaN. That’s why it disappears. Sometimes, after setting the scroll rect to elastic instead of clamped and reseting the position of the contet gameobject transform, the content reappeared.
However, currently it seems like I am having problems with elastic movement too, and I had to disable the scroll rect component to see the contents again.
I have no idea what is causing this bug, therefore I can’t give an answer on how to fix it for good.

The problem is fixed with Unity 5.6.0p3 (patch 3)