Questions tagged [photon]

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

Photon is a realtime multiplayer cross-platform api from Exit Games. It provides it's services in two forms. You can either choose to have it's fully managed Cloud service or can implement your own Server via it's Photon-Server api.

Links:-
Photon SDK

664 questions
-3
votes
2 answers

Photon or Smartfox for a quiz game with Unity

I'm starting a new project and it's a quiz, which be written with Unity. Right now, i have to make a choice between Smartfox and Photon. One of the requirements is to contain a database with questions and answers for the quiz. I ask to share…
-4
votes
1 answer

Pun 2 Synchronizing

I created a multiplayer game with pun2 (Photon Unity Networking) but when I move and look actually changes of my character will apply to other characters, also when my friends move their changes will apply to my character void Update(){ isGrounded…
Amin
  • 31
  • 6
-4
votes
1 answer

How to setup a minimap in multiplayer games?

I wanted to setup a minimap for my multiplayer game. I am using photon for multiplayer. Thanks in advance
1 2 3
44
45