Skip to content

Commit

Permalink
fix: fixed link to deprecated sample (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuTheFuffs authored Feb 17, 2025
1 parent d2dc39e commit 3e5c129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/bitesize/bitesize-invaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Invaders sample
description: Learn more about game flow, modes, unconventional movement networked, and a shared timer using Netcode for GameObjects.
---

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.
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.

## Game Flows

Expand Down

0 comments on commit 3e5c129

Please sign in to comment.