menu
 

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

+1 投票
Hi All,

i got this series of errors when trying to build my project:

Assets/Wwise/Deployment/API/Generated/Common/AkDeviceSettings.cs(66,10): error CS0246: The type or namespace name `AkThreadProperties' could not be found. Are you missing an assembly reference?

Assets/Wwise/Deployment/API/Generated/Common/AkInitializationSettings.cs(83,10): error CS0246: The type or namespace name `AkPlatformInitSettings' could not be found. Are you missing an assembly reference?Assets/Wwise/Deployment/API/Generated/Common/AkInitializationSettings.cs(102,10): error CS0246: The type or namespace name `AkCommunicationSettings' could not be found. Are you missing an assembly reference?Assets/Wwise/Deployment/API/Generated/Common/AkInitializationSettings.cs(110,10): error CS0246: The type or namespace name `AkUnityPlatformSpecificSettings' could not be found. Are you missing an assembly reference?Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(43,17): error CS0246: The type or namespace name `AkCommunicationSettings' could not be found. Are you missing an assembly reference?Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(302,29): error CS0246: The type or namespace name `AkPlatformInitSettings' could not be found. Are you missing an assembly reference?Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(344,29): error CS0246: The type or namespace name `AkUnityPlatformSpecificSettings' could not be found. Are you missing an assembly reference?Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(408,29): error CS0246: The type or namespace name `AkPlatformInitSettings' could not be found. Are you missing an assembly reference?Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(433,29): error CS0246: The type or namespace name `AkUnityPlatformSpecificSettings' could not be found. Are you missing an assembly reference?Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(476,29): error CS0246: The type or namespace name `AkCommunicationSettings' could not be found. Are you missing an assembly reference?Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(564,18): error CS0246: The type or namespace name `AkCommunicationSettings' could not be found. Are you missing an assembly reference?Assets/Wwise/Deployment/API/Handwritten/Common/AkCommonPlatformSettings.cs(564,18): error CS0246: The type or namespace name `AkCommunicationSettings' could not be found. Are you missing an assembly reference?UnityEditor.BuildPlayerWindow+BuildMethodException: 13 errors
  at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x0021f] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:182
  at UnityEditor.BuildPlayerWindow.CallBuildMethods (Boolean askForBuildLocation, BuildOptions defaultBuildOptions) [0x00065] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:89
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

 

The sounds in game (by editor) works fine and the integration it's fine. The only problem is the build. Unity2018.1.1f1 --> Wwise Integration 2018.1.5.6835.1288

Anyone got an idea of this?

Thanks
分类:Feature Requests | 用户: Loris C. (180 分)
I'm trying to build on linux for Android and get the same thing. iOS is fine

1个回答

0 投票
I have the same issue here ! I'm using Wwise 2019.2.0 and Unity 2019.3.0f6 and trying to build for Android.
I'll update on this issue, if I have anything new.
用户: Gago (150 分)
Were you building it on Ubuntu/Windows/OSX?
...