RomanZhu / Entitas-Sync-Framework

Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
MIT License
162 stars 20 forks source link

macOS can't connect from client to server #5

Open odiukov opened 4 years ago

odiukov commented 4 years ago

I am starting server (work fine on both: Editor and macOS standalone), but after that I can't connect from client to it.

Screen Shot 2019-12-25 at 14 11 34
RomanZhu commented 4 years ago

have you changed ServerNetworkSystem.MaxPlayers?

odiukov commented 4 years ago

@RomanZhu no, I didn't change this value