First of all: Yes, I’m the typical newbie programmer trying to make an MMO. I know it’s super hard. I know I should make some games first (already did). Now we can move on
I’d like to set up a C# server programmed in Visual Studio, and a Unity3D (C#) project as a client. I want to start really really small, in fact I already found exactly what I want for Visual Studio:
I need exactly that, with the difference that the client code should work in a Unity GameObject. I do understand there is a lot to read and learn, but the only way I can really learn something is to play with it and break it and fix it again and again and again.
Could you, please, help me transform the Client’s code to work from inside Unity?
Additional data: I did try Unity’s Networking HLAPI but it feels way too advanced for me. Following the tutorial I created a nice little game and I’m even able to modify it, but not knowing what’s happening behind the scenes makes it very hard for me to take the step by step, scalable aproach.