I have installed the Appylar sdk for Unity in my app. Yesterday, I saw that Appylar has released a new version of the sdk (1.3.1) and I want to update the sdk in my Unity app to that version. I have configured the package manager in the project settings like this:
Name: com.appylar.unity-sdk
URL: https://package.openupm.com
Scope: com.appylar.unity-sdk
As you can see, there is no mention of any version number, so how do I get Unity to "detect" and install the newer version of the sdk?
In the project settings in Unity, you only specify the dependencies to third party packages. To update the version of the specified packages, simply go to the Package Manager, find the Appylar package in the list to the left and click on it. After that, to the right, you can see if there are any newer versions of the package to update to.