Display the data in the form of table

I have connected to the database and inserted some values into the table.Now I need to display all the data from the database in the form of the table.Can anybody please help me.

Unity’s built-in GUI does not provide any means of displaying specifically as a table, you would need to implement this yourself using loops and carefully positioning your data to look like a table.

There are however probably assets on the asset store that may provide this functionality for you.

As there was actually no asset on the asset store to do this, I ended up making one myself.
Here is the link.

I hope it helps! :slight_smile:

alt text