- Home /
Looking for help with Scrolling List / rows for tv UI ( via game controller)
I'm building a TV UI prototype that has rows of "thumbnails" - in this case UIButtons. ( using game controller / d-pad + buttons )
not having enough c# skills , I'm stuck on how to get a list to scroll like this: https://cdn-images-1.medium.com/max/1600/1*21ZgMb35ollBztV797aBPg.gif
ultimately , I will have many rows like above vertically, and user can go left right in a row ( behaving as above) then also focus down up to next row.
As the user moves focus away from a row, its horizontal should remain where it was.
I've tried a bunch of UI tools from Asset Library, as well as UI ScrollRect examples etc.
Does anyone have an example like above for reference? or willing to share with us all an example of how to accomplish this?
thanks!!
,
Your answer
Follow this Question
Related Questions
Scrollbar touch sensitivity 0 Answers
How do I Make TextMeshPro InputField scroll through code? 0 Answers
Moving a ScrollRect child via script to focus on some point. 0 Answers
Is it possible to drag UI item from ScrollRect to elsewhere without mask blocking item? 1 Answer
[Solved] need help regarding autolayout in scrollrect 1 Answer