This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
XboxCtrlrInput Unity Package v1.4.2
This release has a few changes:
- The InputManager now has both the required axes for XCI, and Unity's default axes. The default axes from Unity are required for some of their event system code to work.
XboxCtrlrInput.cs
moved into the folderAssets/Plugins/
. This was done so that both C# and JavaScript code can access the XCI class.- The example scene assets were moved from
Assets/XboxCtrlrInput/Example/
toAssets/XboxCtrlrInputExample/
(notice the merging of "XboxCtrlrInput" and "Example").
To Install:
Download this package, then go to Unity and select Assets ▶ Import Package ▶ Custom Package...