Grid Graph Size Clamping

Hi,

I want to create a Grid Graph in the Editor of size: width 20, depth 3000, node size 1. This is not possible due to clamping.

I found this post which appears to be outdated since neither GridGenerator.cs nor the GenerateMatrix method are available in v.5.0.4.

So, how can I unclamp the size now?

Thank you!

Hi

You can enable ASTAR_LARGER_GRIDS in the Optimizations tab.

Perfect! Thank you!!!