0

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:

enter image description here

Game Mode:

enter image description here

And the Scroll Rect:

enter image description here

Kevin k5
  • 99
  • 1
  • 2
  • 9

1 Answers1

1

You need to set your Movement Type to Unrestricted in the inspector. Yours is set to Elastic which is what will bounce your content back into view.

maraaaaaaaa
  • 7,749
  • 2
  • 22
  • 37