Tilemap Scene Conversion Glitch?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Elf_Ears
:warning: Old Version Published before Godot 3 was released.

Whenever I try to convert + merge a scene to tilemap I get the error “Can’t load TileSet for merging”
and when I try to convert it w/o merging the Godot editor simply crashes…
Anybody else getting this bug?

EDIT:
I’ve tested tileset conversion in 1.1, It works…
I’ve tested conversion into a meshset, It works…
The problem seems to stem from something added in either the release candidate or release builds because in the betas of 2.0 I remember tileset scene conversion working ok… (it still doesn’t work in 2.1)

If any developers would know anything about this, any help would be greatly appreciated…

Sounds like a filesystem issue. What OS are you running it on, and do you have write permissions to the tileset resource?

Akien | 2016-03-03 13:40

I’m running windows 7, I’m pretty sure I have write permissions as I can open up all the files in the project folder and I’m an administrator, I have never had this glitch before in older versions (even the 2.0 betas if I recall correctly)

Elf_Ears | 2016-03-03 19:54

:bust_in_silhouette: Reply From: scrazzy

There is checkbox down in Export Tileset dialog called “Merge With Existing”, set it to OFF.

Thanks to appaa5 helpful answer in this thread:
https://www.reddit.com/r/godot/comments/4b9alf/problem_with_tileset_export/d173uos

Thank you!
You are a true lifesaver! (I’m hoping to use tilesets in my gamejam game)
(with credit to appaa5 as well)
It doesn’t seem to crash when it’s not merging in the latest update

Elf_Ears | 2016-03-21 15:43