Search Issue Tracker
Won't Fix
Votes
2
Found in
5.0.2f1
Issue ID
702762
Regression
Yes
[Standalone] Inconsistent Direct3D behavior with non-native resolution on fullscreen builds
Steps to reproduce:
1. Create a new Unity project
2. Go to 'Player Settings' and make sure the Direct3D9 is used as a Graphics API
3. Build and run the project in fullscreen using non-native screen resolution
4. Notice that the game is "Fitted", that is the black lines are used to keep the aspect ratio correct (best seen while splash screen animation is playing if the project is empty)
5. Change the Graphics API to be Direct3D11 in the 'Player Settings'
6. Build and run the project in fullscreen using non-native screen resolution
5. Notice that the game is "Streched" and does not maintain the aspect ratio (as in step 4, best observed while splash screen animation is playing)
Resolution:
This is related to GPU scaling in AMD's or NVIDIA's control panels.
If GPU Scaling is ON - d3d9 will letterbox, while d3d11 won't - we can't seem to find a way to properly letterbox d3d11.
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