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.
There is a scriptable object included in MultiplayerTools 1.0.0 that throws warning whenever you call Resources.LoadAll() You probably just need to fix the reference in the next version. The warnings...
### Description Any update on this? I updated to Netcode v1.0.1 and IsOwner is false for my player objects during OnNetworkSpawn(). I've got a workaround for the few instances that...
**Is your feature request related to a problem? Please describe.** `NetworkObjectReference` should have a `OnValueChanged` callback, like a `NetworkVariable` does. **Describe the solution you'd like** A callback added to `NetworkObjectReference`...
### Description When trying to load a server or host on macOS 13 Beta 5 using UNetTransport an error appears saying "Cannot open socket on ip {*} and port {7777};...
### Description On the network animator component. There is this check in the send animation functions: `if (NetworkManager.ConnectedClientsIds.Count - 2 > 0)` I believe this meant to be a comparison...
Since its a static class without any Netcode dependencies, i really see no reason to make this class Internal. I would like to do some custom hashing in my own...
### Description During increase connection client per sec then "InvalidOperationException: Collection was modified;" occured more information on log file ### Reproduce Steps Step1. 1. clients connect to server (increase 1...
So I noticed that if I try to disconnect from a server (for example a lobby server that doesn't manage scenes) and try to connect to another server (for example...
**Is your feature request related to a problem? Please describe.** I use the `Application.wantsToQuit` callback to allow me to gracefully terminate certain things before the app concludes, such as updating...
### Description I wanted to share some testing I've done and to get an idea on what should and shouldn't be expected in different scenarios of writing to a network...