You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Navigate to [OpenUPM](https://openupm.com/packages/com.inkle.ink-unity-integration/) and follow their instructions
34
34
* The project will have installed at Packages > Ink Unity Integration.
@@ -40,7 +40,8 @@ Installing via a package allows you to easily update via Unity's Package Manager
40
40
* Install by moving the folder Packages/Ink to anywhere in your Unity project's Assets folder
41
41
42
42
### Via the Asset Store
43
-
For convinience a .UnityPackage is hosted at the [Unity Asset Store](https://assetstore.unity.com/packages/tools/integration/ink-unity-integration-60055).
43
+
44
+
onvinience a .UnityPackage is hosted at the [Unity Asset Store](https://assetstore.unity.com/packages/tools/integration/ink-unity-integration-60055).
44
45
**This version is updated rarely, and so is not recommended.**
45
46
This will import the source into your Assets folder. This is a good option if you intend to edit the source for your own needs.
46
47
@@ -55,11 +56,14 @@ To run a demo, double-click the scene file at the root of the demo folder to ope
55
56
56
57
## :page_facing_up: C# API
57
58
The C# API provides all you need to control ink stories in code; advancing your story, making choices, diverting to knots, saving and loading, and much more.
58
-
[It is documented in the main ink repo](https://github.com/inkle/ink/blob/master/Documentation/RunningYourInk.md#getting-started-with-the-runtime-api)
59
+
60
+
[It is documented in the main ink repo](https://github.com/inkle/ink/blob/master/Documentation/RunningYourInk.md#getting-started-with-the-runtime-api).
61
+
59
62
For convenience, the package also creates an (**Help > Ink > API Documentation**) menu option.
60
63
61
64
## :pencil2: Writing ink
62
65
For more information on writing with **ink**, see [the documentation in the main ink repo](https://github.com/inkle/ink).
66
+
63
67
For convenience, the package also creates an (**Help > Ink > Writing Tutorial**) menu option.
0 commit comments