Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 321 Bytes

File metadata and controls

9 lines (6 loc) · 321 Bytes

InputSupport

Proper controller support for Unity

InputSupport aims to provide proper input control for Unity Developers.

Setup

  1. Place the InputSupportManager on the scene you would like to record input for.

  2. Call Controller.GetKeyDown(KeyCode) in the same way in which you would call Input.GetKeyDown(KeyCode)