Assignment: Unreal's Navigation System

Creating a simple navigating agent using the built-in navigation system within Unreal.
This commit is contained in:
2023-05-07 20:37:21 -04:00
parent d54c1937af
commit 216ecc23f1
279 changed files with 9294 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"version": 1,
"changelists": [
{
"guid": "00000000000000000000000000000000",
"description": "Default Uncontrolled Changelist",
"files": [
"F:/Projects/College/GDN3113-SCD3/ASN2_UeNavSystem/Content/RCQuick/Maps/NavSystem.umap",
"F:/Projects/College/GDN3113-SCD3/ASN2_UeNavSystem/Content/RCQuick/Blueprints/BP_NavPoint.uasset",
"F:/Projects/College/GDN3113-SCD3/ASN2_UeNavSystem/Content/ThirdPerson/Input/IMC_Default.uasset",
"F:/Projects/College/GDN3113-SCD3/ASN2_UeNavSystem/Content/RCQuick/Blueprints/BP_NavAgent.uasset"
]
}
]
}