You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
21
21
22
22
23
23
### Fixed
24
-
24
+
- Issue where NetworkRigidbodyBase was not applying rotation correctly when using Rigidbody2D. (#4012)
25
+
- Issue where NetworkRigidbodyBase was always checking the 3D rigid body's interpolation mode when determining if it is kinematic and needs to put the rigid body to sleep and then switch to interpolation. (#4012)
25
26
26
27
### Security
27
28
@@ -34,6 +35,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
34
35
### Added
35
36
36
37
- Added support for Unity's Fast Enter Play Mode with domain reload disabled. (#3956)
38
+
- RPC messages now log any time they are not processed. (#3994)
0 commit comments