question

Jake Schroeder avatar image
Jake Schroeder asked

Lightweight mmo possible in Unity + Photon Bolt + Playfab?

I am trying to build a use case for photon bolt (a unity multiplayer middleware) paired with a managed backend service such as playfab for things like auth, saving player data, etc. I was hoping to get some feedback on the feasibility of this networking model applied to a lightweight mmo (no interest management required) room-based matchmaking system. Something like this:

I understand this is a bit of an edge case for the selected tooling but with my understanding of docker and auto-provisioning, this would be possible given PlayFab exposes the right controls and bolt can work inside a vm. If so would the region server / game server/hangout world be handled in playfab and everything regarding matchmaking/instance rooms handled in photon with their photon cloud?

I understand this is possible to implement from the ground up, using something like mirror for connectivity and then install a headless build on some bare metal server host paired with my own database/auth stuff. However, it seems to me I would be missing out on a number of ease of use/ scalability advantages. For one, photon bolt provides a ton of networking capability out of the box -perfect for a realtime combat style game - such as Authoritative Movement and Lag Compensation / Hitbox Recording. Not to mention the integration with photon cloud for the matchmaking. Secondly, a managed service like playfab bundles up things like auth, player data, in-app purchases services nicely. Not to mention they automate the process of region based distribution and horizontally scaling game servers on demand.

To recap, is this a solid approach or are there some caveats I need to be aware of?

Authenticationphotonsupportdocumentation
network-model.png (41.7 KiB)
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Rick Chen avatar image
Rick Chen answered

PlayFab can handle the authentication, player data, and in-app purchase as you mentioned. However, the multiplayer server in PlayFab is designed for session-based games, rather than for long-running service. Multiple limits can be hit with long-lasting sessions. Thus it is not recommended to use the PlayFab Multiplayer server for MMO games.

Without having PlayFab to handle the MMO server, it would be a solid approach.

If there is any further question, please feel free to ask.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.