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
- Profiler search results are delayed when any search result is selected, and another frame is viewed
- [Linux] Cannot reorder GameObjects in the Hierarchy when the AI Assistant package is installed
- [iOS] Text Input field stops receiving changes when the "Cancel" button is used on the soft keyboard
- [WebGPU] URP RenderGraph RenderPass doesn't clear textures
- Query Builder items display raw code style names instead of human readable labels in search field
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;