When will MaterialUI support vertical scrolling cards?

+1 vote
asked Dec 5, 2016 in Feature request by edwardrmiller (170 points)
Such a fan of MaterialUI for Unity, it's a tremendous asset to have.

However, one key component of the Google's Material UI is the use of cards & vertical scrolling elements. I particularly need to use a form of scrolling cards, populating their content (images, link & text) from a server at runtime.

I've seen from other answers that this is in the pipeline. Could you give an indication of when this might be available?

1 Answer

+1 vote
answered Dec 7, 2016 by admin (31,720 points)
selected Dec 7, 2016 by admin
 
Best answer
Hello!

Well, it's still on the pipeline, but it's THE current thing we're working on, it's on the top top of the list, so it should be there with the next release. Can't really say when because once it's implemented, we still have to test/tweak it to make it from good to great (or awesome? :D)...

BUT! Why don't you do it yourself for now?
It should be pretty simple to do. You just need to use the basic Unity Scroll Rect, with a vertical layout group for the content. And inside it, you just design one card with the MaterialUI components (a panel, with inside whatever you want), and then you just duplicate the card and update the data inside each card.

If you don't know how you can do all that at runtime, there's a great Unity tutorial to do just that!
There's some documentation right here: https://docs.unity3d.com/Manual/HOWTO-UICreateFromScripting.html
And the tutorial is here (in 9 parts!): https://www.youtube.com/watch?v=TAJCr3_kfEc

~ Yohan
commented Dec 7, 2016 by edwardrmiller (170 points)
You d'man Yohan!

Keep up the awesome work :)
commented Dec 7, 2016 by admin (31,720 points)
Ahah, thanks a lot :)
If you haven't already, that would help us a lot if you can rate us 5 stars on the Asset Store and leave a nice comment ;)

Have a great day!

~ Yohan
commented Dec 7, 2016 by edwardrmiller (170 points)
Already done ;)
commented Dec 7, 2016 by admin (31,720 points)
Thanks a lot!
commented Feb 7, 2017 by maskedmouse (170 points)
Hey,

I am kind of wondering when the cards will be released.

Is there any ETA?
commented Feb 10, 2017 by admin (31,720 points)
Hey maskedmouse,

Really sorry but we've both been incredibly busy lately, so the best answer I can give at the moment is SOON™. It will be in the next update though :)

~ Declan.
Welcome to MaterialUI support! Ask us anything :)
...