Search Issue Tracker
Fixed in 2022.2.10f1
Fixed in 2023.1.0a19
Votes
0
Found in
2020.3.44f1
2021.3.16f1
2022.2.3f1
2023.1.0a1
Issue ID
UUM-25370
Regression
Yes
CreateExternalTexture interprets sRGB parameter as Linear
Reproduction steps:
1. Open user attached project "KtxLoadingSpeed.zip"
2. Select "Cube" in the Hierarchy
3. In the Inspector set "Color Space Mode" to “Force Linear”
4. Right-click the "Load Ktx" component
5. Click on "Get Tex"
6. Set "Color Space Mode" to “Force sRGB”
7. Click on "Get Tex"
Expected result: Texture looks darker
Actual result: Texture looks the same
Reproduced with: 2020.3.44f1, 2021.3.16f1, 2022.2.2f1, 2022.2.3f1
Not reproduced with: 2022.2.1f1, 2023.1.0a1, 2023.1.0b1
Reproducible on: Windows 10
Not reproducible on: Windows 11 (“Plugins: Failed to load 'ktx_unity.dll” error)
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
- “GUIStyle” and “NullReferenceException” errors thrown in the Console when opening Object Field during script compilation
- Reflections are visible on objects without Recursive Rendering when viewed through transparent parts of another object with Recursive Rendering and Alpha Clipping enabled
- Visual artifacts appear when using "clip" method in custom shader and running on GLES
- Scaled Backgrounds List and dropdown text are enabled while Scaled Backgrounds field is disabled in IMGUI Debugger window
- Editor crashes when large value is entered in Scaled Backgrounds field of IMGUI Debugger window
Resolution Note (fix version 2022.2.10f1):
Fixed by another internal issue: UUM-17632: CreateExternalTexture creates texture with wrong color space
Resolution Note (fix version 2023.1.0a19):
Fixed by another internal issue: UUM-17632: CreateExternalTexture creates texture with wrong color space