Hi, I'm not sure what CCU means!
The whole answer can be found below.
Try Our
Documentation
Please check if you can find an answer in our extensive documentation on PUN.
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).
Hi, I'm not sure what CCU means!
proteinbeer
2012-12-27 05:34:13
Does 100 CCU mean that I can have countless rooms that can contain 100 users respectively or just 100 people in one game?
I've searched with keyword CCU but no answer so I guess this question is really noob :oops:
Comments
CCU = Concurrently Connected Users = number of users online at the same moment in your game / application across all rooms. This is normally 10%-20% of your actually active users which means that if you have such a CCU number you have 500-1000+ active users.
proteinbeer
2012-12-27 15:11:37
:shock: 100 CCU = 500 - 1000 users I see I thought there was a limit for a room to hold 100 CCU is bit small then, I guess I'll need more expensive one later if the game gets some attentions Thanks.
Looking at the numbers of the Photon Cloud (across many titles and games), we have some factors. We check: CCU = Concurrent users DAU = Daily active users MAU = Monthly active users
CCU to DAU has a factor of 10 to 100 (depending on the game). DAU to MAU has a factor of 10 (again!).
So 100 CCU might work for as many as 100k monthly active users. These numbers are distorted for new games that get a lot of attention and playtime initially, so it's never really a fixed factor.
For the Photon Cloud, we offer packages with "CCU Burst". These lift the fixed CCU limit but you might need to upgrade to more CCUs when you have too many users.
I have virtual fair platform, where I need 50,000 active user, which package is suitable for me.
Hi @Ranabd,
Since you are not making a game, you need Photon Industries.
Send an email to [email protected] to request more info.
IWillMakeNameLater
2022-06-10 07:07:54
if Photon Fusion starts in SinglePlayer"StartGame(GameMode.Single, ...", that increases CCU?
From another thread, it seems that single player is not intended to increase CCU, but it's not stated clearly: https://forum.photonengine.com/discussion/12750/single-player-mode-still-counted-towards-ccu
Fusion GameMode.Single and PUN 2 Offline Mode don't use connections. So there is no CCU increase.
Back to top