You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[2.6.0] - 2025-10-11
Added
NetworkSceneManager as an internal wrapper for the SceneManager.Scene.handle and swapped all places that use an int to represent a Scene.handle to instead use the NetworkSceneManager. (#3647)
Clicking on the Help icon in the inspector will now redirect to the relevant documentation. (#3663)
Added a Set function onto NetworkList that takes an optional parameter that forces an update to be processed even if the current value is equal to the previous value. (#3690)
Changed
Improved performance of the NetworkVariable. (#3683)
Improved performance around the NetworkBehaviour component. (#3687)
Fixed
Distributed authority clients no longer send themselves in the ClientIds list when sending a ChangeOwnershipMessage. (#3687)
Made a variety of small performance improvements. (#3683)