Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

Unity Integration - Stop AkInitializer from destroying cross-scene copies in Edit mode

0 투표
There can only be one AkInitializer in any open Unity scene; AkInitializer's Awake() and AkWwiseSettingsWindow's OnGUI() methods both run in edit mode and destroy arbitrary AkInitializers until there is only one.

This behavior is acceptable at runtime because only one AkInitializer should exist when the game is running. However, it leads to unexpected behavior during multi-scene editing (introduced in 2005). If an artist simultaneously opens two Unity scenes that each contain one AkInitializer component (such as when copying an object from one to another or comparing objects in both scenes), one of the components will silently disappear, preventing audio playback in that scene even when it is loaded by itself.

Please modify this behavior so that AkInitializer deduplication either:

- only happens at runtime

or

- only happens within a single scene
문의 2018 11월 1 Feature Requests Daniel C. (100 포인트) 로 부터

Please sign-in or register to answer this question.

...