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