Need some help with my VR not responding when launching in standalone mode..?

I’m working on a VR Game project and i’m having some problems with my VR (Oculus) not responding when i’m launching the game in standalone mode, it works fine in VR Preview inside the engine, but not when i run it in standalone or package the game.

Hope someone can help me with this one :slight_smile:

Hi,
VR doesn’t work in stand-alone mode. For testing you can right mouse click at the project’s file in folder and select ‘Launch game’. For packaged game you need to set ‘Start in VR’ checkbox in the project’s settings.

A packaged experience will not start in VR unless you specifically check the Start in VR option in your Project Settings or add -VR parameter to the command line or use Enable HMD with Stereo = true in your Begin Play event.