This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
Changes this release:
- Windows Only: The method
IsPluggedIn()
now takes the enumXboxController
as 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.All
is now deprecated. UseXboxController.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.