So I'm wondering what I should use for an isometric 2D tile game. Should I use Godot's native tilemap system, or make tilemaps in other tile systems like Tiled and then import them?
Another person is actually responsible for making the tiles and maps with them, so what would be the best workflow? Use an external editor or Godot's native tilemap editor?