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

General Discussion Eric S. (100 포인트) 로 부터

Please sign-in or register to answer this question.

...