Page 1 of 1

Error setting up Visual Novel Framework

Posted: Wed Jul 17, 2024 4:30 pm
by Reb
Hi there,

I'm currently attempting to implement the Visual Novel Framework and am receiving this error: Assets\Dialogue System Extras\Visual Novel Framework\Scripts\Sequencer Commands\SequencerCommandBackground.cs(17,31): error CS0117: 'BackgroundManager' does not contain a definition for 'SetBackgroundImage'

How can I resolve this? I am currently running the Evaluation Version of the Dialogue System, as well as the full Love/Hate System. I have already reimported the assets, which resolved a few initial errors, but this one still remains.

Thank you for your help!

Re: Error setting up Visual Novel Framework

Posted: Wed Jul 17, 2024 4:48 pm
by Tony Li
Hi,

Would you please make sure you've imported Love/Hate version 1.10.47, Dialogue System evaluation version 2.2.47, and VisualNovelFramework_2_0_14.unitypackage? That's the current package on the Dialogue System Extras page.

If that doesn't resolve the issue, try this:

1. Back up your project just to be on the safe side.

2. Delete the Assets > Dialogue System Extras > Visual Novel Framework folder.

3. Reimport VisualNovelFramework_2_0_14.unitypackage

Re: Error setting up Visual Novel Framework

Posted: Wed Jul 17, 2024 9:14 pm
by Reb
Hi again,

Thank you for the reply and assistance. After doing some investigating, I realized I had an old BackgroundManager script from a previous manager I had built still kicking around. After removing it, everything began to run smoothly.

Thanks again for the help! I appreciate it.

Re: Error setting up Visual Novel Framework

Posted: Wed Jul 17, 2024 10:09 pm
by Tony Li
Happy to help! Glad you got it working.