Unity开启HDR在个别真机上黑屏现象

2017版本的Unity有个严重的HDR渲染错误,当开启相机HDR功能后,在个别GPU上会出现黑屏花屏现象。Unity官方贴出了一个在2018.3中已经修复的Bug:

Unity开启HDR在个别真机上黑屏现象_第1张图片

实际上我使用oppoR9(MALI-T860)一样会出现同样的情况。即使使用SystemInfo.SupportsRenderTextureFormat(RenderTextureFormat.DefaultHDR)接口检测设备支持HDR,依然会得到一个黑屏。换成Unity2018.3版本后,渲染正常。

相关资料:

https://forum.unity.com/threads/allow-hdr-creating-huge-decrease-in-performance.521483/

https://forum.unity.com/threads/game-rendering-as-black-in-unity-2017-1-on-galaxy-s6-when-hdr-is-enabled.494102/

解决方案:

将Unity升级到2018.3,或者在运行时关闭HDR

你可能感兴趣的:(问题集【unity】,unity3d)