You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was working in one of my projects, I found that JoyShockLibrary stopped working after some lightbar changes. I then tried it in a clean C# script and found out that it will hang on JslSetLightColour (I didn't tested the other functions due to only wanted to use the Lightbar).
The following script was used to test the library in .NET 5.0 (I used the JoyShockLibrary.cs from the downloads with the Unity imports removed):
It changes the color of the Lightbar about 10 times per second on all connected DS4 and DSense devices, and prints the current time.
After some random time, it will hang permanently in JslSetLightColour forcing a hard restart. No controller connections or disconnections were performed while the script was running.
I used a DS4 v2 (CUH-ZCT2U, Days of Play Blue) to test the script with JoyShockLibrary 2.1.0.
The text was updated successfully, but these errors were encountered:
While I was working in one of my projects, I found that JoyShockLibrary stopped working after some lightbar changes. I then tried it in a clean C# script and found out that it will hang on JslSetLightColour (I didn't tested the other functions due to only wanted to use the Lightbar).
The following script was used to test the library in .NET 5.0 (I used the JoyShockLibrary.cs from the downloads with the Unity imports removed):
It changes the color of the Lightbar about 10 times per second on all connected DS4 and DSense devices, and prints the current time.
After some random time, it will hang permanently in JslSetLightColour forcing a hard restart. No controller connections or disconnections were performed while the script was running.
I used a DS4 v2 (CUH-ZCT2U, Days of Play Blue) to test the script with JoyShockLibrary 2.1.0.
The text was updated successfully, but these errors were encountered: