[BUG]"Error: Ev Destroy Failed"- Only since the last update.
Hi all, before i updated to the latest version i had no error, but now i got this error when i join the game: Ev Destroy Failed. Could not find PhotonView with instantiationId 42. Sent by actorNr: 0...
View ArticleSession without instantiating prefab?
Hi, I'm fairly new to network gaming so apologies if this has been asked before. Is there a way to start a session without instantiating an existing prefab? The ultimate goal is to give the player the...
View ArticleDemoPickup character can't be moved.
Hi, i'm a beginner of photon.I got a problem with "DemoPickup".At first, i open the demo, move the character, everything is fine, but when i stop moving, the character revert to initial position. so i...
View ArticleAndroid Multiplayer Help
How does one go about setting up a multiplayer game on an Android device? Do you use the same method when creating a pc multiplayer game and add scripts to make two Android phones work together?
View ArticlePhoton Animator View - What about Triggers?
I see there is probably no way to auto pull triggers by default with this script for animation. However since the Trigger section does not have any comments on how it should be handled in this class,...
View ArticleHow to use custom player properties
I noticed in the last update that PhotonPlayer.setCustomProperties() was added. I was wondering how one would use custom properties for players? Could they be used to say... add a bool "ready" that can...
View ArticleOnline mode fails in build, works in editor
Greetings. We ran into a strange issue today while making builds and it has us stumped. We pushed out 2 builds today on our game, the first build works perfect and is live. However, I realized I forgot...
View ArticleEv Destroy Failed. Could not find PhotonView with instantiationId
Hi everyone, im using PUN v 1.66 and im getting this error message in player 1(master client) when a second player has his bullet being destroyed.The game is a gunbound style game. When I have just one...
View ArticleHow to set customProperties in masterClient for all connected clients ?
Hi everybody!, I`ve been using PUN for 2 weeks now, Im doing a gunbound style game and Im having trouble using player customProperties. One for "carType" and another for "spawnPos".For what I see, I...
View ArticleSTEAMVR Tracking Controllers Help!
Hello all, I have been trying for the past few days to have the steam vr controllers synced in my multiplayer game where one user sees the other user. Right now when two users are in a room, each user...
View ArticleiOS IPv6 support
We need the IPv6 support for PUN (iOS). Unity wrote: http://blogs.unity3d.com/2016/05/10/unity-and-ipv6-support/Error message:Connect() to '37.58.117.146' failed: System.Net.Sockets.SocketException:...
View ArticleWhat Addresses do PUN contact when Connecting?
Hi All,I'm currently working on a project for school based clients who run vert tight locked down networks. They have address filtering preventing our PUN - based product from connecting to the Cloud...
View ArticleRemove specific RPCs
Is there a way to remove specific RPCs previously sent via AllBuffered or BufferedViaServer? (we would need this for a RPC we send when a weapon is changed but could improve performance when we could...
View ArticleIn and Out
I have two scenes. One for playing and the other for changing the look of a character.When I leave the playing scene to my settings scene. I want to pull my player game object out of a room, make my...
View ArticleBest Practices for Photon & Event Delegates in Unity3d?
I have an RPC call set up like this: http://pastebin.com/biTsvUMbIs this the "correct" way of doing what I want to do? In essence, send a command to an object, and then update that object across all...
View Articleinternet connection availability
Hello,@Tobias , @vadim when i started game than i have already internet available but in between my connection is lost so i want to give message to player so he /she can understand that due to lack of...
View ArticleSynchronization and State of map
Hi Guys. Im very fresh with developing games. Just started my first one for school project and I encountered a little problem with syncing map for players ower the network.I've an idea with game that...
View ArticleInstantiate New Gameobject with properties
Hi, im developing a 1 vs. 1 multiplayer game, clash royale style.I need to instantiate gameobjects (ex. monster). Each object has its own properties (ex. Health, Attack, Defense)I managed to create the...
View ArticleCan not build. Unity4.7.1, PUN v1.68
Encountered build exception, When building for iOS.Caused by Photon3Unity3D.dll wrote invalid format? or UnusedBytecodeStripper2 bug?..How fix it?NOTE) Build succeed under PUN 1.66.Failed running...
View Article