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

FIleSystem won't show external files in res:// #37671

Closed
SpareaCopper opened this issue Apr 7, 2020 · 5 comments
Closed

FIleSystem won't show external files in res:// #37671

SpareaCopper opened this issue Apr 7, 2020 · 5 comments
Labels

Comments

@SpareaCopper
Copy link

image
I am still novice and following step by step tutorials. This bug has rendered me unable to even start a tutorial to be honest. Whatever I import into the file I can't see in Godot unless that file is made inside Godot. No external resources show up.

@Anutrix
Copy link
Contributor

Anutrix commented Apr 7, 2020

Please follow the issue template.
Give Godot version, OS and any other details.

@Xrayez
Copy link
Contributor

Xrayez commented Apr 7, 2020

Currently this is a feature. A file which is not recognized by the engine is ignored. Those files cannot be used by the engine directly and have to be imported in some way. A lot of files are also imported like .png so they mostly represent named resources which happen to live inside the virtual res:// filesystem used by Godot to map resources in some way.

Do you suggest that there should be an option/switch to show all files?

This bug has rendered me unable to even start a tutorial to be honest.

What part of the tutorial makes it impossible/difficult to follow? You can request to clarify tutorials at godot-docs specifically.

Whatever I import into the file I can't see in Godot unless that file is made inside Godot. No external resources show up.

There's currently a usability issue of having to refocus the Godot editor in order to force the rescan of externally modified files in order for them to be reimported again, just as a hint.

It's also possible to create an arbitrary text file with the script editor. Saving such a file won't show it up in the FileSystem dock either unfortunately.

See also Import plugins.

@winston-yallow
Copy link
Contributor

It was just discussed on discord. The problem was that the start and end folders where godot projects itself, containing a project.godot file. Therefore they are not shown in the FileSystem dock.

I reproduced this in godot 3.2.1

@SpareaCopper
Copy link
Author

I'd like to see the option to have an unfiltered view of all files in my res:// directory. I'll close the issue now as it was my mistake, not a bug, but a feature.

@Xrayez
Copy link
Contributor

Xrayez commented Apr 7, 2020

It was just discussed on discord. The problem was that the start and end folders where godot projects itself, containing a project.godot file. Therefore they are not shown in the FileSystem dock.

Actually I've heard rumors about having nested project support, namely when it comes to plugin development as they are usually created as Godot projects at first, so we'll see how it goes.

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

No branches or pull requests

5 participants