Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.3 KB

File metadata and controls

33 lines (25 loc) · 1.3 KB
id projectsetup
title Project Setup
description Introduction to how to get your Unity Project setup with Unity Netcode for GameObjects package.

:::important These tutorials use Unity v2021.1, and Netcode for GameObjects 1.0.0 prerelease. For information on modyfing the code for use with Netcode for GameObjects please see here :::

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.

<Iframe url="https://www.youtube.com/embed/d1FpS5hYlVE" width="854px" height="480px" id="myId" className="video-container" display="initial" position="relative" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

Video published 14th Nov 2021

For project files access, check out the repository here: https://github.com/dilmerv/UnityMultiplayerPlayground

:::contribution Community Contribution Thank you to Dilmer Valecillos and his Youtube channel for the video tutorials! These contributions are a fantastic help to the community. :::

import Iframe from 'react-iframe'