11,000 種類を超える 5 つ星アセット

8.5 万人以上の顧客による評価

10 万人を超えるフォーラムメンバーが支持

すべてのアセットを Unity が審査済み

ホーム
ツール
入出力管理
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.
SRP との互換性
Unity のスクリプタブルレンダーパイプライン(SRP)は、C# スクリプトを使用してレンダリングを制御できる機能です。SRP は、ユニバーサルレンダーパイプライン(URP)と HD レンダーパイプライン(HDRP)を支えるテクノロジーです。
Unity のバージョンビルトインURPHDRP
2020.3.1f1
互換性がある
互換性がある
互換性がある
詳細

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

技術的な詳細

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

(評価数が不足しています)
8 users have favourite this asset
(8)
$4.99
シート
1
更新された価格と消費税/VAT はチェックアウト時に計算
払い戻しポリシー
このアセットは Unity アセットストアの払い戻しポリシーの対象です。詳細については、EULA のセクション 2.9.3 を参照してください。
以下で安全にチェックアウト:
Supported payment methods: Visa, Mastercard, Maestro, Paypal, Amex
高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
Unity logo
言語選択
フィードバック
パートナープログラム
パートナー
USD
EUR
Copyright © 2025 Unity Technologies
全ての表示価格には消費税は含まれていません
USD
EUR