menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

0 支持

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

Eric S. (100 ポイント) General Discussion

Please sign-in or register to answer this question.

...