Search Issue Tracker
By Design
Votes
0
Found in
2019.2.17f1
2019.3
2020.1
2020.2
Issue ID
1230409
Regression
No
[iOS]Terrain has graphical artefacts when Draw Instanced is enabled and Anisotropic Textures are Forced on
How to reproduce:
1. Open the attached test1.zip project
2. Build for iOS and deploy the Xcode project to the device
Actual: Terrain has graphical artifacts (see the Untitled.mov attached in the edit section)
Reproducible with: 2019.3.8f1, 2020.1.0b5, 2020.2.0a7
Reproducible with:
- iPhone 7 (iOS 12.3.1)
- iPad 7th generation (iOS 13.2.2)
Not reproducible with:
- Mac Standalone
- VLNQA00277, Asus ROG Phone (ASUS_Z01QD), Android 8.1.0, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
Notes:
- Anisotropic Textures are Forced on are set in the Project Settings/Quality/Rendering
- Draw Instanced is enabled in the Terrain Settings
- Could not test with earlier versions because of the thrown errors
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
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
- Temporal Anti-aliasing causes jittering/shaking when using a Camera overlay in the Scene View
- Mouse device is disabled in Play Mode when the "Device Simulator" tab is present as an inactive tab and Game view is not maximised
Resolution Note (2020.2.X):
This is by design in Metal. Anisotropic texture reads in vertex shaders are undefined behavior.