Hi, I’m really liking the camera shaking system that Cinemachine has, but I find that I’m not able to create a camera shake whose location can be updated with infinite sustain.
For example, with engines on a spacecraft, if I use m_HoldForever = true, it will shake forever, but only at the position at which the impulse definition created the event. If the spacecraft moves, the shake source is at the original event position, and doesn’t move with the spacecraft.
It would be great if there were an API where we can pass in a transform so that the source location can be updated, in case the camera shake source objects move.
Is this already possible somehow?