Skip to content

Commit

Permalink
Merge pull request #20 from nowsprinting/chore/fix_installation
Browse files Browse the repository at this point in the history
Fix window name in installation
  • Loading branch information
nowsprinting authored May 5, 2023
2 parents 5860509 + 080217b commit 551cda2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Documentation~/ProjectSettings_Dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documentation~/ProjectSettings_Light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You can choose from two typical installation methods.

### Install via Package Manager window

1. Open the **Package Manager** tab in Player Settings window (**Editor > Player Settings**)
1. Open the **Package Manager** tab in Project Settings window (**Editor > Project Settings**)
2. Click **+** button under the **Scoped Registries** and enter the following settings (figure 1.):
1. **Name:** `package.openupm.com`
2. **URL:** `https://package.openupm.com`
Expand All @@ -109,7 +109,7 @@ You can choose from two typical installation methods.
> **Note**
> Required install [Unity Test Framework](https://docs.unity3d.com/Packages/com.unity.test-framework@latest) package v1.3 or later for running tests (when adding to the `testables` in package.json).
**Figure 1.** Package Manager tab in Player Settings window.
**Figure 1.** Package Manager tab in Project Settings window.

![](Documentation~/ProjectSettings_Dark.png#gh-dark-mode-only)
![](Documentation~/ProjectSettings_Light.png#gh-light-mode-only)
Expand Down

0 comments on commit 551cda2

Please sign in to comment.