Search Issue Tracker
Fixed
Fixed in 3.1.4
Votes
0
Found in [Package]
3.1.3
Issue ID
CMCL-1676
Regression
No
Camera Movement detection is inconstant when Cinemachine Brain "Update Method" is Late Update and "Blend Update Method" is Fixed Update
Reproduction steps:
1. Open the attached “IN-98078.zip” project
2. Open the “Playground” Scene
3. Enter Play mode
4. Click and move around with the mouse cursor in the Game view
5. Observe the Console
Expected result: Console shows ordered sequence: "Frame N: Input Axis Values Changed" followed by "Frame N: MutateCameraState" with consistent movement detection
Actual result: Console shows "MutateCameraState - Moving: False - Path: Fixed Update" alternating with "MutateCameraState - Moving: True - Path: Late Update" in the same frame numbers
Reproducible with: 3.0.1, 3.1.3 (2022.3.61f1, 6000.0.47f1, 6000.1.0f1, 6000.2.0a9)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Notes:
- Also reported on Unity Discussions [https://discussions.unity.com/t/different-frame-loop-behavior-if-vcam-is-viewed-in-inspector|https://discussions.unity.com/t/different-frame-loop-behavior-if-vcam-is-viewed-in-inspector]
- When the “vcam” GameObject is selected in the Inspector, the update pattern is more consistent, showing a regular sequence of Late Update (Moving: True) followed by Fixed Update (Moving: False) calls, though the core issue of mismatched movement detection between Fixed and Late updates remains
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
- "Playmode tint" is applied to Color and Gradient fields when in Play mode
- [HDRP] Scene corrupts when baking Reflection Probe with custom TextureImporter preset added to Texture Importer default
- HDRP Wizard window UI components overlap when HDRP Wizard window is docked and resized horizontally
- VideoPlayer component fails to play MP4 files located under the StreamingAssets folder
- Terrain Tools icons are low quality
Resolution Note (fix version 3.1.4):
Added warning in CinemachineBrain inspector when update mores are not in a recommended combination.