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
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
8
+
9
+
## [Unreleased]
10
+
8
11
### Added
9
12
10
13
### Changed
@@ -13,11 +16,15 @@ Additional documentation and release notes are available at [Multiplayer Documen
13
16
14
17
### Fixed
15
18
16
-
- Fixed: Hosting again after failing to host now works correctly
17
-
- Fixed endless dialog boxes when adding a NetworkBehaviour to a NetworkManager or vice-versa. (#1947)
19
+
- Fixed endless dialog boxes when adding a NetworkBehaviour to a NetworkManager or vice-versa (#1947)
18
20
21
+
## [1.0.0-pre.9] - 2022-05-10
22
+
23
+
### Fixed
24
+
25
+
- Fixed Hosting again after failing to host now works correctly (#1938)
19
26
- Fixed NetworkManager to cleanup connected client lists after stopping (#1945)
20
-
- Fixed: NetworkHide followed by NetworkShow on the same frame works correctly (#1940)
27
+
- Fixed NetworkHide followed by NetworkShow on the same frame works correctly (#1940)
21
28
22
29
## [1.0.0-pre.8] - 2022-04-27
23
30
@@ -27,9 +34,9 @@ Additional documentation and release notes are available at [Multiplayer Documen
27
34
- Changed requirement to register in-scene placed NetworkObjects with `NetworkManager` in order to respawn them. In-scene placed NetworkObjects are now automatically tracked during runtime and no longer need to be registered as a NetworkPrefab. (#1898)
28
35
29
36
### Removed
30
-
- Removed `SIPTransport` (#1870)
31
37
32
-
- Removed `ClientNetworkTransform` from the package samples and moved to Boss Room's Utilities package which can be found [here](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/main/Packages/com.unity.multiplayer.samples.coop/Utilities/Net/ClientAuthority/ClientNetworkTransform.cs).
38
+
- Removed `SIPTransport` (#1870)
39
+
- Removed `ClientNetworkTransform` from the package samples and moved to Boss Room's Utilities package which can be found [here](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/main/Packages/com.unity.multiplayer.samples.coop/Utilities/Net/ClientAuthority/ClientNetworkTransform.cs) (#1912)
33
40
34
41
### Fixed
35
42
- Fixed issue where `NetworkSceneManager` did not synchronize despawned in-scene placed NetworkObjects. (#1898)
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "com.unity.netcode.gameobjects",
3
3
"displayName": "Netcode for GameObjects",
4
4
"description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.",
0 commit comments