Skip to content

Commit 060029c

Browse files
committed
Remove CHANGELOG whitespace changes
1 parent 3f2bd5f commit 060029c

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
7676

7777
- Fixed issue where spawned objects with `NetworkObject.DontDestroyWithOwner` set to `false` would not be destroyed when using a client-server network topology. (#3522)
7878

79+
7980
## [2.4.2] - 2025-06-13
8081

8182
### Fixed
@@ -86,6 +87,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
8687
- Fixed issue where the initial client synchronization pre-serialization process was not excluding spawned `NetworkObject` instances that already had pending visibility for the client being synchronized. (#3488)
8788
- Fixed issue where there was a potential for a small memory leak in the `ConnectionApprovedMessage`. (#3486)
8889

90+
8991
## [2.4.1] - 2025-06-11
9092

9193
### Added
@@ -97,13 +99,15 @@ Additional documentation and release notes are available at [Multiplayer Documen
9799
- Changed: Assembly names while keeping the same namespaces. If your project is using the `Unity.Netcode.TestHelpers.Runtime` assembly then you need to switch `asmdef` references to `Unity.Netcode.Runtime.Tests`. (#3444)
98100
- Changed: Migrated multiplayer metrics tests to Multiplayer Tools repository and removed the multiplayer tools test project. (#3444)
99101

102+
100103
## [2.4.0] - 2025-06-02
101104

102105
### Added
103106

104107
- Added `SinglePlayerTransport` that provides the ability to start as a host for a single player network session. (#3473)
105108
- When using UnityTransport >=2.4 and Unity >= 6000.1.0a1, SetConnectionData will accept a fully qualified hostname instead of an IP as a connect address on the client side. (#3441)
106109

110+
107111
### Fixed
108112

109113
- Fixed issue where the `NetworkObject.DontDestroyWithOwner` was not being honored. (#3477)
@@ -125,12 +129,14 @@ Additional documentation and release notes are available at [Multiplayer Documen
125129
- Fixed issue where the new interpolator types were blocking after the first consumption of a sequence of buffered state updates. (#3413)
126130
- Fixed issue where root level in-scene placed `NetworkObject`s would only allow the ownership permission to be no less than distributable or sessionowner. (#3407)
127131

132+
128133
## [2.3.1] - 2025-04-14
129134

130135
### Fixed
131136

132137
- Fixed issue where during a `NetworkObject`'s spawn if you instantiated, spawned, and parented another network prefab under the currently spawning `NetworkObject` the parenting message would not properly defer until the parent `NetworkObject` was spawned. (#3401)
133138

139+
134140
## [2.3.0] - 2025-04-09
135141

136142
### Added
@@ -272,6 +278,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
272278
- Changed `NetworkRigidbodyBaseEditor` so it now derives from `NetcodeEditorBase`. (#3013)
273279
- Changed `NetworkManagerEditor` so it now derives from `NetcodeEditorBase`. (#3013)
274280

281+
275282
## [2.0.0-pre.4] - 2024-08-21
276283

277284
### Added
@@ -295,10 +302,10 @@ Additional documentation and release notes are available at [Multiplayer Documen
295302
- Changed permissions exception thrown in `NetworkList` to exiting early with a logged error that is now a unified permissions message within `NetworkVariableBase`. (#3004)
296303
- Changed permissions exception thrown in `NetworkVariable.Value` to exiting early with a logged error that is now a unified permissions message within `NetworkVariableBase`. (#3004)
297304

305+
298306
## [2.0.0-pre.3] - 2024-07-23
299307

300308
### Added
301-
302309
- Added: `UnityTransport.GetNetworkDriver` and `UnityTransport.GetLocalEndpoint` methods to expose the driver and local endpoint being used. (#2978)
303310

304311
### Fixed
@@ -317,6 +324,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
317324

318325
- Changed logic where clients can now set the `NetworkSceneManager` client synchronization mode when using a distributed authority network topology. (#2985)
319326

327+
320328
## [2.0.0-pre.2] - 2024-06-17
321329

322330
### Added
@@ -346,16 +354,17 @@ Additional documentation and release notes are available at [Multiplayer Documen
346354
- Changed `NetworkTransfrom.TryCommitTransformToServer` to be internal as it will be removed by the final 2.0.0 release. (#2948)
347355
- Changed `NetworkTransformEditor.OnEnable` to a virtual method to be able to customize a NetworkTransform derived class by creating a derived editor control from `NetworkTransformEditor`. (#2948)
348356

357+
349358
## [2.0.0-exp.5] - 2024-06-03
350359

351360
### Fixed
352361

353362
- Fixed issue where SessionOwner message was being treated as a new entry for the new message indexing when it should have been ordinally sorted with the legacy message indices. (#2942)
354363

355364
### Changed
356-
357365
- Changed `FastBufferReader` and `FastBufferWriter` so that they always ensure the length of items serialized is always serialized as an `uint` and added a check before casting for safe reading and writing.(#2946)
358366

367+
359368
## [2.0.0-exp.4] - 2024-05-31
360369

361370
### Added
@@ -383,7 +392,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
383392
## [2.0.0-exp.2] - 2024-04-02
384393

385394
### Added
386-
387395
- Added updates to all internal messages to account for a distributed authority network session connection. (#2863)
388396
- Added `NetworkRigidbodyBase` that provides users with a more customizable network rigidbody, handles both `Rigidbody` and `Rigidbody2D`, and provides an option to make NetworkTransform use the rigid body for motion. (#2863)
389397
- For a customized `NetworkRigidbodyBase` class:
@@ -444,7 +452,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
444452
- Fixed issue where in-scene placed `NetworkObject`s with complex nested children `NetworkObject`s (more than one child in depth) would not synchronize properly if WorldPositionStays was set to true. (#2796)
445453

446454
### Changed
447-
448455
- Changed client side awareness of other clients is now the same as a server or host. (#2863)
449456
- Changed `NetworkManager.ConnectedClients` can now be accessed by both server and clients. (#2863)
450457
- Changed `NetworkManager.ConnectedClientsList` can now be accessed by both server and clients. (#2863)
@@ -458,7 +465,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
458465
## [1.9.1] - 2024-04-18
459466

460467
### Added
461-
462468
- Added `AnticipatedNetworkVariable<T>`, which adds support for client anticipation of NetworkVariable values, allowing for more responsive game play (#2820)
463469
- Added `AnticipatedNetworkTransform`, which adds support for client anticipation of NetworkTransforms (#2820)
464470
- Added `NetworkVariableBase.ExceedsDirtinessThreshold` to allow network variables to throttle updates by only sending updates when the difference between the current and previous values exceeds a threshold. (This is exposed in NetworkVariable<T> with the callback NetworkVariable<T>.CheckExceedsDirtinessThreshold) (#2820)
@@ -536,6 +542,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
536542
- Changed in-scene placed `NetworkObject`s now set their `IsSceneObject` value when generating their `GlobalObjectIdHash` value. (#2710)
537543
- Changed the default `NetworkConfig.SpawnTimeout` value from 1.0s to 10.0s. (#2710)
538544

545+
539546
## [1.7.1] - 2023-11-15
540547

541548
### Added
@@ -602,7 +609,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
602609
### Added
603610

604611
### Fixed
605-
606612
- Bumped minimum Unity version supported to 2021.3 LTS
607613
- Fixed issue where `NetworkClient.OwnedObjects` was not returning any owned objects due to the `NetworkClient.IsConnected` not being properly set. (#2631)
608614
- Fixed a crash when calling TrySetParent with a null Transform (#2625)
@@ -748,7 +754,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
748754
- Optimized bandwidth usage by encoding most integer fields using variable-length encoding. (#2276)
749755

750756
### Fixed
751-
752757
- Fixed `IsSpawnedObjectsPendingInDontDestroyOnLoad` is only set to true when loading a scene using `LoadSceneMode.Singleonly`. (#2330)
753758
- Fixed issue where NetworkTransform components nested under a parent with a `NetworkObject` component (i.e. network prefab) would not have their associated `GameObject`'s transform synchronized. (#2298)
754759
- Fixed issue where `NetworkObject`s that failed to instantiate could cause the entire synchronization pipeline to be disrupted/halted for a connecting client. (#2298)
@@ -874,7 +879,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
874879
### Removed
875880

876881
### Fixed
877-
878882
- Fixed issue where dynamically spawned `NetworkObject`s could throw an exception if the scene of origin handle was zero (0) and the `NetworkObject` was already spawned. (#2017)
879883
- Fixed issue where `NetworkObject.Observers` was not being cleared when despawned. (#2009)
880884
- Fixed NetworkAnimator could not run in the server authoritative mode. (#2003)
@@ -1062,6 +1066,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
10621066

10631067
## [1.0.0-pre.2] - 2021-10-19
10641068

1069+
10651070
### Added
10661071

10671072
- Associated Known Issues for the 1.0.0-pre.1 release in the changelog

0 commit comments

Comments
 (0)