Search Issue Tracker
By Design
Votes
0
Found in [Package]
3.14.2
Issue ID
HUBX-1488
Regression
No
Multiple instances of Unity Hub Bug Reporter can be opened instead of focusing on opened existing window
Steps to reproduce:
1. Open Unity Hub
2. Click on "User menu" icon in top tool bar
3. Click on "Help and support" > Report a bug
4. Open Unity Hub Bug Reporter multiple times and observe
Actual results: Unity Hub Bug Reporter can be opened multiples times, spamming multiple windows on desktop
Expected results: Unity Hub Bug Reporter should be allowed to open once, when opened again, it should be focused
Reproducible with versions: 3.14.2
Tested on (OS): Windows 11
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
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
Resolution Note:
The current implementation matches the Unity Editor behavior: every time the user presses the "Report a Bug" button, a new Bug Reporter instance is opened. While focusing an existing Bug Reporter window might feel more polished in the Hub context, it would introduce a divergence from the Editor’s behavior. To remain consistent across products, we will keep the current behavior.