Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ MonoBehaviour:
m_Title:
m_Untranslated: Congratulations!
m_Description:
m_Untranslated: Now that you know about NetworkVariables, how would you like
m_Untranslated: 'Now that you know about NetworkVariables, how would you like
to continue?


(You can always access other tutorials from the <i>Tutorials</i>
menu)'
m_Buttons:
- Text:
m_Untranslated: I'll explore on my own
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ MonoBehaviour:
Text:
m_Untranslated: "The ColorManager script manages the color of the cube. \n\nFor
this GameObject, the color is not managed by a <b>NetworkVariable</b>.
Instead, it is managed by <b>ServerRPCs</b> and <b>ClientRPCs</b>.\n\nYou
can read more about ServerRPCs <a href=\"https://docs-multiplayer.unity3d.com/netcode/current/advanced-topics/message-system/serverrpc\">here</a>,
and about ClientRPCs <a href=\"https://docs-multiplayer.unity3d.com/netcode/current/advanced-topics/message-system/clientrpc/index.html\">here</a>"
Instead, it is managed by <b>RPCs</b>.\n\nYou can read more about RPCs
<a href=\"https://docs-multiplayer.unity3d.com/netcode/current/advanced-topics/message-system/rpc/\">here</a>"
m_Tutorial: {fileID: 0}
m_Image: {fileID: 0}
m_Video: {fileID: 0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ MonoBehaviour:
m_Title:
m_Untranslated: Congratulations!
m_Description:
m_Untranslated: Now that you know about NetworkVariables and RPCs, how would
m_Untranslated: 'Now that you know about NetworkVariables and RPCs, how would
you like to continue?


(You can always access other tutorials from the
<i>Tutorials</i> menu)'
m_Buttons:
- Text:
m_Untranslated: I'll explore on my own
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ MonoBehaviour:
m_Title:
m_Untranslated: Congratulations!
m_Description:
m_Untranslated: Now that you know about interactions with the local player, how
would you like to continue?
m_Untranslated: 'Now that you know about interactions with the local player,
how would you like to continue?


(You can always access other tutorials
from the <i>Tutorials</i> menu)'
m_Buttons:
- Text:
m_Untranslated: I'll explore on my own
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ MonoBehaviour:
m_Title:
m_Untranslated: Congratulations!
m_Description:
m_Untranslated: Now that you know about RPCs, how would you like to continue?
m_Untranslated: 'Now that you know about RPCs, how would you like to continue?


(You
can always access other tutorials from the <i>Tutorials</i> menu)'
m_Buttons:
- Text:
m_Untranslated: I'll explore on my own
Expand Down
Loading