Reproduction steps:
- Open the attached "IN-137902-REPRO.zip" project
- Open the “Assets/Scenes/SampleScene_ALT.unity” scene
- Enter Play Mode
- Move the mouse onto the red square without touching any other UI elements
- Move the mouse from the red square onto empty space
- Exit Play mode and observe the Console window
- Notice it has a single "ENTER" and a single "EXIT" event
- Enter Play mode again
- Move the mouse onto the red square without touching any other UI element
- Move the mouse from the red square onto the purple square
- Observe the Console window
Actual result: It shows a single "ENTER" and 2 "EXIT" events
Expected result: It shows a single "ENTER" and a single "EXIT" event (consistent with step 7)
Reproducible with: 2023.1.0a3, 6000.0.73f1, 6000.3.14f1, 6000.4.4f1, 6000.5.0b5, 6000.6.0a3
Reproducible environment: Windows 11
Not reproducible environment: No other environments tested