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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.