Search Issue Tracker
By Design
Votes
1
Found in [Package]
1.1.0-preview.1
Issue ID
1272772
Regression
No
[New Input System] Action gets called only once when using Mouse Press Interaction
How to reproduce:
1. Open attached "case1272772" project
2. Open Assets/Scenes/SampleScene scene
3. Enter Play Mode
4. Click on the Game View window multiple times
5. Observe the console
Expected result: There are multiple positions printed in the Console window
Actual result: There is only one position printed in the Console window
Reproducible with: 1.0.0-preview.7(2019.4.8f1), 1.0.0(2020.1.4f1), 1.1.0-preview.1(2020.2.0b1)
Could not test: 2018.4 (namespace name 'InputAction' could not be found)
Note:
- To get the Mouse Press to work again, you need to press anywhere outside the Game View window and then press on the Game View window again
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
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Resolution Note:
Press interaction applied to screen position will not yield useful result.