In this recipe, we create a Unity game Client that can communicate, via UI buttons, with our web server leaderboard from the previous recipe:
![](https://static.packt-cdn.com/products/9781788471909/graphics/assets/c95c4897-97eb-476b-a2d0-05220b91c7e5.png)
In this recipe, we create a Unity game Client that can communicate, via UI buttons, with our web server leaderboard from the previous recipe:
Since the scene contains several UI elements and the code of the recipe is the communication with the PHP scripts and SQL database, in the 12_02 folder, we have provided a Unity package called UnityLeaderboardClient, containing a scene with everything set up for the Unity project.
To create a Unity game that communicates with the web-server leaderboard...