Player Manager
Show players in the game on all clients using a SyncList. This will not scale to large numbers of players. This will not work with custom object visibility rules.
View ArticleI wear a camera you tell me what to do
The game I'd like is I wear a camera and you see what I see and you tell me what to do and if your smart you tell me how to make money and I pay you a cut
View ArticleNetwork Proximity Checker and major FPS drop with large GC collection
I have 450 objects that use Network Proximity Checker and the servers fps drops by 30 every time it updates. I find it strange that it seems to check every object with the proximity checker if there is...
View ArticleButtons with Networking
Hello, I've been struggling with this issue ever since I started learning networking with Unity. I am making a game where players press buttons on in-game control panel to operate a ship. It seems that...
View ArticleMultiple Players control one object
Hi there, i am trying to make a game in which you can control one Object with multiple players. At the moment i am fighting with Unitys Unet to achive that. But no success so far. Does anybody know if...
View ArticleDo I have to pay any money if I stay below 20 CCU?
Do I have to pay any money if I stay below 20 CCU? I thought you didn't have to pay if you stayed below 20 ccu but I was on https://unity3d.com/services/multiplayer and there was a calculator which I...
View ArticlePlayer object gets destroyed right after level change
I'm having some problems with my player objects right after connecting to a server. I use the HLAPI with NetworkManager. The problem is sometimes (maybe in half of the levels) there are no player...
View ArticleUNET Matchmaker, client disconnecting after 15 seconds
Hi all, I've been playing around with the Unity Match Making system, and whilst I have managed to start a match and have a client join, the client always disconnects after about 15 seconds. There is no...
View Article[Solved] Matchmaking is not working?
I am trying to use UNet in my game, and I using Unity version 5.3.4f1. I had a problem about matchmaking is not working. Here's my process: Start the game and see the Network manager HUD. Select...
View ArticlePlease help me with advice for networking support of my game
I am now reaching the point where my game needs multiplayer capabilities, and I am very lost on this topic even after doing research for many days. I am in 4th year of University for Software...
View ArticlePhoton Turnbased : get sum of player in a room
Hello All, I want to get sum of player in each rooms, because I want to handle player , if the player in a room less than 2, the player should go to loading screen, if the player in a room equal 2, so...
View ArticleMultiplayer Networking recomended
Hi all. I have searched documentation about develop a multiplayer game in Unity, but I realized that there are some technologies to make it possible: I have readed about: Photon using Photon's servers...
View ArticleHow to make a gunner - driver coop game
Hi there, i am trying to make a game in which you can control one Object with multiple players. At the moment i am fighting with Unitys Unet to achive that. But no success so far. Does anybody know if...
View ArticleHow to tell when a player has connected or disconnected.
Hey all, Still got the other issue with server dissapearing from internet after 5-10 mins or so. But in an effort to fix it I'm trying the debug system with the NetworkManager. I'm trying to check when...
View ArticleNeed help for a Coop mod
Hello, I watch the tutorial on Multiplayer Networking (unity learn) but i want to know if it possible to have the first player who can move and the second player who just can rotate. First player ->...
View ArticleNoob here getting stuck into Unet [edited title]: Server drops connection and...
Hey all, I admit, the post title/topic is a little vague - but I wanted you to know straight that I am a noob (unity/GameDev since January 2016). I have what I feel is a basic game that I'm making......
View ArticlePublic Static Managers, Bad Idea?
Hi. The architecture of my game has the Home_Mng (public static instance), at the head of the hierarchy. This works fine for local, single player... Upon doing some multi player tests tho, there are...
View ArticleSpawning custom players (not prefabs)
I am updating our app to uNet and I'm having trouble getting my players to spawn. We have a struct containing several enums, for each body parts. so it could define a player with faceA arms B and feet...
View ArticleHow are you guys measuring messages or bandwidth?
How are you guys measuring messages or bandwidth? I want to estimate bandwidth so I can estimate cost, but dont know how to do it.. I tried turning data on on my phone and by playing for 80 secs...
View ArticleHow do you learn about Unet?
Hi, I gave Unet a go few months back and faced big problems that could not resolve and my topics in the forums were left unanswered. I'm giving another go but I'm facing the same problems fast. I've...
View Article