Skip to content

Releases: sim2kid/UnityStadiaController

v1.1.1 - Update Controller Buttons

21 Oct 22:37
Compare
Choose a tag to compare

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

  1. Open up Unity's Package Manager ( Window > Package Manager )
  2. In the top left, hit the +(plus) button and select Add package from git URL...
  3. 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)
image
(From Unity's Input Debugger)
image

Full Changelog: 1.0.0...1.1.1

v1.0.0 - Initial Release

21 Oct 19:52
Compare
Choose a tag to compare

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

  1. Open up Unity's Package Manager ( Window > Package Manager )
  2. In the top left, hit the +(plus) button and select Add package from git URL...
  3. 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