GameAssets\\Scripts\\GUI.cs class

Hello, I’m having some troubles with this class due to name conflict with the UnityEngine GUI class. If I take it out will it affect the AStar in some way?

That class is not part of the A* Pathfinding Project, so I don’t know what will happen if you remove it. It won’t affect pathfinding at least.

Thanks Aron, I corrected it.