Future Tech Now–Virtual Reality Show
I recently gave a developer talk at Future Tech Now and promised to share some of the content I used in the talk. If you want to follow along you will need to install the tools.
The focus of the talk was mainly around building a Mixed Reality app in Unity. One of the most interesting aspects of the Windows Mixed Reality platform is that you can use the tools to build an app that work in a number of different MR scenarios. I built an app that runs on HoloLens and also on an immersive headset (I am using the Dell Visor currently). There are obvious differences across an app running on a device that has holograms interacting with the real world and one in which everything is virtual, including the differences in the input systems and navigation. The tools abstract the differences somewhat making it fairly straight-forward to have an app that spans the Mixed Reality spectrum.
Here’s the app running on a HoloLens. It consists of an angry, red ant that you can size and position using components recently added to the Mixed Reality Toolkit for Unity. These include a bounding box which you can use to rotate and scale your 3D model with an app bar to allow you to control that experience.
Once happy with the size and position of your ant you can use voice commands ‘multiply’ and ‘run’ to first clone the ant into 10 ants and subsequently to make them run randomly around your space. Here’s a clip of the app running in the Dell HMD.
And here’s a 10 minute walkthrough of how it was made with the Mixed Reality Toolkit and Unity.
And you can find the code here on Github.
Comments