Files
UnrealEngineUWP/Engine/Plugins/Runtime/GoogleVR/GoogleVRController/GoogleVRController.uplugin
Jeff Fisher d1668b3344 UE-43768 //UE4/Main: Step 'Compile UE4Game Mac' - 1 Error
-Removed mac from GoogleVRController plugin whitelist. That plugin depends on GoogleVR plugin, from who's whitelist mac was previously removed.
#rb trivial
#jira UE-43768
#lockdown Nick.Penwarden

[CL 3387180 by Jeff Fisher in Main branch]
2017-04-10 17:19:15 -04:00

27 lines
737 B
Plaintext

{
"FileVersion": 3,
"Version": 7,
"VersionName": "1.3 (GVR NDK v1.30.0)",
"FriendlyName": "Google VR Motion Controller",
"Description": "Support for the Google VR motion controller",
"Category": "Input Devices",
"CreatedBy": "Google",
"CreatedByURL": "http://developers.google.com/vr",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "GoogleVRController",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [ "Android", "Win32", "Win64", "IOS" ]
}
]
}