Rewired vs Unity Input System
Developers should use Rewired when building Unity games that need robust input handling, such as action games with customizable controls, simulation games with complex input mappings, or projects targeting multiple platforms (PC, consoles, mobile) meets developers should use the unity input system when building games or applications that require robust, scalable input handling, especially for cross-platform projects targeting pc, consoles, and mobile devices. Here's our take.
Rewired
Developers should use Rewired when building Unity games that need robust input handling, such as action games with customizable controls, simulation games with complex input mappings, or projects targeting multiple platforms (PC, consoles, mobile)
Rewired
Nice PickDevelopers should use Rewired when building Unity games that need robust input handling, such as action games with customizable controls, simulation games with complex input mappings, or projects targeting multiple platforms (PC, consoles, mobile)
Pros
- +It simplifies input management by centralizing configuration, supporting hot-swapping devices, and enabling player rebinding without code changes, which enhances user experience and reduces development time
- +Related to: unity, c-sharp
Cons
- -Specific tradeoffs depend on your use case
Unity Input System
Developers should use the Unity Input System when building games or applications that require robust, scalable input handling, especially for cross-platform projects targeting PC, consoles, and mobile devices
Pros
- +It is ideal for scenarios involving complex control mappings, such as action games with multiple input devices, or when needing to easily switch between keyboard/mouse and gamepad inputs
- +Related to: unity-engine, c-sharp
Cons
- -Specific tradeoffs depend on your use case
The Verdict
These tools serve different purposes. Rewired is a library while Unity Input System is a tool. We picked Rewired based on overall popularity, but your choice depends on what you're building.
Based on overall popularity. Rewired is more widely used, but Unity Input System excels in its own space.
Disagree with our pick? nice@nicepick.dev