Noel Stephens
Noel Stephens
This PR adds an additional Multiplayer->Netcode for GameObjects property to control whether the in-editor `NetworkBehaviour` check for an associated `NetworkObject` is performed.  [MTTB-373](https://jira.unity3d.com/browse/MTTB-373) fix: #2966 ## Changelog - Added:...
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.  [MTTB-373](https://jira.unity3d.com/browse/MTTB-373) fix: #2966 ##...
This PR contains a handful of `NetworkTransform` fixes pertaining to parenting, the initial synchronization of newly joined clients when NetworkObjecs are parenting, as well as the issue with not being...
This PR provides an alternate way to register a `NetworkRigidbodyBase` instance (child) with a root `NetworkRigidbodyBase` instance (parent) for tick synchronizing a joint attached child's state updates with the parent's/root's...
WIP Getting integration tests specific to distributed authority working with comb-server. ## Changelog - Added: WIP - Fixed: WIP ## Testing and Documentation - Includes integration tests and updates. -...
### Description Since NGO v2.4.1 and above will now house testhelpers within the runtime tests assembly, we need to add the Unity.Netcode.Runtime.Tests to the BossRoom's tests asmdef. ### Issue Number(s)...
Pending further testing of an issue with ParrelSync. ## Changelog - Fixed: TBD ## Testing and Documentation - No tests have been added (requires manual testing) - No documentation changes...
## Purpose of this PR (WIP) Fixing issue where spawning a player in distributed authority mode via a client, typically session owner, other than the newly connected client and scene...
## Purpose of this PR This PR updates the CharacterControllerNoRigidbody example to use relay along with some additional minor updates. ### Jira ticket NA ### Changelog NA ## Documentation [//]:...
## Purpose of this PR This PR is a documentation extension PR from #3664. ### Jira ticket [MTTB-1584](https://jira.unity3d.com/browse/MTTB-1584) [MTT-10092](https://jira.unity3d.com/browse/MTT-10092) ### Changelog [//]: # (updated with all public facing changes -...