com.unity.netcode.gameobjects
com.unity.netcode.gameobjects copied to clipboard
Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.
When NetworkManager.SceneManager.SynchronizeNetworkObjects got exception, there will always got exception in AddClient for add ConnectedClients dictionary multi times. Client and Server all get stuck. ## Changelog - Added: The package whose...
This template is for issues not covered by the other issue categories. public void Bridge(int cardId , ulong number) { Debug.Log("Reached server 2"); ClientRpcParams clientRpcParams = new ClientRpcParams { Send...
### Description During the ReloadTransports method of NetworkManagerEditor.cs, it calls ```AppDomain.CurrentDomain.GetAssemblies();``` in order to dynamically load all assemblies, and then search through every type in order to find subclasses of...
 is there is easier way then this maybe something like that [ClientrRpc(RunLocally = true)]
**Is your feature request related to a problem? Please describe.** One major pain point of using Unity Netcode for GameObjects (as well as many other networking solutions) is the lack...
**Is your feature request related to a problem? Please describe.** I want to be able to map each network manager id with a lobby player, so I can get each...
**Feedback** There doesn't appear to be any logging in the Editor if you call `GetComponent().Spawn()` after instantiating a Prefab that does not appear in the Network Prefab List. The object...
Using netcode for gameobjects, I'm having a weird problem when trying to connect a client to a host. The client seems unable to even spawn in its player prefab and...
**Is your feature request related to a problem? Please describe.** I am unable to send subclasses through an RPC without them turning into the highest parent class, unless I explicitly...
I got this error, so I'm reporting as it says This should not happen. Please report this to the Netcode for GameObjects team at https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/issues and include the following data:...