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 on Fusion.

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.

Is there an "offline mode" in Fusion?

squirrel
2022-01-20 06:25:27

PUN has the handy "offline mode" which makes writing single player and multiplayer code less redundant.

Does Fusion have this feature or something similar?

Thank you!

Comments

FergalM
2022-01-20 10:25:35

Yes, you can set up the GameMode to Single :D

But I am not sure if it is really offline or if it starts an online session with only one player

squirrel
2022-01-20 16:32:48

Thank you! I found the game mode in the docs, and it says "no connection required":

Single Player

  • : locally with the same code, no connection required.

https://doc.photonengine.com/en-us/fusion/current/getting-started/fusion-intro

MuhammadAhmed
2023-06-21 13:21:21

I am also on the same track could you please tell me how can I go from single player to Shared Game Mode.

Back to top