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

31 lines
619 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.5",
"FriendlyName": "ZoneGraph Annotations",
"Description": "Annotations for Zone Graph",
"Category": "AI",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault" : false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ZoneGraphAnnotations",
"Type": "Runtime",
"LoadingPhase": "Default"
},
],
"Plugins": [
{
"Name": "ZoneGraph",
"Enabled": true
}
]
}