Missed the pathfinding plugin

This commit is contained in:
Behron Georgantas 2025-03-25 15:39:05 -06:00
parent 5d4ddc701e
commit 3fedff22d5
483 changed files with 8134 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,7 @@
{
"BuildId": "827e4aed-aff1-4853-85bd-51def0d581c9",
"Modules":
{
"CPathfinding": "UnrealEditor-CPathfinding.dll"
}
}

View File

@ -0,0 +1,26 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.03",
"FriendlyName": "CPathfinding",
"Description": "This plugin lets you find paths in (not only) 3D space between two points. For detailed info, please refer to the documentation.",
"Category": "AI",
"CreatedBy": "Dominik Trautman",
"CreatedByURL": "https://github.com/NonStaticGH",
"DocsURL": "https://docs.google.com/document/d/1j3NQCgR5H0Uz8qd1RfNvZPzvJEcxNIapOkz0MESesWY/edit?usp=sharing",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/c533ad0234c540fb81bdfa7bd55d3514",
"SupportURL": "",
"EngineVersion": "5.5.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "CPathfinding",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
]
}

View File

@ -0,0 +1,8 @@
[FilterPlugin]
; This section lists additional files which will be packaged along with your plugin. Paths should be listed relative to the root plugin directory, and
; may include "...", "*", and "?" wildcards to match directories, files, and individual characters respectively.
;
; Examples:
; /README.txt
; /Extras/...
; /Binaries/ThirdParty/*.dll

Binary file not shown.

Binary file not shown.

BIN
Plugins/CPathfinding/Content/Maps/CPathExample_Dynamic.umap (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
Plugins/CPathfinding/Content/Materials/MF_ProcGrid.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Plugins/CPathfinding/Content/Materials/MI_CPathPawn.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Plugins/CPathfinding/Content/Materials/M_CPathSolid.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
Plugins/CPathfinding/Content/Meshes/SM_ChamferCube.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Plugins/CPathfinding/Content/Meshes/SM_Cube.uasset (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Plugins/CPathfinding/Content/Textures/T_GridChecker_A.uasset (Stored with Git LFS) Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More