Skip to content

Commit dfd08d8

Browse files
chore: Update UTP dependency to 1.3.4 (#2533)
1 parent 8707582 commit dfd08d8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
1919
- Fixed some errors that could occur if a connection is lost and the loss is detected when attempting to write to the socket. (#2495)
2020

2121
## Changed
22+
23+
- Updated `UnityTransport` dependency on `com.unity.transport` to 1.3.4. (#2533)
2224
- Improved performance of NetworkBehaviour initialization by replacing reflection when initializing NetworkVariables with compile-time code generation, which should help reduce hitching during additive scene loads. (#2522)
2325

2426

com.unity.netcode.gameobjects/package.json

+1-1
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.3.3"
9+
"com.unity.transport": "1.3.4"
1010
}
1111
}

testproject/Packages/packages-lock.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"source": "local",
9090
"dependencies": {
9191
"com.unity.nuget.mono-cecil": "1.10.1",
92-
"com.unity.transport": "1.3.3"
92+
"com.unity.transport": "1.3.4"
9393
}
9494
},
9595
"com.unity.nuget.mono-cecil": {
@@ -219,7 +219,7 @@
219219
"url": "https://packages.unity.com"
220220
},
221221
"com.unity.transport": {
222-
"version": "1.3.3",
222+
"version": "1.3.4",
223223
"depth": 1,
224224
"source": "registry",
225225
"dependencies": {

0 commit comments

Comments
 (0)