This repository was archived by the owner on Jan 5, 2022. It is now read-only.
Changes this release:
- Windows Only: The method
IsPluggedIn()now takes the enumXboxControlleras a parameter. - Windows Only: The method
IsPluggedIn(int)is now deprecated. UseIsPluggedIn(XboxController)instead. - Added new enum value
XboxController.Any. This is suppose to replaceXboxController.All, which has the same value. - The enum value
XboxController.Allis now deprecated. UseXboxController.Anyinstead.
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.