Files
UnrealEngine/Engine/Platforms/VisionOS/Plugins/Runtime/OpenXR/OpenXR_VisionOS.uplugin
2025-05-18 13:04:45 +08:00

32 lines
421 B
Plaintext

{
"FileVersion": 3,
"bIsPluginExtension": true,
"SupportedTargetPlatforms": [
"VisionOS"
],
"Modules": [
{
"Name": "OpenXRHMD",
"Type": "Runtime",
"PlatformAllowList": [
"VisionOS"
]
},
{
"Name": "OpenXRInput",
"Type": "Runtime",
"PlatformAllowList": [
"VisionOS"
]
},
{
"Name": "OpenXRAR",
"Type": "Runtime",
"PlatformAllowList": [
"VisionOS"
]
}
]
}