com.unity.netcode.gameobjects icon indicating copy to clipboard operation
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.

Results 436 com.unity.netcode.gameobjects issues
Sort by recently updated
recently updated
newest added

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...

type:bug
stat:import

### 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...

type:bug
priority:high
stat:import

**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`...

type:feature
stat:awaiting triage

### 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};...

type:bug
priority:medium

### 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...

type:bug
priority:high
stat:imported

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...

type:feature
Tracking

### 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...

type:bug
priority:low
stat:imported

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...

type:bug
priority:high
stat:imported

**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...

type:feature
stat:awaiting triage

### 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...

type:bug
priority:medium
stat:imported