Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maps not being recognized in Godot project folder #123

Open
arunk opened this issue Mar 6, 2020 · 2 comments
Open

Maps not being recognized in Godot project folder #123

arunk opened this issue Mar 6, 2020 · 2 comments

Comments

@arunk
Copy link

arunk commented Mar 6, 2020

Plugin version
2.3 downloaded from Asset Library
Godot Engine: 3.2 stable
Tiled: 1.3.3

Issue description
When I create a tileset and tilemap in Tiled and import the files into my Godot project folder, the files are not automatically recognized and imported. They do not show up in the Filesystem panel in Godot.

Steps to reproduce
Produce tileset and tilemap in Tiled.
Copy the files including the image file into the Godot project folder.
Maps do not show up in the Godot filesystem panel

Sample map or tileset
map.zip

@GeorgeGRz
Copy link

Same issue here

@grrowley
Copy link

@arunk @GeorgeGRz you can fix this I got it to work. First we have to get Godot to show all files in the explorer, by default it only shows supported files (.png, .gd, .tres, etc.).

Steps

  1. Editor > Editor Settings > Filesystem > File Dialog
    • Show Hidden Files: ON
  2. Export from tiled into your Godot project. I personally choose .json
  3. Find the file in the Godot file explorer and click on the import tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants