lordlolek
(lordlolek)
November 15, 2022, 2:39pm
1
Hi, I have this weird, semi-random bug where my AI (pawn with ai controller ) jiggles on some of the obstacle edges.
It is not related to the obstacle mesh itself, but with the edges of navigation mesh modifiers.
I’ve atatched short clip to show the problem.
I’ve tried to mess around with navigation generation parameters (agent radius etc) but with no luck.
I’ll be grateful for some tips!
DomusLudus
(DomusLudus)
November 17, 2022, 5:10am
2
yes is a problem for a long time but it has not been fixed and I have never found a parameter that fixes it.
What I do is use nawmesh modifiers to avoid those right angles.
lordlolek
(lordlolek)
November 17, 2022, 9:39am
3
Thanks for the response Domus.
Unfortunately, in my case levels are generated, so I can’t predict locations with bad angles…