I have text that auto-types within a textbox. I have attached a Scroll Rect component and can successfully scroll throughout the text with my mouse.
Since the text appears auto-typed, I wished for the text to auto scroll down when it exceeded the text box. I implemented this successfully using ‘verticalNormalizedPosition’. However, once ‘verticalNormalizedPosition’ is called, the scrolling feature is disabled.
On the GameObject that contains my text, it seems that ‘verticalNormalizedPosition’ disables the ‘Pos Y’ of the Rect Transform, thus making my vertical scroll inoperative.
Is there something I can do to prevent this from happening - is it possible to enable the Y position? Thanks.