Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
gizmmo's avatar
gizmmo
Honored Guest
10 years ago

0.6.0 Error - Input Button is not set up

Hey everyone,

I've been developing for the rift for about half a year in Unity, and with the new release, I wanted to update my game. I made a new project first to make sure everything went well first, so this is a brand new project I'm using. When I import the new package and drop a OVRPlayerController into the scene with only a plane to run around on, I keep getting the error

ArgumentException: Input Button Desktop_Up is not setup.
To change the input settings use: Edit -> Project Settings -> Input
OVRGamepadController.DefaultReadButton (Button button) (at Assets/OVR/Scripts/Util/OVRGamepadController.cs:292)
OVRGamepadController.GPC_GetButton (Button button) (at Assets/OVR/Scripts/Util/OVRGamepadController.cs:303)
OVRPlayerController.UpdateMovement () (at Assets/OVR/Scripts/Util/OVRPlayerController.cs:226)
OVRPlayerController.Update () (at Assets/OVR/Scripts/Util/OVRPlayerController.cs:174)


I have tried making this Input type in the Input Manager, but I have to put in every Desktop Input type into the manager including things like Desktop_Down and Desktop_Button A, etc. This doesn't seem to be what I need to do, as before the update I used to be able to literally drop the OVRPlayerController prefab into the scene and begin running around in scene right away.

For reference I am using Unity version 5.0.2f1. Anyone have any ideas? Thanks!

26 Replies

Replies have been turned off for this discussion