I’m helping in an opensource project that tries to be a clone of Advance wars (for the people in the AWBW community, organized/moved by mangs) and we have a problem, is only annoying problem, but a problem at the end.
When you clone the project for first time, and start it, it give you some error loading assets, but closing the project and reopening it, everything works fine.
Somebody knows what’s happening? what is the reason? I thought starting the project with a simply flat scene, will be enough, but it’s not, just tried.
Not sure what the issue is but it looks like if you remove the run/main_scene="res://levels/menu.tscn" and run/main_scene.editor="res://levels/menu.tscn" from the project.godot file before importing it the project loads “fine” (aka there are like 850 errors ) but it seems to work fine and does not corrupt the tileset resource.
You should probably open an issue here Issues · godotengine/godot · GitHub so people more involved with the engine development can be aware of the issue.
After creating an issue, the problem is the CSV files in godot (which were used for translations) after switching from csv to gettext format, the issue dissapeared.