Closed pjbaron closed 7 years ago
Hey! At the moment, I can't check it in detail, but you might have missed this section of the tutorial:
https://github.com/alvyxaz/barebones-masterserver/wiki/From-Scratch.-Adding-Games-Module
Let me know if this helps ;)
Ah yes, those instructions don't look familiar so I almost certainly skipped it somehow, I'll go through it tomorrow and see how it turns out :)
yes, that was it, thank you!
Hi! New user of your wonderful Framework and fairly new to Unity (so please excuse if this is something stupid!)
I've just followed your "From Scratch" instructions to the letter, and they work great right up to "registering a game server" https://github.com/alvyxaz/barebones-masterserver/wiki/From-Scratch.-Registering-a-Game-Server After attempting these steps several times I am always getting the error:
I have just started to attempt to debug it, but wondered if you already know what I'm doing wrong? (the master server is running and I've tried the start-and-register button both before and after the login-as-guest button with always the same result)
I believe it might be that the Master Server doesn't have all the components it needs, so maybe there is a step missing in the 'from scratch' instructions?
My Client+FakeGameServer has:
My Master Server has:
I wonder if it's just a port issue? I see that the fakegameserver is using 5001 but in masterserver I see only code to use port 5000.