Search Issue Tracker
Active
Votes
3
Found in [Package]
2019.4
2020.3
2021.2
2021.2.12f1
2022.2
Issue ID
1410813
Regression
Yes
First button click is not executed in editor when window focus is lost
Reproduction steps:
1. Open the user's attached project
2. Open scene 'Scenes/Scene1'
3. Enter Play mode
4. Click on the button in the middle of the screen, notice that it turns red and 'Clicked' is printed in the console
5. Focus on another window and then back on Unity
6. Click on the button again
Expected result: The button turns red and 'Clicked' is printed in the console indicating that the event is invoked
Actual result: The button turns red, but nothing is printed in the console
Reproducible with: 1.3.0 (2019.4.37f1, 2020.3.33f1, 2021.3.0f1, 2022.2.0a10)
Not repro with 1.0.0 package
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Editor does not recognize button release when first releasing the "LShift" button and then "Numpad2"
- Reflection Probe doesn't load until it's selected in the Hierarchy window when the project has been opened
- "ArgumentNullException" error in the Console when selecting certain ScriptableObjects and entering Play Mode
- Configurable joints become bouncier when setting "Bounciness" below 1
- Prefabs get corrupted when editing Particle System curves
Add comment