Reputation:
I am building a Unity game, and want my child elements of my grid layout group to expand horizontally across so i can scroll through, rather then vertically. I have been playing around with the settings for awhile, but can't seem to make it work. I have attached some relevant images. Thank you!
Upvotes: 1
Views: 2141
Reputation: 1419
You can use HorizontalLayoutGroup
to stack your elements horizontally.
Upvotes: 0