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

28 lines
671 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Texture Channel Toolkit",
"Description": "A set of tools for texture channel packing, unpacking and repacking.",
"Category": "Editor",
"CreatedBy": "Vasily Statsenko",
"CreatedByURL": "https://laglanz.com",
"DocsURL": "https://laglanz.com/texture_channel_toolkit.html",
"MarketplaceURL": "",
"SupportURL": "https://laglanz.com",
"EngineVersion": "5.5.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "TextureChannelToolkit",
"Type": "Editor",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
}
]
}