so I'm extremely new to the Godot engine and game development in general. I've followed two tutorials by the youtuber Brackeys, and since then I've been trying to learn the engine.
but anyways, I'm trying to make a 3D survival horror game. Right now I have a Whitebox level and a player character (prototype controller by Brackeys), next I wanna make a prototype enemy that will roam the level and chase the player when spotted. I've followed a tutorial using the NavigationRegion3D and NavigationAgent3D nodes, but with no success. how would I program a free roaming enemy that chases the player?