Page 2 of 2

Re: VN Background Transition Addition

Posted: Thu Aug 08, 2024 12:44 pm
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.

Re: VN Background Transition Addition

Posted: Thu Aug 08, 2024 4:47 pm
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".