I am doing a fast prototype in Unity for a research project.
I would need some data from the game to be stored online, but I will not need to access it later. Just write it at the end in one go.
Currently for the prototype I would just store it in a .csv on the device, and then collect it after, but it would be more convenient if I could have it online (e.g. in Google Docs Spreadsheet or just any database).
Additional Info:
I am doing the research on android, so it may give some...
How to write some data in a database?
I would need some data from the game to be stored online, but I will not need to access it later. Just write it at the end in one go.
Currently for the prototype I would just store it in a .csv on the device, and then collect it after, but it would be more convenient if I could have it online (e.g. in Google Docs Spreadsheet or just any database).
Additional Info:
I am doing the research on android, so it may give some...
How to write some data in a database?