Skip to content

SDK does not appear after install

If the VketCloudSDK does not boot after installing / show up on the tabs, there is high chance that the Deeplink package failed to be imported automatically.
In such cases, the issue may be solved by manually importing the Deeplink package.

  1. Open the Unity Package Manager window via Window-->Package Manager.

    InstallingDeeplink_1

  2. Click the + button on the Package Manager, then click the Add Package from git URL / name button.

    InstallingDeeplink_2

  3. Copy the Deeplink URL on below:
    https://github.com/needle-tools/unity-deeplink.git?path=/package

  4. Paste the Deeplink URL on the URL box of the Package Manager, then click Add.

InstallingDeeplink_3

Completing the instructions above, the installation progress bar for the Deeplink package will appear.
When the progress bar disappears, the Deeplink installation is completed.

InstallingDeeplink_4

After completing the installation, the information of Deeplink (e.g. current version) will appear on the Package Manager.

InstallingDeeplink_5