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
Hi all,

Been trying to make a simple script where it will select all children of the selected object. My script isn't throwing back any errors but no matter what I set for the arguments, I'm only seeing the script select the first object in the array. I tried hard coding GUID's and paths of the children, passing in variables, and nothing seems to work. The documentation leads me to believe that the argument should be able to select multiple objects if I needed (https://www.audiokinetic.com/fr/library/edge/?source=SDK&id=ak_wwise_ui_commands_execute_example_finding_and_selecting_objects_in_project_explorer.html) but doesn't seem to be working. I've tried using a for loop to parse through each child and nothing seems to be working.

Here's the script it's current state: https://pastebin.com/Zv2ShcRT

Again, like I mentioned. I've also replaced the variable listChildID here with an array of GUID's and paths that I've shift +right clicked to grab from my project

Seems like a bug with the function? But not sure if this is user error somehow

Thanks!
in General Discussion by Alex B. (200 points)
https://pastebin.com/kEmSN77b

Better code. Realized there was an error in the one I posted after I tried to clean up the sloppy commented out stuff I Was trying

Please sign-in or register to answer this question.

...