MultiSet
Developer Portal
  • MultiSet Developer Docs
  • Getting Started
    • Changelog
    • VPS SDK : Unity Guide
    • FAQ
  • Basics
    • Maps
      • Mapping Instruction
      • Mapping Planning
      • Mapping Equipment
    • MapSet : Multiple Maps
      • Merging Maps without Overlap
        • Extend a MapSet
      • Merging Maps with Overlap
      • Adjust Map Transformation
    • App Localization
    • Credentials
    • Analytics and Usage
    • Downloads
    • REST API Docs
    • WebXR Integration
    • Third Party Scans
      • Matterport
    • MapFoundry
    • Georeferencing Maps
  • Unity-SDK
    • MultiSet package import
      • Universal 3D (Core) support
    • Sample Scenes
    • On-Cloud Localization
      • Individual Map
      • MapSet (Multiple maps)
        • Hint MapCodes
      • Pose Prior : HintPosition
    • Occlusion
    • NavMesh Navigation
  • Support
  • Native Support
    • iOS Native
Powered by GitBook
On this page
  • 1. Import required packages
  • 2. Download MultiSet Unity SDK from the developer portal
  • 3. Download MultiSet Unity SDK from the developer portal

Was this helpful?

  1. Unity-SDK

MultiSet package import

Add MultiSet package dependency into a new or existing unity project by following below instruction

PreviousGeoreferencing MapsNextUniversal 3D (Core) support

Last updated 5 months ago

Was this helpful?

1. Import required packages

com.unity.xr.arfoundation@6.0.3 com.unity.xr.arkit@6.0.3 com.unity.xr.arcore@6.0.3 com.unity.cloud.draco com.unity.cloud.gltfast

2. Download MultiSet Unity SDK from the developer portal

Import this .unitypackage into your unity project

If there are any error after importing the package, make sure all dependent packages mentioned above are installed.

3. Download MultiSet Unity SDK from the developer portal

Update the MultiSetConfig.asset file with the credentials that you can get from the Developer Portal.

Add MultiSetConfig.asset file to .gitignore to avoid secrets it git repository

Login to the and go to Dashboard -> Downloads -> Download Unity SDK package

developer portal