Creating a new project in unity 2023.3.0b6, it starts throwing a warning all the time, with the following text:
“Attempting to render to a depth only surface with no dummy color attachment
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)”
I didn’t see the warning influencing anything in the application, but it hinders any debugging that can be done, as it is impossible to see any useful log with this, as each frame is issuing the same warning infinitely. Even outside of play-mode it still throw the warning.