-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathNav3D.uplugin
More file actions
32 lines (32 loc) · 867 Bytes
/
Nav3D.uplugin
File metadata and controls
32 lines (32 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"FileVersion": 3,
"Version": 1,
"VersionName": "2.0.0",
"FriendlyName": "Nav3D",
"Description": "A comprehensive 3D navigation system for Unreal Engine 5, providing volumetric pathfinding using Sparse Voxel Octrees, with a feature-rich tactical reasoning feature for finding cover spots and mutual visibility between agents",
"Category": "AI",
"CreatedBy": "Darby Costello",
"CreatedByURL": "https://github.com/darbycostello",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules":
[
{
"Name": "Nav3D",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": ["Win64"]
},
{
"Name": "Nav3DEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": ["Win64"]
}
]
}