Hello! I have a problem with creating a scrollable menu.
The thing is I need a scrollable menu from top to bottom and inside this menu should be clickable buttons(I already got them).
I found a tutorial which explains how to make it with text, but it doesn’t work for me.
Thanks for reading I hope someone can help me with that:)
Are you making this in the UI? You can use a ScrollView (Create → UI → ScrollView).
You might want to use a vertical layout group (or some other layout group if they’re not vertically setup).
Possibly some other components (Content Size Fitter / Layout Element), depending on your needs.