Search Issue Tracker
Feature Request
Votes
0
Found in
2018.4.26f1
2020.1.1f1
2020.2.0a11
Issue ID
UUM-4405
Regression
No
Changing Anisotropic level of a texture should not trigger a re-compression
How to reproduce:
1. Open the attached Aniso.zip project
2. Select Big texture in the Project window
3. Go to the Inspector window, set different Aniso level and press Apply
Expected: re-compression ios not trigger
Actual: re-compression starts
Reproducible with: 2018.4.26f1, 2020.1.1f, 2020.2.0a11
Note:
- From 2020.2.0a12 Anisotropic filtering is enabled for all textures in Quality Settings and the issue is not reproducible there
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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
Resolution Note:
In Unity, a Texture (e.g., Texture2D) is both the sampler and texture. Hence, we need to reimport the texture when the sampler changes.
Two solutions are possible, both could be considered a feature request: separate the sampler from a Texture, or optimize the import pipeline such that texture sampler changes don't introduce full recompression.
This bug will be converted to a feature request.