Tag: HoloLens

  • Getting special folder path via .NET for HoloLens App

    Getting special folder path via .NET for HoloLens App

    When special folder paths on the HoloLens app that is a UWP app, .NET developers can use Environment.SpecialFolder and Windows.Storage namespace.

  • Start gestures settings of HoloLens 2

    Summary In default of Start gestures: Press the wrist icon Eye gaze at the icon then pinch thumb and index Windows Holographic Build 20348.1442 has options in settings. Prerequisites HoloLens 2 Windows Holographic Build 20348.1442 and later References Windows Holographic, version 21H2 – January 2022 Update – HoloLens 2 release notes | Microsoft Docs Start…

  • Using 3D app launcher on HoloLens

    Using 3D app launcher on HoloLens

    Summary The Microsoft Mixed Reality Toolkit (MRTK) support a feature to set 3D app launcher in v2.6. MRTK 2.6 release notes – Mixed Reality Toolkit | Microsoft Docs An example is here: 2D launcher (default) 3D launcher Prerequisites MRTK v2.7 Mixed Reality Toolkit Foundation Unity v2020.3.20f1 Windows 21H1 Require Windows SDK 10.0.17125 or later HoloLens…

  • Using the Build Window with MRTK

    Using the Build Window with MRTK

    How can I build the HoloLens app more easily?

  • Which build configuration should choice on Unity Editor?

    Which build configuration should choice on Unity Editor?

    Summary Unity Editor provide selection that are Debug or Release or Master in Build Configuration.Which one of Build Configuration is good? Prerequisites Unity v2020.3.16f1 Windows 10 v21H1 Result A polite commentary can be found in Exporting and building a Unity Visual Studio solution. Master seems to be the right choice for delivering to End-Users. References…

  • Disable the Spatial Awareness System of HoloLens with MRTK on Unity

    Disable the Spatial Awareness System of HoloLens with MRTK on Unity

    Summary If your app doesn’t need to use the Spatial Awareness System, you can also disable the System in Unity project. Prerequisites Unity v2020.3.16f1 MRTK v2.7 Steps Click MixedRealityToolkit in your Scene. If the scene doesn’t have an your MRTK, you must create profile withCopy & Customize. Go to Spatial Awareness System section of MixedRealityToolkit…

  • Using Bounds control of MRTK

    Using Bounds control of MRTK

    Summary MRTK provide manipulation behaviour as like bounding box. It’s Bounds Control. Scale Rotate Move Prerequisites Unity v2020.3.16f1 MRTK v2.7 macOS Big Sur v11.6 Steps Click Add Component. Type boundscontrol then click BoundsControlscript. Translation is disabled on default. Turn on Show Handle For Xor Show Handle For Yor Show Handle For Z if you need…

  • Eye calibration of HoloLens

    Eye calibration of HoloLens

    Prerequisites HoloLens 2 Windows 21H1 Steps Open Settingson Start menu, then click System. Click Calibration. Click Run eye calibrationbutton. Air-Tap Nextbutton. Air-Tap Next button. Click Donebutton.

  • Remove temporary files of HoloLens

    Remove temporary files of HoloLens

    How to remove an temporary files of HoloLens.

  • How to check MRTK version

    See Assets/MRTK/SDK/Version.txt