A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Bump, I'm also trying to create a processor to just invert the axis value (I had to use a custom processor in order to allow user to enable /...
I'm trying to create a custom processor that converts an axis from [0 to 1] to [-1 to 1]. public override float Process(float value, InputControl...
I've tested with Fanatec Forza CSR, other users report it working with Fanatec CSL base. Some other users tested Logitech G29/920, though some...
FYI, I started writing my own Force Feedback library, I put it up on github: https://github.com/skaughtx0r/unity-ffb
I've been looking into implementing Force Feedback for my game and found this post. I spent the last few days using the FFConst example and...
In case anyone else comes across this, I forked the Unity crunch repo and rebuilt with @tylo's suggested change which seems to work with Unity...
Input.GetKey doesn't work for Joystick inputs as you know. Switching to using XInput would be just as much work as switching to the new Input...
Well I just updated from 2018.4 to 2019.3 and now I can't bind any control inputs, since I'm still on legacy input manager. Is there an...
Lol, yeah that makes sense :rolleyes:. I guess I'll look into the Logitech SDK, hopefully it works with non-logitech wheels.
@NWHCoding I just noticed you created a force feedback implementation in here. I'm using your Dynamic Water Physics asset to create a boat racing...
I noticed that the docs say "HIDs can support output (for example, to toggle lights or force feedback motors on a gamepad)." Is it really not...
I upvoted that, I also mentioned the issue in a Crash report I sent to Unity...
Ah, yes, this seems to be happening with Particle Systems on my Prefab GameObjects that I instantiate at runtime. I have a main menu scene that...
I just updated from 2018.4.10f1 to 2018.4.20f1 and started getting these errors. I have Mesh particle emitters and Line Renderers, but nothing is...
All of a sudden this happened to me with 2018.4.10f1, all of my DropDowns are now broken. All of the On Value Changed() events say <Missing...
@jasperstocker Hey, your discord invite isn't working, it says it's invalid or expired. I loaded up BuildR3 into my game project and just tried...
Cool thanks, I'll check it out!
I just recently purchased RealWorldTerrain and BuildR2 and was having major performance issues just generating all the buildings in a City. It...
Actually I'm still having problems with this. I currently have a WaterObjectManager that gets set to Don't Destroy On Load, so it persists across...
OK thanks, I did a little bit of digging, haven't found a solution yet, but it looks like Crest has an array that's sized at 4096. Then when...