Good evening,
I have been using the scroll view to allow the gamer to scroll through a fair amount of data containing labels, tables, grids, sprites the whole lot and all was working fine. I then updated from 3.5.6 to 3.5.7 and everything has started behaving very strangely.
And when I say strangely I mean the width decreasing to 0 and the widget running off the side of the screen until I select it in the Hierarchy (that seems to stop it moving for some reason).
To align all of my items within the ScrollView I set anchors and their appropriate absolutes, targets and updateAnchors In Code, and I have narrowed it down to this being the issue.
Basically I did what we all do and took everything out with the exception of one label with its anchors set in code, and lo and behold it exhibited the same weird issue. Take out the Anchors being set in the code and everything is stationary (not in the right place, but at least it aint running away).
Is this something that has changed? Should I not be doing it like this? Or is it a legitimate bug?
Cheers,