PHP server for saving and loading unity game data on your server.
- Create a database on your server.
- Modify and run sql script given to create table and items in your database.
- Put savedata.php and loaddata.php on server
- Put server.cs file in your unity project and attach it to some gameobject.
- Run unity and test with saving and loading data on server.
Note: If you get any error or any issue please comment. Please consider to contribute to make these scripts more robust and reliable. Your contribution here will be welcomed.