Skip to content

Commit 8a520f5

Browse files
committed
changed NSMPCanvas to scale with screen size and adjusted text size to 45
1 parent f439c62 commit 8a520f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,12 @@ MonoBehaviour:
173173
m_faceColor:
174174
serializedVersion: 2
175175
rgba: 4294967295
176-
m_fontSize: 70.5
177-
m_fontSizeBase: 21
176+
m_fontSize: 45
177+
m_fontSizeBase: 45
178178
m_fontWeight: 400
179-
m_enableAutoSizing: 1
179+
m_enableAutoSizing: 0
180180
m_fontSizeMin: 21
181-
m_fontSizeMax: 128
181+
m_fontSizeMax: 45
182182
m_fontStyle: 0
183183
m_HorizontalAlignment: 1
184184
m_VerticalAlignment: 256
@@ -290,10 +290,10 @@ MonoBehaviour:
290290
m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3}
291291
m_Name:
292292
m_EditorClassIdentifier:
293-
m_UiScaleMode: 0
293+
m_UiScaleMode: 1
294294
m_ReferencePixelsPerUnit: 100
295295
m_ScaleFactor: 1
296-
m_ReferenceResolution: {x: 800, y: 600}
296+
m_ReferenceResolution: {x: 1920, y: 1080}
297297
m_ScreenMatchMode: 0
298298
m_MatchWidthOrHeight: 0
299299
m_PhysicalUnit: 3

0 commit comments

Comments
 (0)