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 @@
{
"FileVersion": 3,
"EngineAssociation": "5.1",
"Category": "",
"Description": "",
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}