Search Issue Tracker
Won't Fix
Won't Fix in 6000.2.X
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
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.
Resolution Note (6000.2.X):
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.