So the company that I works uses Hololens and now we have a Samsung Odyssey to create some apps.
However, how can I build an application for this Samsung? I can’t really find any documentation talking about it.
So the company that I works uses Hololens and now we have a Samsung Odyssey to create some apps.
However, how can I build an application for this Samsung? I can’t really find any documentation talking about it.
Hey @haruwolf22 ,
There are a number of resources to get you started with a Windows MR device like the Odyssey. You have a few choices of what toolkit you wish to use to build the application itself depending on your needs. We build and support the XR Interaction Toolkit, which you can find documentation for here: XR Interaction Toolkit | XR Interaction Toolkit | 2.0.4 as well as a sample project that will get you up and running for a quick test here: GitHub - Unity-Technologies/XR-Interaction-Toolkit-Examples: This repository contains various examples to use with the XR Interaction Toolkit.
Microsoft also has their own kit that you might be familiar with: MRTK.
Hopefully this gets you started!