Skip to content

Commit

Permalink
chore: Update UTP dependency to 1.3.4 (#2533)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-lemay-unity authored Apr 27, 2023
1 parent 8707582 commit dfd08d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions com.unity.netcode.gameobjects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
- Fixed some errors that could occur if a connection is lost and the loss is detected when attempting to write to the socket. (#2495)

## Changed

- Updated `UnityTransport` dependency on `com.unity.transport` to 1.3.4. (#2533)
- 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)


Expand Down
2 changes: 1 addition & 1 deletion com.unity.netcode.gameobjects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"unity": "2020.3",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.transport": "1.3.3"
"com.unity.transport": "1.3.4"
}
}
4 changes: 2 additions & 2 deletions testproject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"source": "local",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.transport": "1.3.3"
"com.unity.transport": "1.3.4"
}
},
"com.unity.nuget.mono-cecil": {
Expand Down Expand Up @@ -219,7 +219,7 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "1.3.3",
"version": "1.3.4",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down

0 comments on commit dfd08d8

Please sign in to comment.