Skip to content

Commit 78faf8f

Browse files
committed
2 parents 97e4aad + 26625ee commit 78faf8f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repository is divided in 2 parts:
1111
## Example 🎬
1212

1313
<p>
14-
<img src="UnityNativeToolkitImg.png" alt="simple video gif" width="246" height="512"/>
14+
<img src="UnityNativeToolkitImg.PNG" alt="simple video gif" width="246" height="512"/>
1515
</p>
1616

1717
*This image shows all UnityAndroidNativeToolkit features UI.*
@@ -43,7 +43,9 @@ Either inside the unity project or simply dragging the **.cs** classes on your e
4343
App Functionality is simple, just press the feature button you want to test. Some features like Dialogs also have toggles to specify some parameters.
4444

4545

46-
On code side, the only thing to keep in mind is to make a Script (like ``NativeToolkit.cs`` in the example) that have a reference to ``NativeToolkitPlugin`` and initialize the plugin doing: ``pluginReferenceVariable = NativeToolkitPlugin.GetPlatformPluginVersion(this.gameObject.name);``
46+
On code side, the only thing to keep in mind is to make a Script (like ``NativeToolkit.cs`` in the example) that have a reference to ``NativeToolkitPlugin`` and initialize the plugin doing:
47+
48+
``pluginReferenceVariable = NativeToolkitPlugin.GetPlatformPluginVersion(this.gameObject.name);``
4749

4850
From here you can call all plugin features simply calling ``pluginReferenceVariable.`` and the feature you want, like ``pluginReferenceVariable.TakeShot()``.
4951

@@ -86,4 +88,4 @@ If you already have imported on your project the library ``core-1.3.1.aar`` or s
8688

8789
## Upgrading dependencies 📜
8890

89-
Keep in mind that the actual release ([v1.0](https://github.com/EricBatlle/UnityAndroidNativeToolkit/releases/download/v1.0/UnityNativeToolkit_1.0.apk)) of the plugin works with **AndroidX** dependencies. That means that is targeting **Android 9** (API level 28).
91+
Keep in mind that the actual release ([v1.0](https://github.com/EricBatlle/UnityAndroidNativeToolkit/releases/download/v1.0/UnityNativeToolkit_1.0.apk)) of the plugin works with **AndroidX** dependencies. That means that is targeting **Android 9** (API level 28).

0 commit comments

Comments
 (0)