Search Issue Tracker
Feature Request
Feature Request in 2020.2.X
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
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
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.
Resolution Note (2020.2.X):
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.