docs: fix transport install link in readme (#114)

This commit is contained in:
Luke Stampfli 2021-10-25 11:55:57 +01:00 коммит произвёл GitHub
Родитель b32ffdd464
Коммит b08829c71c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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:<br>
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:<br>
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)