Adding chance to a state driven camera

Hi guys,

I was wondering if it’s possible to add chance to the state driven cameras. For example, giving either “this” or “that” camera when doing the same animation. Otherwise it would have too much repetition.

Cheers!

Unfortunately there is no simple built-in way to do this with StateDrivenCamera. One possible way to accomplish this would be to add substates to the state in question, assign a camera to each one, and choose it randomly in the state machine.

1 Like