[HDRP] Windowed Fullscreen Brightness Glitch
Solution
Unity 6.0.x - Unity 6.3.x
Published Wed, Mar 11
A brightness issue occurs in your builds when using Windowed Fullscreen mode. When a display resolution other than the monitor native resolution is selected in your project, the entire scene becomes darker.
This behavior is specific to Windowed Fullscreen and does not occur in Exclusive Fullscreen or standard Windowed modes. This issue is prominent in projects using HDRP and DirectX 12.
Upgrade your Unity Editor to version 6000.0.69f1 or 6000.3.11f1 to resolve the darkening issue in Windowed Fullscreen.
The scene darkening is caused by a bug in the DirectX 12 back-end when Screen.SetResolution() is called with non-native dimensions in Windowed Fullscreen.
- Open the Unity Hub and locate your project.
- Update your
Unity Editorto version 6000.0.69f1, 6000.3.11f1, or a more recent stable release. - Rebuild the application to apply the internal rendering fix.
Additional Tips
- Confirm that your
Graphics APIis set toDirectX 12inProject Settings. - If upgrading is delayed, use
Exclusive Fullscreento maintain consistent brightness across resolutions while avoiding Windowed Fullscreen for now.
Related Posts Haven't quite found a solution to your problem? We think these posts might help you.
Content inspired by a Unity discussion post.