Search Issue Tracker
Fixed
Fixed in 2022.3.63f1, 6000.0.50f1, 6000.1.4f1, 6000.2.0a11, 7000.0.0a35
Votes
0
Found in
2022.3.0f1
6000.0.0b1
6000.1.0a1
6000.2.0a1
Issue ID
UUM-103203
Regression
No
The Web diagnostics overlay only works with the default template
Steps to reproduce:
- Open a Unity project
- Switch platform to Web
- Open File > Build Profiles > Player Settings > Resolution and Presentation
- Select template "Minimal" or "PWA"
- Open File > Build Profiles > Player Settings > Publishing Settings
- Enable "Show Diagnostics Overlay"
- Click on "Build & Run"
Actual results: The diagnostics overlay is not available in the build.
Expected results: A button is available in the build to open and use the diagnostics overlay.
Reproducible with versions: 2022.3.0f1, 6000.0.0b1, 6000.1.0a1, 6000.2.0a1, 7000.0.0a1
Not reproducible with versions: None
Tested on (OS): Windows 10
Notes:
- [https://docs.unity3d.com/Manual/class-PlayerSettingsWebGL.html#diagnostic]
- The code that adds the overlay is missing in the "Mininmal" and "PWA" template. To fix this bug just copy the parts over from the "Default" template. For the button the version used for mobile/fullscreen can be used in the other templates.
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
- Project Auditor suggests to update package to a lower version than installed when the recommended package version is not the latest version
- Low performance when multiple meshes using BlendShape are rendered on screen
- TMP Dropdown visually corrupts or disappears when its own GameObject is assigned to "Caption Image" or "Placeholder" elements
- Usymtool tries to upload GameAssembly.pdb when it doesn't exist after building with Mono backend
- “NullReferenceException” error thrown in the Console when running HDRP Wizard “Fix All” in URP project after installing HDRP Package
Resolution Note (fix version 2022.3.63f1):
Verified as fixed in 2022.3.63f1