Skip to content

Commit d9ed104

Browse files
authored
Update README.md
1 parent 4ebe065 commit d9ed104

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ The library is designed to be easy to extend with additional extensions to the g
5757

5858
## Installation
5959

60+
You can install this package from the Needle Package Registry with this one-click installer:
61+
62+
1. Download [UnityGLTF Package Installer](http://package-installer.glitch.me/v1/installer/Needle/org.khronos.unitygltf?registry=https://packages.needle.tools)
63+
2. Drop the downloaded .unitypackage into Unity and follow the steps.
64+
6065
You can install this package from git, compatible with UPM (Unity Package Manager).
6166
1. Open `Window > Package Manager`
6267
2. Click <kbd>+</kbd>
@@ -68,7 +73,7 @@ You can install this package from git, compatible with UPM (Unity Package Manage
6873
5. Click <kbd>Add</kbd>.
6974

7075
> **Note**: If you want to target a specific version, append `#release/<some-tag>` or a specific commit to the URL above.
71-
> Example: `https://github.com/KhronosGroup/UnityGLTF.git#release/2.8.1-exp`.
76+
> Example: `https://github.com/KhronosGroup/UnityGLTF.git#release/2.9.0-rc`.
7277
7378
## Unity Version and Render Pipeline Compatibility
7479

@@ -396,4 +401,4 @@ To run tests with UnityGLTF as package, you'll have to add UnityGLTF to the "tes
396401
]
397402
```
398403

399-
</details>
404+
</details>

0 commit comments

Comments
 (0)