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 db7a646 commit a45d5f7Copy full SHA for a45d5f7
com.unity.netcode.gameobjects/CHANGELOG.md
@@ -10,6 +10,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
10
11
### Added
12
13
+- `RpcInvokePermission` to control who has permission to invoke specific RPC methods. (#3731)
14
- Added NetworkRigidbody documentation section. (#3664)
15
16
### Changed
@@ -24,10 +25,10 @@ Additional documentation and release notes are available at [Multiplayer Documen
24
25
26
### Deprecated
27
28
+- Deprecated all `RequireOwnership` fields around the RPCs in favor of the `RpcInvokePermission`. (#3731)
29
30
### Removed
31
-
32
### Fixed
33
34
- Multiple disconnect events from the same transport will no longer disconnect the host. (#3707)
0 commit comments