NokiMo
tarodev
tarodev

patreon


Game server project files

Here 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

Hi can i use it for ios development? it seems I can make it on PC only.

Brian Tam

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.


Related Creators