How to create curved scroll list?

Hi,

I was wondering if anyone knew how I could go about creating a curved scroll list so the buttons are displayed and move along a curve? Is this possible with the scroll rect?

Similar to these 2 images:

While I wouldn’t necessarily rule out the possibility that you could fake it somehow using 3D shenanigans, that looks to me like a “code your own custom component” sort of situation. Especially if you want the middle/selected item to change its appearance, as in those screenshots.

Pretty sure there are some assets on the Unity Asset Store that do this… I recall seeing one ages ago but I couldn’t tell you which one it was. Google should be helpful here. I think the term for this type of selector is a “Carousel”

https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/wiki/Controls/FancyScrollView

1 Like