diff --git a/editor/file_system/editor_file_system.cpp b/editor/file_system/editor_file_system.cpp index 335eeed932..9cc5d07996 100644 --- a/editor/file_system/editor_file_system.cpp +++ b/editor/file_system/editor_file_system.cpp @@ -465,7 +465,7 @@ void EditorFileSystem::_scan_filesystem() { fc.import_md5 = slices[5]; fc.import_dest_paths = slices[6].split("<*>"); } - fc.deps = split[8].strip_edges().split("<>"); + fc.deps = split[8].strip_edges().split("<>", false); file_cache[name] = fc; }