Hi there,
Can't seem to find this in the documentation for the API (still beginner coding) but how can we set the sequencer camera/alternate camera object with script at runtime?
Set sequencer camera with script?
Re: Set sequencer camera with script?
Hi,
You can assign a camera to DialogueManager.displaySettings.cameraSettings.sequencerCamera.
If a conversation is already playing, use DialogueManager.conversationView.sequencer.UseCamera() instead -- or use the SwitchCamera() sequencer command.
You can assign a camera to DialogueManager.displaySettings.cameraSettings.sequencerCamera.
If a conversation is already playing, use DialogueManager.conversationView.sequencer.UseCamera() instead -- or use the SwitchCamera() sequencer command.