hi .i need help regarding :how to connect unity with sql .
1.video tutorial
or 2.demo project
for sql connection will be helpful for me!!
hi .i need help regarding :how to connect unity with sql .
1.video tutorial
or 2.demo project
for sql connection will be helpful for me!!
Moving to Support
I’ve used Informix, and mysql in C++ and Java. usually you had a “ODBC” connection or a “connection” object which you issued sql statements to directly.
have you looked for a mysql C# module?
found this in a quick google search.
http://zetcode.com/db/mysqlcsharptutorial/
is der any support of using sql feature in android in unity
When someone asks how to use SQL from a game I always return with “Are you sure you need/want SQL in your game?”
I say this because 99 out of 100 times the answer turns out to be 'no.
Using a DB from a game is typically overkill and complicates things more that it’s worth.
What is it you’re trying to achieve?
EDIT: Sorry I just noticed I replied to a necro thread that was has just risen from the dead! Die you zombie die!!!
But the response is most likely still valid for abhishek20502025
@ … Yes i want to use SQLite for android in unity…so my question was that whether or not this feature is provided in personal version of unity(5.0)
Please let me know that…
I’m pretty sure you’ll need to include it as a native library and import it as a DLL:
http://blog.kdehairy.com/using-sqlite-natively-on-android/
Or maybe like this:
But still I think unless there is a concrete need to use SQL from your game there are lots of better options.
What is it you’re trying to do?
@larku Thanks Buddy/…![]()