I just updated to 3.6.9 (my last update was a few months ago), and now my UICenterOnChild no longer works. It no longer springs to my pages to the center. It's just like a normal scroll view now.
I have a tabbed window layout, and clicking the tabs will still center on the appropriate objects, so some functionality still works. However, I have code to track centeredObject (to indicate which tab is selected when the user scrolls manually), and centeredObject is no longer changing. Any ideas?
[update] I was troubleshooting, and I discovered that if I disable the UICenterOnChild script (while in Play mode in the editor) and then re-enable it, things start working again. I'm not sure if this makes a difference, but this scrollview is in a panel that is initially disabled. Once I enable the panel, everything shows as enabled (including the UICenterOnChild component) although the UICenterOnChild component doesn't seem to work (until I disable and re-enable it).