Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit bf2465a

Browse files
committed
More link tweaks
1 parent 78138b3 commit bf2465a

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

src/pages/index.js

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const highlights = [
9696
title: "Unity Transport and Netcode for GameObjects",
9797
imageUrl: "img/hilight-code.jpg",
9898
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.</>
100100
),
101101
link: (
102102
<>
@@ -162,11 +162,22 @@ function Home() {
162162
"button button--outline button--secondary button--lg",
163163
styles.heroButton
164164
)}
165-
to={useBaseUrl("netcode/current/about")} target="_blank"
165+
to={useBaseUrl("netcode/current/about")}
166166
>
167167
Get Started
168168
</Link>
169169
</div>
170+
<div className="buttons-pages">
171+
<Link
172+
className={clsx(
173+
"button button--outline button--secondary button--lg",
174+
styles.heroButton
175+
)}
176+
to="https://docs.unity3d.com/6000.0/Documentation/Manual/multiplayer.html" target="_blank"
177+
>
178+
Netcode for GameObjects
179+
</Link>
180+
</div>
170181
</div>
171182
</header>
172183
<main>
@@ -204,7 +215,7 @@ function Home() {
204215
<h1 className="blog-title">Be part of the community!</h1>
205216
<p className="blog-subtitle">
206217
We have an active community on Discord for tips, announcements, and
207-
interact with other users and Unity developers to help you on your Multiplayer Networking
218+
interact with other users and Unity developers to help you on your Multiplayer
208219
journey!
209220
Connect to our {" "}
210221
<a href="https://discord.gg/buMxnnPvTb" target="_blank">

0 commit comments

Comments
 (0)