- Empty (default) tiles will not be meshed,
they have to first be "drawn in" somehow
- Terrain data is stored in ... `TerrainData`
Can be exported to separate resource file
- Each chunks is stored in a `TerrainChunk`
- Height now stored as a short,
and `TileStep` can be adjusted
- Corners implements IEquatable