Search Issue Tracker
Duplicate
Votes
0
Found in
5.4.0b16
Issue ID
794868
Regression
Yes
If color picker is selected and one enters play mode, errors occur in the console
How to reproduce:
1. Create a new empty project
2. In the Hierarcy window click on MainCamera
3. In the inspector, select the color picker next to "Background" and select any color
4. Hit the Play button
5. Notice errors:
rc.right == m_GfxWindow->GetWidth() && rc.bottom == m_GfxWindow->GetHeight()
GUI Window tries to begin rendering while something else has not finished rendering! Either you have a recursive OnGUI rendering, or previous OnGUI did not clean up properly.
Not reproducible: 5.3.5f1
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
- URP/Lit and URP/Simple Lit and shaders based on these do not render in WebGL Player
- VideoPlayer freezes for a short duration after 1 second when streaming on WebGL from StreamingAssets
- VideoPlayer freezes or stops on certain Android devices when enabling and disabling the Video multiple times
- [Linux] The Error "ReleaseButton expects buttonId" is thrown when trying to add file using drag and hold in the Project Window
- Highlighted text is difficult to see in “Create Node” menu when Editor theme is set to light
This is a duplicate of issue #792984