Image for specific lines
-
- Posts: 7
- Joined: Thu Aug 31, 2023 1:21 am
Image for specific lines
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
Hi,
Here are some options:
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.