Installing the SDK
Last updated
Last updated
Requirements:
The MOTAR SDK for Unity requires Unity 2021.3 +
The MOTAR SDK for Unity is hosted on a publid NPM Registry and is installed via the Unity Package Manager as a Scoped Registry.
Name
Dynepic
URL
https://registry.hub.motar.com
Scope(s)
com.dynepic
Once the registry is updated, go to the Package Manager > My Registries and Install MOTAR SDK
The MOTAR SDK for Unity includes some packages in the Samples section under the MOTAR entry in the Package Manager. These include:
Device Sync
To install these samples:
Select the MOTAR Package in the Package Manger
Click "Samples"
Click "Import" on the samples you would like to install.
Details about these packages are listed in the sections below.
Required package!
Device Sync is required if our application will sync with the MOTAR Instance hosted by your organization.
Device Sync allows users to sync their headset with the MOTAR Instance hosted by your organization.
When a user syncs their device, you can access user information via the MOTAR User Profile Class and leverge user data in your applications.
Device Sync is a Sample package located in the Dynepic/MOTAR SDK registry.
After installing the SDK, go to the Package Manager
Click the Dynepic / MOTAR SDK package entry
Click Samples and locate Device Sync
Click Install
In your project you should now see a Samples folder containing the MOTAR SDK Device Sync files.
After importing device sync, the package will be installed in
Assets\Samples\MOTAR SDK\<version>\Device Sync
Included with the scripts is the scene MOTARDeviceSyncAndAuthentication
If you don't have TextmeshPro installed in your project, it will install automatically request an install when opening the Sync scene.
From your project window, navigate to Assets -> Samples -> MOTAR SDK -> [version #] -> Device Sync -> Scenes.
Double click and load “MOTARDeviceSyncAndAuthentication”.
The MOTARDeviceSyncAndAuthentication scene allows users to log into their MOTAR accounts and authorize the headset.
The scene is automatically inserted into your Unity Build settings Scenes as the FIRST (0) scene.
Generally, you should authenticate your users before they enter your application. If your app requires a different scene to be the first launched, simply move the MOTARDeviceSyncAndAuthentication to the required order.
Moving MOTARDeviceSyncAndAuthentication means your application will not be authenticated or synced with MOTAR until the scene is launched. Attempts to access user information will be impacted.
Installing Avatar will install Normcore. If you are using another mutliplayer service, such as Photon, there may be conflicts. Reach out if you have any issues: motar@dynepic.com
The MOTAR Avatar sample package makes development even easier with out-of-the-box XR features.
To install Avatar, lClick MOTAR SDK from the top nav and click Install Avatar and Multiplayer Resources
With the Avatar package you get:
MOTAR_Player - This XR Rig prefab is wired up ready for you applications. Show user's name, profile image. Locomotion, Interaction, and Camera fading are all built in and accessible.