hi there! im getting a error when i add coordinates of a blocked tile, in my case Red is my blockedColor, Green is my Walkable color/Default , gray is my path and white is explored, it works fine with coordinates where the path is Green but if i add coordinates that are colored in red, its giving this error:
KeyNotFoundException: The given key ‘(2, 3)’ was not present in the dictionary.
System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <5b93611b6ff043439d403fbb0837bc10>:0)
i can send more information if required
PathFinder.ExploreNeighbors () (at Assets/PathFinding/PathFinder.cs:40)
PathFinder.Start () (at Assets/PathFinding/PathFinder.cs:23)