# Local testing via Unity's Multiplayer Play Mode

[Multiplayer Play Mode](https://docs-multiplayer.unity3d.com/mppm/current/about/) (MMPM) is Unity's official solution for local multiplayer testing, available from Unity 6.

**Pros**

* Short iteration times
* Tighter integration within the Editor, doesn't require multiple (standalone) Editors open

**Cons**

* Requires Unity 6+
* Can be more resource demanding than just running builds

## How to use?

* Install MPPM as described in their [Installation Instructions](https://docs-multiplayer.unity3d.com/mppm/current/install/)
* Open *Window* > *Multiplayer Play Mode*
* Enable up to 4 virtual Players
* Make sure that the [baked data](https://docs.coherence.io/1.7/manual/baking-and-code-generation) is up-to-date before starting to test, and that the Replication Server  [is running](https://docs.coherence.io/1.7/getting-started/setup-a-project/test-in-the-cloud/deploy-replication-server) with the latest schema
* Enter **Play Mode**

**coherence** tells apart virtual Players from the main Editor, so it's easier for you to not edit assets in clones by mistake.

<figure><img src="https://lh7-eu.googleusercontent.com/oPye1yDqQhrUTYgnrXZsFoNJ7GN69qLnaVDz17ZI5J30OZFE8PGoS__VW0bANCkhL610jJPNYmXRU5mRU0GpR33DjvTx5q0ljury62UCK56Dq76XVytEhgvEWoMSHTc2vO3R2rP2JhIugvRDP0JJFo_q1A=s2048" alt=""><figcaption><p>Inspecting a CoherenceSync on a virtual Player</p></figcaption></figure>
