La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

Events are disappearing from Unity timeline [fermés]

+2 votes

Hello,

Unity ver: 2018.2.2f1

WWise ver: 2019.1.0

I'm trying to integrate WWise events into a Unity timeline by using AK Event Tracks.

As soon as the event is defined however, the clip will disappear:

I've followed the WWise setup steps to ready the project for timeline use, this made no difference. I've also re-generated and refreshed soundbanks before timeline work and that also made no difference.

Any suggestions?

fermée avec la mention: "Since upgrading to Unity 2019.2.4f1 WWise events in timelines seem to be working better."
demandé 23-Avr-2019 dans General Discussion par Pete B. (290 points)
fermés 11-Oct-2019 par Mads Maretty S. (Audiokinetic)

3 Réponses

+1 vote
répondu 2-Mai-2019 par Radek Karnik (990 points)
0 votes
We had this issue with a soundbank generated with values written with a . instead of a , in the values probably because the computer generatong the soundbank is in french.

 

The fix was to do this changes in AkWwiseXMLBuilder.cs:

line 114: var radius = float.Parse(node.Attributes["MaxAttenuation"].InnerText, System.Globalization.NumberStyles.Any, CultureInfo.InvariantCulture);

line 143: minDuration = float.Parse(node.Attributes["DurationMin"].InnerText, System.Globalization.NumberStyles.Any, CultureInfo.InvariantCulture);

line 158: maxDuration = float.Parse(node.Attributes["DurationMax"].InnerText, System.Globalization.NumberStyles.Any, CultureInfo.InvariantCulture);
répondu 15-Mai-2019 par jean m. (180 points)
Thanks ! This fix worked for us with Unity 2018.4.19f1 and Wwise 2018.1.3
+1 vote

Since upgrading to Unity 2019.2.4f1 WWise events in timelines seem to be working better.

répondu 10-Sep-2019 par Pete B. (290 points)
...