Need Help With Scrolling Menu

I tried making a scrolling level select menu, but after releasing from scrolling it snaps back to its original position. I would like it to stay within a set boundary so i can scroll it to make more levels appear. This is the scene I am having issues with.

2919167–215525–SceneNeedingHelp.zip (18.4 KB)

If you added a scrollview to the scene and then are adding stuff under the content part of it, you should also add a content size fitter to the content object so it will adjust to the size of the children. You’ll also probably want to use some sort of layout depending on your levels and how you want to set it. A grid layout works, but there are others.

The answer to what you want?

2922409–215898–S_.unitypackage (33.4 KB)
2922409–215898–S_.unitypackage (33.4 KB)