I want to know what is the recommended workflow for Cinemachine 3 when it comes to running code after camera update.
For example I want to run some aiming logic or raycast current camera position and I want to be sure it is running after all transitions and other stuff, or perhaps I do not want to take camera shaking into account.
How to properly invoke my code, so it runs at right time, regardless of update mode?