Search Issue Tracker
Won't Fix
Votes
2
Found in
2017.4
2018.4
2018.4.8f1
2019.2
2019.3
2020.1
Issue ID
1206564
Regression
No
Anisotropic filtering is not applied to Terrain Details when changing Texture Aniso Level
Steps to reproduce:
1. Open the attached project (case_1206564-Anisotropic_Texture_PerTexture.7z)
2. Enter Play Mode and set the Scale to 5x
3. Press Spacebar twice to set Anisotropic Textures to "Per Texture" ("Current setting: Enable" should be printed in the Console)
4. Use Up & Down arrow keys to change the Aniso Level of all textures and observe the results
5. Press C to switch the Camera
6. Repeat Step 4
Expected result: Anisotropic Filtering is applied to Terrain Details (grass and concrete block)
Actual result: Anisotropic filtering is not applied to Terrain Details
Reproduced in: 2017.4.36f1, 2018.4.15f1, 2019.2.17f1, 2019.3.0f4, 2020.1.0a18
Note:
- Pressing Spacebar one more time will change Anisotropic Textures setting to "Force On" and will correctly apply 16x AF to Terrain Details
Comments (1)
-
joebopie
Feb 13, 2022 05:59
This is the exact same answer i found on a diffrent question. The problem remains that anisotropic textures do not get applied unless its set to "Force On" for everything. thats not a fix.
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
The issue here is that the individual textures are composited into an atlas. The atlas will not represent the anisotropic settings of the individual textures. It is either off, or forced on. Aniso settings should work normally if textures are assigned directly as texture inputs to a conventional material.