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

Connecting Authoring Tool with Unity Integration

+1 투표
I'm using Unity 4.2, authoring tool 2013.1.1, and Unity Integration 2013.1.1 (Profile dll). When I build and run my application, it does not show up in the remote connections list. If I run the Limbo project, it does show up in the remote connections, and works as expected.

Looking at the included source, AkSoundEngineStubs does contain the call to AK::Comm::Init, which appears to be called from AkGlobalSoundEngineInitializer in the included Unity scripts. Is there something else I need to do to initialize communications so my sound designer can connect the authoring tool?
문의 2013 7월 28 General Discussion Charlie H. (270 포인트) 로 부터

1 답변

+1 투표
 
우수 답변
Figured I'd answer my own question here now that I've figured it out. In the player settings for your application, make sure you have "Run In Background" checked. The application will not broadcast unless it's updating.

Big thanks to some awesome folks on Twitter for clearing this up for me!
답변 2013 9월 5 Charlie H. (270 포인트) 로 부터
...