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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
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.