Skip to content

Commit

Permalink
Fix versioning in the installation steps (#162)
Browse files Browse the repository at this point in the history
Fix the version numbers in the installation instructions via the unity package manager
  • Loading branch information
TVince0 authored Jan 21, 2025
1 parent ffd0fec commit c85b3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/manual/overview/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
Expand Down Expand Up @@ -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*.
8. Click *OK*.

0 comments on commit c85b3db

Please sign in to comment.