File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,15 @@ This will import the source into your Assets folder. This is a good option if yo
2424
2525### As a UPM Package
2626Installing 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.
27+ * When installed via UPM, demo projects can be imported from Packages > Ink Unity Integration > Demos
28+
2729#### Via Package Manager
2830* Add the following line to PROJECT ROOT/Packages/manifest.json:
2931` "com.inkle.ink-unity-integration": "https://github.com/inkle/com.inkle.ink-unity-integration.git" `
3032#### OpenUPM
3133* Navigate to [ OpenUPM] ( https://openupm.com/packages/com.inklestudios.ink-unity-integration/ ) and follow their instructions
3234* The project will have installed at Packages > Ink Unity Integration.
33- * Demo projects can be imported from Packages > Ink Unity Integration > Examples
35+
3436
3537### From GitHub
3638* You can clone/download/fork the project on [ GitHub] ( https://github.com/inkle/ink-unity-integration ) .
@@ -47,7 +49,7 @@ This will import the source into your Assets folder. This is a good option if yo
4749## :video_game : Demos
4850This project includes a demo scene, providing a simple example of how to control an ink story with C# code using Unity UI.
4951
50- (If you imported this package as a UPM (recommended) , then you must first import the demos from Packages > Ink Unity Integration > Examples )
52+ (If you imported this package as a UPM, then you must first import the demos from Packages > Ink Unity Integration > Demos )
5153
5254To run a demo, double-click the scene file at the root of the demo folder to open it, and press the Play button at the top of the screen to start it.
5355
You can’t perform that action at this time.
0 commit comments