Search Issue Tracker
By Design
Votes
8
Found in
2018.3.0a5
2018.4
2019.3
2019.3.14f1
2020.1
2020.2
Issue ID
1250237
Regression
Yes
Canvas with Screen Space - Camera does not render UI accurately when using an Off-axis Camera Projection Matrix
How to reproduce:
1. Open user's attached project
2. Enter Play Mode
3. Observe Game view
Expected result: All of the UI is rendered
Actual result: Only a part of the UI is rendered
Reproducible with: 2018.3.0a5, 2018.4.23f1, 2019.3.15f1, 2020.1.0b10, 2020.2.0a13
Not reproducible with: 2017.4.40f1, 2018.3.0a4
Note: If the projection is symmetrical, the UI is rendered accurately.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
- [macOS] RenderTexture with 8 Sample Anti-Aliasing fails to render
Resolution Note (2020.2.X):
The Canvas cannot infer the amount of shifting of the frustum from the projection matrix alone so we cannot implement that feature. Note that this is not a regression, this was never supported.