This project is a personal artifact for showcasing Unity and Database communication with login/registration functions. Moreover it has multiplayer to showcase those features.
User setup guide
- Download whole project using any github instance (I would suggest using fork)
- Download third party programm for sustaining MySql database named MAMP (https://www.mamp.info/en/downloads/)
- In MAMP preference settings select SERVER tab and set up Document root to the folder named sqlconnect in Database folder in the reposetory
- Go to http://localhost/phpMyAdmin/ create new database and import new table in named players in Database folder in the reposetory
- Launch the project and enjoy!