article thumbnail

How to make an Augmented Virtuality app for Quest in Unity

The Ghost Howls

I wanted just to experiment with technology, not make a product I’m not going to do a step-by-step tutorial, but if you are a bit experienced with Unity, you can use the info I’m providing you to create something similar yourself. Initialization I launched Unity (I’m using version 2022.3 But how to do that?

Unity 370
article thumbnail

How to build your passthrough AR app for Oculus Quest in Unity

The Ghost Howls

and we of New Technology Walkers have launched our game HitMotion: Reloaded in passthrough MR on SideQuest ( try it here )! So let me show you how you can develop an AR app for Oculus Quest 2 using Oculus Passthrough APIs in Unity. Oculus Passthrough APIs video tutorial. Oculus Passthrough APIs textual tutorial.

Unity 509
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

All you need to know on Application SpaceWarp on Unity: how-to and review

The Ghost Howls

At Facebook Connect 2021, Meta has announced Application SpaceWarp, a new solution to boost the framerate of Oculus Quest 2 applications up to +70%. These days I have finally managed to try it, so I can tell you everything that I have learned about it: What is it How does it work How to implement it in your Unity application Pros and cons.

Unity 511
article thumbnail

How to easily make a cross-platform VR application in Unity for Oculus, Wave, and SteamVR

The Ghost Howls

Some days ago, I was looking at the code of HitMotion: Reloaded , the fitness game that we of New Technology Walkers developed some years ago for the Vive Focus Plus, and all the intricate system I had to make in Unity to have a cross-platform VR game … and I wondered: “Is all of this mess still needed today?”

Unity 364
article thumbnail

How to make SteamVR input work with Unity XR Interaction Toolkit in Unity

The Ghost Howls

It is a short guide to implement some sort of compatibility between the SteamVR Unity plugin and the Unity XR Interaction Toolkit , that under the new XR Plugin Management in Unity are not working very well together. SteamVR is a great solution to develop cross-platform applications, and so is Unity (Image by Valve).

Unity 520
article thumbnail

How to get started with Oculus Quest development in Unity

The Ghost Howls

As soon as my Oculus Quest arrived, I immediately started playing with it and have fun with Beat Saber, Robo Recall, Creed and all the other titles. But then, as a developer, I felt the urge to understand how to develop my applications in Unity for the Oculus Quest. Image by Oculus).

Unity 388
article thumbnail

How to get started with Oculus Quest hands tracking SDK in Unity

The Ghost Howls

I want to start this year and this decade (that will be pervaded by immersive technologies) with an amazing tutorial about how you can get started with Oculus Quest hands tracking SDK and create in Unity fantastic VR experiences with natural interactions! Let’s create a new Unity 3D project, and call it TestQuestHands.