Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

GameParameters folder missing in FileSystem mode (Unity) (bug + temp solution)

0 votes

Wwise Version: 2021.1.6

Related issue: https://www.audiokinetic.com/qa/8471/rtpc-not-showing-in-unity-with-wwise-2021-1-0?show=8471#q8471

In Wwise Picker, when using "File System" mode, "Game Parameters" folder is missing. Related issue link shows fix for "Wwise Authoring" mode.

Temp fix for File System mode is similar: in file

AkWwiseTreeProjectDataSource.cs

add line 36:

ProjectRoot.AddWwiseItemChild(BuildObjectTypeTree(WwiseObjectType.GameParameter));
asked Feb 15, 2022 in General Discussion by Martin K. (100 points)

Please sign-in or register to answer this question.

...