We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480c0fe commit e93398aCopy full SHA for e93398a
com.unity.netcode.gameobjects/CHANGELOG.md
@@ -14,6 +14,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
14
- Added `NetworkVariableWritePermission` to `NetworkVariableBase` and implemented `Owner` client writable netvars. (#1762)
15
16
### Changed
17
+- Updated `UnityTransport` dependency on `com.unity.transport` to 1.0.0-pre.16. (#1834)
18
19
### Removed
20
com.unity.netcode.gameobjects/package.json
@@ -7,6 +7,6 @@
7
"dependencies": {
8
"com.unity.nuget.mono-cecil": "1.10.1",
9
"com.unity.collections": "1.1.0",
10
- "com.unity.transport": "1.0.0-pre.15"
+ "com.unity.transport": "1.0.0-pre.16"
11
}
12
0 commit comments