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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
15
15
### Changed
16
16
17
17
- The UTP component UI has been updated to be more user-friendly for new users by adding a simple toggle to switch between local-only (127.0.0.1) and remote (0.0.0.0) binding modes, using the toggle "Allow Remote Connections" (#2408)
18
-
- Updated `UnityTransport` dependency on `com.unity.transport` to 1.3.1.
18
+
- Updated `UnityTransport` dependency on `com.unity.transport` to 1.3.2.
19
19
-`NetworkShow()` of `NetworkObject`s are delayed until the end of the frame to ensure consistency of delta-driven variables like `NetworkList`.
20
20
- Dirty `NetworkObject` are reset at end-of-frame and not at serialization time.
21
21
-`NetworkHide()` of an object that was just `NetworkShow()`n produces a warning, as remote clients will _not_ get a spawn/despawn pair.
0 commit comments