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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Group Selection title text size is smaller in renaming than the actual font size
- Rich Text is not correctly highlighted when searching through Debug Logs in the Console window
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
evtris
Jan 05, 2023 03:29
thanks
jueunshin
Dec 05, 2022 05:24
thank you