setup new server with vps server
so im planning to buy vps server after 2 days so can i setup my server by : download the server sdk there and then open photon control and start load blancing then put the ip address on my unity photon...
View ArticleWhere can I find an example Unity project using Photon Server?
I have just downloaded and installed the Photon SDK on my server and would like to try connecting to it from a Unity project on a different machine & network. Is there a sample project available...
View ArticleHow to publish a photon game on Asset Store?
there is a rule that you can not upload material from other packs that are on the Asset Store. How do I add the library while the photon in the project? it is possible to add?
View ArticleAnybody got a fix for issues with interpolated EntityState properties of type...
Hi,Im currently working on a project where I need to synchronize a Quaternion through an EntityState.It works fine, until I put on Interpolation, then I start seeing some Bolt runtime errors popping...
View ArticleCan't connect to Photon server - SwitchToProtocol: Udp...
Heya,yesterday I imported the 'Photon Unity Networking Free' package from the asset store. Sadly however, it doesn't seem to work. As soon as I use the line of code...
View ArticleTemporal anti aliasing
Quick question regarding the temporal anti aliasing solution by setting a render transform as shown here.Does it matter at what level the child with the mesh renderer is placed. For example, should...
View ArticlePhoton Bolt Authoritative Server and VR with Tracked controller
Hi,I'm currently using PUN for my VR game and are quite happy with it.However since my efforts get more serious, I'm considering switching to Bolt in the long run or maybe in my next game.Please not I...
View ArticleSending Post Data in authentication requests
Hi,I've got my authentication server set up, but it really likes to deal with POST requests. I've figured out a hack to get around it, but it would be great if I could send post requests. I understand...
View ArticleThe type or namespace name `ErrorCode' does not exist in the namespace...
Hi,I just updated to Unity 5.5.0f3 and Photon Pun+ 1.79.My game uses code from Photon Rally Tutorial by Exit Games version 1.1.0.It has worked before but now that I updated the Unity and Photon Pun new...
View ArticleCapsule Collider 2D
Hey,Do you have plans to implement an equivalent to the new 2D capsule collider? As I already use it often, I think it would be a great addition the other colliders.John
View ArticleAnti-Cheating Measures
I have a few questions, all more less related to the subject of preventing players from cheating in my game. I know PUN is not authoritative, so what measures are there to prevent players from...
View ArticlereconnectAndRejoin() In UE4 sdk not work.
when i loss connect, i call reconnectAndRejoin(), then i get info:debugLevel:1, 2016-12-09 16:12:43,041 ERROR Client.cpp ExitGames::LoadBalancing::Client::reconnectAndRejoin() line: 750 - No auth token...
View ArticleReJoinRoom not behaving as expected
Hi guys,I have some code to automatically rejoin a room in the event of an unexpected disconnect. Everything works fine, except when the player rejoins, it doesn't automatically update the other...
View ArticleLooking for advice before starting a project with this
First the goal of the project:We want to have a server that does everything. Most of the examples I see about photon are having the clients direct gameplay. However we are trying to create a server...
View ArticleHow to instanlty remove an actorID from a room while PlayerTtl is set to...
Hello guys!I'm creating a network room with the following options: RoomOptions roomOptions = new RoomOptions();roomOptions.MaxPlayers = 2;roomOptions.CleanupCacheOnLeave =...
View ArticleLength of bufferedRPC stack
HelloIs there any restriction of bufferredRPC stack?For example:This is switching gun function[PunRPC]void SwitchGun(string gunID) {}So lets switch gun 1000 times, 1000 calls will be in new...
View ArticleHow To use free 100 CCU in Unity
Hey Guys,Im New here.I dont know how to use Hardware ID in Unity!Can Anyone tell me how to use this??NOTE:Im not GOOD at ENGLISH
View ArticleSlot reservation [C++]
Hi there,I've been reading a lot info here on forums about slot reservation, etc etc. But It is always related with PUN, not eh native SDK in C++.We are working with our integration in UnrealEngine...
View ArticleLoad balancing concept
Hi. I'm new in Photon, and I want to understand few basics ideas of it.let's say, I have one VPS. And I try to start Load Balancing instance by Photon Control.In documentaion says "Loadbalanced setup...
View Article