Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.3.0f2
Issue ID
978801
Regression
No
"Cinemachine Virtual Camera" Copy Component does not work on Body, Aim and Noise tabs when pasting on itself
How to reproduce:
1. Download and open "CinemachinePasteValues.zip" Unity project
2. Enter Play mode
3. Select GameObject called "CM vcam1"
4. In "Cinemachine Virtual Camera" -> "Aim" -> change "Screen X" from 0.5 to 0
5. Press "Cinemachine Virtual Camera" -> "Copy Component"
6. Exit Play mode
7. Press "Cinemachine Virtual Camera" -> "Paste Component Values"
8. Observe "Screen X" value in "Cinemachine Virtual Camera" component
Expected result: in the component "Screen X" value is updated from the default value (0.5) to 0
Actual result: in the component "Screen X" is not updated ("Body", "Aim" and "Noise" tabs in the component are not getting the "Paste Component Values" update)
Reproducible with: 2017.1.0b3, 2017.1.3p2, 2017.2.2p1, 2017.3.2f1, 2017.4.1f1, 2018.1.0b13, 2018.2.0a7
Could not test with: 2017.1.0b2 and older, because "Cinemachine" asset was not yet created
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2018.3.X):
Copy/paste uses references in this case, so it's expected behaviour