menu
 

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

0 투표

I'm setting up my first sound to verify a new Wwise integration. Using the wWise Picker, I've dragged a sound bank and event onto a prefab, which adds an AKDragDropHelper.cs script to it each time. There is code attached to the prefab that posts an event to wWise, which I can step through in VS and see in the Wwise profiler. I never hear the sound.

In the wwise profiler, I see the event posted, then the Play Action triggered, then a "Selected Media Not Found" error .

When I step through the AKDragDropHelper.Awake() method, the line:

var DDData = DragAndDrop.GetGenericData(DragDropIdentifier) as AkDragDropData;

returns null to DDData.

Anyone else ever have this issue? A couple of thougts I had:

1. The developer is loading this prefab dynamically from the Resources Directory using Resources.Load(). Is that causing the problem, like the game not loading some params from the prefab the same way it would if it was part of Standard Assets, etc.?

2. Should the AKDragDropHelper.Awake() have been called in the editor, when I actually did the Drag/Drop?

General Discussion Robert J. (150 포인트) 로 부터

Please sign-in or register to answer this question.

...