Skip to content

Commit

Permalink
Adjusted order of things so unity hub will react (YARC-Official#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFatBastid authored May 3, 2023
1 parent 02ad96b commit c1b366a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@ Windows:
1. Make sure you have the latest version of [Blender](https://www.blender.org/) installed. This is for loading models, even if you don't plan on editing them.
2. Make sure you have [Python (3.10)](https://www.python.org/downloads/) installed. This is required to downloading dependencies.
3. Install Unity Hub and Unity `2021.3.21f1` (LTS).
1. Download and install [Unity Hub](https://unity.com/download).
2. Sign-in/create an account with a personal license (free).
3. In Unity Hub, click on "Install Editor" and select `2021.3.21f1` (LTS). It may be favourable to unselect Visual Studio if you are not using it.
4. Click "Install"
3. Clone the repository. If you don't know how to do this:
1. Download [Git](https://git-scm.com/downloads).
2. Open the command prompt in the directory you want to store the repository.
3. Type in `git clone https://github.com/EliteAsian123/YARG.git`.
4. Open the command prompt at the root of the repo, and type in:
4. Install Unity Hub and Unity `2021.3.21f1` (LTS).
1. Download and install [Unity Hub](https://unity.com/download).
2. Sign-in/create an account with a personal license (free).
3. In Unity Hub, click on "Install Editor" and select `2021.3.21f1` (LTS). It may be favourable to unselect Visual Studio if you are not using it.
4. Click "Install"
5. Open the command prompt at the root of the repo, and type in:
1. `pip install requests`
2. `python InstallLibraries/install.py`. This may take a bit. Wait for the command prompt to say "Done!" before closing. This installs all needed dependencies for you.
5. Open the project in Unity (select "Open" and select YARG's repo's folder).
6. Load in **without** entering safe mode. Click "Ignore".
7. (You may need to) click on `NuGet` on the menu bar, then click on `Restore Packages`.
8. You're ready to go!
6. Open the project in Unity (select "Open" and select YARG's repo's folder).
7. Load in **without** entering safe mode. Click "Ignore".
8. (You may need to) click on `NuGet` on the menu bar, then click on `Restore Packages`.
9. You're ready to go!

> **Note**
>
Expand Down

0 comments on commit c1b366a

Please sign in to comment.