When new blend occurs, first blend's Deactivated event is muted

I really enjoy new Cinemachine (3.1.2)!
Its new API and components are very clean and intuitive.
But I noticed odd behavior on CinemachineCamera Event.

This is the case, there are three CinemachineCamera.
First blend is from CamA to CamB. Then, if second blend (from CamB to CamC) while first blending (not finished), CamA’s Deactivated event is muted.

[List of all events triggered in this case]
Blend Created : 2 times (by CamB & CamC)
CamB Activated
CamC Activated
CamB Deactivated
CamC Blend Finished

Where is CamA’s Deactivated event?
I realize about Cinemachine events that Activated event occurs when CinemachineCamera get to be Live status and Deactivated event occurs when CinemachineCamera get to be Standby or Disabled status.
Is this behavior intended one?

You’re right, it’s a bug.
We will fix it for the next release.
Thank you for reporting!

1 Like

You’re welcome.
I appreciate fixing in the next release.

Again, new Cinemachine 3.x is really strong tools.
Thank you for great improvements!

1 Like