コミュニティQ&A

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

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

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

+4 支持
Since some year, there are errors in Wwise C# code in Unity Linux Editor because UNITY_EDITOR_LINUX define is not handled correctly.
Each time we upgrade Wwise, we need to fix manually these errors.
Audiokinetic, can you fix your code?
Antoine G. (430 ポイント) General Discussion
Samuel L. (Audiokinetic) 閉鎖
Hello, I am curious if you are saying that you are able to make modifications to the Wwise C# code that allows Wwise to work properly when using the Linux Unity Editor? (but have to make those changes again when you update Wwise)

Could you share more information about what you are changing to get it to work?
Hi Mark.
I don't ear any sounds on Linux actually but the Wwise code can compile and run correctly by fixing some errors.
I have simply replaced some #if preprocessors:
#if (UNITY_STANDALONE_LINUX && !UNITY_EDITOR) || UNITY_STANDALONE_LINUX
by:
#if (UNITY_STANDALONE_LINUX && !UNITY_EDITOR) || UNITY_EDITOR_LINUX
It seem not a lot of works for Audiokinetiks to fix these issues.

回答 2

0 支持

Hi Antoine, 

Did you report this using the Bug Reporter?
If not, please take a look at this guide. Those reports go directly to the developers, where they'll try to reproduce it. 

Thanks in advance!

Mads Maretty S. (Audiokinetic) (40.2k ポイント)
+1 支持
Thank you, I've used the Bug Reporter for this problem and two others.

Are filled bugs in Bug Reported will be treated without support tickets?
Antoine G. (430 ポイント)
Great, I can confirm we received it. Yes, if we can reproduce the problem, then we'll make a ticket and fix it in an upcoming version. That's why it's always vital that the bug reports are described with as much detail as you can muster. Thanks!
Would it be possible to get an update on the status of this bug?
I don't have updates from AudioKinetic about this problem but Wwise Unity Integration code can be fixed manually, adding UNITY_EDITOR_LINUX where errors appear.
The Unity Linux editor itself is not supported officially, this is why the editor defines are not set. This has not been clearly communicated and I am going through questions I can find to make it clearer, as it will also be in the official documentation.
Sad new for Linux users. Thank you.
Yeah, I hope it will be supported in the future
...