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

42 lines
1.0 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.1.2",
"FriendlyName": "Narrative Navigator",
"Description": "Maps, Compasses, Markers - everything you need for your games navigation. Great on its own or alongside other Narrative plugins. ",
"Category": "Narrative",
"CreatedBy": "Narrative Tools, Inc.",
"CreatedByURL": "narrativetools.io",
"DocsURL": "https://docs.narrativetools.io/navigator/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/46d407c1917d4575bfc2a8bb1cb5185d",
"SupportURL": "mailto:contact@narrativetools.io",
"EngineVersion": "5.7.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "NarrativeNavigator",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Linux",
"Mac",
"IOS"
]
},
{
"Name": "NarrativeNavigatorEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Android",
"Linux",
"Mac",
"IOS"
]
}
]
}