Hi,
We've been in the process of migrating our old project from wwise 2018 to wwise 2022 (the last version before custom mixers have been deprecated). But we seem to be running into an issue where we're getting a warning at boot time with the following warnings:
[2025.03.03-22.47.31:252][ 0]LogInit: Display: LogWwiseProjectDatabase: Warning: FWwiseMetadataPluginLibAttributes: Unknown Type: Mixer [2025.03.03-22.47.31:253][ 0]LogInit: Display: LogWwiseProjectDatabase: Warning: FWwiseMetadataPluginLibAttributes: Unknown Type: Attachable
What's the proper way to fix those issues? Are there new types we can use to work around this?
I see the available types in WwiseMetadataPluginLib.h are:
enum class EWwiseMetadataPluginLibType : uint32
{
Source,
Effect,
AudioDevice,
Metadata,
Unknown = (uint32)-1
};
Thanks,
Eric