From Single gamemode to Mulitplayer/Shared Game mode.
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).
From Single gamemode to Mulitplayer/Shared Game mode.
ZeeshanQaswar
2023-06-21 18:03:15
Is this possible that Initially, I start my game in offline mode and at any point during gameplay client can connect to the internet and able to create or join the room?
I know how to implement Shared or client/ host topology but for that I always require internet
In single-game mode, Network Objects are connected with the runner and are valid
what I am trying to achieve is switching from single game mode to Shared game mode and being able to play in both offline and online mode seamlessly.