Skip to content

balataca/oculus-laser-pointer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Oculus Go/GearVR Laser Pointer

This project implements a laser pointer for Oculus Go and GearVR headsets. It is based on VR with Andrew laser pointer series.

Demo gif

Installation

Importing Unity Project

  1. Just add this project to Unity Hub.

Creating a new Unity Project

  1. To create a unity VR project, first check out this Oculus Unity Getting Started Guide.

Adding a Pointer to Unity VR Project

  1. Install the Oculus Android Package from the package manager.

Install oculus android screenshot

  1. Import at least the VR folder from the Oculus Integration Package from Unity Asset Store.

Import oculus screenshot

  1. Import our custom Asset Package.

Import custom asset package screenshot

  1. Import the Unity Asset Package oculus-laser-pointer.unitypackage located on Releases.

Import laser pointer package screenshot

Usage

  1. Open the example scene from Assets/Examples/Scenes/PointerExample.unity.
  2. Build and Run on your device.