Search Issue Tracker
Won't Fix
Votes
0
Found in
6000.0.17f1
6000.1.0a7
6000.2.0a1
Issue ID
UUM-78953
Regression
No
Some Post Processing shaders are not applied in Player
How to reproduce:
1. Open the “IN-83131_repro“
2. Open the “New Scene“
3. Enter Play Mode and observe the Game view
4. Select File → Build and Run
5. Observe the Player
Expected result: Game view and Player look the same
Actual result: Player has more exposure
Reproducible with: 6000.0.17f1
Could not test with: 2021.3.43f1 (crashes), 2022.3.44f1 (could not resolve errors)
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environment tested
Note: If the project fails to Build, clear the console and try again
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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note:
Internal GUI shader (used by the editor windows) has been overridden by the user with an incorrect shader that does not do srgb conversion correctly.
Remove
Assets/Internal-GUITextureBlit.shader
Assets/Internal-GUITextureClip.shader
Assets/Internal-GUITextureClipText.shader
and restart the editor to fix the issue.