File Downloads
01 Download the Unity project and open the scene1:26
02 How to play the game server and client and test them3:52
03 Overview of the scene assets and resources3:42
04 Designing the Login user interface in Unity5:09
05 Designing the registration UI5:00
06 Connecting the authentication UI to the code8:22
07 Swapping between Registration panel and login panel7:21
08 Adding a feedback message field4:05
09 Overview of the Authentication system2:15
10 installing mySql and Php on MAC and Windows the easy way3:52
11 Installing the mySql editor5:20
12 Create the SQL database and user table7:08
13 Inserting new users using the mysql editor4:11
14 Download Php text editors MAC and Windows1:26
15 Connect the php script to mySql database6:45
16 Programming the database login script9:31
17 Loging user connecting Unity login to database10:53
18 Programming the registration in Unity5:30
19 Triggering the user registration from Unity8:34
20 Creating a serializable json user object in Unity8:19
21 Refactoring the request endpoints5:00
22 Launching the game client after successful login and registration4:26
23 Testing Game Host and Client Login1:39
24 Hide password fields and add user ID to User6:56
25 Programming the player gear storage class2:26
26 Create the SQL gear storage table8:40
27 Programming PHP code to retrieve player gear4:33
28 Retrieving stored player gear in Unity5:07
29 Equipping the helmet retrieved from the server7:30
30 Adding the item attributes9:00
31 Equipping the sword from the database7:10
32 Equipping the database off hand (shield)4:09
33 Equipping the shoulders from the database in Unity6:56
34 Adding a reference to the ground objects5:52
35 Programming Unity to send player gear to database8:43
36 Storing the player gear in the database13:38
37 Refactoring item equipping5:48
38 Create the backpack SQL script4:42
39 Programming PHP script to retrieve backpack items3:40
40 Programming php script to store backpack item data2:34
41 Coding Unity script to get player backpack items from server8:36
42 Programming the code that stores backpack data in DB server7:23
43 INSERT gear and backpack entries at registration5:46