Releases: sim2kid/UnityStadiaController
v1.1.1 - Update Controller Buttons
About
This updates adds missing buttons to the Stadia Controller Script for use in the Input system.
This includes:
- The Stadia Button (
systemButton
) - Left/Right Tigger Buttons
- These could be derived from the Linear trigger axis, but it does have its own defined button by the hardware, so we'll add the hardware's explicit trigger here.
Also, I forgot to update the package version, so that's done in the patch here.
Installation
- 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
Latest Package Link: https://github.com/sim2kid/UnityStadiaController.git?path=Assets/Scripts/Package/StadiaInput
1.1.1 Package Link: https://github.com/sim2kid/UnityStadiaController.git?path=Assets/Scripts/Package/StadiaInput#1.1.1
Testing Tools
With this, the repo now has tools to test the Stadia controller in the editor.
You can copy the repo and values from the StadiaController
class can be tested to see if they are actively updated or not.
If your controller doesn't get identified by unity, please open an Issue and add your controller's device information.
(From Device Manager)
(From Unity's Input Debugger)
Full Changelog: 1.0.0...1.1.1
v1.0.0 - Initial Release
About
This update copies over the Stadia Controller input script from a gist I previously made.
This release will allow you to use Unity's Package Manager to load this package whenever.
If you have any problems, please open a New Issue.
Installation
- 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
Latest Package Link: https://github.com/sim2kid/UnityStadiaController.git?path=Assets/Scripts/Package/StadiaInput
1.0.0 Package Link: https://github.com/sim2kid/UnityStadiaController.git?path=Assets/Scripts/Package/StadiaInput#1.0.0