Skip to content

Commit fda40c3

Browse files
chore: update changelog for v1.3.0 (#2429)
* update Adding new unreleased section. Migrated #2423 into the unreleased section
1 parent a17d8bb commit fda40c3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ Additional documentation and release notes are available at [Multiplayer Documen
1212

1313
### Changed
1414

15+
### Fixed
16+
17+
- Fixed registry of public `NetworkVariable`s in derived `NetworkBehaviour`s (#2423)
18+
19+
### Removed
20+
21+
## [1.3.0]
22+
23+
### Added
24+
25+
### Changed
26+
1527
- 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)
1628
- Updated `UnityTransport` dependency on `com.unity.transport` to 1.3.1.
1729
- `NetworkShow()` of `NetworkObject`s are delayed until the end of the frame to ensure consistency of delta-driven variables like `NetworkList`.
@@ -22,7 +34,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
2234

2335
### Fixed
2436

25-
- Fixed registry of public `NetworkVariable`s in derived `NetworkBehaviour`s (#2423)
2637
- Fixed issue where changes to a layer's weight would not synchronize unless a state transition was occurring.(#2399)
2738
- Fixed issue where `NetworkManager.LocalClientId` was returning the `NetworkTransport.ServerClientId` as opposed to the `NetworkManager.m_LocalClientId`. (#2398)
2839
- Fixed issue where a dynamically spawned `NetworkObject` parented under an in-scene placed `NetworkObject` would have its `InScenePlaced` value changed to `true`. This would result in a soft synchronization error for late joining clients. (#2396)

0 commit comments

Comments
 (0)