Skip to content

Commit 3e528b5

Browse files
committed
2 parents 584a0de + 639f9b5 commit 3e528b5

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,21 @@ This will import the source into your Assets folder. This is a good option if yo
2222
* [Download the latest .UnityPackage](https://github.com/inkle/ink-unity-integration/releases).
2323
* Open the downloaded file to import it into your Unity project.
2424

25-
### From GitHub
26-
* You can clone/download/fork the project on [GitHub](https://github.com/inkle/ink-unity-integration).
27-
* The easiest way to download it is to click the green Code button and select Download ZIP
28-
* Install by moving the folder Packages/Ink to anywhere in your Unity project's Assets folder
29-
3025
### As a UPM Package
31-
<!---
32-
To add once we've set this up.
26+
Installing via a package allows you to easily update via Unity's Package Manager window. This is best if you don't need to edit the source.
3327
#### Via Package Manager
34-
* Add the following line to Packages/manifest.json:
28+
* Add the following line to PROJECT ROOT/Packages/manifest.json:
3529
`"com.inkle.ink-unity-integration": "https://github.com/inkle/com.inkle.ink-unity-integration.git"`
36-
-->
3730
#### OpenUPM
3831
* Navigate to [OpenUPM](https://openupm.com/packages/com.inklestudios.ink-unity-integration/) and follow their instructions
3932
* The project will have installed at Packages > Ink Unity Integration.
4033
* Demo projects can be imported from Packages > Ink Unity Integration > Examples
4134

35+
### From GitHub
36+
* You can clone/download/fork the project on [GitHub](https://github.com/inkle/ink-unity-integration).
37+
* The easiest way to download it is to click the green Code button and select Download ZIP
38+
* Install by moving the folder Packages/Ink to anywhere in your Unity project's Assets folder
39+
4240
### Via the Asset Store
4341
For convinience a .UnityPackage is hosted at the [Unity Asset Store](https://assetstore.unity.com/packages/tools/integration/ink-unity-integration-60055).
4442
**This version is updated rarely, and so is not recommended.**

0 commit comments

Comments
 (0)