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
- Install the
Multiplayer Play Mode
package in the Unity package manager.
- Open the
Multiplayer Play Mode
control window.
- Enable at least on virtual player.
- 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 throughPARTY 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.