Skip to content

Commit 02fa029

Browse files
update
Adding change log entries.
1 parent 4ee6452 commit 02fa029

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ Additional documentation and release notes are available at [Multiplayer Documen
1111
### Added
1212

1313
- It is now possible to control which port clients will bind to using the `UnityTransport.ConnectionData.ClientBindPort` field. If not set, clients will bind to an ephemeral port (same as before this change). (#3764)
14-
14+
- Added `NetworkAnimator.AuthorityMode` which allows you to select whether the `NetworkAnimator` will use a server or owner authority model for state updates (like `NetworkTransform`). (#3586)
15+
- Added the ability to select which `Animator` parameters the authority `NetworkAnimator` instance should synchronize. This can be done via the inspector view interface or during runtime via `NetworkAnimator.EnableParameterSynchronization`. (#3586)
1516

1617
### Changed
1718

19+
- Changed NetworkAnimator's to use the `RpcAttribute` along with the appropriate `SendTo` parameter. (#3586)
1820

1921
### Deprecated
2022

@@ -24,6 +26,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
2426

2527
### Fixed
2628

29+
- Fixed issue with authority animator instance sending itself RPCs. (#3586)
2730

2831
### Security
2932

0 commit comments

Comments
 (0)