Update the SDK

Update through Unity Package Manager

When installed through Open UPM the update process is exactly as it is with packages installed through the asset store. When you open the Unity Package Manager the list of packages on the left that needs to be updated has a symbol that looks like an up arrow.

When selected, you can either press the button in the top right to update to the latest version. Or you can select the Version History tab and update to another release.

Update SDK installed by Git

The steps below are the same as for installing the SDK since the Unity Package Manager knows when the SDK has been updated.

Open the Unity editor and navigate to the Package Manager by clicking on Window and then Package Manager.

Click on the + at the top of the Package Manager window and select Add package from git URL.

Enter the URL below into the text box and click Add. Copy the URL below into the field.

https://github.com/LootLocker/unity-sdk.git

Remember to reconfigure the SDK as the properties can be overwritten or have changed. You can learn how to configure the SDK here.

The SDK has now been updated to the latest release.

Last updated