Video game FPS made with Unity3D, it's our first game with Unity3D so we can learn how to made a game with Unity and how to program it. so we decided to share the code if any one want to improve it or learn from it. to see the project report click here, the report is writing in French but if you want any explanation contact me.
Any one can use and edite the scripts in any way he want, there is no conditions you can delete my name or anything you want.
We linked this game with a database, to change the database path
- MySQLCon.cs
public string addScoreURL = "http://localhost:81/projet/Connexion/addscore_Unity.php";
- PlayerName.cs
WWW w = new WWW("http://localhost:81/projet/Connexion/login_Unity.php", form);
But you have to create a database who matches our's,, all is in the script MySQLCon.cs .
- Unity3D - Cross-platform game engine.
- Visual Studio - Integrated development environment (IDE)