menu
 

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

0 투표
I had the issue of Visual Studio not recognizing methods from the Wwise API, when I wrote them in code.

I found out the issue.
The project I was working on utilizes Assembly Definitions, which are a way in Unity to control when specific scripts should be compiled. I had to go to the Assembly Definition asset in the script folder, and add the different Wwise API modules (or namespaces, not sure what to call them) to a list within the Assembly asset, before the Wwise API could be recognized within scripts that adhere to this Assembly.

Hope this solution was useful!
General Discussion Mikkel R. (110 포인트) 로 부터
Hi! How are you? I've been searching everywhere but still can't find a solution for this. Could you guide me further into how to I add the "Wwise API modules"?

Please sign-in or register to answer this question.

...