在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

Unity integration 2014.1: Should AkWwiseProjectData*.asset files be added to source control?

+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 :-)
最新提问 10月 31, 2014 分类: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! :-)
最新回答 11月 4, 2014 用户: Mathieu J. (Audiokinetic) (7,120 分)
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.
...