spawning player object without network manager.
Hi I'm just trying out Unity MultiPlayer and when I try to use my own code instead of network manager to spawn player objects then syncing doesn't work from client to server. the local client in the...
View ArticleInstant networked rigidbody movement
I'm looking to instantly 'teleport' a rigidbody without interpolation. In a non-networked environment I'd simply set the rigidbody's position, which the documentation for MovePosition suggests: Set...
View ArticleHow do I spawn an object on the server and bind it on the client?
Code (CSharp): Â Â public GameObject playerObject; public Player player; Â ... void Spawn() { Â Â playerObject = (GameObject)Instantiate(playerPrefab...
View ArticleScene object NetworkBehaviour strategy for networked and single player advice
I'm looking for advice on the right setup for being able to place scene objects which have state synchronization (i.e. via NetworkBehaviour) for multiplayer, but also have the option to be used for...
View Article[BUG] Scene object NetworkTransform is not syncing rigidbody for new clients
It seems scene objects have a serious bug at the moment. Or I don't understand how to sync them. Add a sphere with Rigidbody and NetworkIdentity to scene and move it from Vector3.Zero. Run the game,...
View ArticleHiding variable information from certain clients
I am planning/developing a card game using UNet. I am stuck on figuring out how to ensure that only the appropriate player will be able to see info about their cards when others should not, such as...
View ArticlePass Data from NetworkLobbyPlayer to GamePlayer
Hello Folks, I'm creating an RTS game with a lobby, in which the player can choose the spawnposition, faction, color and so on. My question is, how do you pass this information to the actual 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 ArticleUNet Sample Projects
Attached to this post are some sample projects for the new networking system. These projects all use the High Level networking API. Warning, these contain programmer art and are not pretty at all....
View ArticleTrying to send command for non-local player
So the goal here is to have the ability for clients to chat with eachother, but unfortunately only the host can chat and the clients can see the hosts messages but cannot send their own. Here is the...
View ArticleMultiplayer demo not working as expected
After following on the tutorial on creating MarcoPolo game at: https://doc.photonengine.com/en/pun/current/tutorials/tutorial-marco-polo , when i build and run the game between two instances, the...
View Articleis uLink dead? [Update: DevResponse inside, uLink is alive!]
The description of the latest uLink Evaluation download file is uLink_1.5.8_Lina_(2014-03-13).exe Is uLink no longer active? Anyone else using uLink? Thanks.
View Articleget_version can only be called from the main thread
So I am using parse.com(a backend database provider, made by facebook) for my unity project. I got stuck with a serious problem. Here is the explanation; as long as i throw out my **Synchronization**...
View ArticleUnity Networking & Steam - When will it be supported?
Hi, At Unite 2015, the talk from Super Dungeon Bros (source) they state that Unity Networking doesn't support Steam. We were wondering what they mean by it not being supported, whether in regards to...
View ArticleHow to do multiple scenes/servers in Unet ?
I was just wondering if anyone knows what the standard idea behind how to do this is using Unet? Is multiple scenes even possible with a single server? If not, how would you connect multiple servers...
View ArticleuNet RPC calls from GUI
Hello, I am making a simple turn based multiplayer game. I have been looking through sample projects and tutorial videos. I understand about commands and rpcs and how each calls to the server/clients....
View ArticleMy friend can't make room and join
Why only I can make room in multiplayer matchmaking, and only i can join? Other people can't do that. My friends after press "Create Internet Match" or "Find Internet Match" don't see any progress. For...
View ArticleHow to use hooks?
Hello dear community, I'm trying to create a custom lobby in which I want to be able to customize my own LobbyPlayer instances. Well, I see that the NetworkLobbyManager callback has some nice callbacks...
View Articleencryption http data transfer between unity and asp.net server
Hi We are making a mmo game for android and ios with unity. We have an asp.net server with c# code to manage users and game play. I research about encryption http in unity and found somethings like WWW...
View ArticleKill System, who killed who
I have been trying to figure this out for the last 2 days now and cannot come up with a solution. I have a basic FPS game, you spawn, shoot, kill, pick up power ups. Nothing new, but I am having a hard...
View Article