So hit a small bump in my road and in the pathfinder script in ExploreNeighbors method down in the last if statement I have a red line under the SECOND neighbor in reached.Add(neighbor.coordinates.neighbor);
Tells me that ‘Vector2Int’ does not contain a difinition for neighbor. I’ve looked around and Pretty sure it’s a simple fix but one I can not figure out.