19 lines
365 B
JSON
19 lines
365 B
JSON
|
{
|
||
|
"name": "OculusXRPlugin",
|
||
|
"version": "1.0.0-preview",
|
||
|
"libraryName": "OculusXRPlugin",
|
||
|
|
||
|
"displays": [
|
||
|
{
|
||
|
"id": "oculus display",
|
||
|
"disablesLegacyVr" : true,
|
||
|
"supportedMirrorBlitReservedModes" : ["leftEye","rightEye", "sideBySide","occlusionMesh"]
|
||
|
}
|
||
|
],
|
||
|
"inputs": [
|
||
|
{
|
||
|
"id": "oculus input"
|
||
|
}
|
||
|
]
|
||
|
}
|