Unity MRTK2 Hololens Development Setup

Unity MRTK2 Hololens Development Setup

“Follow along to gather all the necessary dependencies to build and deploy a Unity app to Hololens using the Mixed Reality Toolkit 2 (MRTK2)” Overview In this article we are going to be gathering the necessary dependencies to build and deploy a Unity app...
VR Buttons in Unity

VR Buttons in Unity

Overview Here we’ll cover two quick ways we can get pressable vr buttons working inside of Unity using OpenVR. The first leverages SteamVR’s Unity integration and the second a custom script without any dependencies. This post assumes you are running Unity with...
Introduction to Redux Part 2 (with ReactJS)

Introduction to Redux Part 2 (with ReactJS)

“In this blog post we’re going to explore using Redux inside of the popular JavaScript framework, ReactJS” Overview In this blog post we’re going to explore using Redux inside of a JavaScript (JS) framework. We covered the basics of Redux with vanilla JS...