Skip to content

Unity3D input wrapper to convert "new" input system to function like old one did

License

Notifications You must be signed in to change notification settings

reignstudios/Unity3D-UInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UInput

Converts Unity's "new" input system to function like the "old" one.
Also simplifies Gamepad input ignoring the need to use actions.

Example

  • UInput.GetButton(KeyCode.A)
  • UInput.gamepads
  • gamepad.button0.down, gamepad.triggerLeft.value, gamepad.joystickLeft.value

About

Unity3D input wrapper to convert "new" input system to function like old one did

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages