# Packages

The Immersal Unity SDK is distribuded as Unity packages installable via the Unity Package Manager. The SDK is divided into two types of packages:

  • The core SDK package
  • Individual platform support packages.

# Installing packages

To install the latest available version:

  1. Copy the URL for the package you wish to install. (see below)
  2. Go to the Package Manager in Unity.
  3. Open the add menu in the toolbar.
  4. Select "Add package from git URL".
  5. Paste the copied URL and click Add.

You can find more details in the Unity Manual.

# Updating packages

You can update the packages via the Unity Package Manager.

# Core package

  • Core Immersal scripts
  • Immersal Modular components
  • Core Samples

Core package: https://github.com/immersal/imdk-unity.git

# Platform specific packages

  • Component implementations
  • Samples

# Available platform packages