Quantcast
Channel: Recent Discussions — Photon Engine
Browsing all 15755 articles
Browse latest View live

Scoping problems with RPC

Hi! I'm somewhat new to PUN and Unity so hopefully I am making some kind of beginner mistake. void Update(){ if(launch == true){ Debug.Log("launched"); myPhotonView.RPC("ChangeScene",...

View Article


Connection with error code 1040

HI Trying to connect to photon server using 2g mobile network but getting connection error with error code 1040on each connect ,we want to make it work on tg network too. please help

View Article


Unity Export to Windows 8.1 and Windows 10 Universal

For the export to Windows 8.1, you might have to setup the export rules for some assemblies (.dll files) in Unity 5.Please try this setup:\Plugins\WP8\Photon3Unity3D.dll-> Check only WP8Player under...

View Article

Why i can not connect to Photon chat ?

I install Photon Chat from asset store and i tried to use the demo but its not make a connect (in the debug text still disconnected ) note : I live in Syria , is that maybe the reason of can not make a...

View Article

Keeping an Async game going reliably

Hi!It looks like I've got an issue regarding asynchronous support for Photon. Without custom server-side code it seems that keeping an asynchronous game going reliably after player disconnects is not...

View Article


How is RPC processed in the target ?

I have been using RPCs to process my players decision, so basically during an auction in the game, players will try to bid the price, which causes RPCs to send over the network to the Master Client ( I...

View Article

Image may be NSFW.
Clik here to view.

How to leave a game?

This sounds like it should be trivial... I have a 2 player server/client game. I've made a small behaviour so if Escape is pressed it should disconnect from the game. using UnityEngine;public class...

View Article

Room name length and character limits?

Is there a max room name length and are there any not allowed characters? (Symbols etc) can it handle foreign character sets?

View Article


Character View Sync

Im developing a 2d sprite based multiplayer rpg. So after a while of research and little to no help from the community (cough) I have figured out (in my own way) how to sync the view of a character for...

View Article


Player position synchronization || Display ping

Hey guys,1.)since we are using bolt we encounter problems regarding the synchronization of the player position.We are using the "Transform" state property with the smoothing algorithm set to...

View Article

Why this:: KeyNotFoundException: The given key was not present in the...

KeyNotFoundException: The given key was not present in the dictionary.System.Collections.Generic.Dictionary`2[Bolt.NetworkId,EntityProxy].get_Item (NetworkId key) (at...

View Article

Photon Handler.Update framerate

Hi! I noticed that when I use PhotonNetwork.ConnectUsingSettings or createRoom the game is lowering the FPS for abount 2 seconds. Using the profiler I found it was because of PhotonHandler update (deep...

View Article

Photon Unreal Engine SDK Demo not working

Hello!I am trying to get the demo from Unreal Engine SDK up and running but i cant generate visual studio files. I am using Visual Studio 2015 Enterprise Edition.This its what i've done1. I downloaded...

View Article


Photon Voice compared to DFvoice?

What are the pros and cons of using Photon Voice or DFVoice (which also uses Photon)?A side question, when one uses Photon Voice, an accompanying "_voice_" room is created. This would increase the cost...

View Article

Do Photon Clients have time-outs and a way to disable them?

When I debug my code with breakpoints, the Client disconnects from the server after some time. I was thinking it probably has a time-out or something.Can I disable this somehow just for debugging?

View Article


Getting response error!!

Hy everyone, i am new to photon and i don't know completely how it operates still learning. i am having a problem, when ever i try to use login or register on my local server it just won't let me go in...

View Article

Local Game?

So my game is primarily network and I have a main menu setup to start a server or a client (and connect to a server).But there is a lot of code in the game side which revolved around Bolt (such as Bolt...

View Article


Add more manage features in a web panel, please! [three ideas inside]

1. Close all connectionsIf the bad guy get my AppID and create hundreds of connections, what can I do? - Nothing! Or if I want to update the game? You may have to reset all connections, if the update...

View Article

ERROR: Wrong license type - don't expect redist license. Going to shutdown.

Hello, I was using the 100 Server free license. I've been using it for a long time, and today I was making a maintenance in the server and suddenly i got this error after I restarted the server. ERROR:...

View Article

Player joining game in progress

When a new player connects and loads the level, should I simply call SetScope as needed for entities so the player gets the state for objects it should know about or is there something else that happens?

View Article
Browsing all 15755 articles
Browse latest View live