コミュニティQ&A

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

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

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

0 支持

As the title says. I'm posting here cause i'm assuming the sphere only exists when you integrate Wwise into Unity.

In the below image the sphere is just about see-able and if it's up against the same colour, it can't be seen at all.

Jason M. (170 ポイント) General Discussion

回答 2

+2 支持
 
ベストアンサー

Hey Jason, 

You head into the AkAmbientInspector script. In there, search for SPHERE_COLOR and you should find this...
new UnityEngine.Color(1.0f, 0.0f, 0.0f, 0.1f);
... then set a new float number in the last input and save.

Let me know if this is what you needed. 

 

Mads Maretty S. (Audiokinetic) (40.2k ポイント)
Mads Maretty S. (Audiokinetic) 選択
Brilliant! I change it into ocean blue looks great! Thank you
Unfortunately it still doesn't work for me. My sphere looks transparent. Is there another solution?
Like completely transparent? You could try checking if the Max Attenuations are enabled when generating SoundBanks. Maybe delete the SoundBanks and generate new ones.
Max Attenuations are enabled. Maybe it depends on the WAG version, so I'll try installing the 2019.1 version, which was recommended in another Q&A.

Anyway, the Attenuation defined in Wwise should work even if the Sphere Collider isn't colored after setting "Current_Event_Only" in Unity, right?

Thanks a lot for the support
+1 支持
I know that this is quite an old thread but I had to deal with a similar issue and finally managed to sort it out and hopefully my solution could help someone else. I work on a PC (Wwise version 2019.1.9.7221 / Unity version 2019.3.12f1) so no idea if this would be relevant for Mac users but here it is:

First I had to go to Wwise>Project>Project Settings..>SoundBanks and make sure Generate XML Metadata and everything under the Metadata Options has been selected. Make sure to save after that so the changes are detected by Wwise. This however did not solve my issue. What did, was making sure that my OS region and language are set to either UK or US. Only after changing these settings and rebooting my machine, the spheres finally appeared.

I have no idea why this worked but it did for me and I hope it can help others.
Chris K. (160 ポイント)
...