Search Issue Tracker
Fixed
Fixed in 4.0.1, 5.0.0-pre.1
Votes
2
Found in [Package]
4.0.0
Issue ID
REC-1280
Regression
No
Physical Camera is disabled when using accumulation
Reported by multiple users, see this [forum thread|https://forum.unity.com/threads/question-from-the-team-accumulation-motion-blur.1205428/]
Reproduction steps: (there is a sample project in the slack thread)
1. In your Unity Project, install the Cinemachine package
2. Add a cinemachine brain component to the main camera, and make sure the *Physical Camera* checkbox is checked
3. Create a Timeline with a cinemachine track
4. Create two cinemachine clips associated to the main camera. In each clip, the position of the camera should be different.
5. Create a basic movie recorder in the recorder window
6. Record the timeline.
7. While recording, note that the physical camera checkbox is automatically unchecked (this is part of the bug)
8. Note on the output that the lens settings of the two CM cameras are not respected. When the second camera is switched to, its lens settings are ignored (part of the bug).
9. If you record it with Anti Aliasing unchecked, you will see that the lenses are respected (expected behavior).
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
jbergs
Apr 08, 2023 13:47
Actually, I think it's not just the physical camera. If you use Accumulation on the Non-Physical camera and you have a property of that camera animated, for example field-of-view. The recorder ignores the animation. Turn Accumulation off, and field-of-view animates fine.