コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

0 支持
We're developing on both Mac and PC so need to have both integration packages working and also jiving with version management. Installing the Mac integration wiped my PC integration package, and it won't uninstall correctly so I have to revert everything in git. However if I commit my reverted state, that will cause issues on the development Macs. Any insight ASAP would be much appreciated.

Full error list:

Assets/Wwise/Deployment/API/Generated/Common/AkDeviceSettings.cs(102,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/Deployment/API/Generated/Common/AkInitSettings.cs(179,10): error CS0246: The type or namespace name `AkAudioAPI' could not be found. Are you missing a using directive or an assembly reference?

This error still exists after reintegrating for Windows and ensuring the integration package matches the build target platform.
Gordon M. (110 ポイント) General Discussion
upgrading an older project from 2014 I just got the first error you mentioned, the project won't build and objects with Wwise related scripts attached show the 'missing script' panel

Assets/Wwise/Deployment/API/Generated/Common/AkDeviceSettings.cs(102,10): error CS0246: The type or namespace name `AkThreadProperties' could not be found. Are you missing a using directive or an assembly reference?
Exact same problem here, did you find the solution?
Same issue, we are trying to get our Wwise/Unity project to work on both Mac and PC (though the build is ultimately for Windows). Please comment if there is a solution.

  I imported integration package for PC and it works fine there. But on the Mac, when importing the package the Unity progress bar runs fine, but it never gets me to that Wwise installation window (where you can link the wwise project). I have the AKThreadProperties error and it won't let me test the game on mac:

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

回答 1

0 支持
hey if I remember correctly the problem wasn't Wwise, I checked the console and there was an error related to other game scripts that prevented Wwise from compiling, once I resolved the error related to the other game scripts Wwise compiled and worked fine .. hope that helps
Joel W. (260 ポイント)
...