-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rumble not working? #6
Comments
@akiraKido Seems like you are not the only one having issues there. Are you connected over USB or Bluetooth? |
Im having same issue, connected over usb |
Didn't tried in Windows, but doesn't work on macOS (connected over USB). |
Doesn't work on Windows either. |
Also experiencing this issue over USB. On Windows 10 with Unity 2021.1.5f1, everything else works flawlessly though! |
Haptics work fine as far as I can tell with macOS when wired. The controller doesn't do anything when connected wirelessly though, whether that be receiving input or producing haptics. EDIT: The low and high frequency vibrations seem to be swapped though, compared to the Dualshock 4 |
Also encountering issues with the rumble slider doing nothing in the sample on windows. Everything else is on point though, absolute love this tech being usable in unity. :D |
Rumble also doesn't work for me |
I'm having the same problem (USB). I'm curious if anyone's got it working though or if it's a few isolated issues. |
Same problem in Windows connected via USB. |
Interestingly if I set a breakpoint on line 27 of DualSenseRumble.cs and run in debug mode, it does show SetMotorSpeeds being called with correct values every update. And in debug mode I can feel a slight vibration everytime I click "Resume Program" in Rider (the IDE I'm using) and the breakpoint is reached again. However, for some reason this doesn't result in a continuous rumble when not in debug mode. |
Just verified that the rumble sliders work for me in a build, just not in editor for some reason. Also, I'm not totally sure why the two sliders say "left rumble" and "right rumble". It seems like they are high and low frequency rumbles instead of anything to do with left/right. Thanks for your time on this asset btw. |
Forgot to add I am seeing this behavior in Unity 2019.4.29f1 |
Also did not work for me. |
Am also having the same problem. Using Unity version 2021.1.25f1 |
Everything messed up in Unity 2021.3.13f1 still. |
I tried your sample and the haptic trigger works brilliantly, but I noticed that the rumble slider seems to do nothing.
Could you check it out? Thanks in advance.
The text was updated successfully, but these errors were encountered: