Skip to content

Commit 6aee809

Browse files
authored
Usecases design feedback for out-of-experimental release (MTT-7498) (#209)
* chore: updated link in tutorials so it points at more recent RPCs * chor: made font bigger in NetvarVsRPC scene, and rmeoved unneeded prefabs property overrides * chore: added reminder text in completion dialogues to redirect to tutorials
1 parent 6c09055 commit 6aee809

File tree

6 files changed

+83
-255
lines changed

6 files changed

+83
-255
lines changed

Experimental/MultiplayerUseCases/Assets/Editor/Tutorials/NetworkVariables/CompletionDialog.asset

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ MonoBehaviour:
2121
m_Title:
2222
m_Untranslated: Congratulations!
2323
m_Description:
24-
m_Untranslated: Now that you know about NetworkVariables, how would you like
24+
m_Untranslated: 'Now that you know about NetworkVariables, how would you like
2525
to continue?
26+
27+
28+
(You can always access other tutorials from the <i>Tutorials</i>
29+
menu)'
2630
m_Buttons:
2731
- Text:
2832
m_Untranslated: I'll explore on my own

Experimental/MultiplayerUseCases/Assets/Editor/Tutorials/NetworkVariablesVsRPC/40-InspectTheCube2.asset

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,8 @@ MonoBehaviour:
113113
Text:
114114
m_Untranslated: "The ColorManager script manages the color of the cube. \n\nFor
115115
this GameObject, the color is not managed by a <b>NetworkVariable</b>.
116-
Instead, it is managed by <b>ServerRPCs</b> and <b>ClientRPCs</b>.\n\nYou
117-
can read more about ServerRPCs <a href=\"https://docs-multiplayer.unity3d.com/netcode/current/advanced-topics/message-system/serverrpc\">here</a>,
118-
and about ClientRPCs <a href=\"https://docs-multiplayer.unity3d.com/netcode/current/advanced-topics/message-system/clientrpc/index.html\">here</a>"
116+
Instead, it is managed by <b>RPCs</b>.\n\nYou can read more about RPCs
117+
<a href=\"https://docs-multiplayer.unity3d.com/netcode/current/advanced-topics/message-system/rpc/\">here</a>"
119118
m_Tutorial: {fileID: 0}
120119
m_Image: {fileID: 0}
121120
m_Video: {fileID: 0}

Experimental/MultiplayerUseCases/Assets/Editor/Tutorials/NetworkVariablesVsRPC/CompletionDialog.asset

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ MonoBehaviour:
2121
m_Title:
2222
m_Untranslated: Congratulations!
2323
m_Description:
24-
m_Untranslated: Now that you know about NetworkVariables and RPCs, how would
24+
m_Untranslated: 'Now that you know about NetworkVariables and RPCs, how would
2525
you like to continue?
26+
27+
28+
(You can always access other tutorials from the
29+
<i>Tutorials</i> menu)'
2630
m_Buttons:
2731
- Text:
2832
m_Untranslated: I'll explore on my own

Experimental/MultiplayerUseCases/Assets/Editor/Tutorials/ProximityChecks/CompletionDialog.asset

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ MonoBehaviour:
2121
m_Title:
2222
m_Untranslated: Congratulations!
2323
m_Description:
24-
m_Untranslated: Now that you know about interactions with the local player, how
25-
would you like to continue?
24+
m_Untranslated: 'Now that you know about interactions with the local player,
25+
how would you like to continue?
26+
27+
28+
(You can always access other tutorials
29+
from the <i>Tutorials</i> menu)'
2630
m_Buttons:
2731
- Text:
2832
m_Untranslated: I'll explore on my own

Experimental/MultiplayerUseCases/Assets/Editor/Tutorials/RPCs/CompletionDialog.asset

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ MonoBehaviour:
2121
m_Title:
2222
m_Untranslated: Congratulations!
2323
m_Description:
24-
m_Untranslated: Now that you know about RPCs, how would you like to continue?
24+
m_Untranslated: 'Now that you know about RPCs, how would you like to continue?
25+
26+
27+
(You
28+
can always access other tutorials from the <i>Tutorials</i> menu)'
2529
m_Buttons:
2630
- Text:
2731
m_Untranslated: I'll explore on my own

0 commit comments

Comments
 (0)