Photon Fusion
The whole answer can be found below.
Try Our
Documentation
Please check if you can find an answer in our extensive documentation.
Join Us
on Discord
Meet and talk to our staff and the entire Photon-Community via Discord.
Read More on
Stack Overflow
Find more information on Stack Overflow (for Circle members only).
Photon Fusion : list of rooms created ?
DoubleA
2021-08-17 10:39:30
Hi,
I was wondering if there was a way in Fusion to have a list of the rooms already created, and have access to their name.
Comments
Hi @DoubleA.
Thank you for choosing Photon!
Currently you can only create a Room and join it by Name.
Here is the snippet if you have the room name:
_runner.StartGame(new StartGameArgs() {GameMode = mode, SessionName = roomName, ObjectPool = _pool});
We will expose eventually a kind of Room listing with filters and Random Join based on params.
Hi @JohnTube
Thank you for your answer. Is there an ETA for this "eventually" ? :) I was told there is supposed to be a release version next month, will it arrive before that ?
Back to top