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

photon 2d 1v1 game

hi all,i've tried a lot but couldn't figured this out yet.the problem is, i just want to create a 1v1 multiplayer game but game only needs the players guesses, how could i compare two players guesses...

View Article


How to sync movement speed properly in my case?

Hey guys!Took another look at movement in my game and found out that it only works smoothly when using a constant speed - super happy that I found it out though and got to experience the smoothness...

View Article


Truesync with Apex

Apex moves the transform along a path, how can I do that with TrueSync? Not sending inputs, but just updating the transform xyz as it moves along the path?

View Article

webRpc errors

i am using PUN Free.when i use Photonnetwork.webRpc,got a error like 2017-02-18 22:54:47,750 [13] ERROR Photon.SocketServer.PeerBase - exception during handling of...

View Article

Creating a Simple LOBBY!

I cannot believe how hard it is to setup a simple lobby. Photon is not brand new, where is the COMPLETE documentation on this fundamental function? I have been through every (out-dated) tutorial on...

View Article


CustomRoomPropertiesForLobby is not working

Here is how i create my room:public void CreateRoom(){ LobbyOptions = new string[2]; LobbyOptions[0] = MapIndex; LobbyOptions[1] = GameModeIndex; RoomOptions roomOptions = new RoomOptions();...

View Article

Weird bounce after collision

Hello, i was just fiddling around with TrueSync and noticed weird sway after collision. When my moving object collides with wall it bounces from it but starts to go back toward it like it would inhere...

View Article

Objects being destroyed immediately after instantiation

Hi guys,I'm finding as soon as I instantiate an object with:TrueSyncManager.SyncedInstantiate(prefab, TSVector.zero, TSQuaternion.identity);It gets immediately destroyed.Look likes this is occurring in...

View Article


Connect() to 'ns.exitgames.com' failed: System.Net.Sockets.SocketException:...

I just keep getting this error in unity. Even the demos in the PUN are throwing the same error. I am using unity 5.5.1 and PUN free version.

View Article


Syncing levels problem, ismessagequeuerunning, instantiate, groups

We have a problem involving players switching what levels they are on and making sure instantiated player objects don't spawn and destroy before they reach the correct level.We wanted to do a workflow...

View Article

HELP. How to make turn based game in photon.

Hello guys. We are currently developing a Online Chess Game. I have a problem on what should I use to make a turn based game. Should I use PUN or Photon Realtime? Need some guidance ASAP.

View Article

Image may be NSFW.
Clik here to view.

[Q] Rpg Combat System (anti Cheat)

Hey Photons!I just managed to create a first Version of the game I want to make including Lobbies, first Map and animated Characters that can walk around.What I am now thinking about is a Rpg...

View Article

Identifying who's white or black.

I'm creating online chess game using PUN. How do I determine if it's white turn or black turn. When I try to play my game, both players can use white or black.

View Article


Photon RPC Help

Hello Guys! I'm here again. I have a question. How can I send the master's client data to a client vice versa? if First Player (Master Client) joins the room he/she wont send any data to client and...

View Article

Synchronizing 1000 characters

Hello,We'd like to be able to synchronize 1000 or more different characters and I'm wondering if my approach is going to run into some unexpected issues.I imagine having 1000 PhotonViews would not be a...

View Article


My S2S Peers never receive any OnOperation calls

Hi, I am trying to create a Photon Server Application from scratch, but I got stuck at S2S communication.I am able to set up the connection, initialize encryption and event send operations using the...

View Article

How to set an object child to another object?

Hello.In my game I have players and "relics". A relic is just some object which could be picked up by a player. But if one player kills another player, and that another player had the relic, then the...

View Article


Muting a specific player

I want each client connected to the voice server to be able to choose who they hear talking or to put it another way I want each player to be able to mute other players by pushing a button next to...

View Article

Server Chat example

Hello,I have been trying to follow the simple chat server from the "An App From Scratch" example.I am using Visual Studio 2015, with .Net 4.6, 4.5.1 and 4.5.I am currently having the problem where the...

View Article

Best way for FPS multiplayer?

I want to make FPS multiplayer game for both Android and iOS. I'm gonna purchase PUN+ or UFPS Photon multiplayer.Which one is better? I checked review of UFPS Photon multiplayer and found it still...

View Article
Browsing all 15755 articles
Browse latest View live