Zoe for Unity: Help Center
  • Zoe for Unity - Help Center
  • Installation
    • Setting up Unity
    • Installing Zoe
    • XR Settings
    • Basic Scene
  • Getting Started
    • Interaction Rig
      • Create an Interaction Rig
      • Structure & Settings
    • Testing without a headset
    • Navigation modes
  • Adding interactivity
    • Overview
    • Interactive Objects
      • Creating IOs
      • Structure of IOs
      • IO Setup
    • Interactions
      • Interaction Setup
      • Conditions
        • Duration (parameter)
        • Gaze
        • Point and Click
        • Proximity
        • Touch
        • Manipulate
        • Inputs
        • Drop
        • Approach
        • Collision
      • Actions
        • Delay (parameter)
        • Scale
        • Rotate
        • Rotate Around
        • Translate
        • Activate
        • Audio
        • Animation
        • Physics
        • Change Material
    • Drag & Drop system
    • API - Custom Scripts
      • Create your own Condition
      • Create your own Action
  • Multiplayer
    • Installation
    • Photon Setup
    • Scripting Symbols
    • Get Started
    • Avatars
    • Multiplayer Conditions
    • Multiplayer Actions
  • Exporting Your App
    • Exporting your .apk for Quest
    • Sideloading your .apk on Quest
  • Lessons
    • Getting Started
      • Interactive Objects
      • Actions 01
      • Actions 02
      • Conditions 01
      • Conditions 02
  • MX PEN INTEGRATION
    • Installation
    • MX Pen Input Mapping
    • Changing the default MX Ink Visual
  • Swapping the MX Inc Visual In Play Mode
Powered by GitBook
On this page
  1. Multiplayer

Installation

How to install Zoe Networking Module

Last updated 2 years ago

Make sure you have previously Zoe for Unity plugin.

Download the Networking Module (compatible with the version of Zoe for Unity that you previously installed).

With your Unity project open, double-click on the .unitypackage of the module. You should see the following window:

Press on 'Import', the following window should pop up:

Before installing the Zoe module you will need to install Photon. You can use both buttons in the popup window or click on the following links:

Note that you could also install both Photon packages in your project before opening the networking module.

Open both plugins in Unity, you should see the Package Manager window open:

Download both Photon packages into your project.

Before importing the Photon packages you will need to close the Zoe Networking module initialization popup window (otherwise the Import window for the packages won't show).

Import both Photon packages into your project (you might need to close the Zoe initialization popup every time). This is what you should see when importing the Photon PUN package:

While importing Photon PUN 2 you will get a popup to fill in the Photon Settings, you can skip this to fill later or follow the project Setup if you already have a Photon account and application details. This will be required for distributing your application.

After packages have been imported, go to the Zoe menu on the top bar and click on 'Open Initialisation Tool'. This should open back the Networking Module popup window. Finally click on 'Install Zoe Photon Integration' and wait until the process is finished. Once you're done you should get the following Folder structure in your project:

: allows to connect users in a session.

: allows users to communicate via voice during a session.

PUN 2 Realtime (free)
PUN Voice 2 (free)
downloaded and installed
Networking Module importing window
Neworking Module Installation Popup
PUN packages inside Unity
Import popup window for Photon
PUN Setup popup
Folder Structure with Networking Module