The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com). ## [2.0.0-pre.1] - 2024-06-17 ### Added - Added event `NetworkManager.OnSessionOwnerPromoted` that is invoked when a new session owner promotion occurs. (#2948) - Added `NetworkRigidBodyBase.GetLinearVelocity` and `NetworkRigidBodyBase.SetLinearVelocity` convenience/helper methods. (#2948) - Added `NetworkRigidBodyBase.GetAngularVelocity` and `NetworkRigidBodyBase.SetAngularVelocity` convenience/helper methods. (#2948) ### Fixed - Fixed issue when `NetworkTransform` half float precision is enabled and ownership changes the current base position was not being synchronized. (#2948) - Fixed issue where `OnClientConnected` not being invoked on the session owner when connecting to a new distributed authority session. (#2948) - Fixed issue where Rigidbody micro-motion (i.e. relatively small velocities) would result in non-authority instances slightly stuttering as the body would come to a rest (i.e. no motion). Now, the threshold value can increase at higher velocities and can decrease slightly below the provided threshold to account for this. (#2948) ### Changed - Changed the client's owned objects is now returned (`NetworkClient` and `NetworkSpawnManager`) as an array as opposed to a list for performance purposes. (#2948) - Changed `NetworkTransfrom.TryCommitTransformToServer` to be internal as it will be removed by the final 2.0.0 release. (#2948) - Changed `NetworkTransformEditor.OnEnable` to a virtual method to be able to customize a `NetworkTransform` derived class by creating a derived editor control from `NetworkTransformEditor`. (#2948)
78 lines
2.3 KiB
Plaintext
78 lines
2.3 KiB
Plaintext
{
|
|
"name": "Unity.Netcode.Runtime",
|
|
"rootNamespace": "Unity.Netcode",
|
|
"references": [
|
|
"Unity.Multiplayer.MetricTypes",
|
|
"Unity.Multiplayer.NetStats",
|
|
"Unity.Multiplayer.NetStatsReporting",
|
|
"Unity.Multiplayer.NetworkSolutionInterface",
|
|
"Unity.Multiplayer.Tools.MetricTypes",
|
|
"Unity.Multiplayer.Tools.NetStats",
|
|
"Unity.Multiplayer.Tools.NetStatsReporting",
|
|
"Unity.Multiplayer.Tools.NetworkSolutionInterface",
|
|
"Unity.Networking.Transport",
|
|
"Unity.Collections",
|
|
"Unity.Burst",
|
|
"Unity.Mathematics"
|
|
],
|
|
"includePlatforms": [],
|
|
"excludePlatforms": [],
|
|
"allowUnsafeCode": true,
|
|
"overrideReferences": false,
|
|
"precompiledReferences": [],
|
|
"autoReferenced": true,
|
|
"defineConstraints": [],
|
|
"versionDefines": [
|
|
{
|
|
"name": "com.unity.multiplayer.tools",
|
|
"expression": "",
|
|
"define": "MULTIPLAYER_TOOLS"
|
|
},
|
|
{
|
|
"name": "Unity",
|
|
"expression": "(0,2022.2.0a5)",
|
|
"define": "UNITY_UNET_PRESENT"
|
|
},
|
|
{
|
|
"name": "com.unity.multiplayer.tools",
|
|
"expression": "1.0.0-pre.7",
|
|
"define": "MULTIPLAYER_TOOLS_1_0_0_PRE_7"
|
|
},
|
|
{
|
|
"name": "com.unity.transport",
|
|
"expression": "2.0.0-exp",
|
|
"define": "UTP_TRANSPORT_2_0_ABOVE"
|
|
},
|
|
{
|
|
"name": "com.unity.transport",
|
|
"expression": "2.1.0",
|
|
"define": "UTP_TRANSPORT_2_1_ABOVE"
|
|
},
|
|
{
|
|
"name": "Unity",
|
|
"expression": "2023",
|
|
"define": "UNITY_DEDICATED_SERVER_ARGUMENTS_PRESENT"
|
|
},
|
|
{
|
|
"name": "com.unity.modules.animation",
|
|
"expression": "",
|
|
"define": "COM_UNITY_MODULES_ANIMATION"
|
|
},
|
|
{
|
|
"name": "com.unity.modules.physics",
|
|
"expression": "",
|
|
"define": "COM_UNITY_MODULES_PHYSICS"
|
|
},
|
|
{
|
|
"name": "com.unity.modules.physics2d",
|
|
"expression": "",
|
|
"define": "COM_UNITY_MODULES_PHYSICS2D"
|
|
},
|
|
{
|
|
"name": "com.unity.services.multiplayer",
|
|
"expression": "0.2.0",
|
|
"define": "MULTIPLAYER_SERVICES_SDK_INSTALLED"
|
|
}
|
|
],
|
|
"noEngineReferences": false
|
|
} |