Skip to content

Commit 3e5c129

Browse files
authored
fix: fixed link to deprecated sample (#1426)
1 parent d2dc39e commit 3e5c129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/learn/bitesize/bitesize-invaders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Invaders sample
44
description: Learn more about game flow, modes, unconventional movement networked, and a shared timer using Netcode for GameObjects.
55
---
66

7-
The [Invaders Sample Project](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.bitesize/blob/main/Basic/Invaders) to understand the game flow and modes with Netcode for GameObjects (Netcode) using Scene Management, Unconventional Movement Networked, and a Shared Timer between clients updated client-side with server side seeding.
7+
The [Invaders Sample Project](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.bitesize/tree/main/Deprecated/Invaders) to understand the game flow and modes with Netcode for GameObjects (Netcode) using Scene Management, Unconventional Movement Networked, and a Shared Timer between clients updated client-side with server side seeding.
88

99
## Game Flows
1010

0 commit comments

Comments
 (0)