Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

XboxCtrlrInput Unity Package v1.8.0

Latest
Compare
Choose a tag to compare
@JISyed JISyed released this 27 Jun 19:43
· 3 commits to master since this release

Changes this release:

  • Windows Only: The method IsPluggedIn() now takes the enum XboxController as a parameter.
  • Windows Only: The method IsPluggedIn(int) is now deprecated. Use IsPluggedIn(XboxController) instead.
  • Added new enum value XboxController.Any. This is suppose to replace XboxController.All, which has the same value.
  • The enum value XboxController.All is now deprecated. Use XboxController.Any instead.

To Install:

Download this package, then go to Unity and select Assets ▶ Import Package ▶ Custom Package..., or double click on the downloaded package while your Unity project is open.