Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
2.6.10
2.7.5
2.8.0
Issue ID
CMCL-442
Regression
No
Cinemachine Virtual Camera follows object in an inverted manner when locking axis with a custom extension script
Reproduction steps:
1. Open the attached project "Camera_Issue.zip"
2. Open SampleScene in Assets/Scenes
3. Select Monkey object in the Hierarchy menu
4. Select Move tool in the Toolbar
5. Move the Monkey object left or right on the x-axis
Expected result: Cinemachine Virtual Camera follows the object according to its position
Actual result: Cinemachine Virtual Camera follows the object in an inverted manner
Reproducible with: 2.3.3 (2019.4.30f1), 2.7.8 (2021.1.19f1), 2.8.0 (2019.4.30f1, 2020.3.17f1, 2021.2.0b9, 2022.1.0a6)
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note:
The problem is caused by a script called Lock Camera X attached to the vcam. The bug is not related to CM, but that specific script.