hi all,
(code : C# , Database : Sqlite3 , unity3d)
i want to know that, is it possible to create a database from single row into multiple rows or multiple columns in runtime ?
bcoz am trying to do as,converting a column records(ie. storing in a single dimensional) into many rows as well as columns(ie. Multidimensional array) in runtime...
Is it possible to do like this in unity3d??
or give any suggestions???
Thanks all.