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
-1
votes
1 answer

VMware Photon - Clair cannot scan Photon container vulnerability on vSphere

The problem: Clair cannot scan a Docker image built from Photon OS on VMware vSphere platform. In turn, this prevents properly completing a vulnerability scan on vSphere, which prevents any subsequent container deployment.** Background: I am…
Mr. Vanderstelt
  • 126
  • 1
  • 8
-1
votes
1 answer

How to add a PhotonView by script

I want to add a PhotonView script to my gameobject, I have tried with this.gameObject.AddComponent(); , but when I use it, it throws null. What Am I doing wrong? Thanks
-1
votes
1 answer

Get number of players in a scene (Unity)

do you know how can I get the number of players in a specific scene? I'm using Unity Photon's PUN 2, so, almost anything of PUN 1 won't work. Thanks.
Sergio Marquez
  • 111
  • 1
  • 11
-1
votes
1 answer

How can I change the camera of another player in Unity?

I am using Unity3D with Photon, and I need to blur the camera of another player. Does anyone have an idea of how can I do this?
Sebastián García
  • 103
  • 1
  • 3
  • 11
-1
votes
1 answer

GET webhook between Particle Photon and Twilio

I've set up my Photon to control a neopixel and want to changed the color based on a parameter sent by the user via SMS. I know how to send SMS from my particle to my phone using a Twilio POST webhook (hook1Ask() below is working), but I can't find…
-1
votes
2 answers

Unity Photon PUN calls a wrong method

I have two scripts. First script is named Launcher. It's derived from Photon.PunBehaviour and designed to work only with PUN methods. Also I have another script that is named LauncherUI and derived from MonoBehaviour. Launcher has a reference of…
user2686299
  • 427
  • 8
  • 25
-1
votes
1 answer

Coloring Text in string

How can I color that string in code private void HandleChatSpam() { PlayerScript playerScript = PlayerScript.FromPhoton(PhotonNetwork.player); playerScript.ChatMessage("mpgh.net - BlackBoom pub build"); } How can I color text in line here…
-1
votes
1 answer

Photon Server: Can client and server app send messages to each other without the client joining any room in server?

I need the client to query some game settings in a room before joining it. Do photon already have this behavior?
acegs
  • 2,621
  • 1
  • 22
  • 31
-1
votes
1 answer

Error 1: does not implement interface member

I am creating an multiplayer server based on photon using CRJ Gaming tutorials i have ran into this error, been trying to fix it for more than 2 hours, rewatched tutorials few times, i am completely lost. Erorr: Error 1 …
Pencho Slaveikov
  • 175
  • 5
  • 12
-1
votes
1 answer

How to design an offline multiplayer game using Photon Unity Networking

I have designed a multiplayer game in Unity 3D using Photon Unity Network plugin for multiplayer gaming. It is working fine in the online mode. I want the same multiplayer game running offline without the Photon cloud. I want all the players to join…
user3641302
  • 149
  • 1
  • 2
  • 13
-2
votes
1 answer

How to find the photon view id?

I'm developing my first multiplayer game using photon and I should find the user's photon view id via script how can I do this. Thanks.
-2
votes
1 answer

How not to join private room or room with bet amount on PhotonNetwork.JoinRandomRoom() function call

I am developing a multiplayer racing game in unity using PUN2. I want to create 2 types of rooms. The first type is that players create a room with some constraints that max players, no of laps and bet amount (that may be called a private room or…
-2
votes
2 answers

why is my Unity photon Pun2 import not working?

I'm trying to import unity Pun2 free assets but when i try to access any of the method i get an error. also all the imported scripts are showing errors. i have checked supported unity version for pun2. it says 2017.4.7+ and i'm using…
-2
votes
1 answer

How to know who created the room?

I am trying that when entering a room, only the person who created it obtains permission to change some settings, But I don't know how to get the person who created the room, what can I do?. I am using photon 2
PacMan Programador
  • 191
  • 1
  • 2
  • 14
-2
votes
1 answer

How could i solve this problem with photon game

I have followed this tutorial multiplayer fps serie from Expressed Unity especially this episode "https://youtu.be/j9PC9RhurRI?list=PLD4OdGjxbaByCEOH3fOJ4MgOdROHHBKUo" and i need some help with it. I have followed the video till 23:30 and then all…
Lapa
  • 1
  • 1
  • 3
1 2 3
44
45