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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (2020.1.X):
Doesn't meet the quality bar to backport to LTS