Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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
}
]
}