»
PathFinder.FindAllPaths or FindShortestPath or FindLongestPath
Source Outside Container
Destination Inside Container
PathFinder will work
Source Inside Container
Destination Inside Container
PathFinder will NOT work
Source Inside Container
Destination Outside Container
PathFinder will NOT work
It will through an exception saying "Values can not be null"
Please suggest any solution