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

28 lines
547 B
Plaintext

{
"FileVersion": 3,
"Version": 2,
"VersionName": "0.2",
"FriendlyName": "PCG Biome Sample",
"Description": "PCG Biome Sample Plugin",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Plugins": [
{
"Name": "PCGBiomeCore",
"Enabled": true
},
{
"Name": "PCG",
"Enabled": true
}
]
}