I am developing a driver called leapify here which defines custom settingsschema.vrsettings for managing the driver settings.
But unfortunately it seems that SteamVR expects a driver to have HMD class device to be assigned to the driver, or otherwise SteamVR will crash and get into non-working state.
Expected Behaviour
I can define settingsschema.vrsettings without issues on drivers that do not include HMD class.
Attachments
Hereis image showing my driver assigning a HMD class, device the menu works as expected.
Here is the driver without HMD class device and "show_without_hmd": true defined in settingsschema.vrsettings.
Behavior
I am developing a driver called leapify here which defines custom
settingsschema.vrsettings
for managing the driver settings.But unfortunately it seems that SteamVR expects a driver to have
HMD
class device to be assigned to the driver, or otherwise SteamVR will crash and get into non-working state.Expected Behaviour
I can define settingsschema.vrsettings without issues on drivers that do not include
HMD
class.Attachments
Hereis image showing my driver assigning a
HMD
class, device the menu works as expected.Here is the driver without
HMD
class device and"show_without_hmd": true
defined insettingsschema.vrsettings
.