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
Kim Kaznowski
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.
Brian Tam
Hi can i use it for ios development? it seems I can make it on PC only.
https://stackoverflow.com/questions/57066856/command-dotnet-ef-not-found
I created my database with PostgreSQL. When i try to do the command on the powershell to migrate it (dotnet ef migrations add Initial), then it says, that it is not possible, because the program is not available. How can I fix that? Or what do I miss here? I'm completely new in databases. I would appreciate your help.