Top "Photon" questions

Photon is a realtime multiplayer cross-platform api from Exit Games.

Built-in Multiplayer in Unity3D without a Server?

I heard Unity3D has a Built-In Multiplayer functionality and it can provide the service without a server. But I …

c# unity3d multiplayer photon unity-networking
How could I use OnPhotonSerializeView?

I am currently to to instantiate a box when the player drops it (using "PhotonNetwork.Instantiate"). Now this box, when …

c# unity3d photon
What is the difference between Photon Server and Photon Cloud?

What is the difference between the Photon Server and Photon Cloud products?

cross-platform cloud multiplayer photon
Photon Unity Networking or Bolt or ...?

I am not able to decide whether to use PUN or Bolt in my Unity based multiplayer game. The game …

unity3d multiplayer lan photon
How can I list rooms in Unity? (PUN2)

I need to list the romos there are in my lobby scene. For now, this is the code I've used …

c# unity3d photon
When to use Photon Networking master client?

I'm trying to understand what exactly is Photon Networking Master Client. Docs give the folowing usage scenario for this term: …

unity3d photon
How to instantiate a game object correctly in Photon Unity Network?

This code is attached to player prefab and creates 2 objects, in the same spot, which are both visible for all …

c# unity3d photon