-Fix problem of order of import plugins, closes #26340
-Ensure resource previewer does not start until first import is done
This commit is contained in:
parent
ce615c1a82
commit
a5370b1b1b
5 changed files with 15 additions and 5 deletions
|
|
@ -531,6 +531,8 @@ void EditorNode::_sources_changed(bool p_exist) {
|
|||
|
||||
if (waiting_for_first_scan) {
|
||||
|
||||
EditorResourcePreview::get_singleton()->start(); //start previes now that it's safe
|
||||
|
||||
_load_docks();
|
||||
|
||||
if (defer_load_scene != "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue