What happens when you reach PUN plan maximums?

Options
There is a couple questions here:

1) If I am on a plan tier that I reach the max # players on (for example > 20 connections on the free 20 CCU plan), what happens? Are players not able to ConnectToMaster()?

2) Is there a way to automatically upgrade to the next plan if #1 happens? So basically my game starts taking off and I need a higher plan.

Thanks in advance!

Comments

  • Breeman
    Options
    I think the main webpage answered my questions, no need to reply!

    https://www.photonengine.com/en-US/PUN/pricing
  • Tobias
    Options
    Glad you found that!
    The 20CCU plan is the only that has no "CCU Burst", so it's the only that doesn't allow overage.
    On the client, you get OnDisconnected(reason) with reason being DisconnectCause.MaxCcuReached.

    You can adjust the subscribed plan up and down when needed.
  • Markus
    Options
    Slight correction, if your plan has less than 500 ccu, the burst option is NOT included.
    The burst option is included in plans with 500 ccu and up.