Merge autotiles between two Tilemaps

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By arkeve

I want to have multiple TileMaps for chunk loading, but I’m not sure how to ensure that the TileMaps autotile with each other.

:bust_in_silhouette: Reply From: rakkarage
The TileMap's quadrant size. Optimizes drawing by batching, using chunks of this size.

maybe not need multiple? just use quadrant_size?