menu
 

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.

0 votes

Hi there!

We are having some troubles supporting ps4/ps5 controllers vibration through Wwise Motion on Windows on our Unity project (we have tried on Wwise 2021 and 2024). Reading the documentation, for Windows, we have this:

See the "Support for DualShock 4 and DualSense on Windows" section below (login with PS5 license required)

And in our license we have this:

Wwise Motion for XboxOne, PS4, Switch, PS5, XboxSeriesX (Evaluation): expires on 2025-04-01

Then we have our code in Unity (no error given):

AkOutputSettings outputSettings = new AkOutputSettings(config.WwiseMotionDeviceName, 0);

AKRESULT result = AkSoundEngine.AddOutput( outputSettings, out id );

...(some error handling)

But still doesn't works. It might sound silly but...Do we need to do anything else? Do we need to install Sony SDK?

Kind regards and thanks in advance

dans General Discussion par Sergio de Prado (100 points)

Please sign-in or register to answer this question.

...