menu
 

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

0 투표
Right now the AudioKinetic SDK installs to C:/Program Files (x86)/AudioKinetic/SDK on Windows. This makes it impossible to compile the Android Unity integration on Windows because the path has spaces, which the Android make system can't deal with.

The solution for me was to create a symbolic link to SDKs in C:/ProgramData/AKSDK and redefine the environment variable WWISESDK, but I think it should be moved so otherse users don't run into this.

Thoughts?
General Discussion John J. (340 포인트) 로 부터
재분류 Guillaume R. (Audiokinetic) 로 부터

1 답변

+1 투표
 
우수 답변
Have you tried modifying the "Target Directory" option during the installation process to install Wwise to the location you want?
Guillaume R. (Audiokinetic) (8.3k 포인트) 로 부터
선택됨 John J. 로 부터
This is what I've done in subsequent installations. Thanks for responding.
...