Search Issue Tracker
Fixed
Fixed in 2022.2.12f1, 2023.1.0b6, 2023.2.0a2
Votes
0
Found in
2020.3.41f1
2021.3.14f1
2022.1.24f1
2022.2.1f1
2023.1.0a21
2023.2.0a1
Issue ID
UUM-21305
Regression
No
Changing Color Space is not consistent when using Texture Arrays
Steps to reproduce:
1. Open the “Bug Reports” project
2. Change Color Space to Gamma (Edit → Project Settings → Player)
3. Observe the Game view and notice how the fence looks
4. Restart the Editor
5. Observe the Game view and notice how the fence looks
Expected result: There should be no difference in 3rd and 5th steps
Actual result: The fence looks darker before restarting the Editor
Reproducible with: 2020.3.41f1, 2021.3.14f1, 2022.1.24f1, 2022.2.1f1, 2023.1.0a21
Reproduced on: macOS Ventura 13.0.1 (Intel)
Note: Same bug when changing to Linear
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note (fix version 2023.2.0a2):
Verified with: 2023.2.0a2
The upload format for Texture2DArrays, CubemapArrays, and Texture3Ds would not be immediately updated when the color space was changed in the Editor Player Settings until the editor restarted. This has been fixed so the upload format is immediately updated on color space change.
Resolution Note (fix version 2023.1.0b6):
The upload format for Texture2DArrays, CubemapArrays, and Texture3Ds would not be immediately updated when the color space was changed in the Editor Player Settings until the editor restarted. This has been fixed so the upload format is immediately updated on color space change.
Resolution Note (fix version 2022.2.12f1):
The upload format for Texture2DArrays, CubemapArrays, and Texture3Ds would not be immediately updated when the color space was changed in the Editor Player Settings until the editor restarted. This has been fixed so the upload format is immediately updated on color space change.