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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.