FileDetectionRuleSets
FileDetectionRuleSets copied to clipboard
Rewired for Unity
Some reference to the SDK, such as the developer site or a wikipedia article.
https://guavaman.com/projects/rewired/ https://assetstore.unity.com/packages/tools/utilities/rewired-21676
SteamDB links
https://steamdb.info/app/632360/ https://steamdb.info/app/900270/ https://steamdb.info/app/1393420/
Possible way to detect it
- Usually a .dll resides in a sub-folder of Unity game, like
Managed\,Plugins\,Plugins\x86,Plugins\x86_64\etc. - Can contain one or several files with names:
Rewired_Core.dll
Rewired_CSharp.dll
Rewired_DirectInput.dll
Rewired_Linux.dll
Rewired_OSX.dll
Rewired_Windows.dll
Rewired_Windows_Lib.dll
Reasons for suggesting:
- Rewired is arguably very popular among Unity developers.
- It is the primary source of issues with the gamepad detection for most cases where user has something else aside from Steam Input for gamepad handling.