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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.