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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Resolution Note (2020.2.X):
This is by design in Metal. Anisotropic texture reads in vertex shaders are undefined behavior.