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
- The first frames are skipped when playing a video
- Text auto-scrolling can not work when naming assets/objects until backspace key is pressed
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
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.