Dev Asset Collection

All Things That You Need to Build A Video Game
Menu
  • 2D
    • Characters
    • Environments
    • Fonts
    • GUI
    • Textures & Materials
  • 3D
    • Animations
    • Characters
    • Environments
    • GUI
    • Props
    • Vegetation
    • Vehicles
  • Add-Ons
    • Machine Learning
    • Services
  • Audio
    • Ambient
    • Music
    • Sound FX
  • Essentials
    • Tutorial Projects
  • Templates
    • Packs
    • Systems
    • Tutorials
  • Tools
    • AI
    • Animation
    • Audio
    • Camera
    • Game Toolkits
    • GUI
    • Input Management
    • Integration
    • Level Design
    • Localization
    • Modeling
    • Network
    • Painting
    • Particles & Effects
    • Physics
    • Sprite Management
    • Terrain
    • Utilities
    • Version Control
    • Video
    • Visual Scripting
  • VFX
    • Particles
    • Shaders
Home
Tools
Input Management
Easy Input – Dev Community

Easy Input – Dev Community

Tsunami 2 August, 2020
Sending
User Rating 0 (0 votes)

For more detail this asset from the Unity Asset Store: Click Here

Easy Input v1.89

Download Now

Easy Input makes input handling…well, easy.

With Easy Input, you have access to advanced information like how long a button has been pressed and double-click support for all keys and buttons. You can even setup actions that can be triggered by any number of inputs to simplify game logic.
Easy Input is built for single-player games.

Not only is it super simple to grab user input information, but it simplifies the process of setting up and supporting a single Xbox controller across platforms too.

Components Include:
* Core classes to manage the input
* Unity InputManager asset (as a zip)
* Sample scene

Features Include:
* Action alias support with multiple inputs
* Action alias support with helpers (ie ‘Alt + T’)
* Ability to change input mappings at run-time
* Xbox controller support for Windows and Mac
* Advanced info for all keys and buttons:
-Time pressed & elapsed ‘pressed’ time
-Time released & elapsed ‘released’ time
-Double-press
-Toggle
* Simple access to mouse states
* Simple access to keyboard states
* Simple access to Xbox controller states
* Complete code base to use as-is or modify
* Simplified setup process

Usage:
Setting up an Action Alias is super simple. Just add something like this:

InputManager.AddAlias(“Jump”, EnumInput.SPACE);

InputManager.AddAlias(“Jump”, EnumInput.GAMEPAD_0_BUTTON);

InputManager.AddAlias(“Jump”, EnumInput.MOUSE_RIGHT_BUTTON);

Then, test for a jump using this:

if (InputManager.IsJustPressed(“Jump”))
{
// Jump
}

View full documentation
Play web-demo

Unity and Pro Unity supported.

Thanks!
Support: [email protected]

Refund policy

 
 

Prev Article
Next Article

Related Articles

Uduino Plugin: Wifi for esp8266 and esp32 – Dev Community
Tsunami 19 January, 2023

Uduino Plugin: Wifi for esp8266 and esp32 – Dev Community

VR Throw Lab – Dev Community
Tsunami 10 June, 2023

VR Throw Lab – Dev Community

Save Game Pro – Gold Update – Dev Community
Tsunami 16 March, 2023

Save Game Pro – Gold Update – Dev Community

Android Speech Recognizer Plugin – Dev Community
Tsunami 4 August, 2020

Android Speech Recognizer Plugin – Dev Community

Leave a Reply Cancel Reply

Recent Posts

  • OptiTerra (HDRP) – High Performance Terrain Shader – Free Download
  • MIGHTY FPS HEATMAPS – Free Download
  • Scene Pilot Pro – Free Download
  • Fantasy User Interface Sounds – Lite Edition – Free Download
  • Advanced Multiplayer Game Template – Dev Community

Dev Asset Collection

All Things That You Need to Build A Video Game
Copyright © 2026 Dev Asset Collection
Privacy Policy | Disclaimer | DMCA