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

38 lines
679 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "PSD Importer Material Designer Bridge",
"Description": "",
"Category": "Other",
"CreatedBy": "",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"SupportedTargetPlatforms": [
"Win64"
],
"Modules": [
{
"Name": "PSDImporterMaterialDesignerBridge",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
}
],
"Plugins": [
{
"Name": "DynamicMaterial",
"Enabled": true
},
{
"Name": "PSDImporter",
"Enabled": true
}
]
}