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

Hey friends!

I have a problem at a script level that i did not manage to solve yet, and maybe you guys can help.

The situation is this:

I have a building with an irregular shape, that need a reverb, and i cant use the mesh collider on him. so i have to use a bunch of colliders to be in the shape of the building.

I want to create a main parent that will have the AkEnvironment script on him, and i want all the other box colliders to be children that can send triggers to the parent, and activate the reverb.

So far, i managed to get conformation on the parent whenever a trigger on a child object occurred, using a bool value.

But, i cant find a way to activate the reverb on the child, when ever the Player is inside a child coillder.

 

In the pictures you will see an example of what i mean, and a picture the two scripts. 

connecting the child and parent went fine, but triggering the AkEnvironment just wont happen.

when ever i enter the parent game object collider, the reverb works fine.

Any suggstions?

 

Here you can see the photos:

General view: https://ibb.co/v4DxjwN

The scripts: https://ibb.co/vxVp8TT 

Hope you are all ok!

Dean

in General Discussion by ‪Dean k. (150 points)

Please sign-in or register to answer this question.

...