Generally, the best way of arranging data and one that has proved to be successful in my last data driven levels project is first group data into structures (or a single structure if there isn’t many categories), and then create a DataTable of that DataStructure. Your data will be then stored in rows and each row’s data can be called and used during runtime. Keep in mind that you can’t edit the data stored in DataTables during runtime.
1 Like