mrtk

Unity HoloLens App is executed as Windows App instead of AR

好久不见. 提交于 2019-12-10 23:46:53
问题 I am building a HoloLens Unity App using the following tools Unity 2018.3.14f1 Visual Studio 2017 Microsoft.MixedReality.Toolkit.Unity.Foundation-v2.0.0-RC1-Refresh.unitypackage (MRToolkit v2) Unity Project/Scene Configuration Target Platform: Universal Windows Platform Target Device: HoloLens Architecture: x86 Target SDK Version: Latest Target Platform Version: 10.0.10240.0 Target Platform Settings Supported Device Family: Holographic XR Settings: VR Support (unchecked); WSA Holographic

Cannot build with MRTK v2.0.0-RC1

寵の児 提交于 2019-12-02 04:28:44
问题 I had tried to make builds of the scene examples of the new MRTK version 2.0.0-RC1 on Unity 2018.3.10f1 but every time with every example there's a build error which says: The type or namespace name 'HandJointKind' could not be found (are you missing a using directive or an assembly reference?) The type or namespace name 'HandMeshObserver' could not be found (are you missing a using directive or an assembly reference?) The type or namespace name 'JointPose' could not be found (are you missing

MRTK (V2) Need to update Hololens?

孤街浪徒 提交于 2019-12-01 06:25:19
I'm trying to check out the new MRTK (V2) but I had been having troubles making the build, first on Unity which make me download the Windows SDK 18362, now I'm trying to continue the build on Visual Studio 2017 for testing but it brings me this error: To deploy this application, your deployment target should be running Windows Universal Runtime version 10.0.18362.0 or higher. You currently are running version 10.0.17134.80. Please update your OS, or change your deployment target to a device with the appropriate version. My Windows 10 OS is 10.0.18632.30 but my HoloLens its on 10.0.17763.380

MRTK (V2) Need to update Hololens?

浪子不回头ぞ 提交于 2019-11-30 05:39:57
问题 I'm trying to check out the new MRTK (V2) but I had been having troubles making the build, first on Unity which make me download the Windows SDK 18362, now I'm trying to continue the build on Visual Studio 2017 for testing but it brings me this error: To deploy this application, your deployment target should be running Windows Universal Runtime version 10.0.18362.0 or higher. You currently are running version 10.0.17134.80. Please update your OS, or change your deployment target to a device

How to build and deploy a working unity app with MRTK v2 RC for HoloLens 1?

爱⌒轻易说出口 提交于 2019-11-29 17:46:29
The problem To sum up, both Unity and Visual Studio 2017 builds the project, deploys the project, but once opening the app, nothing appears, not even a Unity splash screen. However making the bloom gesture on HoloLens proved that the app is "open" and closable, but that's as far as it gets. What we tried Our deployment target is a HoloLens 1 running the latest OS for said device (10.0.17763.380). We went through the provided solution here: MRTK (V2) Need to update Hololens? As can be seen in below image: NOTE: Images below shows Visual Studio 2019, but we tested both cases with Visual Studio