Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by wooden_sword789 · Jun 09, 2017 at 12:26 AM · gamepad

SteelSeries Nimbus not compatible?

Hi, I recently purchased a SteelSeries Nimbus controller and connected it to my Unity game. Unity would not recognize the inputs of the controller besides the MENU button, the left joystick, and the right joystick. Is this a problem with Unity or am I just doing things wrong? I've tested basically every axis and input but I'm thinking that this controller isn't compatible yet. I am on the latest version of Unity. I even used a script like this: public void Update() { foreach(KeyCode kcode in Enum.GetValues(typeof(KeyCode))) { if (Input.GetKeyDown(kcode)) Debug.Log("KeyCode down: " + kcode); } }

and the only button to show up on the controller was the MENU button. I even tried using inputs from https://docs.unity3d.com/Manual/iphone-joystick.html and they didn't work.

I'm using OSX by the way.

Please help with my problem ASAP so that I can continue my project! Thanks!

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image eyemakethingsup · Jun 10, 2017 at 02:24 AM 0
Share

Unfortunately, I dont have an answer for you. But to put your $$anonymous$$d somewhat at ease, I am having this same exact problem with the same exact controller. I am using the following code to see that the menu button is the only thing that registers (besides the joystick). Hope someone has an answer for this!

 System.Array values = System.Enum.GetValues(typeof($$anonymous$$eyCode));
 foreach($$anonymous$$eyCode code in values){
 if(Input.Get$$anonymous$$eyDown(code)){ print(System.Enum.GetName(typeof($$anonymous$$eyCode), code)); }                  }

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by hexagonius · Jun 10, 2017 at 05:24 AM

The controller is compatible with mobile devices only. If you want to read what buttons work, built a version to the device that somehow does show the info on screen.
I've been developing a game with gamepad support and there was no way around it. We used InControl though. Great plugin and comes with a scene to build which does just that.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by qmoya · Oct 16, 2017 at 09:24 PM

Provided you own an iOS device, download Unity Remote from the App Store and and pair your Nimbus to it. The app will act as a bridge between your joystick and Unity.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

68 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Show-stopper! Joystick support no longer works with App Store .pkg?!?!?! 1 Answer

Which Gamepad works best with Unity ? 1 Answer

How do I fix unity game not working correctly with a controller if it is plugged in before the game starts? 0 Answers

Gamepad axis as getbuttondown 0 Answers

Mayflash Gamecube controller vibration 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges