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 f043c9f commit d5bc844Copy full SHA for d5bc844
com.unity.netcode.gameobjects/CHANGELOG.md
@@ -12,7 +12,9 @@ Additional documentation and release notes are available at [Multiplayer Documen
12
13
### Fixed
14
15
-- Fixed: Issue where there was a potential for a small memory leak in the `ConnectionApprovedMessage`. (#3486)
+- Fixed issue where `NetworkClient` could persist some settings if re-using the same `NetworkManager` instance. (#3491)
16
+- Fixed issue where a pooled `NetworkObject` was not resetting the internal latest parent property when despawned. (#3491)
17
+- Fixed issue where there was a potential for a small memory leak in the `ConnectionApprovedMessage`. (#3486)
18
19
### Changed
20
0 commit comments