Image for specific lines

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
naruhodo469
Posts: 7
Joined: Thu Aug 31, 2023 1:21 am

Image for specific lines

Post by naruhodo469 »

Hi, I'm creating a visual novel. How can I change the background after specific lines in a conversation? Thanks
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Image for specific lines

Post 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.
Post Reply