Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
3.1.0
Issue ID
CMCL-1582
Regression
No
The "cm" GameObject is not removed when upgrading a component to Cinemachine 3
Reproduction steps:
1. Open the “IN-70525_repro_project.zip” Project
2. Open the “SampleScene”
3. In the Hierarchy window, open the “Room” GameObject in Prefab mode
4. Select the “VirtualCamera” GameObject
5. In the Inspector window, open the Cinemachine Upgrader and upgrade the component
6. Observe the Hierarchy window
Expected result: the “cm” GameObject gets removed
Actual result: the “cm” GameObject does not get removed
Reproducible with: 3.0.1, 3.1.0 (2022.3.26f1, 2023.2.20f1, 6000.0.0b16)
Couldn’t test with: 2021.3.36f1 (Cinemachine 3 is not available)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note:
- Not reproducible in an empty project
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note:
Several issues were raised:
1. "cm" child objects: these are no longer present in CM3 once the full upgrade is completed. Won't change in CM2.
2. CM3 hard to find in package manager: this is by design.
3. Vcam Priority API has changed unnecessarily: Fixed in CM 3.1.0.
4. Upgrading a CM2 project to CM3 can be non-intuitive: we have accurately documented the process in the CM3 upgrade guide.
5. Inspector in a strange state: this is due to an incomplete upgrade with compile errors. The solution is to finish the upgrade by fixing the compile errors in the local scripts.