feat: Remove Simulator Tools window #1793
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
MTT-2775
Remove the 'Simulator Tools' window that was accessible through the 'NetCode' menu item. It's now also possible to set these parameters through the 'Debug Simulator' section of the 'Unity Transport' component, and having two places to set the same settings was confusing. The component is the preferred way since it offers more advantages (different settings for different components, can be saved in the project, easier to discover, more consistent with other settings). The separate window could also be quite confusing since it used editor preferences for the settings (it's easy to forget they're set and they remain across projects) and because it only applied to the UTP adapter (since the menu is global, it was easy to think it could apply to other transports too).
Changelog
com.unity.netcode.adapter.utp
Testing and Documentation