Hello,
I am working on a top down 2D game in Unity with Visual Studio Code and I want to use A* Pathfinding for the enemies. The pathfinding works and it looks fun, however I want to do some coding. When I add the “using Pathfinding;” it is displayed a but darker and I can’t access Classes like Seeker and Path.
namespace Pathfinding {…} also doesn’t work.
Any reason for it? Thanks in advance.