|
I need to connect to the sql database in unity3d,but can not find the fully information. i hope the company can provide the package,so we can use it.thang you.
(comments are locked)
|
|
've made a step by step tutorial in javascript here: http://forum.unity3d.com/threads/77447-Starting-my-MMO-with-SQL-SERVER!-in-Javascript
(comments are locked)
|
|
A really dedicated solution as local data storage for your games is Siaqodb see more info here:http://siaqodb.com/?p=482
Just put a siaqodb.dll in your scripts folder and GO!, no extra configuration, no nightmares with unmanaged references
(comments are locked)
|
« previous 1 2

Which database specifically do you want to connect to? And: In what environment do you want to access the database? Unless you're in a "safe environment" (e.g. local network, authoritative server that sits next to the database etc.) you probably don't want a direct (Internet) network connection to a database server.