La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

0 votes

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

dans General Discussion par Eric S. (100 points)

Please sign-in or register to answer this question.

...