Updating the SDK
We recommend that you use the latest version of the SDK to get access to the latest features. Based on how you installed and configured your SDK, you can update to the latest version in the following ways.
Installed from Unity Asset Store
If you have installed the SDK from the Unity Asset Store, you can update by pressing the Update button in the Package Manager window. For more details about updating Asset Store packages, see this link to the Unity documentation.
Added package from git URL
If you have installed the SDK by using Add package from git URL option in the Package Manager window, then you can update the SDK by following these steps:
- Open the Package Manager window
- Select
In Projectfrom the dropdown - Select
Cognitive3D Unity SDK - Click on
Updatein the package details window
Cloned git repository and added package from disk
If you installed the SDK by cloning our git repository, then you can update it by following these steps.
- Open the local repository
- Run the command
git checkout master - Run the command
git pull
Downloaded zip folder of git repository and added from disk
If you downloaded the zip folder of our repository, then you need to re-download the folder and add it to your Unity project.
If you have a question or any feedback about our documentation please use the Intercom button (purple circle) in the lower right corner of any web page or join our Discord.