Game server project files
Added 2022-03-26 10:52:31 +0000 UTCHere are the files for part 1 of the Create a server for your Unity game using .NET Core video.
I'll update this post with the full project files after part 2. This will provide you with a fully working game + server, ready to go.
EDIT: Part 2 added. Even without Unity, it's a good little server starter. Hope some of you can make good use of it :)
Comments
On the HttpClient.cs at line 35, you need to change JsonUtility to Newtonsoft SerializeObject, If you do not make this change, the Unity client cannot make requests correctly to the server.
Kim Kaznowski
2023-08-13 03:36:48 +0000 UTCHi can i use it for ios development? it seems I can make it on PC only.
Brian Tam
2023-03-04 11:16:17 +0000 UTC