Create Table

I am totally new to Unity.

I like to create a table which has has a number of rows and columns. and the game can read and write data to it.

How should I start? Is it to create a table class first?

Thanks.

Kent

Do you need to graw table on screen or just store data in memory? In second case you can use System.Data.DataTable class, it has rows and columns, but sometimes it’s not the most convinient way to manipulate data.

[CodeSource]Table and ListTable editable from Inspector, similar to Dictionary.