TALES FROM THE RIFT

VR, AR and MR Development

Category

Unity3d

HoloLens Contest (7 Weeks to go) – Effects, Spatial Sound

  Mesh Effects – HoloLens Shader Pack There are a lot of HoloLens apps on the store, and there are just about as many spatial mesh visual effects. So this week I wanted to explore some of them. Basically, the… Continue Reading →

Hololens Contest – (9 Weeks to go) – Networking, Web Server, Shared Experiences

“Plans are useless, but Planning is indispensable” Thanks Dwight D. Eisenhower, you nailed it. So it turns out I was overly ambitious to think I could explore all the features of a new platform like Hololens in a single week. Even… Continue Reading →

Hololens Contest – (10 Weeks to go) – Spatial Mapping, Processing, Understanding

So much for trying to deep dive into the Hololens in a single week. Here we are another week on and we haven’t even started looking at one of the most important features of Hololens – the ability to understand… Continue Reading →

Hololens Contest – (11 Weeks to go) – Camera, Gaze, AirTap, Anchors

Welcome to 11 weeks to go in the Hololens Unity3d app contest! If you recall my first post last week then this week is about learning all the technical features in the Hololens. I want to explore all the capabilities… Continue Reading →

Learning ARKit and Unity3d

ARKit is just wow: Check out many more examples here on twitter: @madewithARKit Quick History of Mobile AR Whilst mobile Augmented Reality solutions have been around now for years, mostly thanks to OpenCV (and one of its the hugely popular derivates… Continue Reading →

GoogleVR Cardboard: Set Default Viewer Profile

I was working recently on a GoogleVR Cardboard project where they printed their own custom Cardboard headsets and bulk mailed them out to invited guests. As you may or may not know, each Google cardboard physcial headset could be manufactured with different specifications… Continue Reading →

GoogleVR Cardboard: Switch between normal mode and VR mode at run-time

One of the cool features of GoogleVR Cardboard apps is that you can switch from normal mode to VR mode as necessary letting your app bridge the best of both mobile and VR. It can definitely lesson the development burden also having… Continue Reading →

A better way to hook up events in Unity3d

Today’s post isn’t directly related to VR, but it is a technique I use in all the VR apps I build in Unity3d which produces cleaner code. It’s very common to have code that is waiting to receive an event… Continue Reading →

OptiTrack for VR and Unity3d

As the VR industry starts to grow, people are exploring new capabilities with VR technology. One of the key limitations is generally the systems are designed to track a single user within a small space (typically 4m x 4m). An exciting… Continue Reading →

Viewing the Oculus Tracker

The Oculus Tracker is an infrared camera that tracks the position of the Oculus Rift and Oculus Touch devices relative to it’s own location. It can be quite handy to be able to display the location of the camera within… Continue Reading →

Build your first VR app for the Oculus Rift

Welcome! What an exciting time for Virtual Reality. Today I’m going to show you how to build your own VR application for the Oculus Rift from scratch! Whether you are brand new at developing an app – or you are a… Continue Reading →

VR Gaze Input

As VR developers we almost all need a UI system where the user can look at something and action it, such as a button. With Unity’s new UGUI (in 4.6 and 5) it finally makes it easy to build great world-space… Continue Reading →

VR FPS Counter

Here is a quick and easy script to enable viewing a FPS counter on the Oculus Rift and GearVR using Unity UGUI. Follow these steps: RIght Click on your VR Camera (or Center Eye Camera) and create a UI->Canvas. Set… Continue Reading →

View the VR Tracking Space

Visualizing the VR tracking space is useful when designing an experience to know the player is going to be in a reliable tracking location. Unity 5 VR doesn’t yet have a way to access the tracking space. I assume that… Continue Reading →

Recenter Position Tracking

When I start a new VR project in Unity 5 I always map the Recenter function to both the ‘R’ key and the XBox Controller Right Joystick button (which is the stick for rotating the user). It does not need… Continue Reading →

© 2024 TALES FROM THE RIFT — Powered by WordPress

Theme by Anders NorenUp ↑