Release Thread Quick and dirty way to connect to hand-started local servers, and private servers. There are three setting entires, I'll revaluate if that turns out to be too few. The mod will check if you are currently assigned to a game on PlayFab, and provide a reconnect option if so. The mod attempts to track when you connect to a game, and provides a means to reconnect to the last game. - https://github.com/JustinLove/connect_buttons
Worked over reconnect-last, and did some testing with playfab and custom servers. Connection is kind of convoluted and there are lots of ways to do it, so there are probably still issues. I've only gotten playfab to connect via lobbyid, perhaps tickets are single-use. Since custom servers provide lobby ids, I'm currently using port range 9000-9100 to decide how to connect.
What? The lobby id the custom servers provide is not related to Ubernet. I just generate it via Math.random() for usage with PA Stats.
Exactly. If I just ask "does it have a lobby id?" and try to connect with that, PlayFab won't like it.