Search Issue Tracker
Active
Votes
9
Found in [Package]
4.0.0
Issue ID
1255846
Regression
No
[Pixel Perfect] Canvas Render Mode: Screen Space - Camera jitters when camera moves
How to reproduce:
1. Open attached project "repro.zip" and scene "SampleScene"
2. Enter Play mode
3. Press A, D and observe the canvas text in Game view
Expected result: the text does not jitter/move
Actual result: the text jitter/move
Reproducible with: 2018.4.25f1 (1.0.1-preview), 2019.4.4f1 (2.0.4), 2020.1.0b16(3.0.2), 2020.2.0a18 (4.0.0)
Comments (4)
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
- Stencil WriteMask is null when using deferred pipeline
- Package names and version are cut off and the column cannot be resized when the Package Manger window has low width
- [HDRP] "AssertionException" errors are thrown and Scene is corrupted when baking Reflection Probe with custom TextureImporter preset added to Texture Importer default
- UI scaling showing inconsistent values and displaying warning when using multiple monitors with different scales set in Windows
- Scene View flickers when the Game View Tab is docked next to the Scene View Tab and graphics API is set to Direct3D11
badjano
Jul 07, 2023 20:23
If pixel perfect does not work with canvas, how are we supposed to make the HUD for pixel art games?
badjano
Jul 07, 2023 20:22
If pixel perfect does not work with canvas, how are we supposed to make the HUD for pixel art games?
fmoo
Sep 27, 2022 01:48
For what it's worth, the workaround provided by Unity seems to make the issue worse; it does not help.
fmoo
Jul 19, 2020 17:21
In my tests, the issue becomes even more pronounced if you enable "Pixel Snapping" on the Pixel Perfect Camera component or attempt to parent the canvas on the camera itself.