- Home /
Unity globally online data storage
Hi,
For my school project I need people to fill in a survey and collect all results in one place. For example A was chosen x times and B was chosen y times. Peope can participate in my survey by using my unity web gl program. But does unity have some sort of built-in possibilities to store that data somewhere online.
timdri1,
Thank you for the answers all. I think I'll set up my own SQL database and use the WWW class like Bored$$anonymous$$ormon said to store my data.
Answer by Kiwasi · Oct 09, 2015 at 08:59 AM
Unity itself doesnt. But you can hook up to any number of online databases using the WWW class.
Answer by runningbird · Oct 09, 2015 at 09:10 AM
Not directly built in but you can use many SDK's like http://parse.com, playfab.com, GameSparks.com etc to store your data if needed.
You could also create your own api with a database backend.
Your answer