Assignment: Unreal's Navigation System
Creating a simple navigating agent using the built-in navigation system within Unreal.
This commit is contained in:
15
ASN2_UeNavSystem/ASN2_UeNavSystem.uproject
Normal file
15
ASN2_UeNavSystem/ASN2_UeNavSystem.uproject
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"EngineAssociation": "5.1",
|
||||
"Category": "",
|
||||
"Description": "",
|
||||
"Plugins": [
|
||||
{
|
||||
"Name": "ModelingToolsEditorMode",
|
||||
"Enabled": true,
|
||||
"TargetAllowList": [
|
||||
"Editor"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user