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

35 lines
661 B
Plaintext

{
"FileVersion": 3,
"Version": 2,
"VersionName": "0.2",
"FriendlyName": "PCG Biome Core",
"Description": "PCG Biome Creation Tool",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "PCGBiomeCore",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "PCG",
"Enabled": true
},
{
"Name": "PCGGeometryScriptInterop",
"Enabled": true
}
]
}