Is there an offline mode in Fusion?
The whole answer can be found below.
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).
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
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
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