From 76d36c6668b3dbc0007b48291f8a08b277c140b9 Mon Sep 17 00:00:00 2001 From: Chloe Date: Wed, 23 Oct 2024 17:03:52 -0400 Subject: [PATCH] One more try --- Tutorials/Enemy AI - Unity NavMesh (tutorial).md | 1 - 1 file changed, 1 deletion(-) diff --git a/Tutorials/Enemy AI - Unity NavMesh (tutorial).md b/Tutorials/Enemy AI - Unity NavMesh (tutorial).md index d8d8db1..da5c06d 100644 --- a/Tutorials/Enemy AI - Unity NavMesh (tutorial).md +++ b/Tutorials/Enemy AI - Unity NavMesh (tutorial).md @@ -15,7 +15,6 @@ Make sure to have the gizmos turned on, as without them, you can't see the navig - And finally, in your **update** run the function ``destination = target.position`` to your ``agent``. ```csharp - // You should now have something like this: using UnityEngine;