Pause Cinemachine transitions independently from Time.timescale

Hello there,

I am currently trying to pause and resume cinemachine update mid-transition. I do not want to use Time.timescale.

I tried disabling Cinemachine brain, which works for pausing, but resuming will instantly cut to CamB.

Is there any known way to effectively pause and resume all updates mid-transition ?

Thanks

In the very latest CM (2.4.0-preview.8, available soon) there is a secret feature: CinemachineCore.UniformDeltaTimeOverride which, when non-negative, will force the CM brain to update with that timestep. Set it to 0 to pause, and to -1 to resume.

1 Like

Might indeed solve my issue thanks you very much
“secret feature” though … ?

I don’t think it will give you any trouble :slight_smile:

noted, thanks

1 Like