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
- MaskField Choices Elements tooltip covers the entire window while scrolling through the Elements
- Reordering Enum Values in VFX Graph Uint Property expands the “Value” field
- Visual Effect Graph sample titles display in non-human-readable format
- UxmlNamespacePrefix does not apply when using UIBuilder documents
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
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.