GraphUpdateObject and multilayer graphs

Hi,

In my recast graph, I’m using GraphUpdateObjects to set some tags.

The problem is that although I set the bounds to encapsulate nodes I want to be tagged, it updates nodes below / above that bounds object too.

From what I see from NavMeshGenerator::UpdateArea() function, it only checks XZ dimensions. Has anyone extended to make it work for vertical Y dimension?

Thanks.

Hi

What version are you using?

It’s 3.7.4

I checked the changelog now, 3.8 fixes it.

Thanks for quick answer!

1 Like