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

29 lines
598 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "ImpostorBaker",
"Description": "Generates a variety of Impostors for use as distant mesh LODs.",
"Category": "Mesh",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Plugins": [
{
"Name": "BlueprintMaterialTextureNodes",
"Enabled": true
},
{
"Name": "GeometryScripting",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}