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

Commit 977ec01

Browse files
chrispopelkrell
andauthored
Adding latest dapper video (#122)
* 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]>
1 parent c1a5bb3 commit 977ec01

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

docs/learn/dapper-video.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ id: dapper-video
33
title: How To Make A Multiplayer Game In Unity 2021.1
44
---
55

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+
614
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!
715

816
<Iframe url="https://www.youtube.com/embed/4Mf81GdEDU8"
@@ -16,8 +24,23 @@ This Unity Multiplayer Networking tutorial will teach you all about the new offi
1624
allowfullscreen
1725
/>
1826

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.
30+
31+
<Iframe url="https://www.youtube.com/embed/Pe2LVZGTK20"
32+
width="854px"
33+
height="480px"
34+
id="myId"
35+
className="video-container"
36+
display="initial"
37+
position="relative"
38+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
39+
allowfullscreen
40+
/>
41+
1942
:::contribution Community Contribution
2043
Thank you to [DapperDino](https://www.youtube.com/channel/UCjCpZyil4D8TBb5nVTMMaUw) for this tutorial! This contribution is a great help to the community.
2144
:::
2245

23-
import Iframe from 'react-iframe'
46+
import Iframe from 'react-iframe'

0 commit comments

Comments
 (0)