Search Issue Tracker
Active
Under Consideration for 6000.0.X, 6000.1.X, 6000.2.X
Votes
1
Found in
6000.0.51f1
6000.1.8f1
6000.2.0b6
Issue ID
UUM-109464
Regression
No
Rendering errors are thrown when canceling full screen on OpenGL API Windows build
How to reproduce:
1. Open the “Sample“ project
2. Open the “SampleScene“
3. Build and run the project on the Windows platform with “Development Build” enabled
4. Once the build is complete and launched, switch back to the Editor
5. In the Console window, connect to the Player
6. Switch back to the Player
7. Click Alt+Enter to switch to full screen
8. Click Alt+Enter to exit full screen
9. Observe the Player and the Console in the Editor
Expected result: The Player window stays blue and no errors are printed in the Console
Actual result: The Player become dark and three errors are printed in the Console (full errors are provided in the Notes section)
Reproducible with: 6000.0.51f1, 6000.1.8f1, 6000.2.0b6
Could not test with: 2022.3.63f1 (Cannot build due to a numerous unresolvable compilation errors)
Reproducible environments: Windows 11
Not reproducible environments: No other environments tested
Notes:
- BlitFinalToBackBuffer/Draw UIToolkit/uGUI Overlay: The dimensions or sample count of attachment 0 do not match RenderPass specifications (3840 x 2160 1AA) vs (1920 x 1080 1AA).
- NextSubPass: Not inside a Renderpass
- EndRenderPass: Not inside a Renderpass
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
- [Android] Permission window is not shown when using a Build App Bundle (Google Play) with Minify set to Release
- NullReferenceException errors appear in the Console and Inspector window turns black when dragging .cs and .uxml files to another directory
- Crash when reimporting fbx asset used as tree by specific Terrain component
Add comment