Quantcast
Channel: Multiplayer
Browsing all 16796 articles
Browse latest View live
↧

UNET networking : I can't connect with IP

Hello. I have two buttons : create game , and join game. My code is : Code (CSharp):   public void StartupHost() {   SetPort ();   NetworkManager.singleton.StartHost ();   }     public void JoinGame()...

View Article


Questions about UNET Networking

I'm trying to understand the new UNET Network system. I downloaded the Lobby Matchmaker asset example and I want to know if I creat a game, the creator is hosting this match or the server is hosting...

View Article


Setting up facilitator.... (again!)

OK. Probably the 100th time someone has asked this but I still haven't found any good tutorials about how to set up a the facilitator on a hosted server. It's a shame there is no php, java or python...

View Article

MMO server solution?

hi, i'd like to read some opinions about the best server solution for an mmo I'm designing an mmo like the old browser games OGame or Travian.. a resource manager game. The interactions between players...

View Article

Image may be NSFW.
Clik here to view.

RPC calls with the new Unity Networking?

Hi guys I am used to the legacy networking so I used to use code like this: Code (CSharp): netView.RPC("rpcName", Target);   [RPC] void rpcName () {     //Do something } So how do I do that with the...

View Article


Spawn objects from clients UNET

Hello, I'm testing the UNET system trying to switch my game from the old one to the new one, but I'm having some troubles. I already setup the server and the client with the network manager. I've...

View Article

ClienRPC from Server to clients and to itself included.

Hello I am upgrading my old network to the new unet. The server is authorative server and doesn't use any networkmanager. (What I mean is the input of a player goes to server, and server moves the...

View Article

hasAuthority VS isLocalPlayer

I am struggling to see the difference between hasAuthority and isLocalPlayer. Surely if the hasAuthority is true, isLocalPlayer will also be true (and vice-versa)?

View Article


UNet on LAN really doesn't work across operating systems?

Hi folks. When I try to use the Unity sample projects over LAN, I get an unusual error . . . message->m_Block->allocatedLength == sizeof(PingPacket)​ . . . when I try to connect via UNet between...

View Article


Cross.Net is now free, It will help setup unet and more

You can find a free network solution to Unet HERE.. look at the bottom of the video tutorials.

View Article

PhotonNetwork.Instantiate

Im trying to get the enemys to sync on all players screen when they spawn but im coming across an error. I fully understand the error and why it is happening im just not sure how to fix it. I dont like...

View Article

[HLAPI] Chaos and abysmal docs for Lobby, NetworkClient.Ready(),...

Hello everybody, I'm trying to implement multiplayer games into my existing game, utilizing the "shiny new" Tech of UNET and the HLAPI. I'm doing so for about a week, and having *a lot* of trouble with...

View Article

Unet server-authoritative movement with client-side prediction and...

Hello everyone, So I've tried several times to find some information or examples on this topic but with no luck. Found some legacy implementation but it looks like that there is no open...

View Article


Lobby Player Getting Destroyed Instead of Replaced

Hi there, When going from the lobby scene to the play scene... Instead of the game player replacing the lobby player, the latter's getting destroyed automatically. Here is the debug message along with...

View Article

Image may be NSFW.
Clik here to view.

HLAPI and WebGL?

I was wondering if someone knows when HLAPI will be supported in WebGL? I can't find anything on the roadmap

View Article


PHOTON weapon pickup only showing up in one game

I am making a small 2D online shooter with gun pickups. But when a player picks up a gun it is only visible on his screen I have a photon view component on the gun and the transform is set in the...

View Article

How To Set The Network Owner

Hello, I want to change my player character during the game but I cannot figure out how to set the network owner manually. I've seen in the manual that they are using the MsgType.Owner for spawning the...

View Article


How to have a .exe file for running a server?

How do I run a server from a .exe file?

View Article

Consequence of mulitple NetworkBehaviours

Out of curiosity, is there increased network traffic with multiple network behaviours, even if the number of SyncVars remains the same? For example, if I have 5 SyncVars on one Network Behaviour, does...

View Article

UNetWeaver error with SyncEvent

I've spent some time narrowing my issue down, and maybe I am missing something, but I could not find info about it anywhere, so decided to post question here - and hopefully help anyone who might...

View Article
Browsing all 16796 articles
Browse latest View live