From c85b3db157f8225169c0f58331f9c1bc4e218db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarnai=20Vince=20P=C3=A9ter?= <79162773+TVince0@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:25:36 +0100 Subject: [PATCH] Fix versioning in the installation steps (#162) Fix the version numbers in the installation instructions via the unity package manager --- Docs/manual/overview/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/manual/overview/installation.md b/Docs/manual/overview/installation.md index 636747cf..9ffd9396 100644 --- a/Docs/manual/overview/installation.md +++ b/Docs/manual/overview/installation.md @@ -15,7 +15,7 @@ There are a number of ways to install Riptide, depending on what you're working 1. In your Unity project, open the Package Manager (Window > Package Manager). 2. Click the `+` (plus) button in the top left corner of the window. 3. Select the *Add package from git URL...* option. -4. Enter the following URL: `https://github.com/RiptideNetworking/Riptide.git?path=/Packages/Core#2.1.2`. To install a version other than v2.1.2, replace the `2.1.2` after the `#` with your chosen version number. +4. Enter the following URL: `https://github.com/RiptideNetworking/Riptide.git?path=/Packages/Core#2.2.0`. To install a version other than v2.2.0, replace the `2.2.0` after the `#` with your chosen version number. 5. Click 'Add' and wait for Riptide to be installed. If you have errors in your project after installation or intellisense isn't working for Riptide's classes, go to Edit > Preferences > External Tools, make sure the box next to *Git packages* is checked, and then click *Regenerate project files*. @@ -74,4 +74,4 @@ The following installation steps are for Visual Studio users and may differ if y 5. Right click your project in the Solution Explorer. 6. Select *Add* and then select the *Project Reference...* option. 7. In the *Projects* tab (should be selected by default in the left sidebar), check the box next to *RiptideNetworking*. -8. Click *OK*. \ No newline at end of file +8. Click *OK*.