menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

+1 支持
im confuse about the plugins in ios deployment folder.

our company developing a game in unity engine, and set deployment platform is android and ios and window.

however, the problem is volume.

the deployment folder of android and window is just 260MB or so far. but the ios folder has over 1.2 GB.

i found the reason and it was the file called "libAKSoundEngine.a".

it takes almost 350MB and there are 3 same files in each "Debug", "Profile", "Release" folder.

im really wondering why this libAKSoundEngine file is so big in only ios.

can i delete this? because the project volume is too large for the size of our game project.

 

i need your little help and hope your answer. thanks a lot
Sejin L. (140 ポイント) General Discussion

回答 2

0 支持
I have this exact same issue, the iOS file libAKSoundEngine.a is 850 MB in our project, it seems to have just copied over the \Assets\Wwise\API\Runtime\Plugins\iOS\Profile\libAkSoundEngine.a instead of generating any "1-2 MB solution" that your documentation seem to hint at.

I have done all the file stripping set to high stuff that you have suggested, but still the filesize is unacceptably large.
Jonathan L. (190 ポイント)
+1 支持
 
ベストアンサー
Those libs are very large because of the debug symbols and bitcode. The Xcode project generated by Unity contains the .a file in the library folder but this file still contains all symbols. However, once the library is linked and within your executable it will be very small. One test that can be made is to compare the size of an empty Unity app deployed on iOS, against another one with Wwise integrated to see the small size difference.
Adrien L. (Audiokinetic) (1.1k ポイント)
Adrien L. (Audiokinetic) 編集
...