Multiplayer

Implement multiplayer experiences using our Network Module.

This module is not yet available.

Zoe allows you to create interactive experiences connecting multiple users in a 'session'. For this we provide an integration of the Photon Unity Networking (PUN) framework compatible with Zoe's core system. Base networking classes contained in the base Plugin package will only work if you also install the Networking Module.

Here's what you will need to be able to build multiplayer experiences:

  • Zoe for Unity (verify that the version is compatible with the module)

  • PUN Realtime and PUN Voice (plugins for Unity)

Follow the next steps for a detailed installation and how to use the networking features.

Last updated