Skip to content

Commit 4e218bd

Browse files
chore: Update UTP dependency to 1.1.0 (#2025)
1 parent ea14f2f commit 4e218bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

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

1616
### Changed
1717

18+
- Updated `UnityTransport` dependency on `com.unity.transport` to 1.1.0. (#2025)
1819
- (API Breaking) `ConnectionApprovalCallback` is no longer an `event` and will not allow more than 1 handler registered at a time. Also, `ConnectionApprovalCallback` is now a `Func<>` taking `ConnectionApprovalRequest` in and returning `ConnectionApprovalResponse` back out (#1972)
1920

2021
### Removed

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.0.0"
9+
"com.unity.transport": "1.1.0"
1010
}
1111
}

0 commit comments

Comments
 (0)