Search Issue Tracker
By Design
Votes
1
Found in [Package]
5.0.3
Issue ID
DANB-382
Regression
No
Anti-aliasing doesn't work when using 2D Pixel Perfect
How to reproduce:
1. Open the attached project “PixelPerfect”
2. Open the “TestAaScene”
3. On the Game Window zoom in to the GameObject
4. On the “Main Camera” GameObject click “Enable Pixel Perfect”
5. Observe the results
Expected result: Anti-aliasing is working
Actual result: Anti-aliasing is not working
Reproducible with: 5.0.1 (2021.3.14f1, 2022.2.0b8, 2023.1.0a11), 5.0.2 (2021.3.14f1, 2022.2.0b8, 2023.1.0a11), 5.0.3 (2021.3.18f1, 2022.2.5f1, 2023.1.0b2)
Couldn’t test with: 2020.3.44f1 (Shader is not loading)
Reproducible on: Windows 11 Pro
Note: Reproducible both in Editor and the Player
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
- [Android][iOS] The keyboard closes and re-opens when consecutive input fields are selected
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
Resolution Note:
This is working as intended. Upscale Render Texture is designed so that all post processing is done with the low resolution RT before it is upscaled. FXAA is not supported as we don't want to introduce additional pixilation to maintain pixel perfectness.