Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0f3
Issue ID
898279
Regression
Yes
Camera not rendering HDR when having a ARGB32 render texture set
Reproduction steps:
1. Open the attached project.
2. Open the "asdf" scene.
3. Play the scene.
4. Open Frame Debugger (Window > Frame Debugger).
5. Expand and select Camera.Render > Render.OpaqueGeometry > RenderDeferred.Lighting
6. Notice, that UNITY_HDR_ON keyword is missing.
7. Select the "Main Camera" game object in the Hierarchy.
8. Replace the Target Texture to "RT_ARGBHalf" or "RT_RGB111110Float".
9. repeat steps 4 and 5.
10. UNITY_HDR_ON keyword is now there.
Regression introduced in:
5.6
Reproduced in:
5.6.0a1, 5.6.0f3, 2017.1.0b1
Not reproducible in:
5.5.3f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
Add comment