Search Issue Tracker
By Design
Votes
0
Found in
2022.3.10f1
2023.1.14f1
2023.2.0b10
2023.3.0a6
Issue ID
UUM-49329
Regression
No
Warnings that TAA is enabled but will be disabled because MSAA is enabled at the same time are spammed in Console when entering Play Mode
How to reproduce:
1. Open any project with an RP installed
2. In a Scene select your Camera GO and in the Inspector enable AA under "Rendering"
3. Open your Render Pipeline Asset and in the inspector enable AA under "Quality"
4. Enter Play Mode and observe the Console
Actual result: Warnings like "Disabling TAA because MSAA is on. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)" are spammed in the Console
Expected result: The Warning only logs once in the Console
Reproducible with: 2022.3.10f1, 2023.1.14f1, 2023.2.0b10, 2023.3.0a6
Not reproducible with: 2021.3.29f1 (No TAA in Camera)
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
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window
Resolution Note:
The console has an option to Collapse logs to only show the first instance.
There's a way to log a warning only once, however that will also come with a cost. The proper fix here is to address the behavior that the warning warns about, in this case either disable MSAA or TAA.