Database Connectivity in Unity

heyy…i am creating a game…where the player may have collisions with the environment…i need to store information about these collisions and the co ordinates in my DataBase…
dnt knw hw 2 proceed…can sum1 plzzz help??

Do you really need a SQL database for that? A simple text file, or even a XML file will probably suffice. If you're not absolutely sure you need databases (technically a .ini key-value text file can be considered a database as well, but nevermind) save yourself the headache and work with txt/xml

Specs: what type of client are you using and what database?

1 Answer

1

currently…was developing 4 a stand alone machine…bt wish to keep d optn of making it web based open too…
so xml or SQl???