Ok, so I’d been currently working on a project in Unity following along with an RPG tutorial by Brackeys. Originally, it’d been an error with the player model getting stuck in the ground and being separated from the Capsule Collider, so naturally, I began redoing all my efforts after deleting the model and began retracing my steps when it came to making the player model and all the basic setup stuff. Now Unity is complaining about something else entirely. The error in the console is “failed to create agent because it is not close enough to the NavMesh”. Once again, I’m completely stumped by the error and don’t know what to do for fear that I might aggravate the problem.
If anyone can explain why this is happening and how to fix it, that would be great! As far as I’m concerned, like I said, the problem showed when I was retracing some earlier tutorial steps and was just adding some scripts I had coded from the tutorial beforehand. If anybody wants to see the scripts thus far to help out, I’ll see how fast I can get them posted.