Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Unity Cloud Builds Fail with Errors

0 votes

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

asked Jun 29, 2023 in General Discussion by Paul A. (100 points)

Please sign-in or register to answer this question.

...