I want to have a guide feature which tells a player how to get from A to B using pathfinding.
The problem is that some places are only accessible by teleporting. How would I tell the user to head to the teleport place FIRST and the pathfinding would resume after they have reached the TP destination? Otherwise, pathfinding would fail as a valid path can’t be calculated.