I’m creating a very basic 2D game. When I try to scroll with my mouse or with my finger on my device, the scrollview content pulls up a little bit and then bounces back. I have tried messing with the settings, and haven’t found anything better.
I have tried changing it from ‘Elastic’ to anything else, and it does change, but the results aren’t what I want. Any help would be appreciated!
Your description is pretty vague. A good help thread should generally be clear about: what you want to accomplish, what you’ve tried so far, and how your results differ from the goal.
But taking a shot in the dark: Make sure that the content you are scrolling is larger than the viewport you are viewing it through (ScrollRect doesn’t really work for scrolling something smaller than the viewport).