Skip to content

Commit e93398a

Browse files
chore: Update UTP dependency to 1.0.0-pre.16 (#1834)
* chore: Update UTP dependency to 1.0.0-pre.16 * Add PR number to CHANGELOG entry Co-authored-by: Fatih Mar <[email protected]>
1 parent 480c0fe commit e93398a

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
@@ -14,6 +14,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1414
- Added `NetworkVariableWritePermission` to `NetworkVariableBase` and implemented `Owner` client writable netvars. (#1762)
1515

1616
### Changed
17+
- Updated `UnityTransport` dependency on `com.unity.transport` to 1.0.0-pre.16. (#1834)
1718

1819
### Removed
1920

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.10.1",
99
"com.unity.collections": "1.1.0",
10-
"com.unity.transport": "1.0.0-pre.15"
10+
"com.unity.transport": "1.0.0-pre.16"
1111
}
1212
}

0 commit comments

Comments
 (0)