Search Issue Tracker
Fixed in 5.2.1
Votes
0
Found in
5.2.0b5
Issue ID
716221
Regression
Yes
[Input System] Mouse click/key press event is not captured when a project is opened using "Open project" option
In a particular scenario, input events are not captured. Opening a project with input events from inside unity using Open project menu, does not capture mouse events.
Steps to reproduce:
1. Open any project with mouse click events or key press events in it
2. Play it and stop
3. Now go to File>Open Project and choose the attached project (another project with key press or mouse clicks)
4. Click on "Play"
5. Click on the screen using left mouse or use the WASD keys to move
Note that the event is not captured.
Now close Unity and reopen with this project and click play and now the event would be captured and the debug log "Clicked!!" would be displayed in the console.
Quite likely related to 705555 since the issue only appears after that error dialog has popped up. Observed independently by Harini and Rune.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sahder errors in Player when "Strict shader variant matching" is enabled and the rendering path is set to "Deferred"
- NullReferenceExceptions are being thrown when saving a ScriptableObject with an array of a type with a CustomPropertyDrawer that uses TrackPropertyValue
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
Add comment