You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/pages/index.js
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ const highlights = [
96
96
title: "Unity Transport and Netcode for GameObjects",
97
97
imageUrl: "img/hilight-code.jpg",
98
98
description: (
99
-
<>Unity Netcode for GameObject uses Unity Transport by default!</>
99
+
<>Unity Transport is a low-level networking library for multiplayer game development. It's the underlying protocol for Netcode for GameObjects, but you can also use it with a custom solution.</>
0 commit comments