Input Action Listeners

Capture d'écran d'un composant Input Action Listener
Compétences
Unity
Unity
C#
C#

Input Action Listeners

Date: 2021 (still maintained)

This Unity package is to ease the usage of the new Input System with the help of components designed specifically for this goal. Each component, called an Input Action Listener (or simply Listener) listens to the triggering of a user input and to call the corresponding callback functions with the corresponding value as a parameter, when needed.

Developing this plugin required work on the components' interface, notably on the different usage modes (parameters, unity events, C# events…), and on the integration of the Input System. The reliability of the plugin is verified by sequences of unit and integration testing with the Input System itself.