Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2020.3.18f1
2021.1
2021.2
2022.1
Issue ID
1367793
Regression
No
GameObjects appear jittery when moving slowly in the Game view
How to reproduce:
1. Open the attached project
2. Open Scenes/SampleScene
3. Go to the Game view, press the Play button, and observe the GameObject moving
4. Open Scenes/SampleScene1
5. Go to the Game view, press the Play button, and observe the GameObject moving
6. Open Scenes/SampleScene2
7. Go to the Game view, press the Play button, and observe the GameObject moving
Expected result: the GameObjects move smoothly without noticeable jittering
Actual result: the GameObjects move with noticeable jittering
Reproducible with: 2019.4.31f1, 2020.3.19f1, 2021.1.23f1, 2021.2.0b14, 2022.1.0a11
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
- “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
Resolution Note (2022.1.X):
This issue is due to rasterization (aliasing) and resolution. Objects representation moved, but rasterization only cares about pixel centers so when the objects triangles enters or exits a pixel center it will look like it jitters. Especially if top and bottom of the object does not enter/exit the pixel center at the same time.
This is nothing we can do about on the rendering side, and can probably only be mitigated by increased resolution, anti aliasing techniques and/or content where gracing angle effects (such as Fresnel terms) are minimized.