From b08829c71ca40065fe6d7c99cd3aee059cd02fa7 Mon Sep 17 00:00:00 2001 From: Luke Stampfli <43687322+LukeStampfli@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:55:57 +0100 Subject: [PATCH] docs: fix transport install link in readme (#114) --- Transports/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Transports/README.md b/Transports/README.md index f4421a0..2f8de5b 100644 --- a/Transports/README.md +++ b/Transports/README.md @@ -4,7 +4,7 @@ Community transports are interchangeable transport layers for the Netcode for Ga Transports can be installed with the Unity Package Manager. Please follow the instructions in the manual about [Installing a package from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html). -Use the following URL in the package manager to add a transport via git URL. Change `com.mlapi.contrib.transport.enet` to any of the packages in the Transport folder to choose which transport to add:
-https://github.com/Unity-Technologies/mlapi-community-contributions.git?path=/Transports/com.mlapi.contrib.transport.enet +Use the following URL in the package manager to add a transport via git URL. Change `com.community.netcode.transport.enet` to any of the packages in the Transport folder to choose which transport to add:
+https://github.com/Unity-Technologies/multiplayer-community-contributions.git?path=/Transports/com.community.netcode.transport.enet After installing a transport package the transport will show up in the `Select Transport` dropdown of the NetworkManager (To make the dropdown appear set the Network Transport field to none first in the inspector)