VN Background Transition Addition

Announcements, support questions, and discussion for the Dialogue System.
zxldw
Posts: 3
Joined: Wed Aug 07, 2024 12:41 pm

Re: VN Background Transition Addition

Post by zxldw »

Thank you now I can change background but how can I use this when background image is in Assets/Resources/Backgrounds/background.png instead of directly Assets/Resources?
The default path is not suitable for me because I have different things other than just background images in Resources folder. I tried giving "/Backgrounds/background" as a parameter to Background() sequencer function instead of just "background" but it did not work.
User avatar
Tony Li
Posts: 21925
Joined: Thu Jul 18, 2013 1:27 pm

Re: VN Background Transition Addition

Post by Tony Li »

Hi,

The simplest way is to use multiple Resources folders. For example, for your backgrounds use the path:

Assets/Backgrounds/Resources/background.png

Alternatively, you can specify the subfolder in the Background() command or Background field: "Backgrounds/background" instead of just "background".
Post Reply