- Home /
unity database
We we're about to create an application using unity. It will use a server computer and atleast 5 client computers.The application will be installed in the server and the client computers. The application in the server will be connected to database, phpmyadmin. What can we do if we want to let the other computer that has the application to connect to the same database? because we would want to create a login form first. Thank you in advance. Sorry for the wrong grammar.
Btw, the programming language we will be using is javascript.
Answer by Stormizin · Feb 04, 2015 at 01:08 PM
What is high recommended when using database with unity is, make a script model class and let this script handle the transactions between your database and unity clients/server, currently in your case if you want more than 1 client connect to the database, just use this script to validate/transaction your data into phpMyAdmin.
My python scripts with the models works fine and super fast with validation and trasaction treats.