-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Hello and thanks for your work!
Sorry if this is the wrong place to ask but:
I want to try to have DualSense support in Unity Editor as well as in Build (Windows PC only for now since it would be too much work otherwise)
I tried this library:
https://github.com/nullkal/UniSense/
Sadly it does not work fully and the repo seems to be unmaintained.
The Problems (btw I'm on Unity 2022.3.28f1) :
In Unity Editor: The adaptive triggers seem to work, vibration however does not.
In PC Build: Adaptive triggers do not work, left and right vibrations seem to work (not sure if there is more to haptic feedback than those two)
Touchpad color works in both cases.
Do you have any ideas how I could fix that, maybe using this library?
I read a bit through the PDF and saw you have to use lib files and I'm not sure if that works in Unity
Also I saw this https://docs.unity3d.com/Manual/NativePlugins.html but I'm really overwhelmed and not sure if I can use it this way...
Could you maybe help?