Unity editor not launching SteamVR

Hi, I’m trying to get started with this project: 1.1 - VR Project Setup - Unity Learn

Seems like no matter what I tweak, I can’t get it to Play in the headset. I’ve tried removing/readding packages, deleting the project and starting over, changing from system default to SteamVR, checking my registry to make sure SteamVR path for the OpenXR json file is correct.

Screenshots of my config below. I’ve tried starting with SteamVR running (and not running) and it just stays in the SteamVR home.

I noticed other people have submitted Player.log so I’m uploading that also.


8417043–1113144–Player.txt (30.7 KB)

  • Do other games work?
  • Is SteamVR set as OpenXR runtime?
  • how is your player setup? It needs VR support

Other commercial games work through Steam when I launch them, yes.
Yes, SteamVR is set as OpenXR runtime. I confirmed in the registry.
The last question I’m actually not sure about. I read some things online that seemed like they were from older docs but couldn’t see anywhere in my player config in project settings to enable VR?

Do I need to change something in this section?

Sorry, on the player game object. How is the vr player in the scene set-up.

Sorry for the spam of screenshots, but not sure what I should show.

8419284--1113747--upload_2022-9-6_10-18-21.png8419284--1113750--upload_2022-9-6_10-18-37.png

I have the same issue. Other PCVR games work through SteamVR and SteamVR is set as the OpenXR runtime. I’m able to make android builds that are picked up as VR when deployed to the headset. So I know the Unity scene is setup fine. The issue is with Unity’s connection to PCVR/SteamVR.

I am using an XR Elite. I was hoping more SDKs would help, but they didn’t help.

Same Issue here. I already posted on steamvr discussion page but got no answer. Encountered this issue some months ago where I created a Vr project on my laptop, switched to a desktop and was working correctly. Now I try to open the project on the desktop and whenever I launch game with unity, it make a try to launch the project but then nothing happens, but on my laptop is working without issue. I also tried to run it on a fresh windows 11 install and I am having same issue (my laptop is also windows 11).

I am using Htc Vive with steamvr and openXR in Unity.

EDIT: I found the problem. It is related to the package XR Interaction toolkit. On my laptop was working but after updating the package is not working anymore.

Here is the versions that seems to be working:

-OpenXR Plugin 1.3.1
-XR Interaction Toolkit 2.0.0-pre6
-XR Plugin Management 4.2.1

Hey there, can you give us info on the latest XRI Toolkit package version where this was still working and confirm it? With that info we can better root cause the regression

How can I progressively upgrade the package? As for now I can only go from 2.0.0-pre6 to last release.

actually, i still have the same problem. i thins the issue is with Unity’s connection to SteamVR.

Unity 2021.3.22 and XRIT 2.5.2 with OpenXR 1.8.2 (latest Pico compatible version)
Will try to update later on

Issue persists and im quite over trying to get the latest packages working.

Unity 2022.3.6f1
Manifest versions below

"com.unity.xr.interaction.toolkit": "2.0.2",
"com.unity.xr.management": "4.2.0",
"com.unity.xr.oculus": "3.0.2",
"com.unity.xr.openxr": "1.4.2",

also using the following scoped registries

“scopedRegistries”: [
{
“name”: “Valve”,
“url”: “https://registry.npmjs.org/”,
“scopes”: [
“com.valvesoftware”,
“com.valvesoftware.unity.openvr”
]
}

]