Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

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

in General Discussion by Paul A. (100 points)
did you manage to solve it?

Please sign-in or register to answer this question.

...