Files
UnrealEngine/Engine/Plugins/Marketplace/rdLODtools/rdLODtools.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

32 lines
693 B
Plaintext
Executable File

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.5.0",
"FriendlyName": "rdLODtools",
"Description": "Create High Performace, LowPoly LODs for your meshes.",
"Category": "Editor",
"CreatedBy": "Recourse Design ltd.",
"CreatedByURL": "https://recourse.nz",
"DocsURL": "https://recourse.nz/index.php/rdlodtools/",
"MarketplaceURL": "",
"SupportURL": "https://recourse.nz",
"EngineVersion": "5.7.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "rdLODtools",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Linux"
],
"TargetDenyList": [
"Game",
"Server",
"Client"
]
}
]
}