h8man/NavMeshPlus

Y-axis movement doesn't work

IamBogdan opened this issue · 2 comments

The problem is shown in the video.

My code:

private void Update()
{
        _nmAgent.SetDestination(_target.position);
}

My settings:

pic1

pic2

bug.mp4
h8man commented

image

That helped, thank you very much!