Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X
Votes
0
Found in
2021.3.27f1
2022.3.2f1
2023.1.0f1
2023.2.0a18
2023.3.0a3
Issue ID
UUM-39752
Regression
Yes
[macOS] “Input.GetMouseButtonDown” gets set to true when pressing and when releasing the mouse button in the Device Simulator view if "targetFrameRate" is set in the script
How to reproduce:
1. Open the user’s attached “GetMouseButtonIssue.zip” project
2. Open the Game window
3. Open the “Game” dropdown menu and select “Simulator”
4. Enter Play Mode and press and release the left mouse button
5. Observe the Console window
Expected result: “MouseButtonIsDown” with the current frame number is logged when the button is pressed
Actual result: “MouseButtonIsDown” with the current frame number is logged when the button is pressed and when released
Reproducible with: 2021.2.0a2 ,2021.3.27f1, 2022.3.2f1, 2023.1.0f1, 2023.2.0a18
Not reproducible with: 2021.2.0a1
Reproduced on: macOS 13.2.1 (Intel)
Notes:
Also reproducible with “Input.GetMouseButtonUp”
Not reproducible in the Game Play Mode and Standalone Built Player (macOS)
Not reproducible on Windows
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Decompressing a DeflateStream under IL2CPP misses a few bytes
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Infinite inertial tensor rotation values are not discarded (both AB and RB)
Add comment