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.

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

in General Discussion by Sergio de Prado (100 points)

Please sign-in or register to answer this question.

...