Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.29f1
2022.3.10f1
2023.1.14f1
2023.2.0b10
2023.3.0a5
Issue ID
UUM-49309
Regression
No
Console is spammed with errors on every Inspector redraw when enabling AA and Random Write in the Render Texture settings
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
Reproducible with: 2021.3.29f1, 2022.3.10f1, 2023.1.14f1, 2023.2.0b10, 2023.3.0a5
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 Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
The collapse button should aggregate errors into one entry. Please use that.