Skip to content

Commit d00ddb9

Browse files
authored
chore: Update UTP dependency to 1.3.0 (#2231)
* chore: Bump UTP version to 1.3 * chore: Bump UTP version to 1.3
1 parent 2ca6038 commit d00ddb9

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1818

1919
### Changed
2020

21+
- Updated `UnityTransport` dependency on `com.unity.transport` to 1.3.0. (#2231)
2122
- The send queues of `UnityTransport` are now dynamically-sized. This means that there shouldn't be any need anymore to tweak the 'Max Send Queue Size' value. In fact, this field is now removed from the inspector and will not be serialized anymore. It is still possible to set it manually using the `MaxSendQueueSize` property, but it is not recommended to do so aside from some specific needs (e.g. limiting the amount of memory used by the send queues in very constrained environments). (#2212)
2223
- As a consequence of the above change, the `UnityTransport.InitialMaxSendQueueSize` field is now deprecated. There is no default value anymore since send queues are dynamically-sized. (#2212)
2324
- The debug simulator in `UnityTransport` is now non-deterministic. Its random number generator used to be seeded with a constant value, leading to the same pattern of packet drops, delays, and jitter in every run. (#2196)

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"unity": "2020.3",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.10.1",
9-
"com.unity.transport": "1.2.0"
9+
"com.unity.transport": "1.3.0"
1010
}
1111
}

minimalproject/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"source": "local",
4040
"dependencies": {
4141
"com.unity.nuget.mono-cecil": "1.10.1",
42-
"com.unity.transport": "1.2.0"
42+
"com.unity.transport": "1.3.0"
4343
}
4444
},
4545
"com.unity.nuget.mono-cecil": {
@@ -61,7 +61,7 @@
6161
"url": "https://packages.unity.com"
6262
},
6363
"com.unity.transport": {
64-
"version": "1.2.0",
64+
"version": "1.3.0",
6565
"depth": 1,
6666
"source": "registry",
6767
"dependencies": {

testproject-tools-integration/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"source": "local",
6262
"dependencies": {
6363
"com.unity.nuget.mono-cecil": "1.10.1",
64-
"com.unity.transport": "1.2.0"
64+
"com.unity.transport": "1.3.0"
6565
}
6666
},
6767
"com.unity.nuget.mono-cecil": {
@@ -107,7 +107,7 @@
107107
"url": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
108108
},
109109
"com.unity.transport": {
110-
"version": "1.2.0",
110+
"version": "1.3.0",
111111
"depth": 1,
112112
"source": "registry",
113113
"dependencies": {

testproject/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"source": "local",
8484
"dependencies": {
8585
"com.unity.nuget.mono-cecil": "1.10.1",
86-
"com.unity.transport": "1.2.0"
86+
"com.unity.transport": "1.3.0"
8787
}
8888
},
8989
"com.unity.nuget.mono-cecil": {
@@ -195,7 +195,7 @@
195195
"url": "https://packages.unity.com"
196196
},
197197
"com.unity.transport": {
198-
"version": "1.2.0",
198+
"version": "1.3.0",
199199
"depth": 1,
200200
"source": "registry",
201201
"dependencies": {

0 commit comments

Comments
 (0)