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

Why does my Unity project keep forgetting the wwise project settings very frequently. Why is this happening?

0 투표

My Unity project (v. 2018.4.17, set to iOS build) keeps losing/forgetting the wwise project settings all the time -- either when I restart Unity or just during a Unity session. Any idea why this is happening? It takes up a lot of time trying to reset everything (because I also seem to need to reload Unity for the settings to take effect), and means audio doesn't work a lot of the time. 

Any suggestions for why this might be?

문의 2020 10월 7 General Discussion Mitu K. (100 포인트) 로 부터

1 답변

0 투표
I'm seeing the same thing on Unity 2018.3.40 and haven't found any info about this issue aside from this one post. I'll keep watching here and will post back if I find any solutions.
답변 2021 1월 21 Larsson B. (140 포인트) 로 부터
I just came across what seems to be a solution in Manesh's post here - https://www.audiokinetic.com/qa/6932/unity-mac-integration-i-o-error-too-many-open-fiies.

In AkWwiseXmlWatcher's constructor, move the line that sets XmlWatcher.Path above the line that sets XmlWatcher.EnableRaisingEvents.
...