Unreal and Hololens 2 – Step 6 Making your scene interactive

Again I am following the Microsoft tutorial, just adding in extra screen grabs to help solidify the process in my mind. For the original tutorial, look here https://docs.microsoft.com/en-us/windows/mixed-reality/develop/unreal/tutorials/unreal-uxt-ch4   Spawning Hand Interaction Actors   I’m not going to tell you about the kinds of hand interactions you can do in Hololens 2 because I’m assuming … Read more

Unreal and Hololens 2 – Step 5 Set Up for Mixed Reality

Again I am following the Microsoft tutorial, just adding in extra screen grabs to help solidify the process in my mind. For the original tutorial, look here https://docs.microsoft.com/en-us/windows/mixed-reality/develop/unreal/tutorials/unreal-uxt-ch3   Add The Session Asset To use a session, you need an ARSessionConfig data asset to work with. To create one of these go to your Content … Read more

Unreal and Hololens 2 – Step 1 Set Up

I am following the microsoft Chess app tutorial as I do this – adding in screen grabs for extra information for proper nubies, so for the original instructions go to microsoft https://docs.microsoft.com/en-us/windows/mixed-reality/develop/unreal/tutorials/unreal-uxt-ch1   Before starting   have the following PROGRAMS installed. Unreal Engine 4.26 or later  Microsoft HoloLens 2 device configured for development or Emulator Visual Studio 2019 … Read more

From Unity to Hololens

    NowSo I needed to create a Hololens 2 App and deploy it to an actual Hololens 2 that I had with me for development, AND I needed to save a copy of the compiled app that could be copied onto a Hololens 2 that my client had in another office. It was a … Read more