Page 1 of 1

Image for specific lines

Posted: Sat Sep 02, 2023 3:45 pm
by naruhodo469
Hi, I'm creating a visual novel. How can I change the background after specific lines in a conversation? Thanks

Re: Image for specific lines

Posted: Sat Sep 02, 2023 3:51 pm
by Tony Li
Hi,

Here are some options:
  • Use the SetActive() sequencer command to activate or deactivate GameObjects with different background images.
  • Or write a custom sequencer command and use it in specific dialogue entries.
  • Or use the visual novel starter framework available on the Dialogue System Extras page. It has a Background Manager that can manage background images.