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.
**Is your feature request related to a problem? Please describe.** When nesting the NetworkManager object in the scene, an editor script pops up a message box which says (shortened): ```...
### Description MonoBehaviour components located in an embedded package are non-functional (not loaded, not running), and appear as "(Script)" in virtual player inspectors:  These components are not loaded and...
### Description AnticipatedNetworkTransform breaks InLocalSpace configuration. ### Reproduce Steps 1. Add AnticipatedNetworkTransform component to any GameObject with NetworkObject. 2. Enable InLocalSpace in inspector inside AnticipatedNetworkTransform component. 3. Start a NetworkManager...
### Description We faced problem with syncing `FixedStringXBytes` of the `NetworkBehaviour` when changing ownership of the corresponding `NetworkObject` There are no probmlems with other supported type (`float`, `bool`, `INetworkSerializable struct`)...
Add callback during NetoworkManager initialization. ## Changelog - Added: Network manager initialized callback ## Testing and Documentation - Includes unit tests.
### Description Unable to parent NetworkObject to a NetworkObject only on client. ### Reproduce Steps 1. Host spawns NetworkObject (DestroyedWithScene = true) and parent it via script. ### Actual Outcome...
### Description Build error when compiling using IL2CPP for Android if project uses static NetworkVariables. This behaviour happens when attempting to build using IL2CPP scripting backend and building to Android....
I am facing this issue on Netcode 2.0 on Unity 6, i know there is a similar existing issue which was closed, but it was on different version so this...
### Description If there are more than 58 variables in the animator, an error appears when connecting the second player. Also, if the variables are less than 58, then there...
NGO release 2.1.1 merge back to develop NGO develop 2.0.0 ## Changelog -Added: Unreleased version ## Testing and Documentation - No tests have been added. - No documentation changes or...