menu
 

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

+3 투표
Hello everyone,

With the Unity integration for Wwise 2014.1 there are a bunch of AkWwiseProjectData*.asset files under Assets\Wwise\Editor\ProjectData, which didn't exist with previous versions.

Should they be added to source control, or should they be treated like local/temporary files?

Thanks,

Denis :-)
General Discussion Denis Mouraux (140 포인트) 로 부터

1 답변

+3 투표
Salut Denis!

There should be only one AkWwiseProjectData.asset file.  In some unknown situation, Unity seems to lock the asset file and a string of duplication of this file occurs.  We haven't found any clues yet why this happen.  Simply delete all of them and then click "Populate" in the Wwise Picker.  This file is only a cache for the Wwise project data so we don't parse the wwu files all the time.  You don't need it in the source control.

Say hello to Gen! :-)
Mathieu J. (Audiokinetic) (7.1k 포인트) 로 부터
Merci Mathieu!
(Gen says hi :-)
We are experiencing this file duplication issue and whilst I have just added the file and all of it's duplicates to .gitignore, have you had any leads on that bug? Would be nice not to have the folder rapidly filling up with 100s of files each day!

Cheers,
Andy
Ah, thanks a bunch for this answer!

Hadn't noticed that these files are local data caches in any integration guides so far, it's good to get a more accurate organization for version control.
...