Skip to content

Commit 7355957

Browse files
fix: adding RTT graph to RNSM [MTT-4788] (#747)
* adding RTT graph to RNSM [MTT-4788] * adding changelog * adding titles for other sections
1 parent a3f4101 commit 7355957

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1717
* Introduced a mechanism for identifying actions by their runtime-generated ActionID, instead of relying on a fragile ActionType enumeration (#705)
1818
* NetworkObjectSpawner handles dynamically spawning in-scene placed NetworkObjects (#717) - You can't place a NetworkObject in scene directly and destroy it at runtime. This PR showcases proper handling of NetworkObjects that you'd wish to place inside of scenes, but would still want to destroy at game-time. Examples of these are: Imps, VandalImps, ImpBoss. NetworkObjects such as doors, crystals, door switch, etc. remain the same, statically-placed in scene.
1919
* Quality levels settings set up for Desktop [MTT-4450] (#713)
20+
* Added custom RNSM config with graph for RTT instead of single value (#747)
2021

2122
### Changed
2223
* Updated tools, authentication and relay packages (#690)

Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## [Unreleased] - yyyy-mm-dd
44

55
### Added
6-
*
6+
* Added custom RNSM config with graph for RTT instead of single value (#747)
77
### Changed
88
*
99
### Removed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:5080a9b907bac3cbc409cf77779de83470afe1262c4c76f661e1453f39ac2a93
3+
size 5873

Packages/com.unity.multiplayer.samples.coop/Utilities/Net/RNSM/CustomNetStatsMonitorConfiguration.asset.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/com.unity.multiplayer.samples.coop/Utilities/Net/RNSM/NetStatsMonitorPrefab.prefab

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ MonoBehaviour:
4848
m_Name:
4949
m_EditorClassIdentifier:
5050
m_Visible: 1
51-
<MaxRefreshRate>k__BackingField: 30
51+
m_MaxRefreshRate: 30
5252
<CustomStyleSheet>k__BackingField: {fileID: 0}
5353
<PanelSettingsOverride>k__BackingField: {fileID: 0}
5454
<Position>k__BackingField:
5555
<OverridePosition>k__BackingField: 1
56-
<PositionLeftToRight>k__BackingField: 0
57-
<PositionTopToBottom>k__BackingField: 0
58-
<Configuration>k__BackingField: {fileID: 11400000, guid: 8f1b4e3792d8446399527749cfb591a2, type: 2}
56+
m_PositionLeftToRight: 0
57+
m_PositionTopToBottom: 0
58+
<Configuration>k__BackingField: {fileID: 11400000, guid: e778574068db1456fa54fbbade3bd995, type: 2}
5959
--- !u!114 &2974514019541307266
6060
MonoBehaviour:
6161
m_ObjectHideFlags: 0
@@ -174,7 +174,7 @@ MonoBehaviour:
174174
m_faceColor:
175175
serializedVersion: 2
176176
rgba: 4294967295
177-
m_fontSize: 70.5
177+
m_fontSize: 32.05
178178
m_fontSizeBase: 21
179179
m_fontWeight: 400
180180
m_enableAutoSizing: 1

0 commit comments

Comments
 (0)