Making a multiplayer game like Watch dog/Journey
Hi, What is the best way to make a multiplayer game where players are playing in single player and can seamlessly move online and merge their world with other players. Example from Journey: I am...
View ArticleProblem with initializing 2nd player
Hi, I have no problem connecting and attaching the host's player but the client when connects, doesn't get initialized. I've overrode NetworkManager with this: Code (csharp): Â Â public override void...
View ArticleRelay server bandwidth question
Hi, I saw in this post http://forum.unity3d.com/threads/matchmaker-client-timeout.342745/#post-2218296 that there's a 4k/client/sec limit when using relay servers. Can you tell me if that figure...
View ArticleHow to join or create a match
I'm using the unet lobby drag and drop lobby example for my game and I was wondering how could I join a random match but create one if no matches are available then it'd create one.
View ArticleDestroying Networked GameObjects. NetworkServer.Destroy Issues
I have GameObjects (like explosive barrels) that when destroyed should: -explode in a fireball -generate shrapnel -play an audio file Here's example video. I'm struggling with the proper way handle...
View ArticleRPC UI TEXT
I am creating a Fighting game where when a player hits another player the UI TEXT(Points) will increment. How am i going to implement that? I know that i will create variable for points and it will...
View ArticleIntroducing PlayFab, a complete backend-as-service for Unity
Hello everyone, We're excited to officially introduce PlayFab to this forum for the first time. Our goal is to provide a complete one-stop-shop backend for games, including both the services you need...
View ArticleMatchmaker and LLAPI
Hey everyone, I was wondering if anyone has been able to use matchmaker with the llapi. I'm currently using the llapi and connecting to localhost, but I'm making a mobile game and would like some sort...
View ArticleServer clarification
This question stems from my lack of 'grasp' on unitys networking system (5.1+). From my understanding ,as it pertains to MMOs, important code needs to be executed on the server side and then sent to...
View ArticleThe Lockstep Framework
Here's a demonstration of a multiplayer framework targeted at RTS games I've been working on: DPhysics will be released as a standalone asset but will also be included in the Lockstep Framework, which...
View ArticleUnity's MatchMaking
Hi. For testing my games I used the NetworkManager HUD to not have to program my own HUD for matchmaking and stuff ( hosting, connecting... ). At first I thought you can use unity's relay server, so...
View ArticleMMO Server Configuration Questions
Hey, Guys, Me and my crew are developing a massive multiplayer game. Before I get into the main reason behind my posting and questions, I ask you to please reserve your bashings and "OMG, you are...
View ArticleUNET - Spawn scene object not found
I'm looking into UNET, but I'm having some trouble getting a client to spawn GameObjects. I have a host, which correctly creates a number of GameObjects (from prefabs that are registered in the...
View ArticleHow to get subnet mask on mobile device
Hi, I want my app could auto find the ip address of server. I used udp broadcast to remind server then server will send a udb package to my mobile device. Mobile can refer the source address of the...
View ArticleNetworkAnimator on (non-player) objects with client authority
Hi, I'm trying to make NetworkAnimator to work with client authority objects, peeking at the decompiled DLL it seems that the NetworkWriter is only initialized in OnStartLocalPlayer, so the (non-player...
View ArticlePhoton Unity Networking
Photon Unity Networking Get it. No server setup needed - runs in the Photon Cloud. No obligation due to free plan. Download from the Asset Store: http://u3d.as/2ey Overview This package implements...
View ArticleMultiple UDP sockets - beyond logic
I'm writing a simple game that requires continuous connection to multiple UDP Servers. Communication works like a charm when I test it using multiple console applications in Visual Studio. One console...
View Article[Solved] Different prefab client / server , (fragmented) network channel not...
I am currently implementing the multiplayer part of our game and had a few problems along the way that i could not immediately find solutions to. So here is a little thread where i will post problems...
View ArticleUNet HLAPI Struggles: Hitting Walls
I am working on an overhead view dungeon crawler. It's coming along good. I have multiplayer working for the most part. Here's a few 30sec videos. I have been working with the UNet high-level system....
View Article