Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2020.3
2020.3.0f1
2021.1
2021.2
Issue ID
1321056
Regression
No
Anti-aliasing for Render Texture is not doing anything when "MSAA" setting on the Camera is set to "Use Quality Settings"
How to reproduce:
1. Open the attached project "AATest.zip"
2. Open the "SampleScene" scene
3. Change the "New Render Texture" Anti-aliasing value to None
4. Enter Play mode and check the Game View
5. Change the "New Render Texture" Anti-aliasing value to 8 samples
6. Enter Play mode and check the Game View
Expected result: Anti-aliasing changes the render texture
Actual result: Anti-aliasing has no effects on the render texture
Reproducible with - 2018.4.30f1, 2019.4.22f1, 2020.3.0f1, 2021.1.0b11, 2021.2.0a9
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
- Gradient Editor window bottom-right gradient marker color is incorrect
- MaskField tooltips should only display Value when bound
- Reordering Enum Values in VFX Graph Uint Property expands the “Value” field
- Visual Effect Graph sample titles display in non-human-readable format
- UxmlNamespacePrefix does not apply when using UIBuilder documents
Resolution Note:
This is by design. AA is controlled on the camera + project settings not the render texture. Creating render texture with a specific MSAA is mainly useful in combination with scripting(CommandBuffer.SetRenderTarget, ...) and not used as a way to control AA of camera rendering.