Search Issue Tracker
Fixed
Fixed in 1.12.0
Votes
0
Found in [Package]
1.11.2
1.12.0
Issue ID
ISXB-1269
Regression
Yes
Serialized InputAction's Processor properties dropdown doesn't work inside the Inspector
Reproduction steps:
1. Open the attached “BugReport1.zip“ project
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Select the “Capsule“ GameObject in the Hierarchy
4. Double-click the “Left Stick [Gamepad]“ Input Action under the My Script Component
5. Try to expand the “Axis Deadzone“ Processor’s dropdown
6. Observe
Expected result: Dropdown expands, Processor fields are exposed
Actual result: Dropdown doesn’t expand, no customizable fields are present
Reproducible with: 1.9.0 (2022.3.54f1), 1.11.2 (2022.3.54f1, 6000.0.30f1, 6000.1.0a7)
Not reproducible with: 1.8.2 (2022.3.54f1)
Reproducible on: M1 Max MacOS 15.1.1
Not reproducible on: No other environment tested
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ScrollView clips content when under an ancestor that has a filter set
- "Retrieving array element that was out of bounds" error thrown when attempting to remove a column from a Multi-Column List View
- Multi-Column List View horizontal scroll resets to left most position when scrolling vertically
- Floating License is lost for concurrent jobs
- Warning "Failed to insert item" is logged when Assigning Project to Organization's Project in the Project Settings
jpfranssen_
Jan 27, 2026 14:42
Is this issue back in 1.17.0?? Currently not seeing any fields in a serialized InputAction
[SerializeField] private InputAction test;