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.
* Adding-latest-Dapper-Video
Adding Dapper's new video on Connection Approval and tidying up and improving the page.
* Update docs/learn/dapper-video.md
Co-authored-by: Lori Krell <[email protected]>
* Update docs/learn/dapper-video.md
Co-authored-by: Lori Krell <[email protected]>
* Update docs/learn/dapper-video.md
Co-authored-by: Lori Krell <[email protected]>
* Update docs/learn/dapper-video.md
Co-authored-by: Lori Krell <[email protected]>
Copy file name to clipboardExpand all lines: docs/learn/dapper-video.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@ id: dapper-video
3
3
title: How To Make A Multiplayer Game In Unity 2021.1
4
4
---
5
5
6
+
This page aims to collate a series of Multiplayer Unity Networking tutorial videos that teach various concepts of the new Unity Official Multiplayer solution MLAPI, all made by Dapper Dino. Learn more about Dapper Dino and his [Youtube channel](https://www.youtube.com/channel/UCjCpZyil4D8TBb5nVTMMaUw) and don't forget to click the subscribe button.
7
+
8
+
:::important
9
+
These tutorials use Unity v2021.1. Future versions of Unity, Unity MLAPI, and Boss Room may have changes and updates to APIs and features.
10
+
:::
11
+
12
+
## Make a Multiplayer Game
13
+
6
14
This Unity Multiplayer Networking tutorial will teach you all about the new official Unity multiplayer solution and how to get it set up quickly in your own project!
@@ -16,8 +24,23 @@ This Unity Multiplayer Networking tutorial will teach you all about the new offi
16
24
allowfullscreen
17
25
/>
18
26
27
+
## Lobby Password
28
+
29
+
This Unity Multiplayer tutorial will teach you how to implement connection approval so that clients have to send the correct password to be able to connect to the server.
Thank you to [DapperDino](https://www.youtube.com/channel/UCjCpZyil4D8TBb5nVTMMaUw) for this tutorial! This contribution is a great help to the community.
0 commit comments