Navmesh hit result

Can I get similar to GetHitResultAtScreenPosition pick result but using navmesh data?

Hi Alexander,

There’s no functionality doing just that, but you could try getting a location in game world first, by calling GetHitResultAtScreenPosition, and then project that location to navmesh using navigation system’s ProjectPointToNavigation.

Cheers,

–mieszko