Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.4.0f1
2018.4.8f1
Issue ID
1183306
Regression
No
[UWP][2018.4] Linear to gamma conversion error with HDR camera rendering over Main Camera with modified Viewport Rect
Steps to reproduce:
1. Download 1183306_repro.zip and open "new" scene
2. Switch platform to UWP and Build project
3. Build VS solution (x64, Debug, Local Machine)
Actual results: Player is brighter then In Editor or Standalone
Reproduced with: 2018.4.9f1 2017.4.32f1
Not reproducible with: 2019.2.4f1, 2019.3.0b3, 2020.1.0a4
Note:
- The issue was fixed in 2019.3.0a3 but it doesn't have a bug logged and wasn't backported to 2018.4/2017.4
To recreate the project follow these steps.
1. Graphic API for the target platform (UWP) must be left to default which is Direct3D11
2. Linear color space must be active.
3. The Main Camera that does the rendering must have its Viewport Rect modified.
4. Other Camera needs to have:
a) HDR enabled
b) Depth higher than Main Camera
c) Clear Flags set to Depth only
d) Culling Mask set to Nothing
If any of these settings aren't change the issue isn't reproducible.
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
- Package Manager lets some packages to be imported when everything in the package is deselected while other packages have the “Import” button greyed out
- The Blackboard scrolls up and selecting Items breaks when Duplicating Items in a scrolled down List
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
- StackOverflowException occurs and tests fail to load when the Test Runner window is opened while System.Windows.Forms.dll and System.Deployment.dll are present in the project
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
Resolution Note (2020.1.X):
Doesn't meet the quality bar to backport to LTS