I am receiving an error when using offline mode, how to fix it?

Options
Hi, I currently am programming a game online and I started making a singleplayer mode. For this, I am using the offline mode of Photon. But everytime I need to Instantiate something in the code PhotonNetwork.Instantiate I get an error saying "Failed to Instantiate prefab. Client should be in a room". Since I am using Offline Mode, there is no room, and it should work as a normal Instantiate. Whats wrong?

Comments