Search Issue Tracker
By Design
Votes
0
Found in
5.6.1p4
Issue ID
938718
Regression
No
HDR on mobile platforms uses ARGB32 RenderTexture format even when ARGBHalf is available in Editor and on devices
Reproduction steps:
1) Download and open user's attached project
2) Switch active platform to Android
3) Run "Test.unity" scene in Editor
-- Notice that "Source Format: ARGB32" is being printed regardless if HDR on camera is turned on or off
4) Change platform to Standalone and press play
-- Notice that "Source Format: ARGBHalf" is being printed if HDR is turned on
Expected result:
Android platform should also return ARGBHalf when HDR is turned on
Note:
This issue is also reproduced on devices. Both editor and device do support ARGBHalf (checked with SystemInfo.SupportsRenderTextureFormat (RenderTextureFormat.ARGBHalf) method)
Reproduced with:
5.4.0f3, 5.5.4p1, 5.6.2p4, 2017.1.0f3, 2017.3.0a2
Reproduced on Editor + Android platform, Editor + iOS platform, Android and iOS builds.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment