Version 2019.2.2.727 - did not produce cooking errors when the .wproj was not found
Version 2021.1.10.7883.2350 - started producing the following cooking errors:
`LogWwiseProjectParser: Error: Could not read the Wwise project file`
Looking at the source code, specifically in WwiseProjectInfo.cpp, WwiseProjectInfo::Parse()
Previously the
errorMessage produced by ParseXmlFile() was ignored,
now
UE_LOG(LogWwiseProjectParser, Error, TEXT("Could not read the Wwise project file '<%s>'."), *ProjectPath);
is produced, marking the cooking process as failure
My question, I guess, is whether .wproj dependency became mandatory