Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2018.1.0b10
Issue ID
1013676
Regression
No
TextureImporter does not import PNG Textures with a negative mipmap bias correctly
How to reproduce:
1.Open the repro project "TextureBias" in comment
-> there is only 1 texture file with it's meta file
-> Open the meta file with text editor and note that "mipBias" is -1
2.Select the texture in Unity and observe the Inspector with Debug mode
-> "Mip Bias" on Editor is 0
Expected result: "Mip Bias" on Editor is -1
Actual result: "Mip Bias" on Editor is 0
See attached image in comment.
Note: if "mipBias" is -2 in the meta file, in Editor it will correctly show "Mip Bias" -2
Reproduced in: 2018.2.0a5, 2018.1.0b11, 2017.3.2f1, 2017.2.2p1, 2017.1.3p2, 5.6.5p3
Notes: The texture metadata "Mipmap Importer Test Texture -1.png.meta" file correctly shows mipmap bias as "mipBias: -1". Yet once the texture is imported to Unity the negative bias gets clamped back to 0.
Verified in: 2018.2.0a7
Comments (38)
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
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
evtris
Jan 05, 2023 03:29
thanks
jueunshin
Dec 05, 2022 05:24
thank you