This document is about: QUANTUM 3
SWITCH TO

Multiplayer Play Mode

Unity's new Multiplayer Play Mode can be easily used with Quantum 3. The Quantum sample menu provides communication between the master and virtual players to start and connect all players with a single click in the master player. See the QuantumMppm and QuantumMenuMppmJoinCommand class for more details.

Requires Unity Editor 6

How to install and use MPPM with Quantum

  1. Install the Multiplayer Play Mode package in the Unity package manager.
  1. Open the Multiplayer Play Mode control window.
  1. Enable at least on virtual player.
  1. Open a Quantum menu scene, for example from the Platform Shooter 2D sample
    • Enter Unity Editor play mode.
    • Start an online match QUICK PLAY or through PARTY MODE in the master player, it will communicate to other virtual players to connect to the same Photon room.

Disable the MPPM communication by toggling EnableMppm in the QuantumMenuConnectionBehaviour to start the connection on each player individually.

Back to top