[SOLVED]
reason: I had been using "OnJoinRoom()" not "OnJoinedRoom()".
* Sorry, no sleep last night.
![Smile :) :)]()
Hi there,
I hope it is ok to ask here, but I am setting up Multiplayer via Photon, as it seems to be quite popular. I have asked the following on the Photon forums, but traffic is slow.
I am following the Marco Polo tutorial and can not create or join a room. See code....
Newb: Photon: Create, Join Room[SOLVED]
reason: I had been using "OnJoinRoom()" not "OnJoinedRoom()".
* Sorry, no sleep last night.

Hi there,
I hope it is ok to ask here, but I am setting up Multiplayer via Photon, as it seems to be quite popular. I have asked the following on the Photon forums, but traffic is slow.
I am following the Marco Polo tutorial and can not create or join a room. See code....
Code (csharp):
- using UnityEngine;
- using System.Collections;
- using Photon;
- public class RandomMatchmaker :...