NodeListServer-Example
NodeListServer-Example copied to clipboard
Is it possible to create room hosts that are not server?
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.
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.