com.unity.netcode.gameobjects
com.unity.netcode.gameobjects copied to clipboard
fix: allow the check for a NetworkObject component on NetworkBehaviours to be disabled (Back Port)
Backport of #3031.
This PR adds an additional Multiplayer->Netcode for GameObjects property to control whether the in-editor NetworkBehaviour check for an associated NetworkObject is performed.
fix: #2966
Changelog
- Added: "Check for NetworkObject Component" property to the Multiplayer->Netcode for GameObjects project settings. When disabled, this will bypass the in-editor
NetworkObjectcheck onNetworkBehaviourcomponents.
Testing and Documentation
- No tests have been added.
- Documentation changes will be determined. (wip)