Unity Issue Tracker - Console is spammed with errors on every Inspector redraw when enabling AA and Random Write in the Render Texture settings
Closed
UUM-49309
Console is spammed with errors on every Inspector redraw when enabling AA and Random Write in the Render Texture settings
Unity: Graphics Device Features
Won't Fix
2023.3.X
2023.2.X
2023.1.X
2022.3.X
2021.3.X
The collapse button should aggregate errors into one entry. Please use that.
How to reproduce:
1. Open any project
2. Create a "Render Texture" Asset
3. Select it in Project Browser and set "Anti-aliasing" to 8 samples
4. Enable "Random Write"
5. Observe the Console whilst moving the cursor in and out of the Inspector
Actual result: Error "RenderTexture.Create: Requested anti-aliasing with random write flag. This is not supported. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)" is spammed in the Console on every Inspector redraw
Expected result: Either the error is printed once or a Warning is shown either in the Console or in the Inspector