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

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.

in General Discussion by Jason M. (170 points)

2 Answers

+2 votes
 
Best answer

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. 

 

by Mads Maretty S. (Audiokinetic) (40.2k points)
selected by 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 vote
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.
by Chris K. (160 points)
...