Asset Prices
All tracked/Add-Ons/Bouncy Castle Games

Easy New Input System

A field report on Unity Asset Store pricing, by way of Bouncy Castle Games ; 0.0★ (1)

Easy New Input System
Today
$20.00All-time low
Low
$20.00
Median
$20.00
High
$20.00
§ 01Summary

Easy New Input System has been tracked on the Unity Asset Store since 2020-11-20. The price has held steady at $20.00 the entire time. Easy New Input System is at its all-time low right now.

§ 02The data

Not enough price points yet for Easy New Input System. Check back soon.

No recorded changes yet.

§ 03About this asset
Unity's new Input System 1.0.0+ is required for this asset to work, it can be acquired via the Package Manager. Note: Since there have been updates to the new input system this asset is much less useful than it used to be. When the input system was released there wasn't a simple polling api for it and that has since changed. As a result the only use for this asset is to upgrade to the new Input System with old scripts written with the Input Manager in mind, with little to no code changes. A wrapper for Unity's new Input System that allows you to utilize old Input Manager syntax. The primary use case for this asset is to use the new input system via the old input manager's API. Put another way, it makes it easy to upgrade old scripts to the new input system with basically no code rewriting. There are some caveats in that doing so inherently limits the new input system's capabilities. For example using multiple Input Action Maps isn't really supported via this Asset. The Easy New Input System provides: bool Input.GetButtonDown(string actionName) bool Input.GetButtonUp(string actionName) bool Input.GetButton(string actionName) bool Input.GetKey(string actionName) bool Input.GetKeyDown(string actionName) bool Input.GetKeyUp(string actionName) float Input.GetAxis(string actionName) float Input.GetAxisRaw(string actionName) With the addition of a few new methods because of the incredibly expanded options from the Unity's new Input System: Vector2 Input.GetVector2(string actionName) Vector2 Input.GetVector2Raw(string actionName) Vector3 Input.GetVector3(string actionName) Vector3 Input.GetVector3Raw(string actionName) This asset makes it super simple to upgrade a project using Unity's old Input Manager or start a new project using the new Input System a cinch. You can even add this package to a game that is already using the new Input System and clean up your scripts a lot as a result. After installing the new Input System from the package manager and importing this asset: - To upgrade an old project you just need to create or modify the Input Action Asset to include all of the controls you have configured in the old Input Manager, open the settings under Axios Interactive > Input Wrapper Settings and choose the Input Action Asset. Then you shouldn't need to make any changes to your code. - To start a new project you just need to create a new Input Action Asset or modify the Input Action Asset included with the project to have the relevant controls. Ensure that the Input Action Asset is selected in the Input Wrapper Settings menu and write your code the same way you always have with the old Input Manager. No new imports anything else required. - For projects that already have the new Input System in use, you can bring this asset into the project and then you can remove most, if not all, context callback methods in your code as well as any booleans related to keeping track of what button was pressed when, as well as any state resets in your Update or FixedUpdate methods. With this asset it's simple, just poll for when a button is pressed using the above methods. ​Discord for support inquiries: https://discord.gg/pVGHvtcEtW​

Description sourced from the Unity Asset Store listing.

§ 04Frequently asked
What is the current price of Easy New Input System on the Unity Asset Store?

Easy New Input System currently costs $20.00 on the Unity Asset Store, based on our latest price check.

What is the cheapest Easy New Input System has ever been?

The all-time low we have recorded for Easy New Input System is $20.00. The historical median is $20.00 and the highest price seen was $20.00.

Is now a good time to buy Easy New Input System?

Yes ; Easy New Input System is at its all-time low right now.

Who publishes Easy New Input System?

Easy New Input System is published by Bouncy Castle Games on the Unity Asset Store.

§ 05Also marked down