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-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
7
7
8
8
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
9
9
10
-
## [Unreleased]
11
-
12
-
### Added
13
-
- Added `NetworkManager.IsApproved` flag that is set to `true` a client has been approved.(#2261)
14
-
15
-
### Changed
16
-
17
-
18
-
### Fixed
19
-
20
-
- Fixed `NetworkManager.ApprovalTimeout` will not timeout due to slower client synchronization times as it now uses the added `NetworkManager.IsApproved` flag to determined if the client has been approved or not.(#2261)
21
-
22
-
23
-
## [1.1.0] - 2022-10-19
10
+
## [1.1.0] - 2022-10-21
24
11
25
12
### Added
26
13
14
+
- Added `NetworkManager.IsApproved` flag that is set to `true` a client has been approved.(#2261)
27
15
-`UnityTransport` now provides a way to set the Relay server data directly from the `RelayServerData` structure (provided by the Unity Transport package) throuh its `SetRelayServerData` method. This allows making use of the new APIs in UTP 1.3 that simplify integration of the Relay SDK. (#2235)
28
16
- IPv6 is now supported for direct connections when using `UnityTransport`. (#2232)
29
17
- Added WebSocket support when using UTP 2.0 with `UseWebSockets` property in the `UnityTransport` component of the `NetworkManager` allowing to pick WebSockets for communication. When building for WebGL, this selection happens automatically. (#2201)
@@ -41,6 +29,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
41
29
42
30
### Fixed
43
31
32
+
- Fixed `NetworkManager.ApprovalTimeout` will not timeout due to slower client synchronization times as it now uses the added `NetworkManager.IsApproved` flag to determined if the client has been approved or not.(#2261)
44
33
- Fixed issue caused when changing ownership of objects hidden to some clients (#2242)
45
34
- Fixed issue where an in-scene placed NetworkObject would not invoke NetworkBehaviour.OnNetworkSpawn if the GameObject was disabled when it was despawned. (#2239)
46
35
- Fixed issue where clients were not rebuilding the `NetworkConfig` hash value for each unique connection request. (#2226)
0 commit comments