Unity logo
Cancel
Cart
Applications
Sell Assets

Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

Home
Tools
Input Management
1/6
A small package that facilitates development by integrating Unity's new Input System with the old Input Manager syntax and allowing you to alter the controls in Inspector whenever you wish.
Render pipeline compatibility
The Built-in Render Pipeline is Unity’s default render pipeline. It is a general-purpose render pipeline that has limited options for customization. The Universal Render Pipeline (URP) is a Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. The High Definition Render Pipeline (HDRP) is a Scriptable Render Pipeline that lets you create cutting-edge, high-fidelity graphics on high-end platforms.
Unity VersionBuilt-inURPHDRP
2020.3.1f1
Compatible
Compatible
Compatible
Description

This package's demo version is available here.


NEW! It is now possible to rebind actions and get their Sprites thru script (multiple Input Action Assets support).

  • To save/load the rebinds, Unity's new Input System version 1.1.1 or higher Is required.
  • Support for Input System 1.4.1 has been implemented, but it's not recommended to update since there is a bug that affects WASD keys!

All of the functions listed below are included in this package and can be used under the NewInputByReference namespace.


  • Action Map

ㅤㅤㅤㅤvoid NewInput.SwitchActionMap(string actionMap)

ㅤㅤㅤㅤvoid NewInput.EnableActionMap(string actionMap)

ㅤㅤㅤㅤvoid NewInput.DisableActionMap(string actionMap)


  • Rebind Functions

ㅤㅤㅤㅤvoid NewInput.StartRebinding(InputData inputData,

ㅤㅤㅤㅤint bindingIndex = 0,

ㅤㅤㅤㅤbool allCompositeBindings = false,

ㅤㅤㅤㅤAction onComplete = null,

ㅤㅤㅤㅤInputData cancelInputData = null,

ㅤㅤㅤㅤInputData[] excludedInputData = null)


ㅤㅤㅤㅤvoid NewInput.Rebind(InputData inputData, string bindingPath,

ㅤㅤㅤㅤint bindingIndex = 0)

ㅤㅤㅤㅤvoid NewInput.Rebind(string actionName, string bindingPath,

ㅤㅤㅤㅤint bindingIndex = 0)


ㅤㅤㅤㅤstring NewInput.GetBindingName(InputData inputData,

ㅤㅤㅤㅤint bindingIndex = 0,

ㅤㅤㅤㅤbool allCompositeBindings = false,

ㅤㅤㅤㅤNameOptions nameOption = NameOptions.OmitDevice)


ㅤㅤㅤㅤstring NewInput.GetBindingName(string actionName,

ㅤㅤㅤㅤint bindingIndex = 0,

ㅤㅤㅤㅤbool allCompositeBindings = false,

ㅤㅤㅤㅤNameOptions nameOption = NameOptions.OmitDevice)


ㅤㅤㅤㅤSprite GetBindingSprite(InputData inputData, int bindingIndex = 0)

ㅤㅤㅤㅤSprite GetBindingSprite(string actionName, int bindingIndex = 0)


ㅤㅤㅤㅤvoid NewInput.ResetRebinds()


ㅤㅤㅤㅤvoid NewInput.ResetRebind(InputData inputData,

ㅤㅤㅤㅤint bindingIndex = 0)

ㅤㅤㅤㅤvoid NewInput.ResetRebind(string actionName,

ㅤㅤㅤㅤint bindingIndex = 0)


  • Button Action Type

ㅤㅤㅤㅤbool NewInput.GetButtonDown(string actionName)

ㅤㅤㅤㅤbool NewInput.GetButtonDown(InputData inputData)


ㅤㅤㅤㅤbool NewInput.GetButton(string actionName)

ㅤㅤㅤㅤbool NewInput.GetButton(InputData inputData)


ㅤㅤㅤㅤbool NewInput.GetButtonUp(string actionName)

ㅤㅤㅤㅤbool NewInput.GetButtonUp(InputData inputData)


  • Value Action Type

ㅤㅤㅤㅤfloat NewInput.GetAxis(string actionName)

ㅤㅤㅤㅤfloat NewInput.GetAxis(InputData inputData)


ㅤㅤㅤㅤVector2 NewInput.GetVector2(string actionName)

ㅤㅤㅤㅤVector2 NewInput.GetVector2(InputData inputData)


ㅤㅤㅤㅤVector3 NewInput.GetVector3(string actionName)

ㅤㅤㅤㅤVector3 NewInput.GetVector3(InputData inputData)



There are also shortcuts for the functions when using Input Data references.


  • Button Action Type

ㅤㅤㅤㅤbool ButtonInputData.ButtonPressed

ㅤㅤㅤㅤbool ButtonInputData.ButtonHolding

ㅤㅤㅤㅤbool ButtonInputData.ButtonReleased


  • Value Action Type

ㅤㅤㅤㅤfloat AxisInputData.Axis

ㅤㅤㅤㅤVector2 Vector2InputData.Vector2

ㅤㅤㅤㅤVector3 Vector3InputData.Vector3



A full walkthrough of the Package can be found in the Documentation.


Contents of the Documentation:

ㅤㅤㅤㅤ1. What is included with the Package?

ㅤㅤㅤㅤ2. What are the Functions?

ㅤㅤㅤㅤ3. How to set up a Project to use the Package?

ㅤㅤㅤㅤ4. What do custom errors indicate?

ㅤㅤㅤㅤ5. What are some script examples?

ㅤㅤㅤㅤ6. What are some tips?


ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤSupport | Discord | Mail: blindeyethe@gmail.com

Technical details

This package contains:


  • Demo Input Action Asset, an Input Action Asset that contains a collection of Input Actions that can be extended upon.
  • Demo Action Map, which was generated from the Demo Input Action Asset.
  • Demo Input Handler, a Prefab that's already configured to function with the Demo Input Action Asset
  • Generate Input Data Window, a Custom Editor Window that takes a list of Input Actions and generates Input Data from it.

New Input By Reference

(not enough ratings)
8 users have favourite this asset
(8)
$4.99
Seat
1
Updated price and taxes/VAT calculated at checkout
Refund policy
This asset is covered by the Unity Asset Store Refund Policy. Please see section 2.9.3 of the EULA for details.
Secure checkout:
Supported payment methods: Visa, Mastercard, Maestro, Paypal, Amex
License type
File size
1.0 MB
Latest version
1.3.1
Latest release date
Aug 11, 2022
Original Unity version
2020.3.1
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo
Language
Feedback
Partners Program
Partners
USD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR