Search by folder #7115
LoneDespair
started this conversation in
Editor
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's not uncommon to have similarly named files that are differentiated by the name of their folders
like a "main" scene for example, you can have multiple versions of it for your client, game and etc
but currently if you want to search for a client main for example, and you have like 20 files named the same,
you will have to scroll through the FileSystem and check their parent folder, just to find what you're looking for
so if I have a file "zombie" inside test
it would be nice to be able to search "test/zombie", and be able to find it easily
the same principle is already used by the search on "Instantiate Child Scene"

Beta Was this translation helpful? Give feedback.
All reactions