VR App not working in Vive Focus 3 Headset

Hi,
Does anyone before tried to test VR app in HTC vive focus 3 without building? I’m still a beginner in VR and Unity. I was following the VR project setup tutorial (VR development pathway) to do that but nothing showing in the headset when I hit play. I tried to install WaveXR plugin but that didn’t work too, even building the app failed. Isn’t OpenXR plugin enough to do that as mentioned in the tutorial?

OpenXR is not enough for standalone VR.
You might be able to use it after installing the vive OpenXR plugin: Getting Started with OpenXR for Mobile - Developer Resources

Thank you for your replay.
I followed the tutorial you provide and it works fine now. Just I want to check, does unity version makes any affects later such as the editor or the app crashes?
I’m using now Unity 2022.3.16f1. When I tried to build first time the editor crashes but then it worked fine.

Might be fixed in the latest 2022 lts version, but not sure. Check the crash logs

Okay, Thanks