This plugin enables Unity apps to use DualSense, the controller for PS5 in Windows.
This project is incomplete state for now. For example:
- the documentation including this README is work in progress.
- The code is yet to be optimized.
Any contribution is appreciated. Please do not hesitate to send PR if you have any proposal regarding this project.
- Unity 2019.1 or above
- Input System v1.0.1 or above
You can install this package using Unity Package Manager (UPM).
- On Unity Editor, open UPM window by going to Window > Package Manager
- In this window top left corner, click on the + button and select Add package from git URL...
- Enter this url
https://github.com/nullkal/UniSense.git
A main sample is available. There, you can see how to use the DualSense main features.
On the UPM windows, select Input System-UniSense package, go to the Samples section and import the DualSense Main Sample.