Game Kit Controller - no input
Hi there, I recently purchased the Game Kit Controller Asset, and upon launching the demo scene, the game is running, but I can not seem to get any input from the controller or keyboard to register. It gives the following warnings but no errors:
Attempting to get joystick type for unplugged joystick number: 1 UnityEngine.Debug:LogWarning(Object) inputManager:getJoystickName(Int32) (at Assets/Game Kit Controller/Scripts/Input/inputManager.cs:876) inputManager:getKeyString(Int32, String) (at Assets/Game Kit Controller/Scripts/Input/inputManager.cs:803) inputManager:getJoystickButtonDown(Int32, String) (at Assets/Game Kit Controller/Scripts/Input/inputManager.cs:692) inputManager:getJoystickButton(String, buttonType, Int32) (at Assets/Game Kit Controller/Scripts/Input/inputManager.cs:654) inputManager:checkInputButton(String, buttonType) (at Assets/Game Kit Controller/Scripts/Input/inputManager.cs:550) powersListManager:Update() (at Assets/Game Kit Controller/Scripts/Powers/powersListManager.cs:130)