Search Issue Tracker
Fixed
Fixed in 2021.3.17f1, 2022.2.2f1, 2023.1.0a18
Won't Fix in 2022.1.X
Votes
0
Found in
2021.3.5f1
2022.1.16f1
2022.2.0b8
2023.1.0a9
Issue ID
UUM-14340
Regression
No
In Device Simulator OnGUI events are called twice
Reproducible in Unity 2021.3.5f1
# Open the attached project
# Open Device Simulator and Game
# Click in Game - Debug Log is printed once
# Click in Device Simulator - Debug Log is printed twice
Expected behaviour: Debug Log is printed once in both cases
There is a repro test project:
https://drive.google.com/file/d/1O5XY_h4xO5hUd2PfsyarmBdl5MuAdyEa/view?usp=sharing
Here is a video illustrating the issue:
[https://drive.google.com/file/d/1fTcqmZAiLmevxH-rO0RkwFQKpf1upjOG/view?usp=sharing]
(for some reason I couldn't attach it to Jira ticket)
Test code:
void OnGUI()
{
if (Event.current.type == EventType.MouseUp)
{
Debug.Log("OnGUI :: Mouse Up!");
}
}
Comments (2)
-
hurleybird
Jan 16, 2023 22:32
This makes the device simulator potentially worse than useless in 2022.1, and Unity won't fix it?
2022.1 is the only branch that is both relatively bleeding edge and relatively production ready.
-
putlocker
Sep 09, 2022 19:39
://play.acast.com/s/631b89cc3c2be9001419a751?
://play.acast.com/s/631b8bee97ab4100128a7a69?
://play.acast.com/s/631b8cf96bf4ff001484256c?
://play.acast.com/s/631b8d2d4b295e0014866219?
://play.acast.com/s/631b8e5d97ab4100128a83f7?
://play.acast.com/s/631b8f97e95f9600120d90fe?
://play.acast.com/s/631b916db032c20013fa6a9a?
://kendamahouse.com/wp-content/uploads/2022/09/gJGDKJktlkUAD.pdf
://dataverse.harvard.edu/dataverse/muziek-kan-iemand-ertoe-aanzetten/
://telegra.ph/HjkgkDutilu-09-09
://t.co/FQsu8aE9DG
://gitlab.com/hxdfxr/JjhLJDlkuYU
://t.co/GY84OVExC1
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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Resolution Note (fix version 2023.1.0a18):
Fixed in: 2023.1.0a18
Resolution Note (fix version 2022.2.2f1):
Fixed issue where mouse up and mouse down events were reported twice in OnGUI when using the Device Simulator
Resolution Note (2022.1.X):
Due to time constraints, this issue will be fixed for 2022.2 and for 2021.3 LTS
Resolution Note (fix version 2021.3.17f1):
Fixed issue where mouse up and mouse down events were reported twice in OnGUI when using the Device Simulator