Search Issue Tracker

0
votes
Fixed

InputActions asset gets cleared when the Input System package is updated

Package: Input System

-

Nov 13, 2019

-

Version/s: 1.0.0-preview.2

How to reproduce:1. Open the project attached by the user("TEST_XboxOneBuild")2. Update "Input System" package to any newer version ... Read more

4
votes
Fixed

[Input System] UI becomes unresponsive when multiple GameObject componen...

Package: Input System

-

Oct 03, 2019

-

Version/s: 0.9.5, 1.0.0

How to reproduce:1. Open user-submitted project (Unity_ButtonFeedback_2019_3)2. In 'Scene' scene disable the PlayerInput GameObject3... Read more

0
votes
Fixed

NullReferenceException errors are thrown when interacting with Input Sys...

Package: Input System

-

Oct 08, 2019

-

Version/s: 0.1.2, 1.0.0

How to reproduce:1. Create a new Unity project2. Import the Input System package3. Import the Quick Search package4. Open Edit > ... Read more

0
votes
Fixed

The Input System sometimes delays button release input

Package: Input System

-

Dec 11, 2021

-

Version/s: 1.2.0

Reproduction steps:1. Open the attached project2. Play the project3. Start double-tapping the left or right arrow key and eventually... Read more

0
votes
Fixed

Contents of existing C# Script get replaced when Input Actions Asset wit...

Package: Input System

-

Nov 28, 2024

-

Version/s: 1.11.2, 1.14.0

Reproduction steps:1. Open the attached project "ReproProj"2. In the Project window, move “/Assets/FolderB/InputHolder.inputactions“... Read more

0
votes
Won't Fix

Performed callback is invoked if moving the cursor while the “Completing...

Package: Input System

-

Sep 18, 2023

-

Version/s: 1.7.0

How to reproduce:1. Open the user’s attached “NIS.zip” project2. Enter Play Mode3. While the “Completing Domain/Hold on” loading bar... Read more

0
votes
Fixed

Top Action in top Action Map is selected on adding first binding to new ...

Package: Input System

-

Mar 08, 2024

-

Version/s: 1.8.0

Steps to reproduce: 1. Open project wide action map 2. create a new action in either Player or UI action map 3. select the action th... Read more

0
votes
Duplicate

Binding is deselected right after creation when opening the Binding Path...

Package: Input System

-

Sep 16, 2025

-

Version/s: 1.14.2

Steps to reproduce:1. Open any Project with the new Input System Package Installed2. Navigate to Edit > Project Settings > Inp... Read more

0
votes
Won't Fix

[Input System] Using AddCompositeBinding does not set name of binding

Package: Input System

-

Oct 08, 2019

-

Version/s: 1.0-preview

1. In script, call InputActionSetupExtensions.AddCompositeBinding for an action inside an .inputactions asset.2. Open the asset in t... Read more

0
votes
Fixed

[Input System] OnPointerEnter called twice on Android

Package: Input System

-

Oct 08, 2019

-

Version/s: 1.0-preview

OnPointerEnter is called once in editor but on Android device is called twice when pointer enters uGUI element. Read more