GetNewPath replacement?

Hi, may i know what is a replacement for Seeker GetNewPath method?
Thanks!

Hi

As it says in the deprecation message, use ABPath.Construct(start, end, null) instead.

I.e replace

seeker.GetNewPath(start, end) with ABPath.Construct(start, end, null).