NodeListServer-Example icon indicating copy to clipboard operation
NodeListServer-Example copied to clipboard

Is it possible to create room hosts that are not server?

Open kvibert opened this issue 5 years ago • 1 comments
trafficstars

I'm having a problem right now when I create a room with a mobile device (and create a host at the same time) and find that it doesn't perform well enough, so I'm wondering if there's a solution where it doesn't act as a host when creating the room so I can have the PC device used as a server.

kvibert avatar Sep 21 '20 03:09 kvibert

NodeListServer doesn't do any hosting of the sort. It is simply a server list that your clients connect to retrieve a list of the servers available, then you use that information to display the list in a user-friendly manner and let them connect to it.

You can use Unity Headless (Server) Standalone builds on Windows/Linux to achieve this, then they'd register with NodeListServer and go from there.

SoftwareGuy avatar Sep 24 '20 01:09 SoftwareGuy