Does local/offline mode count against CCU?

The whole answer can be found below.

Please note: 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! And we offer you support through 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.

Does local/offline mode count against CCU?

Aydin
2020-08-31 19:37:26

I am wondering if using StartSinglePlayer to create a local game adds to the number of CCU - and/or any other meters? I assume I should be able to run as many local games as I want without adding up to any meters but I need a confirmation from Photon.

Regards,
Aydin

Comments

ramonmelo
2020-09-01 15:05:42

Hello @Aydin ,

No, when running in Single Player Mode, you are running in offline mode, there is no connection with Photon Cloud, but you also lose the ability to play against other players.

--
Ramon Melo
Photon Bolt Team

Aydin
2020-09-01 15:37:43

Thanks @ramonmelo ,

By "other players" in "lose the ability to play against other players" you mean other players connected through network (Internet or LAN), right? Asking since I think in Single Player Mode, local players (players directly connected to the PC or console) should be able to compete with each other on the same machine.

ramonmelo
2020-09-01 19:13:07

Hello @Aydin ,

Yes, that is right, you are able to run multiple players on the same local machine, you don't even need Bolt for this, only if you want to take advantage of the loop system built on Bolt.

You lose the ability to connect to other peers on the network (local or remote).

Aydin
2020-09-01 21:10:57

Since want to add both local and online multiplayer modes, I wanted to make sure Bolt support both of the scenarios and won't cost me for local usage. Thanks for the answers.

Back to top