Add more logging for cooking process

This commit is contained in:
Wojtek Figat
2025-01-22 00:01:25 +01:00
parent d1cc8da841
commit 326bc498b8
4 changed files with 21 additions and 7 deletions

View File

@@ -314,6 +314,8 @@ bool BinaryAsset::SaveAsset(const StringView& path, AssetInitData& data, bool si
bool BinaryAsset::SaveToAsset(const StringView& path, AssetInitData& data, bool silentMode)
{
PROFILE_CPU();
// Ensure path is in a valid format
String pathNorm(path);
ContentStorageManager::FormatPath(pathNorm);