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
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
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.