Skip to content

Commit 1919716

Browse files
authored
Update README.md
1 parent a034221 commit 1919716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ You will have to use the provided UnityPlayerActivity subclass as follows:
2828
<activity android:name="com.trophit.MyUnityPlayerActivity">
2929
```
3030

31-
* Optional: by default, *MyUnityPlayerActivity* calls a Unity script method `onDeeplink` on a game object called *UnityDeeplinks*. If you wish to change the name of the object or method, you should edit *MyUnityPlayerActivity.java*, change the values of the `gameObject` and/or `deeplinkMethod` static properties and rebuild the *UnityDeeplinks.jar* file as instructed below
31+
* Optional: by default, *MyUnityPlayerActivity* calls a Unity script method `onDeeplink` on a game object called *UnityDeeplinks*. If you wish to change the name of the object or method, you should edit *Assets/UnityDeeplinks/Android/MyUnityPlayerActivity.java*, change the values of the `gameObject` and/or `deeplinkMethod` static properties and rebuild the *UnityDeeplinks.jar* file as instructed below
3232

3333
### Building the UnityDeeplinks.jar file
34+
Only perform this step if you made changes to *Assets/UnityDeeplinks/Android/MyUnityPlayerActivity.java* or would like to rebuild it using an updated version of Unity classes, Android SDK, JDK and so on.
3435

3536
#### Prerequisites
3637
* Go to your Unity => Preferences => External tools menu and find your Android SDK and JDK home folders

0 commit comments

Comments
 (0)