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.
**DESCRIPTION:** My project is a Multiplayer 2D Game with sprite based animations and it uses AnimatorOverrideController to create a runtime character customization (change hair, use weapons and more). It use...
Bug report for v1.9.1, and I believe this problem did not exist in 1.7.1. A host and a client join a game, and a new scene is additively loaded. I...
This PR focuses on providing users with additional `NetworkBehaviour` virtual methods that remove the need to subscribe to scene events or client connected callbacks while also removing the need to...
AutoObjectParentSync for in-scene GameObjects sets wrong parents after stopping and restarting host
### Description Given a hierarchy of GameObjects with NetworkObject components with AutoObjectParentSync on: * Starting a host assigns every NetworkObject an ID and a parent ID. * Stopping a host...
The update cycle of Unity Transport and Network Manager was misaligned, so I read the data late and fixed the late transmission. The client sends a ping packet to the...
### Description `SpawnManager.InstantiateAndSpawn` doesn't instantiate the prefab when run on a server. ### Reproduce Steps 1. Add a cube to the scene with a Network Object component 2. Create a...
I'm using the Kinematic Character Controller from the asset store which I really like, right now I'm having a issue is if I enable the ClientNetworkTransform's Interpolate option ON, then...
Interpolation on NetworkTransform in Netcode moves whatever GameObject that has the NetworkTransform component. This means that if this GameObject also has colliders it is possible for identical tick aligned collision...
### Description Using NGO 2.0.0-exp2 and Distributed Authority, claiming authority of a moving `Transferrable` object that relies on `NetworkTransform ` (such as with `NetworkRigidbody` on a simple sphere), will cause...
### Description Debug log while network testing a Host Build with an Editor Client ### Log [Netcode] Received a packet with an invalid Hash Value. Please report this to the...