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
- [Android][IL2CPP][ARMv7] Struct field value corrupts when invoking a generic delegate with a large struct by value
- Highlights persist throughout Options Panels in the Rendering Debugger Window
- Typing numbers in Matrix node’s numeric fields stretches Node
- Streaming is misspelled as "Steaming" in "Enable GPU Streaming" and "Enable Disk Streaming" tooltpis
- "IndexOutOfRangeException" thrown when moving caret left at start of TMP Input Field with rich text
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.