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 When a client with an error in one script (not related to NGO) tried to join my host, i have received this error and the console asked me...
I'm getting the following error a lot in the console (with different float values, obviously): ``` [Netcode] renderTime was before m_StartTimeConsumed. This should never happen. renderTime is 12.2774583677451, m_StartTimeConsumed is...
### Description Bug hinders client from joining the server. Error: [Netcode] A ConnectionApprovedMessage was received from a client on the server side. This should not happen. Please report this to...
After updating to version 1.6.0 (also tested 1.7.1) of Netcode for GameObjects, I can't call a ClientRpc from OnNetworkSpawn function on a different player object than host. This previously worked...
More minor updates to test project: - Properly reset GenericNetworkObjectBehaviour when despawned to assure respawning has no remaining artifacts from last spawn. - NetworkPrefabPool now sets the pooled object's position...
**Feedback** Everything is hidden behind internal methods and fields. If we don't fit within the expected pattern, then we have to fight against everything, doing reflection call and so on....
It's excellent that RPCs appear in the Profiler. However, sometimes it's still nice to have logging of your RPCs that are being sent or received. You could include this in...
Running a VR game using relay, lobbies, and netcode for gameobjects. Getting this error when player tries joining another after one player has hosted the game and given a code:...
**Is your feature request related to a problem? Please describe.** Named Messages are a great way to send custom messages that are not tied to a specific game object and/or...
The Unity Netcode for game objects documentation website (https://docs-multiplayer.unity3d.com/) needs updating to the latest version 1.7, since 1.6 is currently the latest version listed.