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.
VN Background Transition Addition
Re: VN Background Transition Addition
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".
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".