menu
 

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

0 投票

Hi All,

We're trying to build a Unity project using CI and Cloud Build but we get the following errors:

/additionalfile:"Library/Bee/artifacts/2400b0aE.dag/AK.Wwise.Unity.API.AdditionalFile.txt"
##### Custom Environment Variables
DOTNET_MULTILEVEL_LOOKUP=0
##### ExitCode
1
##### Output
Assets/Wwise/API/Runtime/Generated/Common/AkDeviceSettings.cs(141,10): error CS0246: The type or namespace name 'AkThreadProperties' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Generated/Common/AkInitializationSettings.cs(159,10): error CS0246: The type or namespace name 'AkPlatformInitSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Generated/Common/AkInitializationSettings.cs(191,10): error CS0246: The type or namespace name 'AkUnityPlatformSpecificSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Handwritten/Common/AkCommonPlatformSettings.cs(959,29): error CS0246: The type or namespace name 'AkPlatformInitSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Handwritten/Android/AkAndroidSettings.cs(165,31): error CS0246: The type or namespace name 'AkPlatformInitSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Handwritten/Common/AkCommonPlatformSettings.cs(963,29): error CS0246: The type or namespace name 'AkUnityPlatformSpecificSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Handwritten/Common/AkCommonPlatformSettings.cs(109,17): error CS0246: The type or namespace name 'AkCommunicationSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Handwritten/Common/AkCommonPlatformSettings.cs(631,29): error CS0246: The type or namespace name 'AkPlatformInitSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Handwritten/Common/AkCommonPlatformSettings.cs(807,29): error CS0246: The type or namespace name 'AkUnityPlatformSpecificSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Handwritten/Common/AkCommonPlatformSettings.cs(627,29): error CS0246: The type or namespace name 'AkPlatformInitSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Handwritten/Common/AkCommonPlatformSettings.cs(651,39): error CS0117: 'AkSoundEngine' does not contain a definition for 'AK_MAX_SOUND_PROPAGATION_DEPTH'
Assets/Wwise/API/Runtime/Handwritten/Common/AkCommonPlatformSettings.cs(1051,29): error CS0246: The type or namespace name 'AkCommunicationSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Handwritten/Common/AkCommonPlatformSettings.cs(1047,9): error CS0246: The type or namespace name 'AkCommunicationSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Handwritten/Common/AkCommonPlatformSettings.cs(1269,18): error CS0246: The type or namespace name 'AkCommunicationSettings' could not be found (are you missing a using directive or an assembly reference?)
Assets/Wwise/API/Runtime/Handwritten/Windows/AkWindowsSettings.cs(127,31): error CS0246: The type or namespace name 'AkPlatformInitSettings' could not be found (are you missing a using directive or an assembly reference?)

Environment:

  • Cloud Build Server: Ubuntu 16.04.7 LTS 
  • Unity: 2021.3.18f1
  • Wwise Integration 2022.1.5.8242.2798

Any help would be much appreciated.

Paul

分类:General Discussion | 用户: Paul A. (100 分)
did you manage to solve it?

Please sign-in or register to answer this question.

...