Skip to content

Commit

Permalink
fix: Hide Debug Simulator for NGO 2.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-lemay-unity committed Nov 12, 2024
1 parent 789f375 commit ad1bac1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions com.unity.netcode.gameobjects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Additional documentation and release notes are available at [Multiplayer Documen

### Changed

- 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.

## [2.1.1] - 2024-10-18

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ public struct SimulatorParameters

#if UTP_TRANSPORT_2_0_ABOVE
[Obsolete("DebugSimulator is no longer supported and has no effect. Use Network Simulator from the Multiplayer Tools package.", false)]
[HideInInspector]
#endif
public SimulatorParameters DebugSimulator = new SimulatorParameters
{
Expand Down

0 comments on commit ad1bac1

Please sign in to comment.