Hello!
I am currently trying to make an app using the Unity Engine, and I want to have certain information displayed through the database, such as post header, body and ID. Basically just like a CMS system. However, I am not sure how I would approach this.
Say, for each post, I want a small black background to be the background (just an UI image), and to show it below eachother in a certain order (by ID). So it would be something like this;
Black Background Image
(ID - not shown)
Post header
Post body
Separator
Black background
(ID - not shown)
Post header
Post body
etc etc.
All this again will be inside a Rect scroll, so it is scrollable.
I really do believe that it should be more tutorials on this, as I think many will find it usefull (including me). Thanks in advance.
↧