Noel Stephens
Noel Stephens
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...
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...
Fixing issue where parenting synchronization was not properly handling the scenario where a NetworkObject is parented under a GameObject (with or without auto object parent sync enabled). [MTT-8402](https://jira.unity3d.com/browse/MTT-8402) fix: #2888...
Extending timeout since the added yield return causes this test to commonly timeout (DO NOT MERGE) ## Changelog NA ## Testing and Documentation - No tests have been added. -...
This is the WIP towards the conditional displaying of distributed authority properties depending upon whether the multiplayer SDK package is installed or not. ## Changelog - Changed: (will be filled...
This PR migrates all scripts from the components assembly to the runtime assembly (_it also completely removes the components assembly_). This PR also includes some updates to `NetworkTransform` that help...
This PR resolves the issue with NetworkRigidbody2D not changing the Rigidbody2D body type with a change in authority. [MTT-8510](https://jira.unity3d.com/browse/MTT-8510) fix: #2915 ## Changelog - Fixed: Issue where `NetworkRigidbody2D` would not...
This PR changes the ordinal sorting of message types to an enum based ordering schema to simplify updates to adding new message types. [MPSNGM-202](https://jira.unity3d.com/browse/MPSNGM-202) ## Changelog - Changed: Messages are...
This PR represents the final updates for our next NGO v2.0.0-exp.3 package released. It primarily merges recent updates to the develop-2.0.0 branch that includes: - Changing the runtime SDK tests...
First pass of sending `ILPPMessageProvider.NetworkMessageTypes` when using a distributed authority network topology. ## Changelog NA ## Testing and Documentation - Includes integration test. - No documentation changes or additions were...