Resources about porting an app from Unity

4100 geoms is on the order of 10x as much as your typical GPU will be able to render smoothly. You’ll need to increase the block size in order to decrease the number of blocks.

The rescaling only happens when your heightmap is not a power-of-two-plus-one size. This is a limitation of the algorithm (many algorithms actually have this requirement).