The Photon Forum
is Closed Permanently.

After many dedicated years of service, we have made the decision to retire our Forum and switch to read-only: we´ve saved the best to last! Your search result can be found below. Plus, we offer support via these channels:

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).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

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

JohnTube
2021-08-17 11:24:47

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.

DoubleA
2021-08-17 12:07:47

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