diff --git a/Source/Editor/Cooker/Steps/CookAssetsStep.cpp b/Source/Editor/Cooker/Steps/CookAssetsStep.cpp index e04f31af6..67a9e5f4f 100644 --- a/Source/Editor/Cooker/Steps/CookAssetsStep.cpp +++ b/Source/Editor/Cooker/Steps/CookAssetsStep.cpp @@ -137,10 +137,7 @@ void CookAssetsStep::CacheData::Load(CookingData& data) if (!FileSystem::DirectoryExists(CacheFolder)) FileSystem::CreateDirectory(CacheFolder); if (!FileSystem::FileExists(HeaderFilePath)) - { - LOG(Warning, "Missing incremental build cooking assets cache."); return; - } auto file = FileReadStream::Open(HeaderFilePath); if (file == nullptr)