I’ve been digging through the documentation and can’t find a way to determine the nearest object based on the shortest path. An object in my game needs to scan a list of about 100 potential targets and select the shortest path. I know how to find the closest object based on distance alone, but with obstacles and other things in my game that isn’t as useful as being able to find the shortest path.
Any guidance will be appreciated! Thanks in advance.