Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 619 Bytes

PUNMatch - Easy to Use MatchMaking script

Unity Photon Engine 2.0 (PUN) MatchMaking Example with AutoConnect and Connect By Name to the room

Simple Code and Easy to Use.

Screenshot

Tested on Unity 2018.3 and PUN 2.0 (ver 2.6)

Usage:

  1. Copy PhotonMaster.cs from PhotonMatch folder to your Asset/Scripts folder
  2. Add this script to GameObject and Connect all references.
  3. Create and Connect buttons to ConnectRandom() and ConnectByName() public functions.
  4. Add PhotonView Component to GameObject
  5. Enjoy it!

ExampleProject Folder has Simple Multiplayer Clicker game