Hey everyone
Just need a little help with this one…
I have a inventory which uses a dictionary that populates when i collect items around my game world. When the game is quit and restarted the dictionary deletes as that instance and restarts, i understand this is normal.
Now my game is connected to an Sql database,
What I can figure out is how to get my Dictionary into a string, so it can be uploaded and then converted back into a dictionary when downloaded?
Appreciate your help