Skip to content

Commit edc8b78

Browse files
fix: Hide Debug Simulator for NGO 2.0+ (#3121)
* fix: Hide Debug Simulator for NGO 2.0+ * Add PR number to CHANGELOG entry
1 parent 789f375 commit edc8b78

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
2121

2222
### Changed
2323

24+
- The Debug Simulator section of the Unity Transport component was removed. This section was not functional anymore and users are now recommended to use the more featureful [Network Simulator](https://docs-multiplayer.unity3d.com/tools/current/tools-network-simulator/) tool from the Multiplayer Tools package instead. (#3121)
25+
2426
## [2.1.1] - 2024-10-18
2527

2628
### Added

com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ public struct SimulatorParameters
405405

406406
#if UTP_TRANSPORT_2_0_ABOVE
407407
[Obsolete("DebugSimulator is no longer supported and has no effect. Use Network Simulator from the Multiplayer Tools package.", false)]
408+
[HideInInspector]
408409
#endif
409410
public SimulatorParameters DebugSimulator = new SimulatorParameters
410411
{

0 commit comments

Comments
 (0)