Files
UnrealEngine/Engine/Plugins/Experimental/SimpleHMD/SimpleHMD.uplugin
2025-05-18 13:04:45 +08:00

40 lines
730 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "SimpleHMD",
"Description" : "SimpleHMD is a sample of a basic stereo HMD implementation",
"Category" : "Virtual Reality",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"SupportedTargetPlatforms": [
"Win64",
"Linux",
"Android",
"Mac",
"IOS",
"VisionOS"
],
"Modules" :
[
{
"Name" : "SimpleHMD",
"Type" : "Runtime",
"LoadingPhase" : "Default"
}
],
"Plugins" :
[
{
"Name" : "XRBase",
"Enabled" : true
}
]
}