I am facing a problem with the position of the image inside the scroll Rect. When I am in game mode the position is automatically changing. So the image is automatically filling in the Scroll Rect. I need it to be in the bottom. Thanks
Normal Mode:
Game Mode:
And the Scroll Rect:
You need to set your
Movement Type
toUnrestricted
in the inspector. Yours is set toElastic
which is what will bounce your content back into view.