Player Name display in Room
Hello , @Tobias @vadim Once again i need someone's help.. and this time its really needy...i have to display player name where it is generated in Room. i have used login services to login in app for...
View ArticleAdding floating Facebook names above the players' heads ?
Say you're John Smith on Facebook. How can it be displayed over your head when you're joining a room ? It's for a FPS style game, and it's not a Facebook Game (App), purely Windows .exe business.Thanks...
View ArticleHow to create master server for Unity3D client, and deploy it to Photon Server?
After installing Photon Server SDK i have "deploy" folder and various deployable examples "LiteLobby", "MmoDemo"...1) How to deploy demo examples?2) How to create my own deployable master server? (like...
View ArticlePhoton Voice (beta)
There's a rumor floating around about a so called Photon Voice feature. Is it true ?I'm asking because there's nothing related to 3D voice chat in Unity using either Photon or UNET.For example, apart...
View ArticleUnity tvOS build fails. Errors listed inside. [important]
Hi. The website says we can build for all platforms Unity supports, however the tvOS build fails.Errors are as follows:Assets/Plugins/PhotonChatApi/ChatClient.cs(32,31): error CS0246: The type or...
View Articlemaximum length of custom serialization byte buffer
What's the maximum permitted length of the byte buffer produced by custom serialization?
View Articlebug: keep-alive timer only starts if an operation request is sent
SDK version: 4.0.0.2description:If a client app does not explicitly send an operation request after connecting to the server, the keep-alive timer does not start. Consequently, the client will be...
View ArticleUnity Physics Based Networking
Hi,I am currently developing an online competitive sports game. The game uses vehicles as players and features a lot of heavy physics for collisions and projectiles. It relies on accurate physics...
View ArticleIs it possible to create Car racing MMO with physics
hello all... so i am trying to do Car racing MMO... I started small ofcourse, and right now i have a car with nice physics, and 1 track, and checkpoint system where you drive through gates and you get...
View ArticleBuilds using PUN causes Windows Defender to delete the .exe?
I've run into an issue using Photon Unity Networking. Whenever I build my game and run the .exe file, Windows Defender pops up and tells me it detected a HackTool: Win32/KeyGen and deletes the .exe...
View ArticleMy PhotonView Is Controlling All Charcters In The Game Please Help
hi I'm Trying To Make A PUN Game With Unity And My PhotonView Is Controlling All Charcters In The Game And I Can't Get It To Work Currently I Have Looked At The Demos I Use Unity 5!
View Articleonce room is created how do i spawn players in the map on the next scene
hi there my pun connects to the serves and then it creates a room and i want to spawn the players but the network manager is on a "lobby scene" and once the room is created i want to spawn the players...
View ArticleColliding with none existent object
I've created a very simple project that works fine offline but not online. It's a character that walks over a flat layer of blocks, which each have their own colliders.I followed all of the steps in...
View ArticleTrying to make an object visible only to the owner
I am making a card game and when I create the game objects they are visible to every player. I have tried PhotonNetwork.Instantiate as well as unity's Instantiate and both ways they are visible to...
View ArticleCustomize player appearance before game session
Hello,I'm trying to make it so the user can customize their player appearance before starting a PUN game session.PrefabUtility only works in editor I found out I can edit the player gameObject...
View ArticleNetwork Destroy with timer?
Hello,Unity has a destroy with a timer like this:Destroy (fireball, 2.0f);I know there is:PhotonNetwork.Destroy(fireball);but I can't seem to find a timer version of destroy.Does a timer form of...
View ArticleProblems with ChatClient.cs and PhotonPeer.cs
Hi!I have such problem:I use Unity3d v 5.3.2f1After I updated Photon to last version (v. 4.0.5.1.) cloud build generate me such error:[Unity] Assets/Plugins/PhotonChatApi/ChatClient.cs(32,31): error...
View ArticleCustom authentication UserID and NickName not Set
hi, i setuped photon server v4 in my own server. i red this article to configure Custom Authentication hosted in my own web server. but in PUN (v1.66) after connect, in the OnConnectedToMaster...
View ArticleAdjust color of player prefab using SetCustomProperties
Can someone help me out? Not sure why this isn't working.I'm trying to set each player to the color that the local player picks from a color wheel. The pick color before the session starts. I store the...
View ArticleHow i get my UserId or a player UserId?
I used Custom Authentication. How i get my UserId retrieved from auth server? How i get UserId from PhotonPlayer of other player in the room (for example to add it to my friends)?
View Article