menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 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.

...