Forum Discussion
Anonymous
13 years agoOSX Gamepad
OK I am still waiting on my Rift. Hopefully next week.
I am trying to work out the Unity OVRController and the input manager. I want to get use the Controller to do various Things. Direction on the left stick, Crouch etc.
I am using a Xbox 360 wired controller and the Tattleboogle driver http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/OsxDriver
Anyone had any luck on this yet? Does anyone know of any Setup scripts for this?
Ta.
I am trying to work out the Unity OVRController and the input manager. I want to get use the Controller to do various Things. Direction on the left stick, Crouch etc.
I am using a Xbox 360 wired controller and the Tattleboogle driver http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/OsxDriver
Anyone had any luck on this yet? Does anyone know of any Setup scripts for this?
Ta.
12 Replies
Replies have been turned off for this discussion
- rjeProtegeThat driver works great for me on mac, it's what I'm using to develop First Law.
The only thing to note is that the button and axis mappings is different on PC and Mac, so you'll need to do some work to adjust based on that. Besides that if you go to the unity3d wiki and search for xbox 360 controller you should find the mappings you need. - bradhermanHonored Guestrje,
First Law is a lot of fun, nice work on that.
Would you be willing to share what mappings you used in the unity input dialog to make it work well for mac?
Did you have to change the settings when you do the PC build?
Thanks,
Brad - rjeProtegeHi Brad,
If you look on the test build page: http://rjevans.net/firstlaw you'll see that I had to recommend to mac users that they manually reconfigure their input using the startup dialog.
This is, frankly, a terrible solution. So I'm working on a library to make this all easier to deal with. You can see more details here: http://rjevans.net/post/55998256996/handling-a-mess-of-controllers - MickmanProtegeI'm just starting to get into x-box controllers.
I would like to map my mouse movement to the right stick.
I loaded up the Tatter drivers ( for OSX ) so the Left stick moves the vehicle F,B,L,R .. but not turn... (that's currently controlled by mouse movement.
So how can I accomplish this ?? - rjeProtegeYou'll need to determine the axis numbers of the right stick (for instance, here is the layout of the xbox 360 controller http://wiki.unity3d.com/index.php?title=Xbox360Controller) and then add axis entries to your InputManager settings.
- MickmanProtegewatch this video, he talks about Axis numbers and mapping input for x-box in Unity
https://www.youtube.com/watch?v=Z591NmskYcY - rjeProtegeI'd also suggest checking out InControl, it's a new input library that should simplify a lot of things if you just need standard controller and mouse access: https://github.com/pbhogan/InControl
- AdamsImmersiveHonored GuestFor what it's worth, on Mac, I really like ControllerMate for customizing game controllers. Insanely powerful "visual programming" to make your OWN driver for a given device. I use it with a Logitech RumblePad 2 and a Razer 17-button mouse, and I have almost no need to touch the keyboard even for complex first-person shooters. (Obviously I'm only using the left side of the gamepad; other hand is on the mouse for precision that a joystick can't offer. ,,,But I bet a head can!)
I'm hoping when I dig into the SDK that non-XBox controllers will work (in Unity on Mac). RumblePad is PS2-style. It seems like that has been an issue for some? - MickmanProtegedoes "InControl " allow you to map the X-Box Triggers ??
This seems to be my only problem... I can map all other buttons etc.. but the L/R triggers are difficult. - SubcideHonored GuestI'm using that 3rd party driver too, but in order to get it working with existing demos, I had to get an app store app to translate the stick axis to WASD. Less than ideal, but 'works'.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago
- 7 months ago
- 13 years ago