Hi I'm trying to set up my Oculus Rift in Unity to develop with OpenVR and Steam. I'm using Unity version 2017.4 and have added the SteamVR package from the asset store to my project. I'm guessing I need to download the github OpenVR folder and add to my project, but is that all? and will the Rift be recognised then? I'm not sure if I need the Oculus integration tool from the asset store as well or will it interfere? Any step by step assistance would be amazing, thank you in advance (also, I know developing with Oculus and not Steam might be easier but need to use Steam for this project)
Setting up Oculus Rift in Unity with OpenVR + SteamVR
1.8k Views Asked by Matthew_C At
1
There are 1 best solutions below
Related Questions in UNITY-GAME-ENGINE
- Using arrow keys to rotate an object
- know object behind another object is fully visible
- Unity3d AudioSource not creatable
- Unity3d - Input.GetKey returns true more than once
- Flurry Ads on Unity3D with Prime31 plugin
- Make screenshot of DirectX window that is hidden and doesn't have focus
- Coroutine being detected as inactive despite being active
- Unity3D: Adding charged force in relation to position
- Unity - Particles emitting non-random
- 3d mouse aim camera 3rd person vertical C#
- Unity: How would I go about creating a power up system?
- Unity - Gui Button issues (Android)
- Unity3d strange Collider behaviour
- Start() function doesn't work properly after Application.LoadLevel
- Gravity works weird
Related Questions in STEAM
- Steam Authentication with Symfony?
- Steam Group XML - Change Time Zone
- Retrieve SteamID from Steam API by passing Steam Username
- Sending post request with steambot
- PHP - Steam API Web Connect OpenID --> No redirect
- Failing to connect to steam with SteamKit2
- Nodejs steam tradebot
- Connecting with Steam's OpenId with Steam OmniAuth gem gives "invalid_credentials" error
- Implementing Steam OpenID for iOS
- Check string for Steam Game Key
- Steam Store API
- How can i open steam/etc without it opening a cmd?
- How to make ffmpeg exit when Input is broken
- nodejs steam trade offer manager not polling
- How do I convert a JSON String for better use in C#
Related Questions in OCULUS
- Using a cursor within a Virtual Reality application to click on buttons
- how do I apply the stereo effect to a video mapped sphere?`
- Oculus Rift - Multi Desktop Application
- Capture a video on Gear VR for my own VR application without publishing application on Play Store
- Error: package com.oculus.vrappframework does not exist
- Unity Oculus Player Height
- WebVR - no orientation or position from PositionSensorVRDevice
- Choppy image using Oculus VR camerarig
- Unity Build for Embedded Processors
- How to capture current desktop efficiently and cross-platform in Unity3D?
- Detecting Oculus HMD in Unity
- Is it possible to render a camera view on the Oculus and another on a laptop screen?
- Understanding glTexCoord2f(), glVertex3f() in OpenGL
- Noob, Oculus Rift enabled webpage questions
- Why is a texture lookup so much slower than a direct computation?
Related Questions in OPENVR
- openvr actions are not active
- HTC Vive Pro camera image deformation
- Trouble understanding OpenVR driver API
- What's the easiest way to draw a sphere at a certain coordinate with PyopenVR?
- Why does SteamVR forget about my OpenVR dashboard app?
- Getting OpenVR tracking quality without SteamVR
- Setting up Oculus Rift in Unity with OpenVR + SteamVR
- OpenVR: Implementation of virtual API functions (GetProjectionMatrix)
- Why GetDeviceToAbsoluteTrackingPose(...) doesn't return the HMD position in OpenVR?
- SteamVR Frame spikes when creating a single thread
- error CS0234: The type or namespace name 'InteractionSystem' does not exist in the namespace 'Valve.VR' (are you missing an assembly reference?)
- Does the Oculus Touch controllers work with the OpenVR SDK?
- QtQuick is not installed properly with Visual C++
- SteamVR HDK JSON Error
- Resetting HTC Vive Origin/"World"
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I'm currently working with Oculus Rift so...
First you need to download Oculus Rift Software. It will help you setup your Rift. You can download it HERE
Second, you probably need Oculus Rift SDK for Unity. It's working perfectly well for me. I just click
Playand app is starting in Oculus Rift. You can download it HERE. And useImport Assetto add in to your Unity Project. I highly recommend also Oculus Rift Avatar SDK (for hands and nice support for Touch Controllers) and Oculus Rift Sample Framework for prefabs (like grabbers for grabbing things obviously).Also if you will have any problems, remember to update your USB Drivers (especially for USB 3.0).