Skip to content

Latest commit

 

History

History
executable file
·
49 lines (32 loc) · 1.37 KB

PlacenoteSDK-Multiplayer-README.md

File metadata and controls

executable file
·
49 lines (32 loc) · 1.37 KB

PlacenoteSDK Multiplayer

A Unity project template to get you started creating a multiplayer augmented reality game using Placenote.

Multiplayer_Gameplay

Placenote SDK: 1.6.0

Project's Unity Version: 2018.1.1f1

Xcode: 9.3

Devices tested OS: 11.3


Getting Started

  • Clone this repository
  • Critical library files are stored using lfs, which is the large file storage mechanism for git.
    • To Install these files, install lfs either using HomeBrew:

      brew install git-lfs

      or MacPorts:

      port install git-lfs
    • And then, to get the library files, run:

      git lfs install
      git lfs pull
  • Open the project as a new project in Unity (Recommended: Unity 2018)
  • Register for a Free Photon Multiplayer Account and place your account's "AppId" into the "PhotonServerSettings" in the editor.

photon appid


Video Tutorial

Link Pending