- Home /
Question by
Codelyy · Mar 09, 2020 at 01:46 AM ·
tilemapchunksmap-generation
Tilemap Per Chunk?
I'm trying to create a terrain generation system using Tilemaps but I'm unsure on what the best approach would be when it comes to handling the chunks. I've noticed that you can create multiple tilemap objects so would it be a bad idea to have multiple tilemaps for each chunk? Or should I just keep what I've got currently and have all chunks under a single tilemap?
Comment