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

35 lines
599 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Online Subsystem Google",
"Version" : 1,
"VersionName" : "1.0",
"Description" : "Access to Google platform",
"Category" : "Online Platform",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"EnabledByDefault" : false,
"Modules": [
{
"Name": "OnlineSubsystemGoogle",
"Type": "Runtime",
"LoadingPhase" : "Default",
"PlatformAllowList" : [
"Android",
"IOS",
"Linux",
"LinuxArm64",
"Mac",
"Win64"
]
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
}
]
}