- Home /
How to connect Unity Android app with MS SQL server
I am trying to build an android application from Unity to connect with a MS SQL server database. I have found some approaches that worked on editor, mostly based on directly connecting from Unity to SQL server. However, this approach does not work when I build the android app. I only need to perform "select" (to login) and "insert" (to insert session data). Can you guys give some tips on the best way to do it? In addition, I thought maybe using a web service could be necessary, but I haven't found many examples using ASP.NET as intermediary web server.
Your answer

Follow this Question
Related Questions
WWW form doesn't work only on andriod 0 Answers
Best Way To Store Credentials and Data Online? 1 Answer
UI Input fields not working properly in Unity 5 on Android 1 Answer
Different animations on mobile 0 Answers
Hiding the SQLite file 0 Answers