From 7721697f4a2238a1fb5308bd9f3d73e7277564b1 Mon Sep 17 00:00:00 2001 From: Alven <72870405+ooonush@users.noreply.github.com> Date: Sat, 17 Jun 2023 13:09:10 +0500 Subject: [PATCH] Adds unitypackage Git URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc8370..81f4339 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Make sure you have the following packages installed: ## Setting Up 1. Install Fish-Net from the **[official repo](https://github.com/FirstGearGames/FishNet/releases)** or **[Asset Store](https://assetstore.unity.com/packages/tools/network/fish-net-networking-evolved-207815)**. 2. Install **[UnityTransport](https://docs-multiplayer.unity3d.com/transport/current/install)** package. -3. Install FishyUnityTransport **[unitypackage](https://github.com/ooonush/FishyUnityTransport/releases)** from the release section. +3. Install FishyUnityTransport **[unitypackage](https://github.com/ooonush/FishyUnityTransport/releases)** from the release section or using the Git URL: `https://github.com/ooonush/FishyUnityTransport.git?path=Assets/FishNet/Plugins/FishyUnityTransport`. 4. Add the **"FishyUnityTransport"** component to your **"NetworkManager"**. ## Unity Relay support