Minor fixes and improvements

This commit is contained in:
2026-07-28 22:28:47 +02:00
parent ee266b2710
commit e043b18299
5 changed files with 26 additions and 19 deletions
@@ -884,6 +884,8 @@ namespace FlaxEditor.Modules
return;
var folder = node.Folder;
var path = folder.Path;
if (!Directory.Exists(path))
return;
var canHaveAssets = node.CanHaveAssets;
if (_isDuringFastSetup)