Areas with different node size


Hi I’m currently working on a city builder game. My layered grid graph node size is 5. But I want some area have smaller node size for example the areas of this building. Is there any way to approach this? Thank you.

Hi

This is not possible with a grid graph. Maybe you want to use a recast graph instead?