Search Issue Tracker
By Design
Votes
0
Found in [Package]
2.6.1
Issue ID
1271761
Regression
No
[Cinemachine] Transposer virtual Camera makes the Camera View jitter when tracking a Rigidbody GameObject with rotation
Reproduction steps:
1. Open user attached project "CinemachineJitterIssue-2020.1.zip"
2. In the Project window under "Assets/Scenes" folder open "SampleScene.unity"
3. Enter Play Mode and switch to Scene View
Expected result: Transposer virtual Camera does not make the Camera View jitter when tracking a Rigidbody GameObject with rotation
Actual result: Transposer virtual Camera makes the Camera View jitter when tracking a Rigidbody GameObject with rotation
Reproduces on: Cinemachine 2.6.1 (2018.4.26f1, 2019.4.9f1, 2020.1.3f1, 2020.2.0a21)
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
- [Android] [Vulkan] UI that is activated after a delay flickers when a Scriptable Render Pass goes over it
- [Linux] Characters are converted to Latin letters when using IME on Linux
- [Ubuntu] Possible for Create menu to show sections with no options inside
- [Usability] Not possible to set Editor Window text colour to be default black without workaround
- Text field max length is -1 by default
Resolution Note:
This is not a Cinemachine problem. The CM vcam is following your target smoothly, but the background jitters because the target is not being animated smoothly. You can prove this by turning off CM and putting the camera as a child of the capsule target.
So you need to look at your MyMovingObject script and debug why it is not giving smooth movement. You might want to ask on the physics forum.