This package adds definition for the Google Stadia Controller to Unity's Input System allowing for the use of a Stadia Controller natively with Unity.
- Haptics can not be sent to the controllers.
- Unity 2022.3.50f1
This will likely work in other versions of Unity. If you have any problems, please open an Issue
- Open up Unity's Package Manager ( Window > Package Manager )
- In the top left, hit the
+
(plus) button and selectAdd package from git URL...
- In the box, paste the package's git repository, then hit Add
Repo Link:
https://github.com/sim2kid/UnityStadiaController.git?path=Assets/Scripts/Package/StadiaInput
To set a target version, use the release tag like #1.0.0
at the end of the repo string.
If desired, you can instead install this package by copying the script files into your own repository.
All script files are at Assets/Scripts/Package/StadiaInput
.
- Unity Input System >= 1.11.2
- Each Stadia Controller must be flashed to Bluetooth Mode before this script will work. Visit this page to do so now.