Is this possible?
If I create a webgl (= usewebsockets) server, it only listen to webgl clients.
If I create a non-webgl server, it only listens to stand alone clients
I already did a standalone network program that is working with multiple game rooms (and without using matchmaking). They all connect to a standalone server, non-webgl, of course.
From what I understand, in the current state of unity networking, is it impossible to have both standalone and web players connecting to the same server?
When this limitation will be addressed?
Will this limitation will be ever addressed?
Paulo