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
- Warning "Unable to load Unity.Android.Gradle's referenced assembly NiceIO ..." when recompiling scripts
- "InvalidOperationException: Trying to SetRenderAttachment on a texture..." exception is thrown when using the depth back buffer as an input attachment in Renderer Feature on Vulkan Graphics API
- [HDRP Wizard] Reload Window fails to reload the HDRP Wizard window
- [HDRP Wizard] Fix All button is not presented using the macOS system
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
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.