feat: adding NetworkSimulator [MTT-6084] [MTT-6083]#843
Merged
LPLafontaineB merged 34 commits intodevelopfrom Jun 13, 2023
Merged
feat: adding NetworkSimulator [MTT-6084] [MTT-6083]#843LPLafontaineB merged 34 commits intodevelopfrom
LPLafontaineB merged 34 commits intodevelopfrom
Conversation
(cherry picked from commit 7f058d3)
(cherry picked from commit f94a791)
* Can change preset via dropdown (cherry picked from commit 0275af1)
(cherry picked from commit 4b9c7c6)
(cherry picked from commit 61f6be6)
(cherry picked from commit c4f798e)
(cherry picked from commit 3f95398)
(cherry picked from commit 2f916ff)
(cherry picked from commit ae5c308)
(cherry picked from commit 7d79d78)
(cherry picked from commit fab6f5c)
(cherry picked from commit a8e0adb)
(cherry picked from commit a08d5ab)
…m window (cherry picked from commit f0ad3c9)
(cherry picked from commit 97a669a)
(cherry picked from commit 92f6e23)
5 tasks
fernando-cortez
previously approved these changes
Jun 7, 2023
Contributor
|
Can you link here the ticket for the bug encountered inside of #841? Or maybe mention it inside the summary? Looks good otherwise. |
Contributor
Author
We are not yet sure it is a bug. I'll wait until discussing with the tools team tomorrow before creating the ticket. I'll adjust the summary though |
fernando-cortez
previously approved these changes
Jun 9, 2023
Contributor
|
updated the visuals, here's how they look: 2023-06-09.15-51-51.mp4 |
DenninDalke
previously approved these changes
Jun 9, 2023
DenninDalke
left a comment
There was a problem hiding this comment.
Overall it looks good, glad you found a way to populate the Configurations collection, I missed noticing that it was a ICollection instead of a IReadOnlyCollection.
I just added a minor suggestion that should improve the code, but it's not a blocker.
DenninDalke
approved these changes
Jun 13, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Description
This PR adds the NetworkSimulator tool to Boss Room. It can be used in the editor through the inspector, as by default, or through a new popup window which exposes some of its functionality. This window is accessible in development builds.
This PR also updates UTP to version 2.0.2, since version 2.0.0 and above is a requirement of NetworkSimulator.
This PR is based on PRs #841 and #835.
Issue Number(s)
MTT-6084 & MTT-6083
Contribution checklist