Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4.13f1
2021.1
Issue ID
1289144
Regression
No
Texture of a large mesh shows artifacts when zoomed in
How to reproduce:
1. Open the user's attached project("Urp Bug.zip")
2. Load "Sample Scene"
3. Look at the plane in Scene View
Expected results: The texture is fine
Actual results: The texture has artifacts
Reproducible with: 2018.4.29f1, 2019.4.15f1, 2020.1.15f1, 2020.2.0b13, 2021.1.0a7
Notes:
- Reproduces with all graphics API
- Reproduces with the legacy renderer and URP (7.5.1 - 10.2.0)
- Artifacts don't show up everywhere
- Doesn't reproduce on all computers
- Such a large Mesh can be obtained using ProBuilder
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Based on the repro project setup and the video I've concluded that is by design:
By zooming in so far on such a large plane/triangle, the precision limits of the GPU's interpolators/texture samplers is reached.
Adding a few more subdivisions to the plane should already alleviate this effect.