-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20ab942
commit 1bbfdf5
Showing
5 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 🏄 HW 13: Netcode Multiplayer | ||
???+ tip "Assignment Deadline" | ||
This assignment is due **Friday, November 22nd** on [Brightspace](https://brightspace.usc.edu/). | ||
|
||
[Submit :fontawesome-solid-paper-plane:](https://brightspace.usc.edu/){ .md-button .md-button--primary } | ||
|
||
## Resources and Links | ||
* [Unity Multiplayer](https://docs-multiplayer.unity3d.com/) | ||
* [Code Monkey's COMPLETE Unity Multiplayer Tutorial](https://www.youtube.com/watch?v=3yuBOB3VrCk&t=197s) | ||
* [FishNet: Networking Evolved](https://fish-networking.gitbook.io/docs) | ||
* [Photon: Multiplayer for Unity](https://www.photonengine.com/pun#) | ||
|
||
## Submission | ||
|
||
!!! note "Part 1: Get started with Netcode" | ||
|
||
Read about Unity's [Netcode for GameObjects](https://docs-multiplayer.unity3d.com/netcode/current/about/). Then, complete the [Install Netcode for GameObjects](https://docs-multiplayer.unity3d.com/netcode/current/installation/) and [Client-server quickstart](https://docs-multiplayer.unity3d.com/netcode/current/tutorials/get-started-ngo/) tutorials. | ||
|
||
![Image title](../Homework/hw13/netcode_client_server.png) | ||
|
||
!!! note "Part 2: Learning with Golden Path" | ||
|
||
Complete the [Learning with Golden Path](https://docs-multiplayer.unity3d.com/netcode/current/tutorials/goldenpath_series/gp_intro/) series including the **Hello World** guide, **Golden Path One**, and **Golden Path Two**. | ||
|
||
![Image title](../Homework/hw13/netcode_goldenpath.png) | ||
|
||
!!! note "Part 3: CodeMonkey Unity Multiplayer Tutorial (Netcode for Game Objects)" | ||
|
||
Watch Code Monkey's tutorial on Netcode: [COMPLETE Unity Multiplayer Tutorial (Netcode for Game Objects)](https://www.youtube.com/watch?v=3yuBOB3VrCk&t=197s). Upon completion of this homework assignment, please take a video of your multiplayer working and a screenshot that you have watched the entire YouTube channel. Please submit on BrightSpace. | ||
|
||
![Image title](../Homework/hw13/netcod_codemonkey.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters