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

62 lines
1.1 KiB
Plaintext
Executable File

{
"FileVersion": 3,
"Version": 44,
"VersionName": "2.5.0",
"FriendlyName": "Wise Feline",
"Description": "A high performance Utility AI plugin",
"Category": "AI",
"CreatedBy": "NoOp Army",
"CreatedByURL": "https://www.nooparmygames.com/",
"DocsURL": "https://www.nooparmygames.com/WF-UtilityAI-Unreal/",
"MarketplaceURL": "",
"SupportURL": "",
"EngineVersion": "5.7.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "WiseFeline",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac",
"Android",
"IOS"
]
},
{
"Name": "WiseFelineEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "WiseFelineRemembrance",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac",
"Android",
"IOS"
]
},
{
"Name": "WiseFelineRemembranceEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
}
]
}