I'm trying to use this call from unity. It works the first time but the connection silently breaks immediately after and I can't invoke any other calls or refresh the wwise picker.
Sometimes I get this error, some times I don't
TimeoutException: Timeout when receiving message.
Wamp.Receive (System.Int32 timeout) (at Assets/Wwise/API/Runtime/Handwritten/WAAPI/Wamp.cs:334)
{
"parent": "\\Events\\Default Work Unit",
"type": "Folder",
"name": "E04S06",
"onNameConflict": "merge",
"children": [
{
"type": "Event",
"name": "E04S06_ENTROO_SERGEANT_002000",
"children": [
{
"name": "newActionName",
"type": "Action",
"@ActionType": 1,
"@Target": "\\Actor-Mixer Hierarchy\\VO Work Unit\\VO Sounds\\E04S06_ENTROO_SERGEANT_0020"
}
]
}
]
}
AkWaapiUtilities.WaapiClient.Call(
ak.wwise.core.@object.create,
jsonQuery, null);