diff --git a/Scripts/Internal/FileValidation/00_shared.wscript b/Scripts/Internal/FileValidation/00_shared.wscript index afdaa0d..e4fa671 100644 --- a/Scripts/Internal/FileValidation/00_shared.wscript +++ b/Scripts/Internal/FileValidation/00_shared.wscript @@ -176,10 +176,7 @@ export function checkDepotPath(_depotPath, _info, allowEmpty = false, suppressLo return; } - if (isDynamicAppearance && isRootEntity && resolvedPath.endsWith(".app")) { - Logger.Warning(`${info}${resolvedPath} not found in project or game files`); - } - + Logger.Warning(`${info}${resolvedPath} not found in project or game files`); }) return ret; }