So what my problem is that, I have a bunch of positional data (X,Y) coord. that were initially being saved as txt files, mainly for debugging purposes. Now what I want is all my list Arrays to
be loaded to my sql server and then I want to load them at a later time from my sql server back to a listArray to be read by my game.
Now I have already looked in to binary serialization, and have done that, so now I have a
serialized version of the data, but I don’t know too much about sql database stuff, So I am unsure on how to load this array data into the database. I’ve also heard of BLOBs and other similar fields. But I am wondering if there is a better way since I am somewhat stuck.
Any advice or links to point me in a good direction would be appreciated.
Also if others have had a similar unity store solution that would apply to me, I wouldn’t mind spending the money over spending more hours programming out a solution someone else has already come up with.
Thanks!