- Home /
This post has been wikified, any user with enough reputation can edit it.
Question by
SeneyHsns · Mar 27, 2015 at 04:58 PM ·
unity 5javascriptdatabasedevelopment
What is the bet approach to implement unity with sql server database?
I have tried to implement unity with sql server database directly using System.Data.dll, but I does not work with web player. Please give some suggestion?
Comment
Answer by Graham-Dunnett · Mar 27, 2015 at 04:59 PM
Use the WWW
and WWWForm
APIs to talk to your database server.