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
- Unable to undo or redo color swatch changes when creating or deleting color swatches
- [Linux][Vulkan] Silent crash when tooltip appears while hovering over a label
- Material Properties are not preserved when overriding Shader using Render Objects
- Scene view flickers when both Scene and Game view are active and DX11 API is used with Gamma Color Space
- ZivaRT Player and ML Agents packages Deprecated label color differs from other Deprecated packages
Add comment