TerrainGrid set number of tiles visible

Is it possible to set more than 4 tiles visible at a time? For example, instead of a 2x2 visible grid, could one set a 3x3, 4x4, etc.?

no

So, how do I see more terrain with TerrainGrid? I can’t just scale the terrain… yes? Are there any plans to view a 3x3 grid instead of 2x2?



BTW: the terrain is already scaled [6,1,6], and it still doesn’t show enough for my taste.

make the tiles larger, the first integer parameter in TerrainGrid.



no plans to change the number of visible tiles. It isn’t easy the way it is structured as a quad tree. One could in theory have the children of a TerrainGrid themselves be TerrainGrids.

@Sploreg said:
make the tiles larger, the first integer parameter in TerrainGrid.

no plans to change the number of visible tiles. It isn't easy the way it is structured as a quad tree. One could in theory have the children of a TerrainGrid themselves be TerrainGrids.


That's possible but it would need some modifications to TerrainGrid I think, or else you'd end up with half of one grid colliding with half of another grid